In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/ad48d895f43de0d88754fee54d9e20fcef41e6e1?hp=c9a34126d2ca805f06cca8adaf9d74d2bf4f43ac>

- Log -----------------------------------------------------------------
commit ad48d895f43de0d88754fee54d9e20fcef41e6e1
Author: Steffen Mueller <[email protected]>
Date:   Sat Sep 26 15:01:23 2009 +0200

    Class::ISA 0.35 (doc nits only)
-----------------------------------------------------------------------

Summary of changes:
 Porting/Maintainers.pl          |    2 +-
 cpan/Class-ISA/ChangeLog        |    7 +++++--
 cpan/Class-ISA/lib/Class/ISA.pm |    4 ++--
 3 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9687aa3..c604176 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -316,7 +316,7 @@ use File::Glob qw(:case);
     'Class::ISA' =>
        {
        'MAINTAINER'    => 'smueller',
-       'DISTRIBUTION'  => 'SMUELLER/Class-ISA-0.34.tar.gz',
+       'DISTRIBUTION'  => 'SMUELLER/Class-ISA-0.35.tar.gz',
        'FILES'         => q[cpan/Class-ISA],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
diff --git a/cpan/Class-ISA/ChangeLog b/cpan/Class-ISA/ChangeLog
index 4fdc331..f4d3890 100644
--- a/cpan/Class-ISA/ChangeLog
+++ b/cpan/Class-ISA/ChangeLog
@@ -1,7 +1,10 @@
 Revision history for Perl extension Class::ISA
-                                        Time-stamp: "2004-12-29 20:00:49 AST"
 
-2009-10-22  Steffen Mueller  [email protected]
+2009-09-26  Steffen Mueller  [email protected]
+       
+       * Release 0.35 -- minor documentation nit.
+
+2009-09-22  Steffen Mueller  [email protected]
        
        * Release 0.34 -- add core deprecation logic,
          some distribution shuffling.  No code changes.
diff --git a/cpan/Class-ISA/lib/Class/ISA.pm b/cpan/Class-ISA/lib/Class/ISA.pm
index b5090cf..741f593 100644
--- a/cpan/Class-ISA/lib/Class/ISA.pm
+++ b/cpan/Class-ISA/lib/Class/ISA.pm
@@ -2,7 +2,7 @@ package Class::ISA;
 require 5;
 use strict;
 use vars qw($Debug $VERSION);
-$VERSION = '0.34';
+$VERSION = '0.35';
 $Debug = 0 unless defined $Debug;
 
 use if $] >= 5.011, 'deprecate';
@@ -83,7 +83,7 @@ __END__
 
 =head1 NAME
 
-Class::ISA -- report the search path for a class's ISA tree
+Class::ISA - report the search path for a class's ISA tree
 
 =head1 SYNOPSIS
 

--
Perl5 Master Repository

Reply via email to