Skip Menu |

This queue is for tickets about the Perl6-Perldoc CPAN distribution.

Report information
The Basics
Id: 64024
Status: open
Priority: 0/
Queue: Perl6-Perldoc

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

Bug Information
Severity: Normal
Broken in: v0.0.5
Fixed in: (no value)



Subject: Bleadperl v5.13.7-297-g558b442 breaks Perl6-Perldoc v0.0.5
As per subject. See also [perl #80514]. Here is an example of failing tests: http://www.cpantesters.org/cpan/report/21b213e6-0343-11e0-a0ee-e31bfba4e368 HTH, Best,
RT-Send-CC: slaven [...] rezic.de
This patch should fix it.
Subject: open_9xLz4Yce.txt
diff -rup Perl6-Perldoc-v0.0.5-hRZM0R-orig/lib/Perl6/Perldoc.pm Perl6-Perldoc-v0.0.5-hRZM0R/lib/Perl6/Perldoc.pm --- Perl6-Perldoc-v0.0.5-hRZM0R-orig/lib/Perl6/Perldoc.pm 2011-04-03 20:46:55.000000000 -0700 +++ Perl6-Perldoc-v0.0.5-hRZM0R/lib/Perl6/Perldoc.pm 2011-04-03 20:47:04.000000000 -0700 @@ -41,6 +41,7 @@ my $DATA_PAT = qr{ # Recursive matcher for all other Perldoc sections... +use vars '$type'; my $POD_PAT; $POD_PAT = qr{ ^ = (?:
Subject: Re: [rt.cpan.org #64024] Bleadperl v5.13.7-297-g558b442 breaks Perl6-Perldoc v0.0.5
Date: Tue, 5 Apr 2011 17:28:49 +1000
To: bug-Perl6-Perldoc [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Many thanks to you both. Patch applied and distribution re-uploaded. Damian
On Tue Apr 05 03:29:39 2011, damian@conway.org wrote: Show quoted text
> Many thanks to you both. > Patch applied and distribution re-uploaded. > > Damian
I can confirm that DCONWAY/Perl6-Perldoc-0.000_006.tar.gz works, but it has an underscore in the number, so pause thinks it’s a dev version. Hence, anyone trying to install it still gets DCONWAY/Perl6-Perldoc-v0.0.5.tar.gz
Subject: Re: [rt.cpan.org #64024] Bleadperl v5.13.7-297-g558b442 breaks Perl6-Perldoc v0.0.5
Date: Sat, 5 Nov 2011 17:35:55 +1100
To: bug-Perl6-Perldoc [...] rt.cpan.org
From: Damian Conway <damian [...] conway.org>
Show quoted text
> I can confirm that DCONWAY/Perl6-Perldoc-0.000_006.tar.gz works, but it has an underscore > in the number, so pause thinks it’s a dev version.  Hence, anyone trying to install it still gets > DCONWAY/Perl6-Perldoc-v0.0.5.tar.gz
Re-re-uploaded with a underscore-free version number. Damian