File: Build.PL

package info (click to toggle)
libtext-asciitable-perl 0.18-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 172 kB
  • ctags: 41
  • sloc: perl: 896; makefile: 2
file content (12 lines) | stat: -rw-r--r-- 301 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
use Module::Build;
my $build = Module::Build->new
  (
   module_name => 'Text::ASCIITable',
   license => 'perl',
   requires => {
                'perl'           => '5.6.0',
                'Carp'						=> 0,
               },
		create_makefile_pl => 'passthrough',
  );
$build->create_build_script;