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

COPYRIGHT AND LICENCE

   Copyright (C) 2009 Michael Schout.

   This program is free software; you can redistribute it and/or modify it
   under the terms of either:

   *   the GNU General Public License as published by the Free Software
       Foundation; either version 1, or (at your option) any later
       version, or

   *   the Artistic License version 2.0.
