Meta Configuration of Package perl-autodie
1
<package name="perl-autodie" project="devel:perl">
2
<title>Replace functions with ones that succeed or die with lexical scope</title>
3
<description>The autodie pragma provides a convenient way to replace functions that normally
4
return false on failure with equivalents that throw an exception on failure.
5
6
The autodie pragma has lexical scope, meaning that functions and subroutines
7
altered with autodie will only change their behaviour until the end of the
8
enclosing block, file, or eval.
9
10
If system is specified as an argument to autodie, then it uses
11
IPC::System::Simple to do the heavy lifting. See the description of that module
12
for more information.
13
14
Author:
15
-------
16
Paul Fenwick <pjf@perltraining.com.au>
17
18
19
</description>
20
<url>http://search.cpan.org/perldoc?autodie</url>
21
</package>
22