diff options
author | Chris Williams <chris@bingosnet.co.uk> | 2009-10-08 09:52:51 +0100 |
---|---|---|
committer | Chris Williams <chris@bingosnet.co.uk> | 2009-10-08 09:52:51 +0100 |
commit | 89a1beee8b93cc4ed470409e5b695b5abfd300a5 (patch) | |
tree | 630733d73e3b0a996fafe3dc91a079da5e74af3c /cpan/Object-Accessor | |
parent | 28dc61904ed8e6fb372527d5e84a7bc9841ec184 (diff) | |
download | perl-89a1beee8b93cc4ed470409e5b695b5abfd300a5.tar.gz |
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.
Diffstat (limited to 'cpan/Object-Accessor')
-rw-r--r-- | cpan/Object-Accessor/lib/Object/Accessor.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Object-Accessor/lib/Object/Accessor.pm b/cpan/Object-Accessor/lib/Object/Accessor.pm index e5cd2660f0..7166200af1 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 |