[Bast-commits] r7784 - local-lib/1.000/trunk/lib/local
apeiron at dev.catalyst.perl.org
apeiron at dev.catalyst.perl.org
Wed Oct 14 01:45:10 GMT 2009
Author: apeiron
Date: 2009-10-14 01:45:10 +0000 (Wed, 14 Oct 2009)
New Revision: 7784
Modified:
local-lib/1.000/trunk/lib/local/lib.pm
Log:
Add explicit licensing info and bump the version for a release.
Modified: local-lib/1.000/trunk/lib/local/lib.pm
===================================================================
--- local-lib/1.000/trunk/lib/local/lib.pm 2009-10-14 01:41:56 UTC (rev 7783)
+++ local-lib/1.000/trunk/lib/local/lib.pm 2009-10-14 01:45:10 UTC (rev 7784)
@@ -11,7 +11,7 @@
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 @@
Patch to add Win32 support contributed by Curtis Jewell <csjewell at cpan.org>.
+=head1 COPYRIGHT
+
+Copyright (c) 2007 - 2009 the local::lib L</AUTHOR> and L</CONTRIBUTORS> 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
More information about the Bast-commits
mailing list