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:
Module::Build 0.18
Test::More
INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
HISTORY
What changed over the last 3 revisions
- 1.92 Friday 14th November, 2003
-
Incorporated two patches submitted from anonymous reporters via rt.cpan.org (#4358 and #4359, corelist enhancement and information for 5.8.2) Added 5.8.1 information.
- 1.91 18th May 2003
-
- Fix from Mark Fowler - XSLoader is autogenerated too
- 1.9 22nd April 2003
-
- incorported PodMaster's corelist script
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.