Skip Menu |

This queue is for tickets about the B-Generate CPAN distribution.

Report information
The Basics
Id: 79262
Status: resolved
Priority: 0/
Queue: B-Generate

People
Owner: Nobody in particular
Requestors: perlbug-followup [...] perl.org
Cc:
AdminCc:

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



CC: perl5-porters [...] perl.org, bug-B-Generate [...] rt.cpan.org
Subject: [perl #114632] Bleadperl v5.17.3-135-g605fa6b breaks RURBAN/B-Generate-1.46.tar.gz
Date: Tue, 28 Aug 2012 07:28:43 -0700
To: "OtherRecipients of perl Ticket #114632":;
From: "Father Chrysostomos via RT" <perlbug-followup [...] perl.org>
On Mon Aug 27 23:11:00 2012, andreas.koenig.7os6VVqR@franz.ak.mind.de wrote: Show quoted text
> git bisect > ---------- > commit 605fa6bfaf6ef9730e033df2f335330109378756 > Author: Father Chrysostomos <sprout@cpan.org> > Date: Sun Aug 26 12:28:45 2012 -0700 > > Remove boolkeys op > > sample fail report > ------------------ > not yet on cpantesters
Here is a patch for B::Generate. -- Father Chrysostomos --- via perlbug: queue: perl5 status: new https://rt.perl.org:443/rt3/Ticket/Display.html?id=114632
diff -rup B-Generate-1.46-PTtpjr-/t/op_list.t B-Generate-1.46-PTtpjr/t/op_list.t --- B-Generate-1.46-PTtpjr-/t/op_list.t 2011-06-13 14:30:18.000000000 -0700 +++ B-Generate-1.46-PTtpjr/t/op_list.t 2012-08-28 07:27:33.000000000 -0700 @@ -12,6 +12,7 @@ use_ok 'B'; # release-dependent values, which we reverify using B-Gen in 2nd test my %list_nums = ( + 147 => "5.017004", # removed boolkeys 148 => "5.015000", # added transr and aelemfast_lex, new ops starting with 36 146 => "5.012000", 146 => "5.011001", # added boolkeys to 141 with 2e0eeeaafce11cb0128
Thanks. Fixed with 1.47 -- Reini Urban