Apache::Singleton::Process - One instance per One Process
Contents
Bugs
Please report any bugs or feature requests to bug-apache-singleton@rt.cpan.org or through the web
interface at:
http://rt.cpan.org/Public/Dist/Display.html?Name=Apache-Singleton
Copyright And License
This software is copyright (c) 2009 by Michael Schout.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.34.0 2022-06-06 Apache::Singleton::Process(3pm)
Description
See Apache::Singleton.
Name
Apache::Singleton::Process - One instance per One Process
See Also
Apache::Singleton
Source
The development version is on github at <https://github.com/mschout/apache-singleton> and may be cloned
from <git://github.com/mschout/apache-singleton.git>
Synopsis
package Printer;
use base qw(Apache::Singleton::Process);
Version
version 0.17
