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.95 Wednesday 21st July, 2004
-
Data from José Pedro Oliveirafor 5.8.4 and 5.8.5
- 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.
- 1.93 Friday 14th November, 2003
-
Data for 5.9.0 and 5.6.2
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
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 41:
Non-ASCII character seen before =encoding in 'José'. Assuming UTF-8