Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mschout/apache-singleton

singleton class for mod_perl / mod_perl2
https://github.com/mschout/apache-singleton

Last synced: about 1 month ago
JSON representation

singleton class for mod_perl / mod_perl2

Awesome Lists containing this project

README

        

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