table of contents
Apache::Singleton::Process(3pm) | User Contributed Perl Documentation | Apache::Singleton::Process(3pm) |
NAME¶
Apache::Singleton::Process - One instance per One Process
VERSION¶
version 0.17
SYNOPSIS¶
package Printer; use base qw(Apache::Singleton::Process);
DESCRIPTION¶
See Apache::Singleton.
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>
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
AUTHOR¶
Michael Schout <mschout@cpan.org>
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.
2017-10-22 | perl v5.26.0 |