File: Build.PL

package info (click to toggle)
libtext-simpletable-perl 0.03-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 76 kB
  • ctags: 11
  • sloc: perl: 171; makefile: 44
file content (11 lines) | stat: -rw-r--r-- 291 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
use strict;
use Module::Build;

my $build = Module::Build->new(
    create_makefile_pl => 'passthrough',
    license            => 'perl',
    module_name        => 'Text::SimpleTable',
    create_readme      => 1,
    test_files         => [ glob('t/*.t') ]
);
$build->create_build_script;