1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/devel/p5-autodie/pkg-descr
Frederic Culot 73e9736c93 - Update to 2.20
- Pet portlint(1) by changing tab into space in WWW link

Changes:	http://search.cpan.org/dist/autodie/Changes
2013-07-18 12:29:25 +00:00

14 lines
551 B
Plaintext

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/