The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!/opt/perl5.10/bin/perl

use strict;
use warnings;
use 5.010;

use Business::DPD::DBIC;

Business::DPD::DBIC->generate_sqlite;

__END__

=head1 NAME