public
Description: Make functions succeed or die in Perl, with lexical scope.
Homepage: http://search.cpan.org/perldoc?autodie
Clone URL: git://github.com/pfenwick/autodie.git
Click here to lend your support to: autodie and make a donation at www.pledgie.com !
autodie / MANIFEST
b05ea120 » pfenwick 2008-06-12 Added AUTHORS and autodie/e... 1 AUTHORS
557c09c2 » pfenwick 2008-06-11 Added tests and modules to ... 2 Changes
9de541f3 » pfenwick 2008-06-11 Autogenerated manifests are... 3 inc/Module/Install.pm
4 inc/Module/Install/Base.pm
5 inc/Module/Install/Can.pm
6 inc/Module/Install/Fetch.pm
7 inc/Module/Install/Makefile.pm
8 inc/Module/Install/Metadata.pm
9 inc/Module/Install/Win32.pm
10 inc/Module/Install/WriteAll.pm
557c09c2 » pfenwick 2008-06-11 Added tests and modules to ... 11 lib/autodie.pm
12 lib/autodie/exception.pm
b05ea120 » pfenwick 2008-06-12 Added AUTHORS and autodie/e... 13 lib/autodie/exception/system.pm
7c62126a » pfenwick 2009-02-22 Added Sub::Identify code fo... 14 lib/autodie/hints.pm
9de541f3 » pfenwick 2008-06-11 Autogenerated manifests are... 15 lib/Fatal.pm
16 Makefile.PL
17 MANIFEST This list of files
18 META.yml
19 README
557c09c2 » pfenwick 2008-06-11 Added tests and modules to ... 20 t/00-load.t
21 t/autodie.t
807a7ac8 » pfenwick 2008-06-18 Updated with new manifest f... 22 t/autodie_test_module.pm
557c09c2 » pfenwick 2008-06-11 Added tests and modules to ... 23 t/backcompat.t
807a7ac8 » pfenwick 2008-06-18 Updated with new manifest f... 24 t/basic_exceptions.t
c1de2d28 » pfenwick 2008-09-23 New tests from Jacinta now ... 25 t/binmode.t
1a5f9cf2 » pfenwick 2009-06-30 Add extra tests based upon ... 26 t/blog_hints.t
557c09c2 » pfenwick 2008-06-11 Added tests and modules to ... 27 t/boilerplate.t
ae764430 » pfenwick 2009-02-17 Added test for user-defined... 28 t/caller.t
557c09c2 » pfenwick 2008-06-11 Added tests and modules to ... 29 t/context.t
eed46a35 » pfenwick 2008-06-22 +context_lexical.t, +kwalit... 30 t/context_lexical.t
23c91ca0 » pfenwick 2008-07-03 Strewth mate, don't forget ... 31 t/crickey.t
0997eb3d » pfenwick 2008-09-24 Added author-only perlcriti... 32 t/critic.t
cf04ae2d » pfenwick 2008-09-06 Added support for dbmopen a... 33 t/dbmopen.t
5533edda » pfenwick 2008-12-02 Updated manifest. 34 t/exception_class.t
557c09c2 » pfenwick 2008-06-11 Added tests and modules to ... 35 t/exceptions.t
c38808f0 » pfenwick 2008-07-18 Added support for exec(). 36 t/exec.t
9de541f3 » pfenwick 2008-06-11 Autogenerated manifests are... 37 t/Fatal.t
23c91ca0 » pfenwick 2008-07-03 Strewth mate, don't forget ... 38 t/filehandles.t
265bfe79 » pfenwick 2008-07-18 Added support for fileno. 39 t/fileno.t
c1de2d28 » pfenwick 2008-09-23 New tests from Jacinta now ... 40 t/flock.t
bb0f6fd1 » pfenwick 2008-07-01 Added t/fork.t 41 t/fork.t
4d8aba2f » pfenwick 2009-06-28 Fixed bug where package sca... 42 t/format-clobber.t
7c62126a » pfenwick 2009-02-22 Added Sub::Identify code fo... 43 t/hints.t
dabbf6c0 » pfenwick 2009-05-11 Updated manifest with new h... 44 t/hints_insist.t
45 t/hints_pod_examples.t
5acaa427 » pfenwick 2009-06-25 Manifest update 46 t/hints_provider_does.t
4d8aba2f » pfenwick 2009-06-28 Fixed bug where package sca... 47 t/hints_provider_easy_does_it.t
5acaa427 » pfenwick 2009-06-25 Manifest update 48 t/hints_provider_isa.t
52c392ab » pfenwick 2009-02-26 Added internal-backcompat.t... 49 t/internal-backcompat.t
d3d6ca2f » pfenwick 2008-07-18 Moved internal tests from F... 50 t/internal.t
eed46a35 » pfenwick 2008-06-22 +context_lexical.t, +kwalit... 51 t/kwalitee.t
a902631c » pfenwick 2008-07-03 Added lethal.t, a test for ... 52 t/lethal.t
807a7ac8 » pfenwick 2008-06-18 Updated with new manifest f... 53 t/lex58.t
23c91ca0 » pfenwick 2008-07-03 Strewth mate, don't forget ... 54 t/lib/autodie/test/au.pm
55 t/lib/autodie/test/au/exception.pm
5533edda » pfenwick 2008-12-02 Updated manifest. 56 t/lib/autodie/test/badname.pm
57 t/lib/autodie/test/missing.pm
1bdf8ce6 » pfenwick 2009-02-25 MANIFEST += t/lib/Caller_he... 58 t/lib/Caller_helper.pm
dabbf6c0 » pfenwick 2009-05-11 Updated manifest with new h... 59 t/lib/Hints_pod_examples.pm
5acaa427 » pfenwick 2009-06-25 Manifest update 60 t/lib/Hints_provider_does.pm
4d8aba2f » pfenwick 2009-06-28 Fixed bug where package sca... 61 t/lib/Hints_provider_easy_does_it.pm
5acaa427 » pfenwick 2009-06-25 Manifest update 62 t/lib/Hints_provider_isa.pm
a0510f7c » pfenwick 2009-04-25 MANIFEST += t/lib/Hints_tes... 63 t/lib/Hints_test.pm
a902631c » pfenwick 2008-07-03 Added lethal.t, a test for ... 64 t/lib/lethal.pm
1a5f9cf2 » pfenwick 2009-06-30 Add extra tests based upon ... 65 t/lib/my/autodie.pm
4d8aba2f » pfenwick 2009-06-28 Fixed bug where package sca... 66 t/lib/OtherTypes.pm
5533edda » pfenwick 2008-12-02 Updated manifest. 67 t/lib/pujHa/ghach.pm
68 t/lib/pujHa/ghach/Dotlh.pm
1a5f9cf2 » pfenwick 2009-06-30 Add extra tests based upon ... 69 t/lib/Some/Module.pm
c1de2d28 » pfenwick 2008-09-23 New tests from Jacinta now ... 70 t/mkdir.t
e0e4d970 » pfenwick 2008-11-29 Added open.t to MANIFEST 71 t/open.t
557c09c2 » pfenwick 2008-06-11 Added tests and modules to ... 72 t/pod-coverage.t
73 t/pod.t
74 t/recv.t
927d4afc » pfenwick 2008-06-28 Added t/repeat.t 75 t/repeat.t
807a7ac8 » pfenwick 2008-06-18 Updated with new manifest f... 76 t/scope_leak.t
911a4b5b » pfenwick 2008-11-05 Tests for better looking co... 77 t/socket.t
a6554495 » Vincent Pit 2009-07-05 Test autodie being first us... 78 t/string-eval-basic.t
aaf4bd7c » pfenwick 2009-07-05 Tests for autodie leaking n... 79 t/string-eval-leak.t
8700f69b » pfenwick 2008-06-28 Added t/sysopen.t 80 t/sysopen.t
557c09c2 » pfenwick 2008-06-11 Added tests and modules to ... 81 t/system.t
c1de2d28 » pfenwick 2008-09-23 New tests from Jacinta now ... 82 t/truncate.t
83 t/unlink.t
ae764430 » pfenwick 2009-02-17 Added test for user-defined... 84 t/user-context.t
c115bfaf » pfenwick 2008-07-05 Added t/usersub.t 85 t/usersub.t
807a7ac8 » pfenwick 2008-06-18 Updated with new manifest f... 86 t/version.t
3ef29344 » pfenwick 2008-09-24 Version bump to 1.994. Add... 87 t/version_tag.t
9de541f3 » pfenwick 2008-06-11 Autogenerated manifests are... 88 TODO