From: Rafael Garcia-Suarez Date: Wed, 9 May 2007 15:56:57 +0000 (+0000) Subject: Bump the version of Module::CoreList and add docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f00ef797d25a5e2296925160e8228a8979848e2;p=p5sagit%2Fp5-mst-13.2.git Bump the version of Module::CoreList and add docs for the Unicode module name, that Merijn just added p4raw-id: //depot/perl@31178 --- diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm index 70728c7..709fada 100644 --- a/lib/Module/CoreList.pm +++ b/lib/Module/CoreList.pm @@ -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 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 Eperl5-porters@perl.orgE. =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, L +L, L, L =cut diff --git a/lib/Module/CoreList/bin/corelist b/lib/Module/CoreList/bin/corelist index 4949f1b..24a271c 100644 --- a/lib/Module/CoreList/bin/corelist +++ b/lib/Module/CoreList/bin/corelist @@ -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, 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 Ergarciasuarez at gmail dot -comE +Currently maintained by the perl 5 porters Eperl5-porters@perl.orgE. This program is distributed under the same terms as perl itself. See http://perl.org/ or http://cpan.org/ for more info on that.