NAME
Module::CoreList - what modules shipped with versions of perl
SYNOPSIS
use
Module::CoreList;
$Module::CoreList::version
{5.00503}{CPAN};
# prints 1.48
Module::CoreList->first_release(
'File::Spec'
);
# prints 5.00503
Module::CoreList->first_release(
'File::Spec'
, 0.82);
# prints 5.006001
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 Makefile.PL
make
make test
and if all goes well
make install
HISTORY
What changed over the last 3 revisions
Data from Sebastien Aperghis-Tramoni
for
perl 5.00{0,1,2}.
1.99 Tuesday 5th April, 2005
Backport to CPAN the version of Module::CoreList shipped
with
perl 5.9.2 (containing info
for
this latest distribution)
1.98 Saturday 1st January, 2005
Data from José Pedro Oliveira
for
5.8.6
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
Copyright (C) 2002-2005 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
3 POD Errors
The following errors were encountered while parsing the POD:
- Around line 40:
You can't have =items (as at line 46) unless the first thing after the =over is an =item
- Around line 42:
Unknown directive: =itme
- Around line 53:
Non-ASCII character seen before =encoding in 'José'. Assuming UTF-8