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

..03-May-2022-

lib/H03-Jul-2021-448112

t/H03-Jul-2021-9558

ChangesH A D03-Jul-20212.8 KiB6755

LICENSEH A D03-Jul-20214.9 KiB10579

MANIFESTH A D03-Jul-2021222 1413

META.jsonH A D03-Jul-20211.4 KiB5654

META.ymlH A D03-Jul-2021829 3130

Makefile.PLH A D03-Jul-20211.2 KiB5645

READMEH A D03-Jul-20212.7 KiB7348

dist.iniH A D03-Jul-2021300 2117

README

1AtExit - a Perl module for exit processing
2
3This is "AtExit", a Perl module which exports a function name "atexit()"
4to perform ANSI-C style exit processing for Perl5 programs; and a class
5named "AtExit" to register clean-up functions for any variable-scope in
6which the AtExit object is defined.
7
8You can read a nicely formatted version of the documentation for
9this module online:
10
11    https://metacpan.org/pod/AtExit
12
13
14You should be able to install this using your usual method for installing
15modules from CPAN. If you don't have a usual method, have a look at:
16
17    http://www.cpan.org/modules/INSTALL.html
18
19
20This software is copyright (C) 1996 Andrew Langmead. All rights reserved.
21
22
23AUTHORS/CONTRIBUTORS
24  - Andrew Langmead <aml@world.std.com> (initial draft).
25  - Brad Appleton <bradapp@enteract.com> (Version 1.02 and 2.00).
26  - Michael A. Chase <mchase@ix.netcom.com> (Version 2.00).
27  - Currently maintained Neil Bowers <neilb@cpan.org>.
28
29
30COPY/REUSE POLICY
31
32 AtExit is free software; you can redistribute it and/or modify it
33 under the terms of the Artistic License distributed with Perl version
34 5.000 or (at your option) any later version. Please refer to the
35 Artistic License that came with your Perl distribution for more
36 details.
37
38 The Artistic License should have been included in your distribution of
39 Perl. It resides in the file named "Artistic" at the top-level of the
40 Perl source tree (where Perl was downloaded/unpacked -- ask your
41 system administrator if you dont know where this is).  Alternatively,
42 the current version of the Artistic License distributed with Perl can
43 be viewed on-line on the World-Wide Web (WWW) from the following URL:
44
45      http://www.perl.com/perl/misc/Artistic.html
46
47 The latest version of Perl can be obtained on the World-Wide web (WWW)
48 from the following URL:
49
50      http://www.perl.com/CPAN/src/latest.tar.gz
51
52
53DISCLAIMER
54
55 This software is distributed in the hope that it will be useful, but
56 is provided "AS IS" WITHOUT WARRANTY OF ANY KIND, either expressed or
57 implied, INCLUDING, without limitation, the implied warranties of
58 MERCHANTABILITY and FITNESS FOR A PARTICULAR PURPOSE.
59
60 The ENTIRE RISK as to the quality and performance of the software
61 IS WITH YOU (the holder of the software).  Should the software prove
62 defective, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR
63 CORRECTION.
64
65 IN NO EVENT WILL ANY COPYRIGHT HOLDER OR ANY OTHER PARTY WHO MAY CREATE,
66 MODIFY, OR DISTRIBUTE THE SOFTWARE BE LIABLE OR RESPONSIBLE TO YOU OR TO
67 ANY OTHER ENTITY FOR ANY KIND OF DAMAGES (no matter how awful - not even
68 if they arise from known or unknown flaws in the software).
69
70 Please refer to the Artistic License that came with your Perl
71 distribution for more details.
72
73