NAME

Module::CoreList - what modules shipped with versions of perl

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

DEPENDENCIES

This module has external dependencies on the following modules:

Test::More

INSTALLATION

perl Makefile.PL
make test

and if all goes well

make install

HISTORY

1.8 13th February 2003 - reformatted Changes file to use makereadme - fixed version of Exporter::Heavy for 5.8 (as caught by Leon Brocard)

1.7 30th July 2002 - HISTORY contents moved to this Changes file - identify-dependencies script given some loving.

1.6 July 2002 - Included Config as a shipped module for all releases of perl (caught by Mark Fowler) - Added data for the 5.8 release.

AUTHOR

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Copyright (C) 2002 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.

SEE ALSO

Module::Info, perl