NAME
Hyper::Singleton::Container - Singleton version of Hyper::Container.
VERSION
This document describes Hyper::Singleton::Container 0.01
SYNOPSIS
use Hyper::Singleton::Container;
my $singleton = Hyper::Singleton::Container->singleton();
my $new_instance = Hyper::Singleton::Container->new();
DESCRIPTION
Hyper::Singleton::Container inherits from Hyper::Container and uses the singleton design pattern.
SUBROUTINES/METHODS
DIAGNOSTICS
CONFIGURATION AND ENVIRONMENT
DEPENDENCIES
version
Class::Std::Storable
Hyper::Singleton
Hyper::Container
INCOMPATIBILITIES
BUGS AND LIMITATIONS
RCS INFORMATIONS
AUTHOR
Andreas Specht <ACID@cpan.org>
LICENSE AND COPYRIGHT
Copyright (c) 2007, Andreas Specht <ACID@cpan.org>
. All rights reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.