File: README

package info (click to toggle)
libsub-delete-perl 1.00002-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 156 kB
  • sloc: perl: 1,399; makefile: 2
file content (50 lines) | stat: -rw-r--r-- 874 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Sub::Delete, version 1.00002

This module allows one to delete a subroutine. Not much to it.


INSTALLATION

The easiest way to install this module is to use the CPAN module or
the cpan script:

    [sudo] perl -MCPAN -e "install Sub::Delete"

    [sudo] cpan Sub::Delete

Or you can use the following:

    perl Makefile.PL
    make
    make test
    [sudo] make install


CHANGES IN THIS RELEASE

delete_sub no longer leaks messages into $@.


DEPENDENCIES

This module requires perl 5.8.3 or later.


DOCUMENTATION

After installing, you can find documentation for these modules with
the perldoc command.

    perldoc Sub::Delete

Or try using man (it's faster, in my experience):

    man Sub::Delete


COPYRIGHT AND LICENCE

Copyright © 2008-10 Father Chrysostomos

This program is free software; you may redistribute it and/or modify
it under the same terms as perl.