From: Vincent Pit Date: Wed, 20 Aug 2008 14:28:42 +0000 (+0200) Subject: This is 0.03 X-Git-Tag: v0.03^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=13205c2b2fd1a97d43fa6683e27ba36819bfedc1 This is 0.03 --- diff --git a/Changes b/Changes index 6526548..35650f2 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,9 @@ Revision history for B-RecDeparse +0.03 2008-08-20 14:30 UTC + + Fix : Bug when recursing into a sub that had a gv op which wasn't + associated with a rv2cv. + 0.02 2008-07-28 21:30 UTC + Chg : Perl 5.8 is now required. + Doc : POD nits. diff --git a/META.yml b/META.yml index f62f8ea..abe5c49 100644 --- a/META.yml +++ b/META.yml @@ -1,6 +1,6 @@ --- #YAML:1.0 name: B-RecDeparse -version: 0.02 +version: 0.03 abstract: Deparse recursively into subroutines. license: perl author: diff --git a/README b/README index dc518b9..ac635ad 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ NAME B::RecDeparse - Deparse recursively into subroutines. VERSION - Version 0.02 + Version 0.03 SYNOPSIS perl -MO=RecDeparse,deparse,[@B__Deparse_opts],level,-1 [ -e '...' | bleh.pl ] diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index c1e235e..1a2b4b4 100644 --- a/lib/B/RecDeparse.pm +++ b/lib/B/RecDeparse.pm @@ -16,11 +16,11 @@ B::RecDeparse - Deparse recursively into subroutines. =head1 VERSION -Version 0.02 +Version 0.03 =cut -our $VERSION = '0.02'; +our $VERSION = '0.03'; =head1 SYNOPSIS