summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-27 16:53:07 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2010-06-27 16:53:07 +0100
commita009834b5bcd633e6446e235821ffdb3091b62b8 (patch)
treefd13fdf381da3f54b6fbe2443ae856331d2728f8 /Porting
parent7b0eef92ba8ed2aa84e9187dadebc5cabfc3a3c5 (diff)
downloadperl-a009834b5bcd633e6446e235821ffdb3091b62b8.tar.gz
Update autodie to CPAN version 2.10
[DELTA] 2.10 Sat Feb 27 14:01:18 AUSEST 2010 * BUGFIX: Fatal and autodie no longer leak Carp functions into the caller's namespace. Thanks to Schwern. * TEST: Multi-arg open tests are really really skipped under Windows now. * DOCUMENTATION: Many more people are properly attributed in the 'AUTHORS' file. 2.09 Tue Feb 23 00:33:09 AUSEST 2010 * DOCS: Fixed documentation typo. RT #48575 Thanks to David Taylor. * TEST: Tests involved multi-arg open are skipped on Windows (where multi-arg pipe is not implemented). 2.08 Mon Feb 8 14:24:26 AUSEST 2010 * BUGFIX: Addeds support for chmod. Many thanks to Jonathan Yu for reporting this (RT #50423). * BUGFIX: Multi-arg open is now supported by open. Many thanks to Nick Cleaton for finding and fix this bug. (RT #52427) * BUILD: Updated to Module::Install 0.93 2.07 Fri Jul 31 16:35:40 BST 2009 * FEATURE: Added ->eval_error to autodie::exception, which stores the contents of $@ at the time autodie throws its own exception. This is useful when dealing with modules such as Text::Balanced which set (but do not throw) $@ on error. * TEST: Checking for flock() support no longer causes test failures on older VMS sysstems. (RT #47812) Thanks to Craig A. Berry for supplying a patch. * TEST: hints.t tests should no longer cause bogus failures relating to File::Copy on VMS and Windows systems prior to Perl 5.10.2.
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 632b838d4b..e8d674d35e 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -209,7 +209,7 @@ use File::Glob qw(:case);
'autodie' =>
{
'MAINTAINER' => 'pjf',
- 'DISTRIBUTION' => 'PJF/autodie-2.06_01.tar.gz',
+ 'DISTRIBUTION' => 'PJF/autodie-2.10.tar.gz',
'FILES' => q[cpan/autodie],
'EXCLUDED' => [ qr{^inc/Module/},