autodie

Make functions succeed or die in Perl, with lexical scope.

Latest version: 2.37 registry icon
Maintenance score
15
Safety score
100
Popularity score
27
Check your open source dependency risks. Get immediate insight about security, stability and licensing risks.
Security
  Vulnerabilities
Version Suggest Low Medium High Critical
2.37 0 0 0 0 0
2.36 0 0 0 0 0
2.35 0 0 0 0 0
2.34 0 0 0 0 0
2.33 0 0 0 0 0
2.32 0 0 0 0 0
2.31 0 0 0 0 0
2.30 0 0 0 0 0

Stability
Latest release:

2.37 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform

Licensing

Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.

Artistic-1.0   -   Artistic License 1.0

Not a wildcard

Not proprietary

OSI Compliant


GPL-1.0-or-later   -   GNU General Public License v1.0 or later

Not a wildcard

Not proprietary

OSI Compliant



Fatal and autodie

This distribution provides 'autodie', a lexical equivalent of 'Fatal'. This distribution REQUIRES Perl 5.8 or later to run.

INSTALLATION

As of Perl 5.10.1, autodie is bundled with Perl. To install the latest stable release, use your favourite CPAN installer:

$ cpanm autodie

DEVELOPMENT

autodie is hosted on github. You can track and contribute to its development there.

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc autodie

COPYRIGHT AND LICENCE

Original module by Lionel Cons (CERN)

Prototype updates by Ilya Zakharevich ilya@math.ohio-state.edu

Lexical support and other modifications Copyright 2008-2014 by Paul Fenwick pjf@cpan.org

See the AUTHORS file for a complete list of authors.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.