X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FB%2FRecDeparse.pm;h=286b28920ba06f29f1650448ac788b9b81d89f94;hb=22cd37cb62e8ca05600172ecb35338f59581e023;hp=3f940da57ff6b6cf391df8182753d03cd0273ee9;hpb=58937735f503800dec4d1ff467d3177a080c67bc;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index 3f940da..286b289 100644 --- a/lib/B/RecDeparse.pm +++ b/lib/B/RecDeparse.pm @@ -17,11 +17,11 @@ B::RecDeparse - Deparse recursively into subroutines. =head1 VERSION -Version 0.08 +Version 0.10 =cut -our $VERSION = '0.08'; +our $VERSION = '0.10'; =head1 SYNOPSIS @@ -190,6 +190,15 @@ sub pp_refgen { } } +sub pp_srefgen { + my $self = shift; + + return do { + local $self->{brd_sub} = 0; + $self->SUPER::pp_srefgen(@_); + } +} + sub pp_gv { my $self = shift; @@ -248,6 +257,10 @@ C =item * +C + +=item * + C =back @@ -285,7 +298,7 @@ Tests code coverage report is available at L