summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorPaul Fenwick <pjf@perltraining.com.au>2008-12-20 22:21:02 +0900
committerAbigail <abigail@abigail.be>2008-12-20 14:28:58 +0100
commit0b09a93a0cec34bc5d1740400c4ed9500d2f1dbe (patch)
tree4789f878ff81be8f0a48c0ffe6a3443b5ba47d6a /MANIFEST
parent12322d22877aba05e1653bbb960254200db8f045 (diff)
downloadperl-0b09a93a0cec34bc5d1740400c4ed9500d2f1dbe.tar.gz
git-flavoured autodie 1.997 patch
G'day p5p, Since we've moved over to git, attached is a git-friendly patch of autodie 1.997 against the current blead. It's no different to the older 1.997 patch[1], but contains all the meta-info that git likes to have so that you can use 'git am' to apply the changes. All the very best, Paul [1] Okay, there's one or two non-significant whitespace changes. -- Paul Fenwick <pjf@perltraining.com.au> | http://perltraining.com.au/ Director of Training | Ph: +61 3 9354 6001 Perl Training Australia | Fax: +61 3 9354 2681 >From b0dc5ff6b006a9df2a67b886e5e0d0d168c1245e Mon Sep 17 00:00:00 2001 From: Paul Fenwick <pjf@perltraining.com.au> Date: Sun, 21 Dec 2008 00:17:28 +1100 Subject: [PATCH] Autodie 1.997
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST38
1 files changed, 38 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 52dd3c15f2..11d0570ed8 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1667,6 +1667,7 @@ lib/Attribute/Handlers/t/data_convert.t Test attribute data conversion
lib/Attribute/Handlers/t/linerep.t See if Attribute::Handlers works
lib/Attribute/Handlers/t/multi.t See if Attribute::Handlers works
lib/attributes.pm For "sub foo : attrlist"
+lib/autodie.pm Functions suceed or die with lexical scope
lib/AutoLoader.pm Autoloader base class
lib/AutoLoader/t/01AutoLoader.t See if AutoLoader works
lib/AutoLoader/t/02AutoSplit.t See if AutoSplit works
@@ -3714,6 +3715,43 @@ t/io/through.t See if pipe passes data intact
t/io/utf8.t See if file seeking works
t/japh/abigail.t Obscure tests
t/lib/1_compile.t See if the various libraries and extensions compile
+t/lib/autodie/00-load.t autodie - basic load
+t/lib/autodie/Fatal.t autodie - Fatal backcompatibility
+t/lib/autodie/autodie.t autodie - Basic functionality
+t/lib/autodie/autodie_test_module.pm autodie - test helper
+t/lib/autodie/backcompat.t autodie - More Fatal backcompat
+t/lib/autodie/basic_exceptions.t autodie - Basic exception tests
+t/lib/autodie/binmode.t autodie - Binmode testing
+t/lib/autodie/context.t autodie - Context clobbering tests
+t/lib/autodie/context_lexical.t autodie - Context clobbering lexically
+t/lib/autodie/crickey.t autodie - Like an Australian
+t/lib/autodie/dbmopen.t autodie - dbm tests
+t/lib/autodie/exception_class.t autodie - Exception class subclasses
+t/lib/autodie/exceptions.t autodie - 5.10 exception tests.
+t/lib/autodie/exec.t autodie - exec tests.
+t/lib/autodie/filehandles.t autodie - filehandle tests
+t/lib/autodie/fileno.t autodie - fileno tests
+t/lib/autodie/flock.t autodie - File locking tests
+t/lib/autodie/internal.t autodie - internal interface tests
+t/lib/autodie/lethal.t autodie - lethal is the one true name
+t/lib/autodie/lib/autodie/test/au.pm autodie - Austrlaian helper
+t/lib/autodie/lib/autodie/test/au/exception.pm autodie - Australian helper
+t/lib/autodie/lib/autodie/test/badname.pm autodie - Bad exception class
+t/lib/autodie/lib/autodie/test/missing.pm autodie - Missing exception class
+t/lib/autodie/lib/lethal.pm autodie - with a better name
+t/lib/autodie/lib/pujHa/ghach.pm autodie - Like a Klingon
+t/lib/autodie/lib/pujHa/ghach/Dotlh.pm autodie - With Klingon honour
+t/lib/autodie/mkdir.t autodie - filesystem tests
+t/lib/autodie/open.t autodie - Testing open
+t/lib/autodie/recv.t autodie - send/recv tests
+t/lib/autodie/repeat.t autodie - repeat autodie leak tests
+t/lib/autodie/scope_leak.t autodie - file scope leak tests
+t/lib/autodie/sysopen.t autodie - sysopen tests
+t/lib/autodie/truncate.t autodie - File truncation tests
+t/lib/autodie/unlink.t autodie - Unlink system tests.
+t/lib/autodie/usersub.t autodie - user subroutine tests
+t/lib/autodie/version.t autodie - versioning tests
+t/lib/autodie/version_tag.t
t/lib/Cname.pm Test charnames in regexes (op/pat.t)
t/lib/common.pl Helper for lib/{warnings,feature}.t
t/lib/commonsense.t See if configuration meets basic needs