From: Vincent Pit Date: Wed, 21 Aug 2013 21:16:43 +0000 (-0300) Subject: This is 0.07 X-Git-Tag: v0.07^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FB-RecDeparse.git;a=commitdiff_plain;h=d211ac98f97289ed8e2c54cd7ba61e68f5ae87ad This is 0.07 --- diff --git a/Changes b/Changes index 0b01409..8d898bb 100644 --- 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. diff --git a/META.json b/META.json index 3a71253..4f41525 100644 --- 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" } diff --git a/META.yml b/META.yml index ff75587..6faf45f 100644 --- 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 c75e9c8..a849d95 100644 --- 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 ] diff --git a/lib/B/RecDeparse.pm b/lib/B/RecDeparse.pm index fd52f97..d06584a 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.06 +Version 0.07 =cut -our $VERSION = '0.06'; +our $VERSION = '0.07'; =head1 SYNOPSIS