X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Flocal%2Flib.pm;h=d45ed1dac3951b35ed0db325472d1c8289c4435a;hb=7c0db16512970d2444fe290c3021df39b1ba5c4d;hp=5830e855320de3bffc3c889fa9844e97dca8bc19;hpb=aab644814c49a1c0a3cfc7c058e6d33ab525151f;p=p5sagit%2Flocal-lib.git diff --git a/lib/local/lib.pm b/lib/local/lib.pm index 5830e85..d45ed1d 100644 --- a/lib/local/lib.pm +++ b/lib/local/lib.pm @@ -11,7 +11,7 @@ use File::Path (); use Carp (); use Config; -our $VERSION = '1.004007'; # 1.4.7 +our $VERSION = '1.004008'; # 1.4.7 my @KNOWN_FLAGS = (qw/--self-contained/); sub import { @@ -789,9 +789,15 @@ section. Many thanks! Patch to add Win32 support contributed by Curtis Jewell . +=head1 COPYRIGHT + +Copyright (c) 2007 - 2009 the local::lib L and L as +listed above. + =head1 LICENSE -This library is free software under the same license as perl itself. +This library is free software and may be distributed under the same terms +as perl itself. =cut