summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-05-17 22:40:34 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2011-06-09 12:17:03 +0100
commite528b6072f9f5a668f9b01d9ab00c92a31d12e64 (patch)
treecdaa03bdb6d9d2ee035d0f10a6d95bd1d18dc101 /Porting
parentdf375c6d048b938ecdeaecc7b264a7f1a190120a (diff)
downloadperl-e528b6072f9f5a668f9b01d9ab00c92a31d12e64.tar.gz
Update Object-Accessor to CPAN version 0.42
[DELTA] Changes for 0.42 Fri May 13 12:21:50 BST 2011 ================================================= * Missed a test using exists, Ikegami RT #68154 Changes for 0.40 Thu May 12 20:41:36 BST 2011 ================================================= * Apply patch from Ikegami RT #68154, which avoids use of deprecated exists on array elements.
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 373c04ee95..bd38a8691b 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1352,7 +1352,7 @@ use File::Glob qw(:case);
'Object::Accessor' =>
{
'MAINTAINER' => 'kane',
- 'DISTRIBUTION' => 'BINGOS/Object-Accessor-0.38.tar.gz',
+ 'DISTRIBUTION' => 'BINGOS/Object-Accessor-0.42.tar.gz',
'FILES' => q[cpan/Object-Accessor],
'UPSTREAM' => 'cpan',
},