CPAN-Perl-Releases-5.20250422/0000775000175000017500000000000015001550203014616 5ustar bingosbingosCPAN-Perl-Releases-5.20250422/dist.ini0000644000175000017500000000034215001550203016257 0ustar bingosbingosname = CPAN-Perl-Releases version = 5.20250422 author = Chris Williams license = Perl_5 copyright_holder = Chris Williams [@BINGOS] [Prereqs / TestRequires] Test::More = 0.47 [Prereqs] perl = v5.6.0 CPAN-Perl-Releases-5.20250422/Makefile.PL0000644000175000017500000000224515001550203016571 0ustar bingosbingos# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.032. use strict; use warnings; use 5.006000; use ExtUtils::MakeMaker; my %WriteMakefileArgs = ( "ABSTRACT" => "Mapping Perl releases on CPAN to the location of the tarballs", "AUTHOR" => "Chris Williams ", "CONFIGURE_REQUIRES" => { "ExtUtils::MakeMaker" => 0 }, "DISTNAME" => "CPAN-Perl-Releases", "LICENSE" => "perl", "MIN_PERL_VERSION" => "5.006000", "NAME" => "CPAN::Perl::Releases", "PREREQ_PM" => {}, "TEST_REQUIRES" => { "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, "Test::More" => "0.47" }, "VERSION" => "5.20250422", "test" => { "TESTS" => "t/*.t" } ); my %FallbackPrereqs = ( "File::Spec" => 0, "IO::Handle" => 0, "IPC::Open3" => 0, "Test::More" => "0.47" ); unless ( eval { ExtUtils::MakeMaker->VERSION(6.63_03) } ) { delete $WriteMakefileArgs{TEST_REQUIRES}; delete $WriteMakefileArgs{BUILD_REQUIRES}; $WriteMakefileArgs{PREREQ_PM} = \%FallbackPrereqs; } delete $WriteMakefileArgs{CONFIGURE_REQUIRES} unless eval { ExtUtils::MakeMaker->VERSION(6.52) }; WriteMakefile(%WriteMakefileArgs); CPAN-Perl-Releases-5.20250422/META.yml0000644000175000017500000000146015001550203016066 0ustar bingosbingos--- abstract: 'Mapping Perl releases on CPAN to the location of the tarballs' author: - 'Chris Williams ' build_requires: File::Spec: '0' IO::Handle: '0' IPC::Open3: '0' Test::More: '0.47' configure_requires: ExtUtils::MakeMaker: '0' dynamic_config: 0 generated_by: 'Dist::Zilla version 6.032, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html version: '1.4' name: CPAN-Perl-Releases requires: perl: v5.6.0 resources: homepage: https://github.com/bingos/cpan-perl-releases repository: https://github.com/bingos/cpan-perl-releases.git version: '5.20250422' x_generated_by_perl: v5.40.1 x_serialization_backend: 'YAML::Tiny version 1.76' x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later' CPAN-Perl-Releases-5.20250422/t/0000775000175000017500000000000015001550203015061 5ustar bingosbingosCPAN-Perl-Releases-5.20250422/t/author-pod-coverage.t0000644000175000017500000000056715001550203021127 0ustar bingosbingos#!perl BEGIN { unless ($ENV{AUTHOR_TESTING}) { print qq{1..0 # SKIP these tests are for testing by the author\n}; exit } } # This file was automatically generated by Dist::Zilla::Plugin::PodCoverageTests. use strict; use warnings; use Test::Pod::Coverage 1.08; use Pod::Coverage::TrustPod; all_pod_coverage_ok({ coverage_class => 'Pod::Coverage::TrustPod' }); CPAN-Perl-Releases-5.20250422/t/00-compile.t0000644000175000017500000000264315001550203017116 0ustar bingosbingosuse 5.006; use strict; use warnings; # this test was generated with Dist::Zilla::Plugin::Test::Compile 2.058 use Test::More; plan tests => 1 + ($ENV{AUTHOR_TESTING} ? 1 : 0); my @module_files = ( 'CPAN/Perl/Releases.pm' ); # no fake home requested my @switches = ( -d 'blib' ? '-Mblib' : '-Ilib', ); use File::Spec; use IPC::Open3; use IO::Handle; open my $stdin, '<', File::Spec->devnull or die "can't open devnull: $!"; my @warnings; for my $lib (@module_files) { # see L my $stderr = IO::Handle->new; diag('Running: ', join(', ', map { my $str = $_; $str =~ s/'/\\'/g; q{'} . $str . q{'} } $^X, @switches, '-e', "require q[$lib]")) if $ENV{PERL_COMPILE_TEST_DEBUG}; my $pid = open3($stdin, '>&STDERR', $stderr, $^X, @switches, '-e', "require q[$lib]"); binmode $stderr, ':crlf' if $^O eq 'MSWin32'; my @_warnings = <$stderr>; waitpid($pid, 0); is($?, 0, "$lib loaded ok"); shift @_warnings if @_warnings and $_warnings[0] =~ /^Using .*\bblib/ and not eval { +require blib; blib->VERSION('1.01') }; if (@_warnings) { warn @_warnings; push @warnings, @_warnings; } } is(scalar(@warnings), 0, 'no warnings found') or diag 'got warnings: ', ( Test::More->can('explain') ? Test::More::explain(\@warnings) : join("\n", '', @warnings) ) if $ENV{AUTHOR_TESTING}; CPAN-Perl-Releases-5.20250422/t/02-refactor.t0000644000175000017500000002372115001550203017275 0ustar bingosbingosuse strict; use warnings; use Test::More qw[no_plan]; use CPAN::Perl::Releases qw[perl_tarballs perl_versions perl_pumpkins]; my $stuff = { "5.004" => { "tar.gz" => "C/CH/CHIPS/perl5.004.tar.gz", }, "5.004_01" => { "tar.gz" => "T/TI/TIMB/perl5.004_01.tar.gz", }, "5.004_02" => { "tar.gz" => "T/TI/TIMB/perl5.004_02.tar.gz", }, "5.004_03" => { "tar.gz" => "T/TI/TIMB/perl5.004_03.tar.gz", }, "5.004_04" => { "tar.gz" => "T/TI/TIMB/perl5.004_04.tar.gz", }, "5.004_05" => { "tar.gz" => "C/CH/CHIPS/perl5.004_05.tar.gz", }, "5.005" => { "tar.gz" => "G/GS/GSAR/perl5.005.tar.gz", }, "5.005_01" => { "tar.gz" => "G/GS/GSAR/perl5.005_01.tar.gz", }, "5.005_02" => { "tar.gz" => "G/GS/GSAR/perl5.005_02.tar.gz", }, "5.005_03" => { "tar.gz" => "G/GB/GBARR/perl5.005_03.tar.gz", }, "5.005_04" => { "tar.gz" => "L/LB/LBROCARD/perl5.005_04.tar.gz", }, "5.10.0" => { "tar.gz" => "R/RG/RGARCIA/perl-5.10.0.tar.gz", }, "5.10.1" => { "tar.bz2" => "D/DA/DAPM/perl-5.10.1.tar.bz2", "tar.gz" => "D/DA/DAPM/perl-5.10.1.tar.gz", }, "5.11.0" => { "tar.bz2" => "J/JE/JESSE/perl-5.11.0.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.11.0.tar.gz", }, "5.11.1" => { "tar.bz2" => "J/JE/JESSE/perl-5.11.1.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.11.1.tar.gz", }, "5.11.2" => { "tar.bz2" => "L/LB/LBROCARD/perl-5.11.2.tar.bz2", "tar.gz" => "L/LB/LBROCARD/perl-5.11.2.tar.gz", }, "5.11.3" => { "tar.bz2" => "J/JE/JESSE/perl-5.11.3.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.11.3.tar.gz", }, "5.11.5" => { "tar.gz" => "S/SH/SHAY/perl-5.11.5.tar.gz", }, "5.12.0" => { "tar.bz2" => "J/JE/JESSE/perl-5.12.0.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.12.0.tar.gz", }, "5.12.1" => { "tar.bz2" => "J/JE/JESSE/perl-5.12.1.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.12.1.tar.gz", }, "5.12.2" => { "tar.bz2" => "J/JE/JESSE/perl-5.12.2.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.12.2.tar.gz", }, "5.12.3" => { "tar.bz2" => "R/RJ/RJBS/perl-5.12.3.tar.bz2", "tar.gz" => "R/RJ/RJBS/perl-5.12.3.tar.gz", }, "5.12.4" => { "tar.bz2" => "L/LB/LBROCARD/perl-5.12.4.tar.bz2", "tar.gz" => "L/LB/LBROCARD/perl-5.12.4.tar.gz", }, "5.12.5" => { "tar.bz2" => "D/DO/DOM/perl-5.12.5.tar.bz2", "tar.gz" => "D/DO/DOM/perl-5.12.5.tar.gz", }, "5.13.0" => { "tar.bz2" => "L/LB/LBROCARD/perl-5.13.0.tar.bz2", "tar.gz" => "L/LB/LBROCARD/perl-5.13.0.tar.gz", }, "5.13.10" => { "tar.bz2" => "A/AV/AVAR/perl-5.13.10.tar.bz2", "tar.gz" => "A/AV/AVAR/perl-5.13.10.tar.gz", }, "5.13.11" => { "tar.bz2" => "F/FL/FLORA/perl-5.13.11.tar.bz2", "tar.gz" => "F/FL/FLORA/perl-5.13.11.tar.gz", }, "5.13.2" => { "tar.bz2" => "M/MS/MSTROUT/perl-5.13.2.tar.bz2", "tar.gz" => "M/MS/MSTROUT/perl-5.13.2.tar.gz", }, "5.13.3" => { "tar.bz2" => "D/DA/DAGOLDEN/perl-5.13.3.tar.bz2", "tar.gz" => "D/DA/DAGOLDEN/perl-5.13.3.tar.gz", }, "5.13.4" => { "tar.bz2" => "F/FL/FLORA/perl-5.13.4.tar.bz2", "tar.gz" => "F/FL/FLORA/perl-5.13.4.tar.gz", }, "5.13.5" => { "tar.gz" => "S/SH/SHAY/perl-5.13.5.tar.gz", }, "5.13.6" => { "tar.bz2" => "M/MI/MIYAGAWA/perl-5.13.6.tar.bz2", "tar.gz" => "M/MI/MIYAGAWA/perl-5.13.6.tar.gz", }, "5.13.7" => { "tar.bz2" => "B/BI/BINGOS/perl-5.13.7.tar.bz2", "tar.gz" => "B/BI/BINGOS/perl-5.13.7.tar.gz", }, "5.13.8" => { "tar.bz2" => "Z/ZE/ZEFRAM/perl-5.13.8.tar.bz2", "tar.gz" => "Z/ZE/ZEFRAM/perl-5.13.8.tar.gz", }, "5.13.9" => { "tar.bz2" => "J/JE/JESSE/perl-5.13.9.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.13.9.tar.gz", }, "5.14.0" => { "tar.bz2" => "J/JE/JESSE/perl-5.14.0.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.14.0.tar.gz", }, "5.14.1" => { "tar.bz2" => "J/JE/JESSE/perl-5.14.1.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.14.1.tar.gz", }, "5.14.2" => { "tar.bz2" => "F/FL/FLORA/perl-5.14.2.tar.bz2", "tar.gz" => "F/FL/FLORA/perl-5.14.2.tar.gz", }, "5.14.3" => { "tar.bz2" => "D/DO/DOM/perl-5.14.3.tar.bz2", "tar.gz" => "D/DO/DOM/perl-5.14.3.tar.gz", }, "5.14.4-RC1" => { "tar.bz2" => "D/DA/DAPM/perl-5.14.4-RC1.tar.bz2", "tar.gz" => "D/DA/DAPM/perl-5.14.4-RC1.tar.gz", }, "5.14.4-RC2" => { "tar.bz2" => "D/DA/DAPM/perl-5.14.4-RC2.tar.bz2", "tar.gz" => "D/DA/DAPM/perl-5.14.4-RC2.tar.gz", }, "5.14.4" => { "tar.bz2" => "D/DA/DAPM/perl-5.14.4.tar.bz2", "tar.gz" => "D/DA/DAPM/perl-5.14.4.tar.gz", }, "5.15.0" => { "tar.bz2" => "D/DA/DAGOLDEN/perl-5.15.0.tar.bz2", "tar.gz" => "D/DA/DAGOLDEN/perl-5.15.0.tar.gz", }, "5.15.1" => { "tar.bz2" => "Z/ZE/ZEFRAM/perl-5.15.1.tar.bz2", "tar.gz" => "Z/ZE/ZEFRAM/perl-5.15.1.tar.gz", }, "5.15.3" => { "tar.bz2" => "S/ST/STEVAN/perl-5.15.3.tar.bz2", "tar.gz" => "S/ST/STEVAN/perl-5.15.3.tar.gz", }, "5.15.4" => { "tar.bz2" => "F/FL/FLORA/perl-5.15.4.tar.bz2", "tar.gz" => "F/FL/FLORA/perl-5.15.4.tar.gz", }, "5.15.5" => { "tar.gz" => "S/SH/SHAY/perl-5.15.5.tar.gz", }, "5.15.6" => { "tar.bz2" => "D/DR/DROLSKY/perl-5.15.6.tar.bz2", "tar.gz" => "D/DR/DROLSKY/perl-5.15.6.tar.gz", }, "5.15.7" => { "tar.bz2" => "B/BI/BINGOS/perl-5.15.7.tar.bz2", "tar.gz" => "B/BI/BINGOS/perl-5.15.7.tar.gz", }, "5.15.9" => { "tar.bz2" => "A/AB/ABIGAIL/perl-5.15.9.tar.bz2", "tar.gz" => "A/AB/ABIGAIL/perl-5.15.9.tar.gz", }, "5.16.0" => { "tar.bz2" => "R/RJ/RJBS/perl-5.16.0.tar.bz2", "tar.gz" => "R/RJ/RJBS/perl-5.16.0.tar.gz", }, "5.16.1" => { "tar.bz2" => "R/RJ/RJBS/perl-5.16.1.tar.bz2", "tar.gz" => "R/RJ/RJBS/perl-5.16.1.tar.gz", }, "5.16.2" => { "tar.bz2" => "R/RJ/RJBS/perl-5.16.2.tar.bz2", "tar.gz" => "R/RJ/RJBS/perl-5.16.2.tar.gz", }, "5.16.3" => { "tar.bz2" => "R/RJ/RJBS/perl-5.16.3.tar.bz2", "tar.gz" => "R/RJ/RJBS/perl-5.16.3.tar.gz", }, "5.17.0" => { "tar.bz2" => "Z/ZE/ZEFRAM/perl-5.17.0.tar.bz2", "tar.gz" => "Z/ZE/ZEFRAM/perl-5.17.0.tar.gz", }, "5.17.1" => { "tar.bz2" => "D/DO/DOY/perl-5.17.1.tar.bz2", "tar.gz" => "D/DO/DOY/perl-5.17.1.tar.gz", }, "5.17.2" => { "tar.bz2" => "T/TO/TONYC/perl-5.17.2.tar.bz2", "tar.gz" => "T/TO/TONYC/perl-5.17.2.tar.gz", }, "5.17.3" => { "tar.gz" => "S/SH/SHAY/perl-5.17.3.tar.gz", }, "5.17.4" => { "tar.bz2" => "F/FL/FLORA/perl-5.17.4.tar.bz2", "tar.gz" => "F/FL/FLORA/perl-5.17.4.tar.gz", }, "5.17.5" => { "tar.bz2" => "F/FL/FLORA/perl-5.17.5.tar.bz2", "tar.gz" => "F/FL/FLORA/perl-5.17.5.tar.gz", }, "5.17.7" => { "tar.bz2" => "D/DR/DROLSKY/perl-5.17.7.tar.bz2", "tar.gz" => "D/DR/DROLSKY/perl-5.17.7.tar.gz", }, "5.17.8" => { "tar.bz2" => "A/AR/ARC/perl-5.17.8.tar.bz2", "tar.gz" => "A/AR/ARC/perl-5.17.8.tar.gz", }, "5.17.9" => { "tar.bz2" => "B/BI/BINGOS/perl-5.17.9.tar.bz2", "tar.gz" => "B/BI/BINGOS/perl-5.17.9.tar.gz", }, "5.18.0" => { "tar.bz2" => "R/RJ/RJBS/perl-5.18.0.tar.bz2", "tar.gz" => "R/RJ/RJBS/perl-5.18.0.tar.gz", }, "5.18.1" => { "tar.bz2" => "R/RJ/RJBS/perl-5.18.1.tar.bz2", "tar.gz" => "R/RJ/RJBS/perl-5.18.1.tar.gz", }, "5.19.1" => { "tar.bz2" => "D/DA/DAGOLDEN/perl-5.19.1.tar.bz2", "tar.gz" => "D/DA/DAGOLDEN/perl-5.19.1.tar.gz", }, "5.19.3" => { "tar.gz" => "S/SH/SHAY/perl-5.19.3.tar.gz", }, "5.21.6" => { "tar.bz2" => "B/BI/BINGOS/perl-5.21.6.tar.bz2", "tar.gz" => "B/BI/BINGOS/perl-5.21.6.tar.gz", "tar.xz" => "B/BI/BINGOS/perl-5.21.6.tar.xz", }, "5.22.0" => { "tar.bz2" => "R/RJ/RJBS/perl-5.22.0.tar.bz2", "tar.gz" => "R/RJ/RJBS/perl-5.22.0.tar.gz", "tar.xz" => "R/RJ/RJBS/perl-5.22.0.tar.xz", }, "5.6.0" => { "tar.gz" => "G/GS/GSAR/perl-5.6.0.tar.gz", }, "5.6.1" => { "tar.gz" => "G/GS/GSAR/perl-5.6.1.tar.gz", }, "5.6.1-TRIAL1" => { "tar.gz" => "G/GS/GSAR/perl-5.6.1-TRIAL1.tar.gz", }, "5.6.1-TRIAL2" => { "tar.gz" => "G/GS/GSAR/perl-5.6.1-TRIAL2.tar.gz", }, "5.6.1-TRIAL3" => { "tar.gz" => "G/GS/GSAR/perl-5.6.1-TRIAL3.tar.gz", }, "5.6.2" => { "tar.gz" => "R/RG/RGARCIA/perl-5.6.2.tar.gz", }, "5.7.0" => { "tar.gz" => "J/JH/JHI/perl-5.7.0.tar.gz", }, "5.7.2" => { "tar.gz" => "J/JH/JHI/perl-5.7.2.tar.gz", }, "5.7.3" => { "tar.gz" => "J/JH/JHI/perl-5.7.3.tar.gz", }, "5.8.0" => { "tar.gz" => "J/JH/JHI/perl-5.8.0.tar.gz", }, "5.8.1" => { "tar.gz" => "J/JH/JHI/perl-5.8.1.tar.gz", }, "5.8.2" => { "tar.bz2" => "N/NW/NWCLARK/perl-5.8.2.tar.bz2", "tar.gz" => "N/NW/NWCLARK/perl-5.8.2.tar.gz", }, "5.8.3" => { "tar.bz2" => "N/NW/NWCLARK/perl-5.8.3.tar.bz2", "tar.gz" => "N/NW/NWCLARK/perl-5.8.3.tar.gz", }, "5.8.4" => { "tar.bz2" => "N/NW/NWCLARK/perl-5.8.4.tar.bz2", "tar.gz" => "N/NW/NWCLARK/perl-5.8.4.tar.gz", }, "5.8.5" => { "tar.bz2" => "N/NW/NWCLARK/perl-5.8.5.tar.bz2", "tar.gz" => "N/NW/NWCLARK/perl-5.8.5.tar.gz", }, "5.8.6" => { "tar.bz2" => "N/NW/NWCLARK/perl-5.8.6.tar.bz2", "tar.gz" => "N/NW/NWCLARK/perl-5.8.6.tar.gz", }, "5.8.7" => { "tar.bz2" => "N/NW/NWCLARK/perl-5.8.7.tar.bz2", "tar.gz" => "N/NW/NWCLARK/perl-5.8.7.tar.gz", }, "5.8.8" => { "tar.bz2" => "N/NW/NWCLARK/perl-5.8.8.tar.bz2", "tar.gz" => "N/NW/NWCLARK/perl-5.8.8.tar.gz", }, "5.8.9" => { "tar.bz2" => "N/NW/NWCLARK/perl-5.8.9.tar.bz2", "tar.gz" => "N/NW/NWCLARK/perl-5.8.9.tar.gz", }, "5.9.0" => { "tar.bz2" => "H/HV/HVDS/perl-5.9.0.tar.bz2", "tar.gz" => "H/HV/HVDS/perl-5.9.0.tar.gz", }, "5.9.1" => { "tar.gz" => "R/RG/RGARCIA/perl-5.9.1.tar.gz", }, "5.9.2" => { "tar.gz" => "R/RG/RGARCIA/perl-5.9.2.tar.gz", }, "5.9.3" => { "tar.gz" => "R/RG/RGARCIA/perl-5.9.3.tar.gz", }, "5.9.4" => { "tar.gz" => "R/RG/RGARCIA/perl-5.9.4.tar.gz", }, "5.9.5" => { "tar.gz" => "R/RG/RGARCIA/perl-5.9.5.tar.gz", }, }; foreach my $perl ( sort keys %$stuff ) { my $got = perl_tarballs( $perl ); my $expected = $stuff->{ $perl }; is_deeply( $got, $expected, "Perl $perl was correct" ); } CPAN-Perl-Releases-5.20250422/t/author-pod-syntax.t0000644000175000017500000000045415001550203020655 0ustar bingosbingos#!perl BEGIN { unless ($ENV{AUTHOR_TESTING}) { print qq{1..0 # SKIP these tests are for testing by the author\n}; exit } } # This file was automatically generated by Dist::Zilla::Plugin::PodSyntaxTests. use strict; use warnings; use Test::More; use Test::Pod 1.41; all_pod_files_ok(); CPAN-Perl-Releases-5.20250422/t/01-releases.t0000644000175000017500000000204715001550203017270 0ustar bingosbingosuse strict; use warnings; use Test::More qw[no_plan]; use CPAN::Perl::Releases qw[perl_tarballs perl_versions perl_pumpkins]; my $perl = '5.14.0'; my $expected = { "tar.bz2" => "J/JE/JESSE/perl-5.14.0.tar.bz2", "tar.gz" => "J/JE/JESSE/perl-5.14.0.tar.gz" }; { my $got = perl_tarballs( $perl ); is_deeply( $got, $expected, 'Imported function' ); } { my $got = CPAN::Perl::Releases::perl_tarballs( $perl ); is_deeply( $got, $expected, 'Package Function' ); } { my $got = CPAN::Perl::Releases->perl_tarballs( $perl ); is_deeply( $got, $expected, 'Class method' ); } { my $got = perl_tarballs( '6.0.0' ); ok( !$got, 'Should not have this release' ); } { my $got = perl_tarballs( ); ok( !$got, 'Should not have undef release' ); } my @versions = perl_versions(); ok (grep(/^5.6.1$/, @versions), "has 5.6.1"); ok (grep(/^5.18.0$/, @versions), "has 5.18.0"); my @pumpkins = perl_pumpkins(); ok (grep(/^BINGOS$/, @pumpkins), "has BINGOS"); ok (grep(/^JESSE$/, @pumpkins), "has JESSE"); ok (!grep(/^LWALL$/, @pumpkins), "canz delegatez"); CPAN-Perl-Releases-5.20250422/README0000644000175000017500000000401115001550203015470 0ustar bingosbingosNAME CPAN::Perl::Releases - Mapping Perl releases on CPAN to the location of the tarballs VERSION version 5.20250422 SYNOPSIS use CPAN::Perl::Releases qw[perl_tarballs]; my $perl = '5.14.0'; my $hashref = perl_tarballs( $perl ); print "Location: ", $_, "\n" for values %{ $hashref }; DESCRIPTION CPAN::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. Perl tarballs may also be compressed using xz and therefore have a tar.xz entry. perl_versions Returns the list of all the perl versions supported by the module in ascending order. TRIAL and RC will be lower than an actual release. perl_pumpkins Returns a sorted list of all PAUSE IDs of Perl pumpkins. SEE ALSO http://www.cpan.org/src/5.0/ AUTHOR Chris Williams COPYRIGHT AND LICENSE This software is copyright (c) 2025 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. CPAN-Perl-Releases-5.20250422/LICENSE0000644000175000017500000004643515001550203015635 0ustar bingosbingosThis software is copyright (c) 2025 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. Terms of the Perl programming language system itself a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" --- The GNU General Public License, Version 1, February 1989 --- This software is Copyright (c) 2025 by Chris Williams. This is free software, licensed under: The GNU General Public License, Version 1, February 1989 GNU GENERAL PUBLIC LICENSE Version 1, February 1989 Copyright (C) 1989 Free Software Foundation, Inc. 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The license agreements of most software companies try to keep users at the mercy of those companies. By contrast, our General Public License is intended to guarantee your freedom to share and change free software--to make sure the software is free for all its users. The General Public License applies to the Free Software Foundation's software and to any other program whose authors commit to using it. You can use it for your programs, too. When we speak of free software, we are referring to freedom, not price. Specifically, the General Public License is designed to make sure that you have the freedom to give away or sell copies of free software, that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs; and that you know you can do these things. To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights. These restrictions translate to certain responsibilities for you if you distribute copies of the software, or if you modify it. For example, if you distribute copies of a such a program, whether gratis or for a fee, you must give the recipients all the rights that you have. You must make sure that they, too, receive or can get the source code. And you must tell them their rights. We protect your rights with two steps: (1) copyright the software, and (2) offer you this license which gives you legal permission to copy, distribute and/or modify the software. Also, for each author's protection and ours, we want to make certain that everyone understands that there is no warranty for this free software. If the software is modified by someone else and passed on, we want its recipients to know that what they have is not the original, so that any problems introduced by others will not reflect on the original authors' reputations. The precise terms and conditions for copying, distribution and modification follow. GNU GENERAL PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. This License Agreement applies to any program or other work which contains a notice placed by the copyright holder saying it may be distributed under the terms of this General Public License. The "Program", below, refers to any such program or work, and a "work based on the Program" means either the Program or any work containing the Program or a portion of it, either verbatim or with modifications. Each licensee is addressed as "you". 1. You may copy and distribute verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice and disclaimer of warranty; keep intact all the notices that refer to this General Public License and to the absence of any warranty; and give any other recipients of the Program a copy of this General Public License along with the Program. You may charge a fee for the physical act of transferring a copy. 2. You may modify your copy or copies of the Program or any portion of it, and copy and distribute such modifications under the terms of Paragraph 1 above, provided that you also do the following: a) cause the modified files to carry prominent notices stating that you changed the files and the date of any change; and b) cause the whole of any work that you distribute or publish, that in whole or in part contains the Program or any part thereof, either with or without modifications, to be licensed at no charge to all third parties under the terms of this General Public License (except that you may choose to grant warranty protection to some or all third parties, at your option). c) If the modified program normally reads commands interactively when run, you must cause it, when started running for such interactive use in the simplest and most usual way, to print or display an announcement including an appropriate copyright notice and a notice that there is no warranty (or else, saying that you provide a warranty) and that users may redistribute the program under these conditions, and telling the user how to view a copy of this General Public License. d) You may charge a fee for the physical act of transferring a copy, and you may at your option offer warranty protection in exchange for a fee. Mere aggregation of another independent work with the Program (or its derivative) on a volume of a storage or distribution medium does not bring the other work under the scope of these terms. 3. You may copy and distribute the Program (or a portion or derivative of it, under Paragraph 2) in object code or executable form under the terms of Paragraphs 1 and 2 above provided that you also do one of the following: a) accompany it with the complete corresponding machine-readable source code, which must be distributed under the terms of Paragraphs 1 and 2 above; or, b) accompany it with a written offer, valid for at least three years, to give any third party free (except for a nominal charge for the cost of distribution) a complete machine-readable copy of the corresponding source code, to be distributed under the terms of Paragraphs 1 and 2 above; or, c) accompany it with the information you received as to where the corresponding source code may be obtained. (This alternative is allowed only for noncommercial distribution and only if you received the program in object code or executable form alone.) Source code for a work means the preferred form of the work for making modifications to it. For an executable file, complete source code means all the source code for all modules it contains; but, as a special exception, it need not include source code for modules which are standard libraries that accompany the operating system on which the executable file runs, or for standard header files or definitions files that accompany that operating system. 4. You may not copy, modify, sublicense, distribute or transfer the Program except as expressly provided under this General Public License. Any attempt otherwise to copy, modify, sublicense, distribute or transfer the Program is void, and will automatically terminate your rights to use the Program under this License. However, parties who have received copies, or rights to use copies, from you under this General Public License will not have their licenses terminated so long as such parties remain in full compliance. 5. By copying, distributing or modifying the Program (or any work based on the Program) you indicate your acceptance of this license to do so, and all its terms and conditions. 6. Each time you redistribute the Program (or any work based on the Program), the recipient automatically receives a license from the original licensor to copy, distribute or modify the Program subject to these terms and conditions. You may not impose any further restrictions on the recipients' exercise of the rights granted herein. 7. The Free Software Foundation may publish revised and/or new versions of the General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies a version number of the license which applies to it and "any later version", you have the option of following the terms and conditions either of that version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the license, you may choose any version ever published by the Free Software Foundation. 8. If you wish to incorporate parts of the Program into other free programs whose distribution conditions are different, write to the author to ask for permission. For software which is copyrighted by the Free Software Foundation, write to the Free Software Foundation; we sometimes make exceptions for this. Our decision will be guided by the two goals of preserving the free status of all derivatives of our free software and of promoting the sharing and reuse of software generally. NO WARRANTY 9. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 10. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. END OF TERMS AND CONDITIONS Appendix: How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to humanity, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively convey the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) 19yy This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301 USA Also add information on how to contact you by electronic and paper mail. If the program is interactive, make it output a short notice like this when it starts in an interactive mode: Gnomovision version 69, Copyright (C) 19xx name of author Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, the commands you use may be called something other than `show w' and `show c'; they could even be mouse-clicks or menu items--whatever suits your program. You should also get your employer (if you work as a programmer) or your school, if any, to sign a "copyright disclaimer" for the program, if necessary. Here a sample; alter the names: Yoyodyne, Inc., hereby disclaims all copyright interest in the program `Gnomovision' (a program to direct compilers to make passes at assemblers) written by James Hacker. , 1 April 1989 Ty Coon, President of Vice That's all there is to it! --- The Perl Artistic License 1.0 --- This software is Copyright (c) 2025 by Chris Williams. This is free software, licensed under: The Perl Artistic License 1.0 The "Artistic License" Preamble The intent of this document is to state the conditions under which a Package may be copied, such that the Copyright Holder maintains some semblance of artistic control over the development of the package, while giving the users of the package the right to use and distribute the Package in a more-or-less customary fashion, plus the right to make reasonable modifications. Definitions: "Package" refers to the collection of files distributed by the Copyright Holder, and derivatives of that collection of files created through textual modification. "Standard Version" refers to such a Package if it has not been modified, or has been modified in accordance with the wishes of the Copyright Holder as specified below. "Copyright Holder" is whoever is named in the copyright or copyrights for the package. "You" is you, if you're thinking about copying or distributing this Package. "Reasonable copying fee" is whatever you can justify on the basis of media cost, duplication charges, time of people involved, and so on. (You will not be required to justify it to the Copyright Holder, but only to the computing community at large as a market that must bear the fee.) "Freely Available" means that no fee is charged for the item itself, though there may be fees involved in handling the item. It also means that recipients of the item may redistribute it under the same conditions they received it. 1. You may make and give away verbatim copies of the source form of the Standard Version of this Package without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. 2. You may apply bug fixes, portability fixes and other modifications derived from the Public Domain or from the Copyright Holder. A Package modified in such a way shall still be considered the Standard Version. 3. You may otherwise modify your copy of this Package in any way, provided that you insert a prominent notice in each changed file stating how and when you changed that file, and provided that you do at least ONE of the following: a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or placing the modifications on a major archive site such as uunet.uu.net, or by allowing the Copyright Holder to include your modifications in the Standard Version of the Package. b) use the modified Package only within your corporation or organization. c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided, and provide a separate manual page for each non-standard executable that clearly documents how it differs from the Standard Version. d) make other distribution arrangements with the Copyright Holder. 4. You may distribute the programs of this Package in object code or executable form, provided that you do at least ONE of the following: a) distribute a Standard Version of the executables and library files, together with instructions (in the manual page or equivalent) on where to get the Standard Version. b) accompany the distribution with the machine-readable source of the Package with your modifications. c) give non-standard executables non-standard names, and clearly document the differences in manual pages (or equivalent), together with instructions on where to get the Standard Version. d) make other distribution arrangements with the Copyright Holder. 5. You may charge a reasonable copying fee for any distribution of this Package. You may charge any fee you choose for support of this Package. You may not charge a fee for this Package itself. However, you may distribute this Package in aggregate with other (possibly commercial) programs as part of a larger (possibly commercial) software distribution provided that you do not advertise this Package as a product of your own. You may embed this Package's interpreter within an executable of yours (by linking); this shall be construed as a mere form of aggregation, provided that the complete Standard Version of the interpreter is so embedded. 6. The scripts and library files supplied as input to or produced as output from the programs of this Package do not automatically fall under the copyright of this Package, but belong to whoever generated them, and may be sold commercially, and may be aggregated with this Package. If such scripts or library files are aggregated with this Package via the so-called "undump" or "unexec" methods of producing a binary executable image, then distribution of such an image shall neither be construed as a distribution of this Package nor shall it fall under the restrictions of Paragraphs 3 and 4, provided that you do not represent such an executable image as a Standard Version of this Package. 7. C subroutines (or comparably compiled subroutines in other languages) supplied by you and linked into this Package in order to emulate subroutines and variables of the language defined by this Package shall not be considered part of this Package, but are the equivalent of input as in Paragraph 6, provided these subroutines do not change the language in any way that would cause it to fail the regression tests for the language. 8. Aggregation of this Package with a commercial distribution is always permitted provided that the use of this Package is embedded; that is, when no overt attempt is made to make this Package's interfaces visible to the end user of the commercial distribution. Such use shall not be construed as a distribution of this Package. 9. The name of the Copyright Holder may not be used to endorse or promote products derived from this software without specific prior written permission. 10. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. The End CPAN-Perl-Releases-5.20250422/Changes0000644000175000017500000007141515001550203016117 0ustar bingosbingos================================================== Changes from 2020-04-22 00:00:00 +0000 to present. ================================================== ----------------------------------------------- version 5.20250422 at 2025-04-21 23:08:39 +0000 ----------------------------------------------- Change: 415be867dab01ce6e364c9983c6b70c486aab480 Author: Chris 'BinGOs' Williams Date : 2025-04-22 00:08:39 +0000 Updated for v5.41.12 ----------------------------------------------- version 5.20250421 at 2025-04-21 01:50:35 +0000 ----------------------------------------------- Change: 6ec1ba1284c1343b0e6184e0b65f94ec4da3ad1d Author: Chris 'BinGOs' Williams Date : 2025-04-21 02:50:35 +0000 Updated for v5.41.11 ----------------------------------------------- version 5.20250419 at 2025-04-19 13:43:46 +0000 ----------------------------------------------- Change: aa091564e15ed0ba6e3e4549fbb769879881d620 Author: Chris 'BinGOs' Williams Date : 2025-04-19 14:43:46 +0000 Updated for v5.38.3 and v5.40.1 (which I had somehow missed) ----------------------------------------------- version 5.20250413 at 2025-04-13 14:22:02 +0000 ----------------------------------------------- Change: f7f62d92f92cf7f4a52f23d737a7900e4087dbbb Author: Chris 'BinGOs' Williams Date : 2025-04-13 15:22:02 +0000 Updated for v5.38.4 and v5.40.2 (and respective RC1s) ----------------------------------------------- version 5.20250321 at 2025-03-21 12:56:26 +0000 ----------------------------------------------- Change: c3c675dbd81533ecab4618afb0d747109fc5a89f Author: Chris 'BinGOs' Williams Date : 2025-03-21 12:56:26 +0000 Updated for v5.41.10 ----------------------------------------------- version 5.20250224 at 2025-02-24 09:27:17 +0000 ----------------------------------------------- Change: d692f3209174521f00872ac5cfcf1b86a1acd3db Author: Chris 'BinGOs' Williams Date : 2025-02-24 09:27:17 +0000 Updated for v5.41.9 ----------------------------------------------- version 5.20250120 at 2025-01-20 21:46:50 +0000 ----------------------------------------------- Change: 377ef4f48d9286759b0874fd62b3e48c0cfc1fe6 Author: Chris 'BinGOs' Williams Date : 2025-01-20 21:46:50 +0000 Updated for v5.41.8 ----------------------------------------------- version 5.20250106 at 2025-01-06 15:47:00 +0000 ----------------------------------------------- Change: ea3aee79e06305140b0081531f9343593a3faf30 Author: Chris 'BinGOs' Williams Date : 2025-01-06 15:47:00 +0000 Updated for v5.38.3-RC1 and v5.40.1-RC1 ----------------------------------------------- version 5.20241220 at 2024-12-20 15:07:29 +0000 ----------------------------------------------- Change: 560a654946101e17f45660ec8e11cf87f0ce574f Author: Chris 'BinGOs' Williams Date : 2024-12-20 15:07:29 +0000 Updated for v5.41.7 ----------------------------------------------- version 5.20241120 at 2024-11-20 12:06:50 +0000 ----------------------------------------------- Change: c9846f7c95a35aaab76c31999b49c6542ec94569 Author: Chris 'BinGOs' Williams Date : 2024-11-20 12:06:50 +0000 Updated for v5.41.6 ----------------------------------------------- version 5.20241020 at 2024-10-20 21:01:16 +0000 ----------------------------------------------- Change: 419bb1c25528b0f7450716b7656f62bed2f038ee Author: Chris 'BinGOs' Williams Date : 2024-10-20 22:01:16 +0000 Update for v5.41.5 ----------------------------------------------- version 5.20240920 at 2024-09-20 12:28:39 +0000 ----------------------------------------------- Change: c973ffc8d79f9ab5e0d25a173a6dd90c91ed652a Author: Chris 'BinGOs' Williams Date : 2024-09-20 13:28:39 +0000 Updated for v5.41.4 ----------------------------------------------- version 5.20240829 at 2024-08-29 14:31:30 +0000 ----------------------------------------------- Change: 9ab250bf6fae7bc0171cb38c7d8634e6dc5784fa Author: Chris 'BinGOs' Williams Date : 2024-08-29 15:31:30 +0000 Updated for v5.41.3 ----------------------------------------------- version 5.20240720 at 2024-07-20 21:20:43 +0000 ----------------------------------------------- Change: a35307a3585ac103f44e72c64aab6a5342233249 Author: Chris 'BinGOs' Williams Date : 2024-07-20 22:20:43 +0000 Updated for v5.41.2 ----------------------------------------------- version 5.20240702 at 2024-07-02 15:11:23 +0000 ----------------------------------------------- Change: b72e1c1403ca6fcb49c99bc7900a0e4da7e8d301 Author: Chris 'BinGOs' Williams Date : 2024-07-02 16:11:23 +0000 Updated for v5.41.1 ----------------------------------------------- version 5.20240609 at 2024-06-09 21:09:15 +0000 ----------------------------------------------- Change: a183c3d79a4b9d5f3387b21889a85a3d571d1952 Author: Chris 'BinGOs' Williams Date : 2024-06-09 22:09:15 +0000 Updated for v5.40.0 ----------------------------------------------- version 5.20240604 at 2024-06-05 14:02:23 +0000 ----------------------------------------------- Change: adaf86a8b7f484c3889995448d64dd3849b28886 Author: Chris 'BinGOs' Williams Date : 2024-06-05 15:02:23 +0000 Updated for v5.40.0-RC2 ----------------------------------------------- version 5.20240525 at 2024-05-25 09:58:59 +0000 ----------------------------------------------- Change: 440fc719e3589ae3b114e08d4e186d2fe637751b Author: Chris 'BinGOs' Williams Date : 2024-05-25 10:58:59 +0000 Updated for v5.40.0-RC1 Also removed v5.34.2, v5.36.2 and v5.38.1 as these tarballs have been deleted ----------------------------------------------- version 5.20240427 at 2024-04-27 19:30:34 +0000 ----------------------------------------------- Change: d05539d066062caf84bc169922a88c662a778c0b Author: Chris 'BinGOs' Williams Date : 2024-04-27 20:30:34 +0000 Updated for v5.39.10 ----------------------------------------------- version 5.20240321 at 2024-03-20 16:34:34 +0000 ----------------------------------------------- Change: df997bd0ee0776a18f93e9d599a6467d13cbc6d0 Author: Chris 'BinGOs' Williams Date : 2024-03-20 16:34:34 +0000 Fixing uptagged release *sigh* ----------------------------------------------- version 5.20240320 at 2024-03-20 16:29:41 +0000 ----------------------------------------------- Change: f7e0bee4932f14f630ebd92ea809f1924d2771bb Author: Chris 'BinGOs' Williams Date : 2024-03-20 16:29:41 +0000 Updated for v5.39.9 ----------------------------------------------- version 5.20240223 at 2024-02-23 18:01:40 +0000 ----------------------------------------------- Change: 0dcf07b44c6a4a90c32c4981239a0118fde56187 Author: Chris 'BinGOs' Williams Date : 2024-02-23 18:01:40 +0000 Updated for v5.39.8 ----------------------------------------------- version 5.20240120 at 2024-01-20 12:55:46 +0000 ----------------------------------------------- Change: 414265293aeed24e203276fc138efa777263ebc6 Author: Chris 'BinGOs' Williams Date : 2024-01-20 12:55:46 +0000 Updated for v5.39.7 ----------------------------------------------- version 5.20231230 at 2023-12-31 09:21:56 +0000 ----------------------------------------------- Change: dca17304c1778ade1422fab4b5d2b04559ff15bb Author: Chris 'BinGOs' Williams Date : 2023-12-31 09:21:56 +0000 Updated for v5.39.6 ----------------------------------------------- version 5.20231129 at 2023-11-29 16:42:36 +0000 ----------------------------------------------- Change: e00885d04b7b09c5af083ea9f676debb25c3aeb1 Author: Chris 'BinGOs' Williams Date : 2023-11-29 16:42:36 +0000 Updated for v5.34.3, v5.36.3 and v5.38.2 ----------------------------------------------- version 5.20231125 at 2023-11-25 15:33:39 +0000 ----------------------------------------------- Change: 8d68024297ab0476c12901327f0349ea27721790 Author: Chris 'BinGOs' Williams Date : 2023-11-25 15:33:39 +0000 Updated for maintenance releases v5.34.2 v5.36.2 v5.38.1 ----------------------------------------------- version 5.20231120 at 2023-11-20 09:24:19 +0000 ----------------------------------------------- Change: 5baddd08edbb5b987a0851bfee46f0b8265be8ef Author: Chris 'BinGOs' Williams Date : 2023-11-20 09:24:19 +0000 Updated for v5.39.5 ----------------------------------------------- version 5.20231025 at 2023-10-25 20:24:51 +0000 ----------------------------------------------- Change: 2e85413d96a397f9bd077475825eebdb4eee69b2 Author: Chris 'BinGOs' Williams Date : 2023-10-25 21:24:51 +0000 Updated for v5.39.4 ----------------------------------------------- version 5.20230920 at 2023-09-20 18:54:17 +0000 ----------------------------------------------- Change: bad470241783dea4fbbe17d91244a175f142fedf Author: Chris 'BinGOs' Williams Date : 2023-09-20 19:54:17 +0000 Updated for v5.39.3 ----------------------------------------------- version 5.20230820 at 2023-08-20 23:56:15 +0000 ----------------------------------------------- Change: f31e695f438145c9082efa6231ca84cba1e59f68 Author: Chris 'BinGOs' Williams Date : 2023-08-21 00:56:15 +0000 Updated for v5.39.2 ----------------------------------------------- version 5.20230720 at 2023-07-20 20:11:27 +0000 ----------------------------------------------- Change: f49c489f92c224ad67fabe4922e906d30e93b60a Author: Chris 'BinGOs' Williams Date : 2023-07-20 21:11:27 +0000 Updated for v5.39.1 ----------------------------------------------- version 5.20230703 at 2023-07-02 23:53:11 +0000 ----------------------------------------------- Change: bfcaedc47ff3b2eb41b8937c90d88f8d6e1f6978 Author: Chris 'BinGOs' Williams Date : 2023-07-03 00:53:11 +0000 Updated for v5.38.0 ----------------------------------------------- version 5.20230623 at 2023-06-23 21:52:24 +0000 ----------------------------------------------- Change: b89377d4677c288d0b76ed06e27ba649d1b21f74 Author: Chris 'BinGOs' Williams Date : 2023-06-23 22:52:24 +0000 Updated for v5.38.0-RC2 Change: 488c1baf27c61a77e2af01f2205fa3230e8ac4da Author: Chris 'BinGOs' Williams Date : 2023-06-16 09:15:45 +0000 Deal with pumpkins who have deleted dev releases Special case SHAY who has only removed tar.bz2 tarballs for releases below v5.28.0 ----------------------------------------------- version 5.20230616 at 2023-06-16 08:11:37 +0000 ----------------------------------------------- Change: 0843bf23082ec504703d9eca46a91e8f95844bac Author: Chris 'BinGOs' Williams Date : 2023-06-16 09:11:37 +0000 Deal with pumpkins who have deleted dev releases Special case SHAY who has only removed tar.bz2 tarballs for releases below v5.28.0 Change: 988dccbcba9978c46964bc31e46173e38638cb6a Author: Chris 'BinGOs' Williams Date : 2023-06-16 08:46:20 +0000 Updated for v5.38.0-RC1 ----------------------------------------------- version 5.20230423 at 2023-04-23 16:31:11 +0000 ----------------------------------------------- Change: 43aa9b7df2dbb788184328cb7bd27d50aec026dd Author: Chris 'BinGOs' Williams Date : 2023-04-23 17:31:11 +0000 Updated for v5.36.1 ----------------------------------------------- version 5.20230420 at 2023-04-20 20:35:16 +0000 ----------------------------------------------- Change: 4cd1cb76991ac241deef0dc210175dc9367f6b5e Author: Chris 'BinGOs' Williams Date : 2023-04-20 21:35:16 +0000 Updated for v5.37.11 ----------------------------------------------- version 5.20230416 at 2023-04-16 17:24:13 +0000 ----------------------------------------------- Change: c8ff0c48b031dcc2704e3545c698e2c53e69b8a4 Author: Chris 'BinGOs' Williams Date : 2023-04-16 18:24:13 +0000 Updated for v5.36.1-RC3 ----------------------------------------------- version 5.20230411 at 2023-04-11 21:42:22 +0000 ----------------------------------------------- Change: c52e19c725e091ad98845f11b90e6f2752b5a9cc Author: Chris 'BinGOs' Williams Date : 2023-04-11 22:42:22 +0000 Updated for v5.36.1-RC2 ----------------------------------------------- version 5.20230410 at 2023-04-10 21:11:27 +0000 ----------------------------------------------- Change: d302bd814cef39983a4a1437e18365d4093f9f0a Author: Chris 'BinGOs' Williams Date : 2023-04-10 22:11:27 +0000 Updated for v5.36.0-RC1 ----------------------------------------------- version 5.20230320 at 2023-03-21 08:28:30 +0000 ----------------------------------------------- Change: 8bff384538bdd3d8e3ecfea3d72986ddff4c06fb Author: Chris 'BinGOs' Williams Date : 2023-03-21 08:28:30 +0000 Updated for v5.37.10 ----------------------------------------------- version 5.20230220 at 2023-02-20 20:54:12 +0000 ----------------------------------------------- Change: dd96b83b4d32334bc218e96f06e4e3e8f9c97f8f Author: Chris 'BinGOs' Williams Date : 2023-02-20 20:54:12 +0000 Updated for v5.37.9 ----------------------------------------------- version 5.20230120 at 2023-01-20 15:34:09 +0000 ----------------------------------------------- Change: 9a8ef1e706cdc3a4577c6671ee60075a3fa9425b Author: Chris 'BinGOs' Williams Date : 2023-01-20 15:34:09 +0000 Updated for v5.37.8 ----------------------------------------------- version 5.20221220 at 2022-12-20 14:29:16 +0000 ----------------------------------------------- Change: bd2bf00e95826460d4e9346c0e629fb390dddfa0 Author: Chris 'BinGOs' Williams Date : 2022-12-20 14:29:16 +0000 Updated for v5.37.7 ----------------------------------------------- version 5.20221120 at 2022-11-20 12:16:13 +0000 ----------------------------------------------- Change: b11bdcf1bf1d761dda3f2a17095d6c5bc68b75c9 Author: Chris 'BinGOs' Williams Date : 2022-11-20 12:16:13 +0000 Updated for v5.37.6 ----------------------------------------------- version 5.20221020 at 2022-10-20 18:05:55 +0000 ----------------------------------------------- Change: c9d0840263e04a43c9ee9360a939757a980176cb Author: Chris 'BinGOs' Williams Date : 2022-10-20 19:05:55 +0000 Updated for v5.37.5 ----------------------------------------------- version 5.20220922 at 2022-09-22 14:30:42 +0000 ----------------------------------------------- Change: 3ab1fbd9ce912ea22201b27af7ec81ac37db3591 Author: Chris 'BinGOs' Williams Date : 2022-09-22 15:30:42 +0000 Audit: removed links to dists removed from CPAN and fixed tests ----------------------------------------------- version 5.20220920 at 2022-09-21 07:16:28 +0000 ----------------------------------------------- Change: dbf4cf1dfc25650b0e7236b405171c494fd77ccd Author: Chris 'BinGOs' Williams Date : 2022-09-21 08:16:28 +0000 Updated for v5.37.4 ----------------------------------------------- version 5.20220820 at 2022-08-20 19:10:14 +0000 ----------------------------------------------- Change: 6e8fb1a50cac0fbbe86a2edbb54fad4ac7685249 Author: Chris 'BinGOs' Williams Date : 2022-08-20 20:10:14 +0000 Updated for v5.37.3 ----------------------------------------------- version 5.20220720 at 2022-07-21 07:35:38 +0000 ----------------------------------------------- Change: d713e17d18342fd863b1c24bc2ee669c30095ab9 Author: Chris 'BinGOs' Williams Date : 2022-07-21 08:35:38 +0000 Updated for v5.37.2 ----------------------------------------------- version 5.20220620 at 2022-06-20 19:05:34 +0000 ----------------------------------------------- Change: 282172efee3eba44601b3578b6abe3aa604ff501 Author: Chris 'BinGOs' Williams Date : 2022-06-20 20:05:34 +0000 Updated for v5.37.1 ----------------------------------------------- version 5.20220528 at 2022-05-28 07:52:52 +0000 ----------------------------------------------- Change: 5aa38541431670018587ce2da9d888b44e2a0d43 Author: Chris 'BinGOs' Williams Date : 2022-05-28 08:52:52 +0000 Updated for v5.36.0 and v5.37.0 ----------------------------------------------- version 5.20220523 at 2022-05-23 06:16:41 +0000 ----------------------------------------------- Change: 4f6c2de87d44f1bbfb3853f11550f4da316444c3 Author: Chris 'BinGOs' Williams Date : 2022-05-23 07:16:41 +0000 Updated for v5.36.0-RC3 ----------------------------------------------- version 5.20220520 at 2022-05-21 08:15:26 +0000 ----------------------------------------------- Change: 7872b6eb2ca8b3696c39ed8a8a42405a11596c5d Author: Chris 'BinGOs' Williams Date : 2022-05-21 09:15:26 +0000 Updated for v5.36.0-RC2 ----------------------------------------------- version 5.20220420 at 2022-04-20 21:08:00 +0000 ----------------------------------------------- Change: 54c318cbc0b4f328d771d36aed7bcb75f4755b98 Author: Chris 'BinGOs' Williams Date : 2022-04-20 22:08:00 +0000 Updated for v5.35.11 ----------------------------------------------- version 5.20220320 at 2022-03-20 18:44:38 +0000 ----------------------------------------------- Change: 98ce02db8c9d55f61abbf1d34fa912571e5a2622 Author: Chris 'BinGOs' Williams Date : 2022-03-20 18:44:38 +0000 Updated for v5.35.10 ----------------------------------------------- version 5.20220313 at 2022-03-15 15:47:03 +0000 ----------------------------------------------- Change: bda56dc5a3e5ddfb2fbedfa83e129bd1f9b3893b Author: Chris 'BinGOs' Williams Date : 2022-03-15 15:47:03 +0000 Updated for v5.34.1 ----------------------------------------------- version 5.20220306 at 2022-03-07 10:17:05 +0000 ----------------------------------------------- Change: 09fd011ae9422824a8876a2a0caf8b8cd589e61f Author: Chris 'BinGOs' Williams Date : 2022-03-07 10:17:05 +0000 Updated for v5.34.1-RC2 ----------------------------------------------- version 5.20220227 at 2022-02-28 10:39:53 +0000 ----------------------------------------------- Change: 42f13895b2f0773f905726abe3d34c56dd2e7fde Author: Chris 'BinGOs' Williams Date : 2022-02-28 10:39:53 +0000 Updated for v5.34.1-RC1 ----------------------------------------------- version 5.20220220 at 2022-02-20 13:34:20 +0000 ----------------------------------------------- Change: 50c2d8892b9319ffef76e7a6c3af5aebeb5ff04c Author: Chris 'BinGOs' Williams Date : 2022-02-20 13:34:20 +0000 Updated for v5.35.9 ----------------------------------------------- version 5.20220120 at 2022-01-20 23:53:40 +0000 ----------------------------------------------- Change: 33482ca9a5abfc66cda0378b97944bb1409f2f2b Author: Chris 'BinGOs' Williams Date : 2022-01-20 23:53:40 +0000 Updated for v5.35.8 ----------------------------------------------- version 5.20211220 at 2021-12-20 23:05:36 +0000 ----------------------------------------------- Change: ff2a87f84b154a73517b1320d464a01b68883863 Author: Chris 'BinGOs' Williams Date : 2021-12-20 23:05:36 +0000 Updated for v5.35.7 ----------------------------------------------- version 5.20211120 at 2021-11-20 21:29:10 +0000 ----------------------------------------------- Change: 17affe2ac30a52012003bdf1727b9755af5a644f Author: Chris 'BinGOs' Williams Date : 2021-11-20 21:29:10 +0000 Updated for v5.35.6 ----------------------------------------------- version 5.20211020 at 2021-10-21 19:14:15 +0000 ----------------------------------------------- Change: e8b275a9c17bbb6ee9413d0bb908f16d23b7dbac Author: Chris 'BinGOs' Williams Date : 2021-10-21 20:14:15 +0000 Updated for v5.35.5 ----------------------------------------------- version 5.20210920 at 2021-09-20 19:46:30 +0000 ----------------------------------------------- Change: 24a1abad8eb04aee991b0b9714e70e5331a10425 Author: Chris 'BinGOs' Williams Date : 2021-09-20 20:46:30 +0000 Updated for v5.35.4 ----------------------------------------------- version 5.20210821 at 2021-08-21 10:00:22 +0000 ----------------------------------------------- Change: f4f855a5df177f631a7712e4c925ece672b926a5 Author: Chris 'BinGOs' Williams Date : 2021-08-21 11:00:22 +0000 Updated for v5.35.3 ----------------------------------------------- version 5.20210722 at 2021-07-23 14:21:25 +0000 ----------------------------------------------- Change: 52aab1cd331696cce9c661e17d0147c8091f6686 Author: Chris 'BinGOs' Williams Date : 2021-07-23 15:21:25 +0000 Updated for v5.35.2 ----------------------------------------------- version 5.20210620 at 2021-06-20 11:21:22 +0000 ----------------------------------------------- Change: 52e4d99fed80030d7264f41944a0448d8c2730fa Author: Chris 'BinGOs' Williams Date : 2021-06-20 12:21:22 +0000 Updated for v5.35.1 ----------------------------------------------- version 5.20210521 at 2021-05-21 12:15:39 +0000 ----------------------------------------------- Change: 262631aa56f0f85670eb75d33e0a96fd446b8c82 Author: Chris 'BinGOs' Williams Date : 2021-05-21 13:15:39 +0000 Updated for v5.35.0 ----------------------------------------------- version 5.20210520 at 2021-05-20 19:14:50 +0000 ----------------------------------------------- Change: 41fd3ee9d7fa964ed77fd43726d71ffe0916332e Author: Chris 'BinGOs' Williams Date : 2021-05-20 20:14:50 +0000 Updated for v5.34.0 ----------------------------------------------- version 5.20210515 at 2021-05-15 13:01:26 +0000 ----------------------------------------------- Change: 8b6d37c848465dc30068d06f4496ff8081723a8e Author: Chris 'BinGOs' Williams Date : 2021-05-15 14:01:26 +0000 Updated for v5.34.0-RC2 ----------------------------------------------- version 5.20210505 at 2021-05-05 08:43:14 +0000 ----------------------------------------------- Change: b48425c08182c3f211968019d284edfb5f7d1b72 Author: Chris 'BinGOs' Williams Date : 2021-05-05 09:43:14 +0000 Updated for v5.34.0-RC1 ----------------------------------------------- version 5.20210420 at 2021-04-20 20:37:56 +0000 ----------------------------------------------- Change: f42df136ab62e22996e6cbb313bcc3f21a9ac0d0 Author: Chris 'BinGOs' Williams Date : 2021-04-20 21:37:56 +0000 Updated for v5.33.9 ----------------------------------------------- version 5.20210320 at 2021-03-21 09:18:55 +0000 ----------------------------------------------- Change: fcbb2a3785228275b204b55466997cb4ad351839 Author: Chris 'BinGOs' Williams Date : 2021-03-21 09:18:55 +0000 Updated for v5.33.8 ----------------------------------------------- version 5.20210220 at 2021-02-20 19:47:50 +0000 ----------------------------------------------- Change: a95864081fcd9a9bedd52c1fb19d803bf560bf7f Author: Chris 'BinGOs' Williams Date : 2021-02-20 19:47:50 +0000 Updated for v5.33.7 ----------------------------------------------- version 5.20210123 at 2021-01-24 13:31:55 +0000 ----------------------------------------------- Change: 33fa0b6da1b7d8b9ef23f7b3a19b438260845488 Author: Chris 'BinGOs' Williams Date : 2021-01-24 13:31:55 +0000 Updated for v5.32.1 ----------------------------------------------- version 5.20210120 at 2021-01-21 09:25:46 +0000 ----------------------------------------------- Change: 751286446f4d3fc7a80fa472853b0fc7f024b6ce Author: Chris 'BinGOs' Williams Date : 2021-01-21 09:25:46 +0000 Updated for v5.33.6 ----------------------------------------------- version 5.20210109 at 2021-01-09 20:20:55 +0000 ----------------------------------------------- Change: 61bebeca60b84226993a9986abc8f2380ec9b31d Author: Chris 'BinGOs' Williams Date : 2021-01-09 20:20:55 +0000 Updated for v5.32.1-RC1 ----------------------------------------------- version 5.20201220 at 2020-12-20 13:39:07 +0000 ----------------------------------------------- Change: 41eaf0dba694eaeea446be95510dd5ef0d3ca541 Author: Chris 'BinGOs' Williams Date : 2020-12-20 13:39:07 +0000 Updated for v5.33.5 ----------------------------------------------- version 5.20201120 at 2020-11-20 13:40:19 +0000 ----------------------------------------------- Change: 58b75fdec4e143a94500d48de5ed0936130bd141 Author: Chris 'BinGOs' Williams Date : 2020-11-20 13:40:19 +0000 Updated for v5.33.4 ----------------------------------------------- version 5.20201020 at 2020-10-20 20:13:28 +0000 ----------------------------------------------- Change: 6eb663a05c875fd7116026f520be58bdb7179d59 Author: Chris 'BinGOs' Williams Date : 2020-10-20 21:13:28 +0000 Updated for v5.33.3 ----------------------------------------------- version 5.20200920 at 2020-09-20 13:41:27 +0000 ----------------------------------------------- Change: 383aed7c7f02ce562a6a544e357506d3deabd97f Author: Chris 'BinGOs' Williams Date : 2020-09-20 14:41:27 +0000 Updated for v5.33.2 ----------------------------------------------- version 5.20200820 at 2020-08-20 20:43:19 +0000 ----------------------------------------------- Change: d116835dbbc9213af5bd6aec955068da1bb2fd64 Author: Chris 'BinGOs' Williams Date : 2020-08-20 21:43:19 +0000 Updated for v5.33.1 ----------------------------------------------- version 5.20200717 at 2020-07-18 08:09:53 +0000 ----------------------------------------------- Change: ca169a1624dd67c4066927f67909b5f1b56b0acb Author: Chris 'BinGOs' Williams Date : 2020-07-18 09:09:53 +0000 Updated for v5.33.0 ----------------------------------------------- version 5.20200620 at 2020-06-20 19:35:07 +0000 ----------------------------------------------- Change: 593b019b095713e9a7ec42057b9d8cbf5757f8f2 Author: Chris 'BinGOs' Williams Date : 2020-06-20 20:35:07 +0000 Updated for v5.32.0 ----------------------------------------------- version 5.20200607 at 2020-06-07 21:17:24 +0000 ----------------------------------------------- Change: 534ee71257213ed72afc4fc1744556b97c1d5437 Author: Chris 'BinGOs' Williams Date : 2020-06-07 22:17:24 +0000 Updated for v5.32.0-RC1 ----------------------------------------------- version 5.20200601 at 2020-06-01 21:04:04 +0000 ----------------------------------------------- Change: dd8e23ae42adbffc6714b22429fff0d2c3a468a1 Author: Chris 'BinGOs' Williams Date : 2020-06-01 22:04:04 +0000 Updated for v5.28.3 and v5.30.3 (+RC1s) ----------------------------------------------- version 5.20200530 at 2020-05-30 18:27:02 +0000 ----------------------------------------------- Change: bc6fe82c6feb168f080a9db3a55947a34599c9fa Author: Chris 'BinGOs' Williams Date : 2020-05-30 19:27:02 +0000 Updated for v5.32.0-RC0 ----------------------------------------------- version 5.20200524 at 2020-05-24 12:28:45 +0000 ----------------------------------------------- Change: daea2c9750963d48671259c328b4ab12c3ee771e Author: Chris 'BinGOs' Williams Date : 2020-05-24 13:28:45 +0000 Resolve RT #124023 make Test::More a test prereq only ----------------------------------------------- version 5.20200428 at 2020-04-28 19:50:05 +0000 ----------------------------------------------- Change: 4c89eebf6005da763c312719b4e24f2a4821759f Author: Chris 'BinGOs' Williams Date : 2020-04-28 20:50:05 +0000 Updated for v5.31.11 ================================================== Plus 215 releases after 2020-04-22 00:00:00 +0000. ================================================== CPAN-Perl-Releases-5.20250422/META.json0000644000175000017500000000302715001550203016237 0ustar bingosbingos{ "abstract" : "Mapping Perl releases on CPAN to the location of the tarballs", "author" : [ "Chris Williams " ], "dynamic_config" : 0, "generated_by" : "Dist::Zilla version 6.032, CPAN::Meta::Converter version 2.150010", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", "version" : 2 }, "name" : "CPAN-Perl-Releases", "prereqs" : { "configure" : { "requires" : { "ExtUtils::MakeMaker" : "0" } }, "develop" : { "requires" : { "Pod::Coverage::TrustPod" : "0", "Test::Pod" : "1.41", "Test::Pod::Coverage" : "1.08" } }, "runtime" : { "requires" : { "perl" : "v5.6.0" } }, "test" : { "requires" : { "File::Spec" : "0", "IO::Handle" : "0", "IPC::Open3" : "0", "Test::More" : "0.47" } } }, "release_status" : "stable", "resources" : { "homepage" : "https://github.com/bingos/cpan-perl-releases", "repository" : { "type" : "git", "url" : "https://github.com/bingos/cpan-perl-releases.git", "web" : "https://github.com/bingos/cpan-perl-releases" } }, "version" : "5.20250422", "x_generated_by_perl" : "v5.40.1", "x_serialization_backend" : "Cpanel::JSON::XS version 4.39", "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later" } CPAN-Perl-Releases-5.20250422/MANIFEST0000644000175000017500000000057315001550203015752 0ustar bingosbingos# This file was automatically generated by Dist::Zilla::Plugin::Manifest v6.032. Changes LICENSE MANIFEST META.json META.yml Makefile.PL README dist.ini lib/CPAN/Perl/Releases.pm t/00-compile.t t/01-releases.t t/02-refactor.t t/author-pod-coverage.t t/author-pod-syntax.t tools/auditlinks.pl tools/countit.pl tools/findhttp.pl tools/findlinks.pl tools/mashup.pl tools/perls.data CPAN-Perl-Releases-5.20250422/tools/0000775000175000017500000000000015001550203015756 5ustar bingosbingosCPAN-Perl-Releases-5.20250422/tools/findhttp.pl0000644000175000017500000000061415001550203020132 0ustar bingosbingosuse strict; use warnings; use HTTP::Tiny; use JSON::PP (); my $url = 'http://search.cpan.org/api/dist/perl'; my $resp = HTTP::Tiny->new( )->get( $url ); die "Oh dear\n" unless $resp->{success}; my $data = eval { JSON::PP::decode_json( $resp->{content} ) }; die "No data\n" unless $data; { use Data::Dumper::Concise; print Dumper( $data ); } for my $release ( @{ $data->{releases} } ) { } CPAN-Perl-Releases-5.20250422/tools/countit.pl0000644000175000017500000000040615001550203017776 0ustar bingosbingosuse strict; use warnings; use CPAN::Perl::Releases; foreach my $ver ( sort keys %{ $CPAN::Perl::Releases::data } ) { print "$ver: ", join (' ', scalar keys %{ $CPAN::Perl::Releases::data->{ $ver } }, keys %{ $CPAN::Perl::Releases::data->{ $ver } } ), "\n"; } CPAN-Perl-Releases-5.20250422/tools/perls.data0000644000175000017500000002077115001550203017743 0ustar bingosbingos$VAR1 = { '5.14.0' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.14.0.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.14.0.tar.gz' }, '5.11.4' => { 'tar.bz2' => 'R/RJ/RJBS/perl-5.11.4.tar.bz2', 'tar.gz' => 'R/RJ/RJBS/perl-5.11.4.tar.gz' }, '5.9.5' => { 'tar.gz' => 'R/RG/RGARCIA/perl-5.9.5.tar.gz' }, '5.10.0-RC2' => { 'tar.gz' => 'R/RG/RGARCIA/perl-5.10.0-RC2.tar.gz' }, '5.13.8' => { 'tar.bz2' => 'Z/ZE/ZEFRAM/perl-5.13.8.tar.bz2', 'tar.gz' => 'Z/ZE/ZEFRAM/perl-5.13.8.tar.gz' }, '5.8.4' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.4.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.4.tar.gz' }, '5.9.1' => { 'tar.gz' => 'R/RG/RGARCIA/perl-5.9.1.tar.gz' }, '5.6.1-TRIAL2' => { 'tar.gz' => 'G/GS/GSAR/perl-5.6.1-TRIAL2.tar.gz' }, '5.8.5' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.5.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.5.tar.gz' }, '5.13.3' => { 'tar.bz2' => 'D/DA/DAGOLDEN/perl-5.13.3.tar.bz2', 'tar.gz' => 'D/DA/DAGOLDEN/perl-5.13.3.tar.gz' }, '5.10.0-RC1' => { 'tar.gz' => 'R/RG/RGARCIA/perl-5.10.0-RC1.tar.gz' }, '5.12.0' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.0.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.0.tar.gz' }, '5.005_04' => { 'tar.gz' => 'L/LB/LBROCARD/perl5.005_04.tar.gz' }, '5.12.3-RC1' => { 'tar.bz2' => 'R/RJ/RJBS/perl-5.12.3-RC1.tar.bz2', 'tar.gz' => 'R/RJ/RJBS/perl-5.12.3-RC1.tar.gz' }, '5.8.2' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.2.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.2.tar.gz' }, '5.9.2' => { 'tar.gz' => 'R/RG/RGARCIA/perl-5.9.2.tar.gz' }, '5.14.0-RC2' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.14.0-RC2.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.14.0-RC2.tar.gz' }, '5.8.7' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.7.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.7.tar.gz' }, '5.13.0' => { 'tar.bz2' => 'L/LB/LBROCARD/perl-5.13.0.tar.bz2', 'tar.gz' => 'L/LB/LBROCARD/perl-5.13.0.tar.gz' }, '5.8.9-RC2' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.9-RC2.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.9-RC2.tar.gz' }, '5.10.0' => { 'tar.gz' => 'R/RG/RGARCIA/perl-5.10.0.tar.gz' }, '5.8.6' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.6.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.6.tar.gz' }, '5.13.2' => { 'tar.bz2' => 'M/MS/MSTROUT/perl-5.13.2.tar.bz2', 'tar.gz' => 'M/MS/MSTROUT/perl-5.13.2.tar.gz' }, '5.14.0-RC3' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.14.0-RC3.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.14.0-RC3.tar.gz' }, '5.8.8' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.8.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.8.tar.gz' }, '5.13.9' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.13.9.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.13.9.tar.gz' }, '5.004_04' => { 'tar.gz' => 'T/TI/TIMB/perl5.004_04.tar.gz' }, '5.004' => { 'tar.gz' => 'C/CH/CHIPS/perl5.004.tar.gz' }, '5.005_02' => { 'tar.gz' => 'G/GS/GSAR/perl5.005_02.tar.gz' }, '5.005_03' => { 'tar.gz' => 'G/GB/GBARR/perl5.005_03.tar.gz' }, '5.10.1-RC1' => { 'tar.bz2' => 'D/DA/DAPM/perl-5.10.1-RC1.tar.bz2', 'tar.gz' => 'D/DA/DAPM/perl-5.10.1-RC1.tar.gz' }, '5.9.3' => { 'tar.gz' => 'R/RG/RGARCIA/perl-5.9.3.tar.gz' }, '5.7.2' => { 'tar.gz' => 'J/JH/JHI/perl-5.7.2.tar.gz' }, '5.6.2' => { 'tar.gz' => 'R/RG/RGARCIA/perl-5.6.2.tar.gz' }, '5.13.6' => { 'tar.bz2' => 'M/MI/MIYAGAWA/perl-5.13.6.tar.bz2', 'tar.gz' => 'M/MI/MIYAGAWA/perl-5.13.6.tar.gz' }, '5.005' => { 'tar.gz' => 'G/GS/GSAR/perl5.005.tar.gz' }, '5.13.1' => { 'tar.bz2' => 'R/RJ/RJBS/perl-5.13.1.tar.bz2', 'tar.gz' => 'R/RJ/RJBS/perl-5.13.1.tar.gz' }, '5.10.1' => { 'tar.bz2' => 'D/DA/DAPM/perl-5.10.1.tar.bz2', 'tar.gz' => 'D/DA/DAPM/perl-5.10.1.tar.gz' }, '5.13.10' => { 'tar.bz2' => 'A/AV/AVAR/perl-5.13.10.tar.bz2', 'tar.gz' => 'A/AV/AVAR/perl-5.13.10.tar.gz' }, '5.13.7' => { 'tar.bz2' => 'B/BI/BINGOS/perl-5.13.7.tar.bz2', 'tar.gz' => 'B/BI/BINGOS/perl-5.13.7.tar.gz' }, '5.14.0-RC1' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.14.0-RC1.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.14.0-RC1.tar.gz' }, '5.12.0-RC3' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.0-RC3.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.0-RC3.tar.gz' }, '5.11.2' => { 'tar.bz2' => 'L/LB/LBROCARD/perl-5.11.2.tar.bz2', 'tar.gz' => 'L/LB/LBROCARD/perl-5.11.2.tar.gz' }, '5.004_02' => { 'tar.gz' => 'T/TI/TIMB/perl5.004_02.tar.gz' }, '5.6.0' => { 'tar.gz' => 'G/GS/GSAR/perl-5.6.0.tar.gz' }, '5.8.9' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.9.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.9.tar.gz' }, '5.12.0-RC4' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.0-RC4.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.0-RC4.tar.gz' }, '5.13.5' => { 'tar.bz2' => 'S/SH/SHAY/perl-5.13.5.tar.bz2', 'tar.gz' => 'S/SH/SHAY/perl-5.13.5.tar.gz' }, '5.6.1' => { 'tar.gz' => 'G/GS/GSAR/perl-5.6.1.tar.gz' }, '5.12.1' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.1.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.1.tar.gz' }, '5.7.3' => { 'tar.gz' => 'J/JH/JHI/perl-5.7.3.tar.gz' }, '5.12.2' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.2.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.2.tar.gz' }, '5.10.1-RC2' => { 'tar.bz2' => 'D/DA/DAPM/perl-5.10.1-RC2.tar.bz2', 'tar.gz' => 'D/DA/DAPM/perl-5.10.1-RC2.tar.gz' }, '5.7.0' => { 'tar.gz' => 'J/JH/JHI/perl-5.7.0.tar.gz' }, '5.12.1-RC1' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.1-RC1.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.1-RC1.tar.gz' }, '5.12.0-RC2' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.0-RC2.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.0-RC2.tar.gz' }, '5.13.11' => { 'tar.bz2' => 'F/FL/FLORA/perl-5.13.11.tar.bz2', 'tar.gz' => 'F/FL/FLORA/perl-5.13.11.tar.gz' }, '5.005_01' => { 'tar.gz' => 'G/GS/GSAR/perl5.005_01.tar.gz' }, '5.004_03' => { 'tar.gz' => 'T/TI/TIMB/perl5.004_03.tar.gz' }, '5.13.4' => { 'tar.bz2' => 'F/FL/FLORA/perl-5.13.4.tar.bz2', 'tar.gz' => 'F/FL/FLORA/perl-5.13.4.tar.gz' }, '5.9.4' => { 'tar.gz' => 'R/RG/RGARCIA/perl-5.9.4.tar.gz' }, '5.11.0' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.11.0.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.11.0.tar.gz' }, '5.12.3-RC3' => { 'tar.bz2' => 'R/RJ/RJBS/perl-5.12.3-RC3.tar.bz2', 'tar.gz' => 'R/RJ/RJBS/perl-5.12.3-RC3.tar.gz' }, '5.12.2-RC1' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.2-RC1.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.2-RC1.tar.gz' }, '5.12.0-RC0' => { 'tar.gz' => 'J/JE/JESSE/perl-5.12.0-RC0.tar.gz' }, '5.11.3' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.11.3.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.11.3.tar.gz' }, '5.12.3-RC2' => { 'tar.bz2' => 'R/RJ/RJBS/perl-5.12.3-RC2.tar.bz2', 'tar.gz' => 'R/RJ/RJBS/perl-5.12.3-RC2.tar.gz' }, '5.6.1-TRIAL3' => { 'tar.gz' => 'G/GS/GSAR/perl-5.6.1-TRIAL3.tar.gz' }, '5.12.3' => { 'tar.bz2' => 'R/RJ/RJBS/perl-5.12.3.tar.bz2', 'tar.gz' => 'R/RJ/RJBS/perl-5.12.3.tar.gz' }, '5.9.0' => { 'tar.bz2' => 'H/HV/HVDS/perl-5.9.0.tar.bz2', 'tar.gz' => 'H/HV/HVDS/perl-5.9.0.tar.gz' }, '5.6.1-TRIAL1' => { 'tar.gz' => 'G/GS/GSAR/perl-5.6.1-TRIAL1.tar.gz' }, '5.8.3' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.3.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.3.tar.gz' }, '5.12.1-RC2' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.1-RC2.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.1-RC2.tar.gz' }, '5.11.5' => { 'tar.bz2' => 'S/SH/SHAY/perl-5.11.5.tar.bz2', 'tar.gz' => 'S/SH/SHAY/perl-5.11.5.tar.gz' }, '5.004_05' => { 'tar.gz' => 'C/CH/CHIPS/perl5.004_05.tar.gz' }, '5.8.0' => { 'tar.gz' => 'J/JH/JHI/perl-5.8.0.tar.gz' }, '5.004_01' => { 'tar.gz' => 'T/TI/TIMB/perl5.004_01.tar.gz' }, '5.12.0-RC1' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.0-RC1.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.0-RC1.tar.gz' }, '5.7.1' => { 'tar.gz' => 'J/JH/JHI/perl-5.7.1.tar.gz' }, '5.003_07' => { 'tar.gz' => 'A/AN/ANDYD/perl5.003_07.tar.gz' }, '5.8.1' => { 'tar.gz' => 'J/JH/JHI/perl-5.8.1.tar.gz' }, '5.8.9-RC1' => { 'tar.bz2' => 'N/NW/NWCLARK/perl-5.8.9-RC1.tar.bz2', 'tar.gz' => 'N/NW/NWCLARK/perl-5.8.9-RC1.tar.gz' }, '5.11.1' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.11.1.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.11.1.tar.gz' }, '5.12.0-RC5' => { 'tar.bz2' => 'J/JE/JESSE/perl-5.12.0-RC5.tar.bz2', 'tar.gz' => 'J/JE/JESSE/perl-5.12.0-RC5.tar.gz' } }; CPAN-Perl-Releases-5.20250422/tools/auditlinks.pl0000644000175000017500000000104515001550203020460 0ustar bingosbingosuse strict; use warnings; use Test::More qw[no_plan]; use CPAN::Perl::Releases qw[perl_tarballs perl_versions]; use HTTP::Tiny; my $baseurl = 'http://cpan.mirror.local/CPAN/authors/id/'; foreach my $vers ( perl_versions() ) { my $balls = perl_tarballs( $vers ); foreach my $tarball ( keys %$balls ) { my $url = $baseurl . $balls->{$tarball}; my $resp = HTTP::Tiny->new( )->get( $url ); unless ( $resp->{success} ) { fail( "$vers -> $tarball -> $url" ); } else { pass( "$vers -> $tarball -> $url" ); } } } CPAN-Perl-Releases-5.20250422/tools/mashup.pl0000644000175000017500000000070615001550203017611 0ustar bingosbingosuse strict; use warnings; use Perl::Version; use Module::CoreList; use CPAN::Perl::Releases; foreach my $ver ( keys %{ $CPAN::Perl::Releases::data } ) { next if $ver =~ /(RC|TRIAL)/; my $pv = Perl::Version->new( $ver ); my $num = $pv->numify; $num =~ s/_//g; if ( exists $Module::CoreList::released{ 0+$num } ) { print "$ver: ", $Module::CoreList::released{ 0+$num }, "\n"; } else { warn "SHIT NOTHING FOR '$ver', '$num'\n"; } } CPAN-Perl-Releases-5.20250422/tools/findlinks.pl0000644000175000017500000000154115001550203020273 0ustar bingosbingosuse strict; use warnings; use File::Spec; use autodie; use CPAN::DistnameInfo; my $dir = shift or die; die unless -d $dir; my %data; opendir( my $DIR, $dir ); while( my $file = readdir $DIR ) { next if $file =~ /^\./ or $file !~ /^perl.+(bz2|gz)$/; my $abs = File::Spec->catfile( $dir, $file ); next unless -l $abs; my $link = readlink $abs; $link =~ s#^.*/authors/id/##; my $d = CPAN::DistnameInfo->new( $link ); $data{ $d->version }->{ $d->extension} = $link; } my %v = map { my @v = split(qr/[-._]0*/, $_); $v[2] ||= 0; $v[3] ||= 'Z'; ($_ => sprintf '%d.%03d%03d-%s', @v) } keys %data; print "{\n"; foreach my $perl ( sort { $v{$a} cmp $v{$b} } keys %data ) { print qq! "$perl" => {\n!; print qq! "$_" => "!, $data{$perl}->{$_}, qq{",\n} for sort keys %{ $data{$perl} }; print " },\n"; } print "};\n"; exit 0; CPAN-Perl-Releases-5.20250422/lib/0000775000175000017500000000000015001550203015364 5ustar bingosbingosCPAN-Perl-Releases-5.20250422/lib/CPAN/0000775000175000017500000000000015001550203016105 5ustar bingosbingosCPAN-Perl-Releases-5.20250422/lib/CPAN/Perl/0000775000175000017500000000000015001550203017007 5ustar bingosbingosCPAN-Perl-Releases-5.20250422/lib/CPAN/Perl/Releases.pm0000644000175000017500000003370615001550203021117 0ustar bingosbingospackage CPAN::Perl::Releases; $CPAN::Perl::Releases::VERSION = '5.20250422'; #ABSTRACT: Mapping Perl releases on CPAN to the location of the tarballs use strict; use warnings; use vars qw[@ISA @EXPORT_OK]; use Exporter; @ISA = qw(Exporter); @EXPORT_OK = qw(perl_tarballs perl_versions perl_pumpkins); # Data gathered from using findlinks.pl script in this dists tools/ # directory, run over the src/5.0 of a local CPAN mirror. our $cache = { }; our $data = { "5.004" => { id => 'CHIPS' }, "5.004_01" => { id => 'TIMB' }, "5.004_02" => { id => 'TIMB' }, "5.004_03" => { id => 'TIMB' }, "5.004_04" => { id => 'TIMB' }, "5.004_05" => { id => 'CHIPS' }, "5.005" => { id => 'GSAR' }, "5.005_01" => { id => 'GSAR' }, "5.005_02" => { id => 'GSAR' }, "5.005_03" => { id => 'GBARR' }, "5.005_04" => { id => 'LBROCARD' }, "5.6.0" => { id => 'GSAR' }, "5.6.1-TRIAL1" => { id => 'GSAR' }, "5.6.1-TRIAL2" => { id => 'GSAR' }, "5.6.1-TRIAL3" => { id => 'GSAR' }, "5.6.1" => { id => 'GSAR' }, "5.6.2" => { id => 'RGARCIA' }, "5.7.0" => { id => 'JHI' }, "5.7.2" => { id => 'JHI' }, "5.7.3" => { id => 'JHI' }, "5.8.0" => { id => 'JHI' }, "5.8.1" => { id => 'JHI' }, "5.8.2" => { id => 'NWCLARK' }, "5.8.3" => { id => 'NWCLARK' }, "5.8.4" => { id => 'NWCLARK' }, "5.8.5" => { id => 'NWCLARK' }, "5.8.6" => { id => 'NWCLARK' }, "5.8.7" => { id => 'NWCLARK' }, "5.8.8" => { id => 'NWCLARK' }, "5.8.9" => { id => 'NWCLARK' }, "5.9.0" => { id => 'HVDS' }, "5.9.1" => { id => 'RGARCIA' }, "5.9.2" => { id => 'RGARCIA' }, "5.9.3" => { id => 'RGARCIA' }, "5.9.4" => { id => 'RGARCIA' }, "5.9.5" => { id => 'RGARCIA' }, "5.10.0" => { id => 'RGARCIA' }, "5.10.1" => { id => 'DAPM' }, "5.11.0" => { id => 'JESSE' }, "5.11.1" => { id => 'JESSE' }, "5.11.2" => { id => 'LBROCARD' }, "5.11.3" => { id => 'JESSE' }, "5.11.5" => { id => 'SHAY' }, "5.12.0" => { id => 'JESSE' }, "5.12.1" => { id => 'JESSE' }, "5.12.2" => { id => 'JESSE' }, "5.12.3" => { id => 'RJBS' }, "5.12.4" => { id => 'LBROCARD' }, "5.12.5" => { id => 'DOM' }, "5.13.0" => { id => 'LBROCARD' }, "5.13.2" => { id => 'MSTROUT' }, "5.13.3" => { id => 'DAGOLDEN' }, "5.13.4" => { id => 'FLORA' }, "5.13.5" => { id => 'SHAY' }, "5.13.6" => { id => 'MIYAGAWA' }, "5.13.7" => { id => 'BINGOS' }, "5.13.8" => { id => 'ZEFRAM' }, "5.13.9" => { id => 'JESSE' }, "5.13.10" => { id => 'AVAR' }, "5.13.11" => { id => 'FLORA' }, "5.14.0" => { id => 'JESSE' }, "5.14.1" => { id => 'JESSE' }, "5.14.2-RC1" => { id => 'FLORA' }, "5.14.2" => { id => 'FLORA' }, "5.14.3" => { id => 'DOM' }, "5.14.4-RC1" => { id => 'DAPM' }, "5.14.4-RC2" => { id => 'DAPM' }, "5.14.4" => { id => 'DAPM' }, "5.15.0" => { id => 'DAGOLDEN' }, "5.15.1" => { id => 'ZEFRAM' }, "5.15.3" => { id => 'STEVAN' }, "5.15.4" => { id => 'FLORA' }, "5.15.5" => { id => 'SHAY' }, "5.15.6" => { id => 'DROLSKY' }, "5.15.7" => { id => 'BINGOS' }, "5.15.9" => { id => 'ABIGAIL' }, "5.16.0" => { id => 'RJBS' }, "5.16.1" => { id => 'RJBS' }, "5.16.2" => { id => 'RJBS' }, "5.16.3" => { id => 'RJBS' }, "5.17.0" => { id => 'ZEFRAM' }, "5.17.1" => { id => 'DOY' }, "5.17.2" => { id => 'TONYC' }, "5.17.3" => { id => 'SHAY' }, "5.17.4" => { id => 'FLORA' }, "5.17.5" => { id => 'FLORA' }, "5.17.7" => { id => 'DROLSKY' }, "5.17.8" => { id => 'ARC' }, "5.17.9" => { id => 'BINGOS' }, "5.18.0" => { id => 'RJBS' }, "5.18.1" => { id => 'RJBS' }, "5.19.1" => { id => 'DAGOLDEN' }, "5.19.3" => { id => 'SHAY' }, "5.19.4" => { id => 'SHAY' }, "5.19.5" => { id => 'SHAY' }, "5.19.6" => { id => 'BINGOS' }, "5.19.7" => { id => 'ABIGAIL' }, "5.18.2" => { id => 'RJBS' }, "5.19.9" => { id => 'TONYC' }, "5.19.10" => { id => 'ARC' }, "5.19.11" => { id => 'SHAY' }, "5.20.0" => { id => 'RJBS' }, "5.21.1" => { id => 'WOLFSAGE' }, "5.21.2" => { id => 'ABIGAIL' }, "5.21.3" => { id => 'PCM' }, "5.20.1-RC1" => { id => 'SHAY' }, "5.20.1-RC2" => { id => 'SHAY' }, "5.20.1" => { id => 'SHAY' }, "5.21.4" => { id => 'SHAY' }, "5.18.3" => { id => 'RJBS' }, "5.18.4" => { id => 'RJBS' }, "5.21.5" => { id => 'ABIGAIL' }, "5.21.6" => { id => 'BINGOS' }, "5.21.8" => { id => 'WOLFSAGE' }, "5.20.2-RC1" => { id => 'SHAY' }, "5.20.2" => { id => 'SHAY' }, "5.21.10" => { id => 'SHAY' }, "5.21.11" => { id => 'SHAY' }, "5.22.0" => { id => 'RJBS' }, "5.23.1" => { id => 'WOLFSAGE' }, "5.23.2" => { id => 'WOLFSAGE' }, "5.20.3-RC1" => { id => 'SHAY' }, "5.20.3-RC2" => { id => 'SHAY' }, "5.20.3" => { id => 'SHAY' }, "5.23.3" => { id => 'PCM' }, "5.23.4" => { id => 'SHAY' }, "5.22.1-RC1" => { id => 'SHAY' }, "5.22.1-RC2" => { id => 'SHAY' }, "5.23.5" => { id => 'ABIGAIL' }, "5.22.1-RC3" => { id => 'SHAY' }, "5.22.1-RC4" => { id => 'SHAY' }, "5.22.1" => { id => 'SHAY' }, "5.23.6" => { id => 'DAGOLDEN', noxz => 1 }, "5.23.7" => { id => 'STEVAN' }, "5.23.9" => { id => 'ABIGAIL' }, "5.22.2-RC1" => { id => 'SHAY' }, "5.22.2" => { id => 'SHAY' }, "5.24.0" => { id => 'RJBS' }, "5.25.2" => { id => 'WOLFSAGE' }, "5.22.3-RC1" => { id => 'SHAY' }, "5.24.1-RC1" => { id => 'SHAY' }, "5.25.3" => { id => 'SHAY' }, "5.22.3-RC2" => { id => 'SHAY' }, "5.24.1-RC2" => { id => 'SHAY' }, "5.22.3-RC3" => { id => 'SHAY' }, "5.24.1-RC3" => { id => 'SHAY' }, "5.25.4" => { id => 'BINGOS' }, "5.25.5" => { id => 'STEVAN' }, "5.22.3-RC4" => { id => 'SHAY' }, "5.24.1-RC4" => { id => 'SHAY' }, "5.25.6" => { id => 'ARC' }, "5.25.7" => { id => 'EXODIST' }, "5.22.3-RC5" => { id => 'SHAY' }, "5.24.1-RC5" => { id => 'SHAY', noxz => 1 }, "5.22.3" => { id => 'SHAY' }, "5.24.1" => { id => 'SHAY' }, "5.25.9" => { id => 'ABIGAIL' }, "5.25.10" => { id => 'RENEEB' }, "5.26.0" => { id => 'XSAWYERX' }, "5.27.1" => { id => 'EHERMAN' }, "5.22.4-RC1" => { id => 'SHAY' }, "5.24.2-RC1" => { id => 'SHAY' }, "5.22.4" => { id => 'SHAY' }, "5.24.2" => { id => 'SHAY' }, "5.27.2" => { id => 'ARC' }, "5.27.3" => { id => 'WOLFSAGE' }, "5.24.3-RC1" => { id => 'SHAY' }, "5.26.1-RC1" => { id => 'SHAY' }, "5.27.4" => { id => 'GENEHACK' }, "5.24.3" => { id => 'SHAY' }, "5.26.1" => { id => 'SHAY' }, "5.27.5" => { id => 'SHAY' }, "5.27.6" => { id => 'ETHER' }, "5.27.7" => { id => 'BINGOS' }, "5.27.8" => { id => 'ABIGAIL' }, "5.27.9" => { id => 'RENEEB' }, "5.27.10" => { id => 'TODDR' }, "5.24.4-RC1" => { id => 'SHAY' }, "5.26.2-RC1" => { id => 'SHAY' }, "5.24.4" => { id => 'SHAY' }, "5.26.2" => { id => 'SHAY' }, "5.27.11" => { id => 'XSAWYERX' }, "5.28.0-RC1" => { id => 'XSAWYERX' }, "5.28.0-RC2" => { id => 'XSAWYERX' }, "5.28.0-RC3" => { id => 'XSAWYERX' }, "5.28.0-RC4" => { id => 'XSAWYERX' }, "5.28.0" => { id => 'XSAWYERX' }, "5.29.0" => { id => 'XSAWYERX' }, "5.29.1" => { id => 'SHAY' }, "5.29.2" => { id => 'BINGOS' }, "5.29.3" => { id => 'GENEHACK' }, "5.29.4" => { id => 'ARC' }, "5.29.5" => { id => 'ETHER' }, "5.26.3" => { id => 'SHAY' }, "5.28.1" => { id => 'SHAY' }, "5.29.6" => { id => 'ABIGAIL' }, "5.29.7" => { id => 'ABIGAIL' }, "5.29.8" => { id => 'ATOOMIC' }, "5.29.9" => { id => 'ZAKAME' }, "5.28.2-RC1" => { id => 'SHAY' }, "5.28.2" => { id => 'SHAY' }, "5.29.10" => { id => 'XSAWYERX' }, "5.30.0-RC1" => { id => 'XSAWYERX' }, "5.30.0-RC2" => { id => 'XSAWYERX' }, "5.30.0" => { id => 'XSAWYERX' }, "5.31.0" => { id => 'XSAWYERX' }, "5.31.1" => { id => 'ETHER' }, "5.31.2" => { id => 'SHAY' }, "5.31.4" => { id => 'CORION' }, "5.31.5" => { id => 'SHAY' }, "5.30.1-RC1" => { id => 'SHAY' }, "5.30.1" => { id => 'SHAY' }, "5.31.6" => { id => 'BINGOS' }, "5.31.7" => { id => 'ATOOMIC' }, "5.31.8" => { id => 'WOLFSAGE' }, "5.31.9" => { id => 'RENEEB' }, "5.30.2-RC1" => { id => 'SHAY' }, "5.30.2" => { id => 'SHAY' }, "5.31.10" => { id => 'XSAWYERX' }, "5.31.11" => { id => 'XSAWYERX' }, "5.32.0-RC0" => { id => 'XSAWYERX' }, "5.28.3-RC1" => { id => 'XSAWYERX' }, "5.28.3" => { id => 'XSAWYERX' }, "5.30.3-RC1" => { id => 'XSAWYERX' }, "5.30.3" => { id => 'XSAWYERX' }, "5.32.0-RC1" => { id => 'XSAWYERX' }, "5.32.0" => { id => 'XSAWYERX' }, "5.33.0" => { id => 'XSAWYERX' }, "5.33.1" => { id => 'ETHER' }, "5.33.2" => { id => 'XSAWYERX' }, "5.33.3" => { id => 'SHAY' }, "5.33.5" => { id => 'CORION' }, "5.32.1-RC1" => { id => 'SHAY' }, "5.33.6" => { id => 'HYDAHY' }, "5.32.1" => { id => 'SHAY' }, "5.33.7" => { id => 'RENEEB' }, "5.33.8" => { id => 'ATOOMIC' }, "5.33.9" => { id => 'TODDR' }, "5.34.0-RC1" => { id => 'XSAWYERX' }, "5.34.0-RC2" => { id => 'XSAWYERX' }, "5.34.0" => { id => 'XSAWYERX' }, "5.35.0" => { id => 'RJBS' }, "5.35.1" => { id => 'CORION' }, "5.35.3" => { id => 'ETHER' }, "5.35.4" => { id => 'WOLFSAGE' }, "5.35.5" => { id => 'LEONT' }, "5.35.6" => { id => 'HYDAHY' }, "5.35.8" => { id => 'ATOOMIC' }, "5.35.9" => { id => 'RENEEB' }, "5.34.1-RC1" => { id => 'SHAY' }, "5.34.1-RC2" => { id => 'SHAY' }, "5.34.1" => { id => 'SHAY' }, "5.35.10" => { id => 'XSAWYERX' }, "5.35.11" => { id => 'SHAY' }, "5.36.0-RC2" => { id => 'RJBS' }, "5.36.0-RC3" => { id => 'RJBS' }, "5.36.0" => { id => 'RJBS' }, "5.37.0" => { id => 'RJBS' }, "5.37.1" => { id => 'WOLFSAGE' }, "5.37.2" => { id => 'ATOOMIC' }, "5.37.4" => { id => 'ETHER' }, "5.37.5" => { id => 'TODDR' }, "5.37.6" => { id => 'CORION' }, "5.37.7" => { id => 'HYDAHY' }, "5.37.8" => { id => 'RENEEB' }, "5.37.9" => { id => 'ETHER' }, "5.37.10" => { id => 'YVES' }, "5.36.1-RC1" => { id => 'SHAY' }, "5.36.1-RC2" => { id => 'SHAY' }, "5.36.1-RC3" => { id => 'SHAY' }, "5.37.11" => { id => 'SHAY' }, "5.36.1" => { id => 'SHAY' }, "5.38.0-RC1" => { id => 'RJBS' }, "5.38.0-RC2" => { id => 'RJBS' }, "5.38.0" => { id => 'RJBS' }, "5.39.1" => { id => 'SHAY' }, "5.39.2" => { id => 'PEVANS' }, "5.39.3" => { id => 'WOLFSAGE' }, "5.39.4" => { id => 'HAARG' }, "5.39.5" => { id => 'ETHER' }, "5.34.3" => { id => 'PEVANS' }, "5.36.3" => { id => 'PEVANS' }, "5.38.2" => { id => 'PEVANS' }, "5.39.6" => { id => 'BOOK' }, "5.39.7" => { id => 'CORION' }, "5.39.8" => { id => 'RENEEB' }, "5.39.9" => { id => 'PEVANS' }, "5.39.10" => { id => 'PEVANS' }, "5.40.0-RC1" => { id => 'HAARG' }, "5.40.0-RC2" => { id => 'HAARG' }, "5.40.0" => { id => 'HAARG' }, "5.41.1" => { id => 'BOOK' }, "5.41.2" => { id => 'ETHER' }, "5.41.3" => { id => 'BOOK' }, "5.41.4" => { id => 'CONTRA' }, "5.41.5" => { id => 'HYDAHY' }, "5.41.6" => { id => 'CONTRA' }, "5.41.7" => { id => 'CORION' }, "5.38.3-RC1" => { id => 'SHAY' }, "5.40.1-RC1" => { id => 'SHAY' }, "5.38.3" => { id => 'SHAY' }, "5.40.1" => { id => 'SHAY' }, "5.41.8" => { id => 'SHAY' }, "5.41.9" => { id => 'HYDAHY' }, "5.41.10" => { id => 'MAUKE' }, "5.38.4-RC1" => { id => 'SHAY' }, "5.40.2-RC1" => { id => 'SHAY' }, "5.38.4" => { id => 'SHAY' }, "5.40.2" => { id => 'SHAY' }, "5.41.11" => { id => 'ETHER' }, "5.41.12" => { id => 'ETHER' }, }; sub perl_tarballs { my $vers = shift; return unless defined $vers; $vers = shift if eval { $vers->isa(__PACKAGE__) }; return unless exists $data->{ $vers }; if ( exists $cache->{ $vers } ) { return { %{ $cache->{ $vers } } }; } my $pumpkin = $data->{ $vers }->{id}; my $path = join '/', substr( $pumpkin, 0, 1 ), substr( $pumpkin, 0, 2 ), $pumpkin; my $sep = ( $vers =~ m!^5\.0! ? '' : '-' ); my $perl = join $sep, 'perl', $vers; my $onlygz = 1 if $vers =~ m!(?-xism:5.(?:00(?:4(?:_0[12345])?|5(?:_0[1234])?|3_07)|1(?:0.0(?:-RC[12])?|6.0-RC0)|6.(?:[02]|1(?:-TRIAL[123])?)|9.[12345]|7.[0123]|8.[01]))! || $data->{ $vers }->{onlygz}; my $onlybz2 = 1 if $data->{ $vers }->{onlybz2}; my $noxz = 1 if $data->{ $vers }->{noxz}; my $lvers; { my $tvers = $vers; $tvers =~ s!\-?(TRIAL|RC)\d*!!g; $tvers =~ s!_!.!g; my @parts = split m!\.!, $tvers; push @parts, 0 if scalar @parts < 3; $lvers = sprintf("%d.%03d%03d",@parts); } my $foo = { }; $foo->{'tar.gz'} = "$path/$perl.tar.gz" unless $onlybz2; $foo->{'tar.bz2'} = "$path/$perl.tar.bz2" unless $onlygz || $lvers > 5.027005; $foo->{'tar.xz'} = "$path/$perl.tar.xz" if $lvers > 5.021005 && !$noxz; delete $foo->{'tar.bz2'} if $pumpkin eq 'SHAY' && $lvers < 5.028000; $cache->{ $vers } = $foo; return { %$foo }; } sub perl_versions { return sort _by_version keys %$data; } sub _by_version { my %v = map { my @v = split(qr/[-._]0*/, $_); $v[2] ||= 0; $v[3] ||= 'Z'; ($_ => sprintf '%d.%03d%03d-%s', @v) } $a, $b; $v{$a} cmp $v{$b}; } sub perl_pumpkins { my %pumps = map { ( $data->{$_}->{id} => 1 ) } keys %$data; return sort keys %pumps; } q|Acme::Why::Did::I::Not::Read::The::Fecking::Memo|; __END__ =pod =encoding UTF-8 =head1 NAME CPAN::Perl::Releases - Mapping Perl releases on CPAN to the location of the tarballs =head1 VERSION version 5.20250422 =head1 SYNOPSIS use CPAN::Perl::Releases qw[perl_tarballs]; my $perl = '5.14.0'; my $hashref = perl_tarballs( $perl ); print "Location: ", $_, "\n" for values %{ $hashref }; =head1 DESCRIPTION CPAN::Perl::Releases is a module that contains the mappings of all C releases that have been uploaded to CPAN to the C path that the tarballs reside in. This is static data, but newer versions of this module will be made available as new releases of C are uploaded to CPAN. =head1 FUNCTIONS =over =item C Takes one parameter, a C version to search for. Returns an hashref on success or C otherwise. The returned hashref will have a key/value for each type of tarball. A key of C indicates the location of a gzipped tar file and C of a bzip2'd tar file. The values will be the relative path under C 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 C releases had C, but only a C. Perl tarballs may also be compressed using C and therefore have a C entry. =item C Returns the list of all the perl versions supported by the module in ascending order. C and C will be lower than an actual release. =item C Returns a sorted list of all PAUSE IDs of Perl pumpkins. =back =head1 SEE ALSO L =head1 AUTHOR Chris Williams =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2025 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. =cut