package Module::CoreList;
use strict;
use vars qw/$VERSION %released %patchlevel %version %families/;
-$VERSION = '2.09_02';
+$VERSION = '2.10';
=head1 NAME
=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,
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,
=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
=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;
=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.