summaryrefslogtreecommitdiff
path: root/MANIFEST
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 /MANIFEST
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 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index b1e4b5a804..bc386928a0 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -80,6 +80,7 @@ cpan/autodie/t/context_lexical.t autodie - Context clobbering lexically
cpan/autodie/t/context.t autodie - Context clobbering tests
cpan/autodie/t/crickey.t autodie - Like an Australian
cpan/autodie/t/dbmopen.t autodie - dbm tests
+cpan/autodie/t/eval_error.t
cpan/autodie/t/exception_class.t autodie - Exception class subclasses
cpan/autodie/t/exceptions.t autodie - 5.10 exception tests.
cpan/autodie/t/exec.t autodie - exec tests.