File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 11Revision history for Perl extension optimize
22
3+ 0.05 2011-09-08 rurban
4+ - remove unused B::OP::safenext - pause indexer problem
5+
360.04 2011-09-07 rurban
47 - remove B::Hooks::EndOfScope::on_scope_end dependency, not needed
58 - fix threaded (const PV->GV): tests pass now, only some older perls fail.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use B::Utils qw(walkallops_simple);
77use B qw( OPf_KIDS OPf_MOD OPf_PARENS OPf_WANT_SCALAR OPf_STACKED) ;
88use Attribute::Handlers;
99
10- our $VERSION = " 0.04 " ;
10+ our $VERSION = " 0.05 " ;
1111
1212our $DEBUG = 0;
1313our %pads ;
@@ -17,7 +17,6 @@ our $stash = '';
1717our %register ;
1818
1919sub dbgprint { print @_ if $DEBUG ; }
20- sub B ::OP::safenext { $_ [0]-> can(' next' ) ? $_ [0]-> next : bless { next => 0 }, " B::OP" }
2120
2221use optimizer " extend-c" => sub {
2322 my $op = shift ;
You can’t perform that action at this time.
0 commit comments