Query: cpan::perl::releases
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CPAN::Perl::Releases(3pm) User Contributed Perl Documentation CPAN::Perl::Releases(3pm)NAMECPAN::Perl::Releases - Mapping Perl releases on CPAN to the location of the tarballsVERSIONversion 0.60SYNOPSISuse CPAN::Perl::Releases qw[perl_tarballs]; my $perl = '5.14.0'; my $hashref = perl_tarballs( $perl ); print "Location: ", $_, " " for values %{ $hashref };DESCRIPTIONCPAN::Perl::Releases is a module that contains the mappings of all "perl" releases that have been uploaded to CPAN to the "authors/id/" path that the tarballs reside in. This is static data, but newer versions of this module will be made available as new releases of "perl" are uploaded to CPAN.FUNCTIONS"perl_tarballs" Takes one parameter, a "perl" version to search for. Returns an hashref on success or "undef" otherwise. The returned hashref will have a key/value for each type of tarball. A key of "tar.gz" indicates the location of a gzipped tar file and "tar.bz2" of a bzip2'd tar file. The values will be the relative path under "authors/id/" on CPAN where the indicated tarball will be located. perl_tarballs( '5.14.0' ); Returns a hashref like: { "tar.bz2" => "J/JE/JESSE/perl-5.14.0.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.14.0.tar.gz" } Not all "perl" releases had "tar.bz2", but only a "tar.gz".SEE ALSO<http://www.cpan.org/src/5.0/> <http://search.cpan.org/faq.html#Is_there_a_API?>AUTHORChris Williams <chris@bingosnet.co.uk>COPYRIGHT AND LICENSEThis software is copyright (c) 2012 by Chris Williams. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-06-20 CPAN::Perl::Releases(3pm)
| Related Man Pages | 
|---|
| inc::module::install(3) - centos | 
| cpan::inject(3pm) - debian | 
| cpan::perl::releases(3pm) - debian | 
| cpan::uploader(3pm) - debian | 
| parse::errorstring::perl(3pm) - debian | 
| Similar Topics in the Unix Linux Community | 
|---|
| Tar command | 
| #define in perl | 
| problem with tar | 
| Extracting file from tar at relative location!! | 
| How to check tar file record? |