]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
This is 0.03 v0.03
authorVincent Pit <vince@profvince.com>
Wed, 20 Aug 2008 14:28:42 +0000 (16:28 +0200)
committerVincent Pit <vince@profvince.com>
Wed, 20 Aug 2008 14:28:42 +0000 (16:28 +0200)
Changes
META.yml
README
lib/B/RecDeparse.pm

diff --git a/Changes b/Changes
index 6526548d09160f5c2da8e3812eeb47bb6f99f103..35650f230aee1bac7b7dfc37a7d47faefe8d4696 100644 (file)
--- 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.
index f62f8ea0d03873e9fcc7f58492512ea097d41a72..abe5c49a79d30d17fa2be4984c08e735744fcf4b 100644 (file)
--- 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 dc518b9714058d395a218f7656903fc8626744e0..ac635ade3f5bd35ecbdf4382a5676b3ec66cbb21 100644 (file)
--- 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 ]
index c1e235e0399857eb7dd2e1d4e6d43cf418f7d902..1a2b4b4857bae51918e89ea564390d9ef0e30987 100644 (file)
@@ -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