This queue is for tickets about the Module-Info CPAN distribution.
|
|
Subject: | Bleadperl v5.21.1-127-g29e61fd breaks MBARBON/Module-Info-0.35.tar.gz |
RT-Send-CC: | NEILB [...] cpan.org |
diff -ru Module-Info-0.35/lib/B/BUtils.pm Module-Info-0.35_patched/lib/B/BUtils.pm --- Module-Info-0.35/lib/B/BUtils.pm 2013-09-08 14:12:29.000000000 +0200 +++ Module-Info-0.35_patched/lib/B/BUtils.pm 2015-06-05 11:01:30.531167000 +0200 @@ -214,6 +214,9 @@ =cut +BEGIN { + unless ($] >= 5.021002 and exists &B::OP::parent) { + eval q[ sub B::OP::parent { my $target = shift; printf( "parent %s %s=(0x%07x)\n", @@ -254,6 +257,20 @@ my $start = $target; $result = $search->($start) and return $result while $start = $start->next; return $search->($start); +}]; + } else { + eval q[ +sub B::OP::_parent { + my $op = shift; + my $parent = $op->_parent_impl( $op, "" ); + $parent; +}]; + } + if ($] >= 5.021002) { + eval q[ +sub B::NULL::kids { } +]; + } }
Subject: | Re: [rt.cpan.org #97105] Bleadperl v5.21.1-127-g29e61fd breaks MBARBON/Module-Info-0.35.tar.gz |
Date: | Fri, 5 Jun 2015 11:00:23 -0700 |
To: | bug-Module-Info [...] rt.cpan.org |
From: | Karen Etheridge <ether [...] cpan.org> |
Subject: | Re: [rt.cpan.org #97105] Bleadperl v5.21.1-127-g29e61fd breaks MBARBON/Module-Info-0.35.tar.gz |
Date: | Fri, 2 Oct 2015 17:23:39 +0200 |
To: | Neil_Bowers via RT <bug-Module-Info [...] rt.cpan.org> |
From: | gregor herrmann <gregoa [...] debian.org> |
Message body not shown because it is not plain text.
RT-Send-CC: | ether [...] cpan.org, gregoa [...] debian.org |