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
print join ", ", @{ $Module::CoreList::families{5.005} };
# prints "5.005, 5.00503, 5.00504"
DEPENDENCIES
This module has external dependencies on the following modules:
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.98 Saturday 1st January, 2005
-
Data from José Pedro Oliveira for 5.8.6
- 1.97 Wednesday 8th September, 2004
-
Ship with a traditional Makefile.PL
- 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.
AUTHOR
Richard Clamp <richardc@unixbeard.net>
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.
SEE ALSO
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 43:
Non-ASCII character seen before =encoding in 'José'. Assuming UTF-8