]> git.vpit.fr Git - perl/modules/B-RecDeparse.git/commitdiff
This is 0.07 v0.07
authorVincent Pit <vince@profvince.com>
Wed, 21 Aug 2013 21:16:43 +0000 (18:16 -0300)
committerVincent Pit <vince@profvince.com>
Wed, 21 Aug 2013 21:16:43 +0000 (18:16 -0300)
Changes
META.json
META.yml
README
lib/B/RecDeparse.pm

diff --git a/Changes b/Changes
index 0b01409ad000486a7fb957f496a1aff3d72d0827..8d898bb2e62265265a3263c0986b4d1ef50a6382 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,11 @@
 Revision history for B-RecDeparse
 
+0.07    2013-08-21 21:15 UTC
+        This is a maintenance release. The code contains no functional change.
+        Satisfied users of version 0.06 can skip this update.
+        + Tst : Author tests are no longer bundled with this distribution.
+                They are only made available to authors in the git repository.
+
 0.06    2013-08-20 19:25 UTC
         This is a maintenance release. The code contains no functional change.
         Satisfied users of version 0.05 can skip this update.
index 3a71253f7801150a330f4d796b85ea0f6dae4f60..4f415258843cc01656038b4ce0612d3c20880a76 100644 (file)
--- a/META.json
+++ b/META.json
@@ -58,5 +58,5 @@
          "url" : "http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git"
       }
    },
-   "version" : "0.06"
+   "version" : "0.07"
 }
index ff75587c47b93c45e97928346faf3ac2e209a829..6faf45f48a0c69174180c703d2fd0500e7752b2f 100644 (file)
--- a/META.yml
+++ b/META.yml
@@ -33,4 +33,4 @@ resources:
   homepage: http://search.cpan.org/dist/B-RecDeparse/
   license: http://dev.perl.org/licenses/
   repository: http://git.profvince.com/?p=perl%2Fmodules%2FB-RecDeparse.git
-version: 0.06
+version: 0.07
diff --git a/README b/README
index c75e9c8a22c01d7db907475ecc3e55e837949c81..a849d95baf3fde82804944bb382546f4910bcffc 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ NAME
     B::RecDeparse - Deparse recursively into subroutines.
 
 VERSION
-    Version 0.06
+    Version 0.07
 
 SYNOPSIS
         perl -MO=RecDeparse,deparse,[@B__Deparse_opts],level,-1 [ -e '...' | bleh.pl ]
index fd52f9763ab47af6376a35bdb4c2f900e15e4444..d06584a582d127413c93a2227f983c40a0231c18 100644 (file)
@@ -17,11 +17,11 @@ B::RecDeparse - Deparse recursively into subroutines.
 
 =head1 VERSION
 
-Version 0.06
+Version 0.07
 
 =cut
 
-our $VERSION = '0.06';
+our $VERSION = '0.07';
 
 =head1 SYNOPSIS