Skip Menu |

This queue is for tickets about the Perl-APIReference CPAN distribution.

Report information
The Basics
Id: 114787
Status: new
Priority: 0/
Queue: Perl-APIReference

People
Owner: Nobody in particular
Requestors: dom [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Please support perl 5.24.0
Patch attached.
Subject: 5.24.0.patch
From 3ee14bc0a5dc0e1267c839e99c5b8faba20356e4 Mon Sep 17 00:00:00 2001 From: Dominic Hargreaves <dom@earth.li> Date: Sat, 28 May 2016 13:26:23 +0100 Subject: [PATCH] add support for perl 5.24.0 Bug: https://rt.cpan.org/Ticket/Display.html?id=114787 Bug-Debian: https://bugs.debian.org/825613 --- lib/Perl/APIReference.pm | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lib/Perl/APIReference.pm b/lib/Perl/APIReference.pm index 4c84eb8..f5d1de5 100644 --- a/lib/Perl/APIReference.pm +++ b/lib/Perl/APIReference.pm @@ -18,10 +18,11 @@ use Class::XSAccessor sub _par_loader_hint { require Perl::APIReference::Generator; - require Perl::APIReference::V5_022_002; + require Perl::APIReference::V5_024_000; } our %Perls = ( + 5.024000 => 'V5_024_000', 5.022002 => 'V5_022_002', 5.022001 => 'V5_022_001', 5.022 => 'V5_022_000', @@ -63,9 +64,10 @@ our %Perls = ( 5.006 => 'V5_006_000', ); -our $NewestAPI = '5.022002'; -our $NewestStableAPI = '5.022002'; +our $NewestAPI = '5.024000'; +our $NewestStableAPI = '5.024000'; +$Perls{'5.024000'} = $Perls{5.024}; $Perls{'5.022000'} = $Perls{5.022}; $Perls{'5.020'} = $Perls{5.02}; $Perls{'5.020000'} = $Perls{5.02}; -- 2.1.4
Subject: perlapi.5.24.0.pod.xz
Download perlapi.5.24.0.pod.xz
application/x-xz 77.5k

Message body not shown because it is not plain text.