Replace functions with ones that succeed or die with lexical scope
http://search.cpan.org/perldoc?autodie
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.
Author:
-------
Paul Fenwick
- Sources inherited from project openSUSE:13.1
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:13.1:Update/perl-autodie && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
autodie-2.20.tar.gz | 0000082597 80.7 KB | over 9 years |
perl-autodie.changes | 0000001763 1.72 KB | over 9 years |
perl-autodie.spec | 0000003494 3.41 KB | over 9 years |
Comments 0