Bump the version of Module::CoreList and add docs
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 9 May 2007 15:56:57 +0000 (15:56 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 9 May 2007 15:56:57 +0000 (15:56 +0000)
for the Unicode module name, that Merijn just added

p4raw-id: //depot/perl@31178

lib/Module/CoreList.pm
lib/Module/CoreList/bin/corelist

index 70728c7..709fada 100644 (file)
@@ -1,7 +1,7 @@
 package Module::CoreList;
 use strict;
 use vars qw/$VERSION %released %patchlevel %version %families/;
-$VERSION = '2.09_02';
+$VERSION = '2.10';
 
 =head1 NAME
 
@@ -30,7 +30,7 @@ Module::CoreList - what modules shipped with versions of perl
 =head1 DESCRIPTION
 
 Module::CoreList contains the hash of hashes
-%Module::CoreList::version, this is keyed on perl version as indicated
+%Module::CoreList::version, that is keyed on perl version as indicated
 in $].  The second level hash is module => version pairs.
 
 Note, it is possible for the version of a module to be unspecified,
@@ -47,6 +47,9 @@ In 2.01 %Module::CoreList::patchlevel contains the branch and patchlevel
 corresponding to the specified perl version in the Perforce repository where
 the perl sources are kept.
 
+The special module name C<Unicode> refers to the version of the Unicode
+Character Database bundled with Perl.
+
 =head1 CAVEATS
 
 Module::CoreList currently covers the 5.000, 5.001, 5.002, 5.003_07, 5.004,
@@ -66,14 +69,14 @@ Currently maintained by the perl 5 porters E<lt>perl5-porters@perl.orgE<gt>.
 
 =head1 COPYRIGHT
 
-Copyright (C) 2002-2006 Richard Clamp.  All Rights Reserved.
+Copyright (C) 2002-2007 Richard Clamp.  All Rights Reserved.
 
 This module is free software; you can redistribute it and/or modify it
 under the same terms as Perl itself.
 
 =head1 SEE ALSO
 
-L<Module::Info>, L<perl>
+L<corelist>, L<Module::Info>, L<perl>
 
 =cut
 
index 4949f1b..24a271c 100644 (file)
@@ -65,6 +65,10 @@ In module filtering context, it can be used as Perl version filter.
 
 =back
 
+As a special case, if you specify the module name C<Unicode>, you'll get
+the version number of the Unicode Character Database bundled with the
+requested perl versions.
+
 =cut
 
 use Module::CoreList;
@@ -249,10 +253,9 @@ sub numify_version {
 
 =head1 COPYRIGHT
 
-Copyright (c) 2002-2006 by D.H. aka PodMaster
+Copyright (c) 2002-2007 by D.H. aka PodMaster
 
-Current maintainer : Rafael Garcia-Suarez E<lt>rgarciasuarez at gmail dot
-comE<gt>
+Currently maintained by the perl 5 porters E<lt>perl5-porters@perl.orgE<gt>.
 
 This program is distributed under the same terms as perl itself.
 See http://perl.org/ or http://cpan.org/ for more info on that.