Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schwern/module-corelist
Fork of Module::CoreList
https://github.com/schwern/module-corelist
Last synced: 30 days ago
JSON representation
Fork of Module::CoreList
- Host: GitHub
- URL: https://github.com/schwern/module-corelist
- Owner: schwern
- Created: 2010-04-20T11:13:44.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2010-04-20T14:25:36.000Z (over 14 years ago)
- Last Synced: 2024-10-29T20:09:26.483Z (2 months ago)
- Language: Perl
- Homepage: http://search.cpan.org/dist/Module-CoreList
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
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.006001print 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 testand if all goes well
make install
=head1 HISTORY
See the F file.
=head1 AUTHOR
Richard Clamp [email protected]
Currently maintained by the perl 5 porters [email protected].
=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, L