aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/Makefile.PL
blob: 0fcb1d59bc619618794575dd42ba3f2a7d5a4280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
use 5.012003;
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
WriteMakefile(
    NAME              => 'SBO::Lib',
    VERSION_FROM      => 'lib/SBO/Lib.pm',
    PREREQ_PM         => {'Sort::Versions' => 1.5,'Text::Tabulate' => 1.1.1},
    ($] >= 5.005 ?     ## Add these new keywords supported since 5.005
      (ABSTRACT       => 'methods, variables, etc for the sbotools pacage',
       AUTHOR         => 'Jacob Pipkin <j@dawnrazor.net>') : ()),
);