Blame README.md

Packit 6427f8
Packit 6427f8
# Fatal and autodie
Packit 6427f8
Packit 6427f8
This distribution provides 'autodie', a lexical equivalent of
Packit 6427f8
'Fatal'.  This distribution REQUIRES Perl 5.8 or later to run.
Packit 6427f8
Packit 6427f8
## INSTALLATION
Packit 6427f8
Packit 6427f8
As of Perl 5.10.1, autodie is bundled with Perl. To install the
Packit 6427f8
latest stable release, use your favourite CPAN installer:
Packit 6427f8
Packit 6427f8
    $ cpanm autodie
Packit 6427f8
Packit 6427f8
## DEVELOPMENT
Packit 6427f8
Packit 6427f8
[![Build Status](https://travis-ci.org/pjf/autodie.png?branch=master)](https://travis-ci.org/pjf/autodie)
Packit 6427f8
Packit 6427f8
autodie is hosted [on github](https://github.com/pjf/autodie). You
Packit 6427f8
can track and contribute to its development there.
Packit 6427f8
Packit 6427f8
## SUPPORT AND DOCUMENTATION
Packit 6427f8
Packit 6427f8
After installing, you can find documentation for this module with the
Packit 6427f8
perldoc command.
Packit 6427f8
Packit 6427f8
    perldoc autodie
Packit 6427f8
Packit 6427f8
## COPYRIGHT AND LICENCE
Packit 6427f8
Packit 6427f8
Original module by Lionel Cons (CERN)
Packit 6427f8
Packit 6427f8
Prototype updates by Ilya Zakharevich <ilya@math.ohio-state.edu>
Packit 6427f8
Packit 6427f8
Lexical support and other modifications
Packit 6427f8
Copyright 2008-2014 by Paul Fenwick <pjf@cpan.org>
Packit 6427f8
Packit 6427f8
See the AUTHORS file for a complete list of authors.
Packit 6427f8
Packit 6427f8
This program is free software; you can redistribute it and/or modify it
Packit 6427f8
under the same terms as Perl itself.
Packit 6427f8