X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Flocal%2Flib.pm;h=7b2cf2b9695409ea94618337ab07c061ed647a19;hb=17dc0f1174d5b6ad3fbf1a6ad517713c52c84231;hp=03bd2d28234c380456366a0bf8c9d70bbbae5d47;hpb=6d7223bb6359b3150a6776488a8fab0a51bdd7e8;p=p5sagit%2Flocal-lib.git diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 03bd2d2..7b2cf2b 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -10,7 +10,8 @@ use File::Spec (); use File::Path (); use Config; -our $VERSION = '1.008014'; # 1.8.14 +our $VERSION = '1.008_021'; # 1.8.21 development release +$VERSION = eval $VERSION; our @KNOWN_FLAGS = qw(--self-contained --deactivate --deactivate-all); @@ -1105,8 +1106,8 @@ listed above. =head1 LICENSE -This library is free software and may be distributed under the same terms -as perl itself. +This is free software; you can redistribute it and/or modify it under +the same terms as the Perl 5 programming language system itself. =cut