From: David Golden Date: Fri, 7 Jan 2011 02:31:58 +0000 (-0500) Subject: documentation cleanup X-Git-Tag: release_1.0.3~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2FModule-Metadata.git;a=commitdiff_plain;h=cd41f0db48f41ce1ca1809281d4c7fe3fb5d91f2 documentation cleanup --- diff --git a/Changes b/Changes index d568c0e..fedd0fc 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,6 @@ +1.0.3 + - Pod cleanup (DAGOLDEN) + 1.0.2 2010-12-10 12:00:00 - Remove Module::Metadata::Version and depend directly on version.pm (DAGOLDEN) diff --git a/lib/Module/Metadata.pm b/lib/Module/Metadata.pm index 6541f1e..917af0a 100644 --- a/lib/Module/Metadata.pm +++ b/lib/Module/Metadata.pm @@ -2,8 +2,8 @@ # vim:ts=8:sw=2:et:sta:sts=2 package Module::Metadata; -# stolen from Module::Build::Version and ::Base - this is perl licensed code, -# copyright them. +# Adapted from Perl-licensed code originally distributed with +# Module-Build by Ken Williams # This module provides routines to gather information about # perl modules (assuming this may be expanded in the distant @@ -747,14 +747,10 @@ assistance from David Golden (xdg) =head1 COPYRIGHT -Copyright (c) 2001-2006 Ken Williams. All rights reserved. +Copyright (c) 2001-2011 Ken Williams. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. -=head1 SEE ALSO - -perl(1), L(3) - =cut