README for Module::CoreList 1.96
=head1 NAME
Module::CoreList - what modules shipped with versions of perl
=head1 SYNOPSIS
use Module::CoreList;
print $Module::CoreList::version{5.00503}{CPAN}; # prints 1.48
print Module::CoreList->first_release('File::Spec'); # prints 5.00503
print Module::CoreList->first_release('File::Spec', 0.82); # prints 5.006001
print join ", ", @{ $Module::CoreList::families{5.005} };
# prints "5.005, 5.00503, 5.00504"
=head1 DEPENDENCIES
This module has external dependencies on the following modules:
Module::Build 0.18
Test::More
=head1 INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
=head1 HISTORY
What changed over the last 3 revisions
=over
=item 1.96 Monday 26th July, 2004
Lars Thegler supplied many many fixes as #6922, #7085, #7086,
#7089, #7090, #7091, #7092, #7093, #7094, #7095, #7096, #7098,
#7099, #7100, and #7101
Added the %families hash.
Small changes to the tests to ensure that things look consistent.
=item 1.95 Wednesday 21st July, 2004
Data from José Pedro Oliveirafor 5.8.4 and 5.8.5
=item 1.94 Monday 12th July, 2004
Applied fixes from Lars Thegler (rt.cpan.org tickets #6919,
#6920, #6922, and #6923)
Data from Jose Pedro Oliveira for 5.005_04, 5.8.3, and 5.9.1.
=back
=head1 AUTHOR
Richard Clamp E<lt>richardc@unixbeard.netE<gt>
=head1 COPYRIGHT
Copyright (C) 2002-2004 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>