Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mschout/apache-singleton
- Owner: mschout
- License: other
- Created: 2009-11-21T21:09:30.000Z (about 15 years ago)
- Default Branch: build/releases
- Last Pushed: 2017-08-02T16:46:34.000Z (over 7 years ago)
- Last Synced: 2023-08-20T23:11:37.041Z (over 1 year ago)
- Language: Perl
- Homepage:
- Size: 66.4 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
- License: LICENSE
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 installDEPENDENCIES
This module requires these other CPAN modules:
Test::More 0.32 or later
mod_perl or mod_perl2