From 7b7e31a76b22d03fa3a1191ff6005f42e92c466e Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Wed, 23 Sep 2009 11:57:02 +0000 Subject: The autodie pragma provides a convenient way to replace functions that normally return false on failure with equivalents that throw an exception on failure. The autodie pragma has lexical scope, meaning that functions and subroutines altered with autodie will only change their behaviour until the end of the enclosing block, file, or eval. If system is specified as an argument to autodie, then it uses IPC::System::Simple to do the heavy lifting. See the description of that module for more information. WWW: http://search.cpan.org/dist/autodie/ Approved by: miwi(mentor) Feature safe: yes --- devel/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'devel/Makefile') diff --git a/devel/Makefile b/devel/Makefile index 2df053f972d3..cd188bb42a81 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2093,6 +2093,7 @@ SUBDIR += p5-accessors SUBDIR += p5-aliased SUBDIR += p5-autobox + SUBDIR += p5-autodie SUBDIR += p5-base SUBDIR += p5-boolean SUBDIR += p5-capitalization -- cgit v1.2.3