diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-09 15:56:57 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-05-09 15:56:57 +0000 |
commit | 6f00ef797d25a5e2296925160e8228a8979848e2 (patch) | |
tree | d1b8a3da293e100b3d29b83ce733467521553d68 /lib | |
parent | 9f602dc7dfc0f7dafbd8260471ed60a61faddc5e (diff) | |
download | perl-6f00ef797d25a5e2296925160e8228a8979848e2.tar.gz |
Bump the version of Module::CoreList and add docs
for the Unicode module name, that Merijn just added
p4raw-id: //depot/perl@31178
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Module/CoreList.pm | 11 | ||||
-rw-r--r-- | lib/Module/CoreList/bin/corelist | 9 |
2 files changed, 13 insertions, 7 deletions
diff --git a/lib/Module/CoreList.pm b/lib/Module/CoreList.pm index 70728c7c29..709fadaade 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<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 diff --git a/lib/Module/CoreList/bin/corelist b/lib/Module/CoreList/bin/corelist index 4949f1b65a..24a271c09f 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<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. |