summaryrefslogtreecommitdiff
path: root/cpan/Object-Accessor
diff options
context:
space:
mode:
authorChris Williams <chris@bingosnet.co.uk>2009-10-08 09:52:51 +0100
committerChris Williams <chris@bingosnet.co.uk>2009-10-08 09:52:51 +0100
commit89a1beee8b93cc4ed470409e5b695b5abfd300a5 (patch)
tree630733d73e3b0a996fafe3dc91a079da5e74af3c /cpan/Object-Accessor
parent28dc61904ed8e6fb372527d5e84a7bc9841ec184 (diff)
downloadperl-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.pm4
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