X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FB%2FRecDeparse.pm;h=a69fd2ece61a0d9f0c017fc9d65360f3b5adb011;hb=092895ce3d8bc73850e0f75047cd60989cff5500;hp=3f940da57ff6b6cf391df8182753d03cd0273ee9;hpb=58937735f503800dec4d1ff467d3177a080c67bc;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index 3f940da..a69fd2e 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.09 =cut -our $VERSION = '0.08'; +our $VERSION = '0.09'; =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