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 1
1
Revision history for Perl extension optimize
2
2
3
+ 0.05 2011-09-08 rurban
4
+ - remove unused B::OP::safenext - pause indexer problem
5
+
3
6
0.04 2011-09-07 rurban
4
7
- remove B::Hooks::EndOfScope::on_scope_end dependency, not needed
5
8
- 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);
7
7
use B qw( OPf_KIDS OPf_MOD OPf_PARENS OPf_WANT_SCALAR OPf_STACKED) ;
8
8
use Attribute::Handlers;
9
9
10
- our $VERSION = " 0.04 " ;
10
+ our $VERSION = " 0.05 " ;
11
11
12
12
our $DEBUG = 0;
13
13
our %pads ;
@@ -17,7 +17,6 @@ our $stash = '';
17
17
our %register ;
18
18
19
19
sub dbgprint { print @_ if $DEBUG ; }
20
- sub B ::OP::safenext { $_ [0]-> can(' next' ) ? $_ [0]-> next : bless { next => 0 }, " B::OP" }
21
20
22
21
use optimizer " extend-c" => sub {
23
22
my $op = shift ;
You can’t perform that action at this time.
0 commit comments