File: Build.PL

package info (click to toggle)
libmath-cartesian-product-perl 1.009-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 96 kB
  • sloc: perl: 73; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 312 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
use Module::Build;

my $b = Module::Build->new
 (module_name   => 'Math::Cartesian::Product',
  dist_author   => 'PhilipRBrenan@appaapps.com',
  dist_abstract => 'Generate the cartesian product of zero or more lists.',
  license       => 'perl',
  create_readme =>  1,
 );

$b->create_build_script();