File: README

package info (click to toggle)
libload-perl 0.19-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 112 kB
  • ctags: 9
  • sloc: perl: 213; makefile: 15
file content (21 lines) | stat: -rw-r--r-- 548 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
README for load

The load.pm allows you to have Perl load subroutines only when necessary.
It is primarily intended as a memory saving action, specifically for threaded
Perl and mod_perl applications, but maybe useful in more traditional Perl
applications as well.

Copyright (c) 2002-2007 Elizabeth Mattijsen <liz@dijkmat.nl>. All rights
reserved.  This program is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.

Version:
 0.19

Required Modules:
 (none)

perl Makefile.PL
make
make test
make install