diff options
author | wen <wen@FreeBSD.org> | 2009-09-23 19:57:02 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2009-09-23 19:57:02 +0800 |
commit | 318c6762fa06a96edfee72eed29dc27686384c2f (patch) | |
tree | 188c4f68c8d3910543de9d5826ebc33da3a435f4 /devel/Makefile | |
parent | 3a3937affe73cfd576c38f9be967c76db163f010 (diff) | |
download | freebsd-ports-gnome-318c6762fa06a96edfee72eed29dc27686384c2f.tar.gz freebsd-ports-gnome-318c6762fa06a96edfee72eed29dc27686384c2f.tar.zst freebsd-ports-gnome-318c6762fa06a96edfee72eed29dc27686384c2f.zip |
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
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |