Makefile.PL (467B)
1 use 5.012003; 2 use ExtUtils::MakeMaker; 3 # See lib/ExtUtils/MakeMaker.pm for details of how to influence 4 # the contents of the Makefile that is written. 5 WriteMakefile( 6 NAME => 'SBO::Lib', 7 VERSION_FROM => 'lib/SBO/Lib.pm', 8 ($] >= 5.005 ? ## Add these new keywords supported since 5.005 9 (ABSTRACT => 'methods, variables, etc for the sbotools package', 10 AUTHOR => 'Slack Coder <slackcoder@server.ky>') : ()), 11 );