In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/7a919e56cf662fe38f14c8aaffe976d27e0eff64?hp=7f58bf114cae6ec9e1ac6bd4261fcd1b71d7bf6c>

- Log -----------------------------------------------------------------
commit 7a919e56cf662fe38f14c8aaffe976d27e0eff64
Author: Tony Cook <[email protected]>
Date:   Fri Aug 10 15:57:10 2012 +0200

    bump $VERSION for Porting/Maintainers.pm to placate cmp_version.t
    
    7f58bf11 is the first modification of Porting/Maintainers.pm since the
    last release, hence cmp_version.t complains.
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Porting/Maintainers.pm b/Porting/Maintainers.pm
index 5f3c4d4..8f0d052 100644
--- a/Porting/Maintainers.pm
+++ b/Porting/Maintainers.pm
@@ -22,7 +22,7 @@ use vars qw(@ISA @EXPORT_OK $VERSION);
                show_results process_options files_to_modules
                finish_tap_output
                reload_manifest);
-$VERSION = 0.06;
+$VERSION = 0.07;
 
 require Exporter;
 

--
Perl5 Master Repository

Reply via email to