X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FB%2FRecDeparse.pm;h=202cf789d77d317262ac118af266cb3c5aef5442;hb=3aeb72ad594397b579a9cdcbc8b58aa7308e8f97;hp=3f940da57ff6b6cf391df8182753d03cd0273ee9;hpb=58937735f503800dec4d1ff467d3177a080c67bc;p=perl%2Fmodules%2FB-RecDeparse.git diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index 3f940da..202cf78 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