From: Chris Williams Date: Thu, 8 Oct 2009 08:52:51 +0000 (+0100) Subject: Updated Object-Accessor to CPAN version 0.36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=89a1beee8b93cc4ed470409e5b695b5abfd300a5;p=p5sagit%2Fp5-mst-13.2.git Updated Object-Accessor to CPAN version 0.36 Changes for 0.36 Thu Oct 8 09:42:36 BST 2009 ================================================= * Apply patch to fix ABSTRACT in core, RT #49563 from Jerry Hedden. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 8dc844d..569e0d1 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1064,7 +1064,7 @@ use File::Glob qw(:case); 'Object::Accessor' => { 'MAINTAINER' => 'kane', - 'DISTRIBUTION' => 'KANE/Object-Accessor-0.34.tar.gz', + 'DISTRIBUTION' => 'BINGOS/Object-Accessor-0.36.tar.gz', 'FILES' => q[cpan/Object-Accessor], 'CPAN' => 1, 'UPSTREAM' => 'cpan', diff --git a/cpan/Object-Accessor/lib/Object/Accessor.pm b/cpan/Object-Accessor/lib/Object/Accessor.pm index e5cd266..7166200 100644 --- a/cpan/Object-Accessor/lib/Object/Accessor.pm +++ b/cpan/Object-Accessor/lib/Object/Accessor.pm @@ -10,7 +10,7 @@ use Data::Dumper; ### disable string overloading for callbacks require overload; -$VERSION = '0.34'; +$VERSION = '0.36'; $FATAL = 0; $DEBUG = 0; @@ -20,7 +20,7 @@ use constant ALIAS => 2; # array index in the hash value =head1 NAME -Object::Accessor +Object::Accessor - interface to create per object accessors =head1 SYNOPSIS