File: README

package info (click to toggle)
libapache-singleton-perl 0.17-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 274; makefile: 13
file content (24 lines) | stat: -rw-r--r-- 476 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
Apache::Singleton is Copyright (C) 2009, Michael Schout.

WHAT IS THIS?

Apache::Singleton works the same as Class::Singleton, but with various object
lifetime (scope) under mod_perl or mod_perl2. See the Class::Singleton manpage
first.

INSTALLATION

To install this module type the following:

    perl Makefile.PL
    make
    make test
    make install

DEPENDENCIES

This module requires these other CPAN modules:

    Test::More 0.32 or later
    mod_perl or mod_perl2