aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/Makefile.PL
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2013-10-24 20:32:38 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2013-10-24 20:32:38 +0200
commit0e5a36a35f863e91aad439db094607623a0017ca (patch)
tree9319201f1dcf702c3f6464122e1758df92e1e3cf /SBO-Lib/Makefile.PL
parent5e381bd247f137a2387ddb243033237d6f2bdf52 (diff)
downloadsbotools2-0e5a36a35f863e91aad439db094607623a0017ca.tar.xz
bundling Sort::Versions
* Added Sort/Versions.pm and t/versions.t to the MANIFEST. * Removed dependency on Sort::Versions / perl-Sort-Versions from both the Makefile.PL andthe sbotools.info files. * Added Sort::Version's copyright notice to README. * Made the test prep.pl copy the Sort/Versions.pm to the test hierarchy.
Diffstat (limited to 'SBO-Lib/Makefile.PL')
-rw-r--r--SBO-Lib/Makefile.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/SBO-Lib/Makefile.PL b/SBO-Lib/Makefile.PL
index ba871ca..45b8dfd 100644
--- a/SBO-Lib/Makefile.PL
+++ b/SBO-Lib/Makefile.PL
@@ -5,7 +5,6 @@ use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'SBO::Lib',
VERSION_FROM => 'lib/SBO/Lib.pm',
- PREREQ_PM => {'Sort::Versions' => 1.5},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT => 'methods, variables, etc for the sbotools pacage',
AUTHOR => 'Jacob Pipkin <j@dawnrazor.net>') : ()),