In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/b69d77b8c79b1d16e3e04be0941d295d0b3afc12?hp=124e3cf78e2c71a385ddb56db34f16865b0e199c>

- Log -----------------------------------------------------------------
commit b69d77b8c79b1d16e3e04be0941d295d0b3afc12
Author: Steffen Mueller <[email protected]>
Date:   Tue Sep 29 22:47:50 2009 +0200

    Upgrade to Class::ISA 0.36 (Fixes installation directories only)
-----------------------------------------------------------------------

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

diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1fb8999..7e7aacc 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.35.tar.gz',
+       'DISTRIBUTION'  => 'SMUELLER/Class-ISA-0.36.tar.gz',
        'FILES'         => q[cpan/Class-ISA],
        'CPAN'          => 1,
        'UPSTREAM'      => 'cpan',
diff --git a/cpan/Class-ISA/ChangeLog b/cpan/Class-ISA/ChangeLog
index f4d3890..140b91b 100644
--- a/cpan/Class-ISA/ChangeLog
+++ b/cpan/Class-ISA/ChangeLog
@@ -1,5 +1,9 @@
 Revision history for Perl extension Class::ISA
 
+2009-09-29  Steffen Mueller  [email protected]
+       
+       * Release 0.36 -- fix installation dirs.
+
 2009-09-26  Steffen Mueller  [email protected]
        
        * Release 0.35 -- minor documentation nit.
diff --git a/cpan/Class-ISA/lib/Class/ISA.pm b/cpan/Class-ISA/lib/Class/ISA.pm
index 741f593..83f47ac 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.35';
+$VERSION = '0.36';
 $Debug = 0 unless defined $Debug;
 
 use if $] >= 5.011, 'deprecate';

--
Perl5 Master Repository

Reply via email to