• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

benchmarks/H09-Jul-2015-7842

lib/H09-Jul-2015-4,3201,506

t/H09-Jul-2015-3,8232,392

AUTHORSH A D09-Jul-20154 KiB141106

ChangesH A D09-Jul-201539.4 KiB1,030711

LICENSEH A D09-Jul-201518 KiB380292

MANIFESTH A D09-Jul-20151.9 KiB113112

MANIFEST.SKIPH A D09-Jul-2015259 2423

META.jsonH A D09-Jul-20152.2 KiB8785

META.ymlH A D09-Jul-2015914 4645

Makefile.PLH A D09-Jul-20151.9 KiB9179

README.mdH A D09-Jul-20151.1 KiB4223

cpanfileH A D09-Jul-20151.2 KiB4843

dist.iniH A D09-Jul-20151.6 KiB7760

README.md

1
2# Fatal and autodie
3
4This distribution provides 'autodie', a lexical equivalent of
5'Fatal'.  This distribution REQUIRES Perl 5.8 or later to run.
6
7## INSTALLATION
8
9As of Perl 5.10.1, autodie is bundled with Perl. To install the
10latest stable release, use your favourite CPAN installer:
11
12    $ cpanm autodie
13
14## DEVELOPMENT
15
16[![Build Status](https://travis-ci.org/pjf/autodie.png?branch=master)](https://travis-ci.org/pjf/autodie)
17
18autodie is hosted [on github](https://github.com/pjf/autodie). You
19can track and contribute to its development there.
20
21## SUPPORT AND DOCUMENTATION
22
23After installing, you can find documentation for this module with the
24perldoc command.
25
26    perldoc autodie
27
28## COPYRIGHT AND LICENCE
29
30Original module by Lionel Cons (CERN)
31
32Prototype updates by Ilya Zakharevich <ilya@math.ohio-state.edu>
33
34Lexical support and other modifications
35Copyright 2008-2014 by Paul Fenwick <pjf@cpan.org>
36
37See the AUTHORS file for a complete list of authors.
38
39This program is free software; you can redistribute it and/or modify it
40under the same terms as Perl itself.
41
42