X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Flocal%2Flib.pm;h=8e41cf7a9561ef7ea35abb56729dca00c653fffc;hb=6a6774721f8f0ff7934567939ec9f04de5d9f826;hp=b79cd67a9cdcb580e36d172f5fa035a529dda23c;hpb=4957ffde85720ce3d5d3fdee493b33e397ede6af;p=p5sagit%2Flocal-lib.git diff --git a/lib/local/lib.pm b/lib/local/lib.pm index b79cd67..8e41cf7 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.008016'; # 1.8.16 +our $VERSION = '1.008023'; # 1.8.23 +$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