README for Module::CoreList 2.04 =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: Test::More =head1 INSTALLATION perl Makefile.PL make make test and if all goes well make install =head1 HISTORY What changed over the last 3 revisions =over =item 2.04 Thursday 2nd February, 2006 Fix patchlevel for 5.8.8 (Gisle Aas) Silence warnings in corelist utility =item 2.03 Wednesday 1st February, 2006 Include data for perl 5.9.3 and 5.8.8 =item 2.02 Tuesday 31th May, 2005 Include data for perl 5.8.7 =back =head1 AUTHOR Richard Clamp Erichardc@unixbeard.netE =head1 COPYRIGHT Copyright (C) 2002-2006 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