File: README

package info (click to toggle)
libsub-wrappackages-perl 2.01-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 268 kB
  • sloc: perl: 632; sh: 3; makefile: 2
file content (11 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
Ths module makes it easy to surround large numbers of subroutines and
methods with pre- and post-execution code.

To install, do the usual:
	perl Makefile.PL
	make
	make test
	make install

You may use, modify and distribute this code under the same terms as you
may use, modify and distribute perl itself.