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

..03-May-2022-

MANIFESTH A D09-Oct-199548 65

Makefile.PLH A D20-Oct-1995668 2811

READMEH A D09-Oct-1995574 1810

Religion.pmH A D09-Oct-199510.2 KiB418142

test.plH A D09-Oct-1995445 2517

README

1
2 Religion 1.03 - Improve die() and warn() handling.
3
4 Copyright (C) 1995, Kenneth Albanowski. Unlimited distribution and/or
5 modification is allowed as long as this copyright notice remains intact.
6
7This module, Religion, provides simplified access to $SIG{__DIE__} and
8$SIG{__WARN__} (which allow control over what happens when a die() or warn()
9occurs), and (as a side effect) enhances the standard error messages, which is
10especially useful if you are dealing with eval()'s.
11
12Simplest usage:
13
14 use Religion;
15
16For more complex usage notes, read the pod in Religion.pm.
17
18