VERSION

version 0.15

SYNOPSIS

  # in httpd.conf
  PerlOptions +GlobalRequest

  # in your module (e.g.: Printer.pm)
  package Printer;
  use base qw(Apache::Singleton::Request);

DESCRIPTION

See Apache::Singleton.

RELATED TO Apache::Singleton::Request…

Apache::Singleton

SOURCE

The development version is on github at http://github.com/mschout/apache-singleton <http://github.com/mschout/apache-singleton> and may be cloned from git://github.com/mschout/apache-singleton.git <git://github.com/mschout/apache-singleton.git>

BUGS

Please report any bugs or feature requests to [email protected] or through the web interface at: http://rt.cpan.org/Public/Dist/Display.html?Name=Apache-Singleton

AUTHOR

Michael Schout <[email protected]>

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.