From 0e5a36a35f863e91aad439db094607623a0017ca Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Thu, 24 Oct 2013 20:32:38 +0200 Subject: 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. --- t/prep.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 't') diff --git a/t/prep.pl b/t/prep.pl index b7dc111..cfbd269 100755 --- a/t/prep.pl +++ b/t/prep.pl @@ -8,7 +8,9 @@ use Tie::File; chomp(my $pwd = `pwd`); mkdir "$pwd/SBO" unless -d "$pwd/SBO"; +mkdir "$pwd/Sort" unless -d "$pwd/Sort"; copy('../SBO-Lib/lib/SBO/Lib.pm', "$pwd/SBO"); +copy('../SBO-Lib/lib/Sort/Versions.pm', "$pwd/Sort"); open my $write, '>>', "$pwd/SBO/Lib.pm"; -- cgit v1.2.3