summaryrefslogtreecommitdiff
path: root/cpan/Module-Metadata
diff options
context:
space:
mode:
authorDavid Golden <dagolden@cpan.org>2011-01-06 21:38:00 -0500
committerDavid Golden <dagolden@cpan.org>2011-01-06 21:38:00 -0500
commit6cf6332a2802b14655667c0a3d94af55efd05936 (patch)
tree68d55e60f1e23b9e7636dd9dc75794e9dc668ab1 /cpan/Module-Metadata
parente8b333e679eb9a7a62c1d86b647515f01821eb60 (diff)
downloadperl-6cf6332a2802b14655667c0a3d94af55efd05936.tar.gz
Update Module::Metadata to 1.000003
Diffstat (limited to 'cpan/Module-Metadata')
-rw-r--r--cpan/Module-Metadata/lib/Module/Metadata.pm12
1 files changed, 4 insertions, 8 deletions
diff --git a/cpan/Module-Metadata/lib/Module/Metadata.pm b/cpan/Module-Metadata/lib/Module/Metadata.pm
index 6541f1e553..e02b48f6ab 100644
--- a/cpan/Module-Metadata/lib/Module/Metadata.pm
+++ b/cpan/Module-Metadata/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
@@ -11,7 +11,7 @@ package Module::Metadata;
use strict;
use vars qw($VERSION);
-$VERSION = '1.000002';
+$VERSION = '1.000003';
$VERSION = eval $VERSION;
use File::Spec;
@@ -747,14 +747,10 @@ assistance from David Golden (xdg) <dagolden@cpan.org>
=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<Module::Build::ModuleInfo>(3)
-
=cut