Module-CoreList README


Module-CoreList documentation  | view source Contained in the Module-CoreList distribution.

Index


NAME

Top

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

SYNOPSIS

Top

 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

Top

This module has external dependencies on the following modules:

 Test::More

INSTALLATION

Top

 perl Makefile.PL
 make
 make test

and if all goes well

 make install

HISTORY

Top

See the Changes file.

AUTHOR

Top

Richard Clamp <richardc@unixbeard.net>

Currently maintained by the perl 5 porters <perl5-porters@perl.org>.

COPYRIGHT

Top

SEE ALSO

Top

Module::Info, perl


Module-CoreList documentation  | view source Contained in the Module-CoreList distribution.