| Server IP : 172.67.156.203 / Your IP : 216.73.216.72 Web Server : Apache System : Linux gator4057.hostgator.com 5.14.0-687.17.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Mon Jun 22 07:21:26 EDT 2026 x86_64 User : badawi ( 1130) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/perl-Module-CoreList/ |
Upload File : |
README for Module::CoreList 2.20
=head1 NAME
Module::CoreList - what modules shipped with versions of perl
=head1 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"
=head1 DEPENDENCIES
This module has external dependencies on the following modules:
Test::More
=head1 INSTALLATION
perl Makefile.PL
make
make test
and if all goes well
make install
=head1 HISTORY
See the F<Changes> file.
=head1 AUTHOR
Richard Clamp E<lt>[email protected]<gt>
Currently maintained by the perl 5 porters E<lt>[email protected]<gt>.
=head1 COPYRIGHT
Copyright (C) 2002-2009 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.
=head1 SEE ALSO
L<Module::Info>, L<perl>