Changes for Devel-Declare
+ - Context::Simple::inject_if_block now returns true if start of block was
+ found
+
0.003004
- Make magic work within string evals on 5.10 if the hints hash is used.
- Bind S_scan_ident to perl. It allows scanning for simple identifiers.
substr($linestr, $self->offset + 1, 0) = $inject;
substr($linestr, $self->offset, 0) = $before;
$self->set_linestr($linestr);
+ return 1;
}
+ return 0;
}
sub scope_injector_call {