Hyper::Singleton::Context - Singleton version of Hyper::Context. |
Hyper::Singleton::Context - Singleton version of Hyper::Context.
This document describes Hyper::Singleton::Context 0.01
use Hyper::Singleton::Context;
my $singleton = Hyper::Singleton::Context->singleton(); my $new_instance = Hyper::Singleton::Context->new();
Hyper::Singleton::Context inherits from Hyper::Context and uses the singleton design pattern.
version
Class::Std::Storable
Hyper::Singleton
Hyper::Context
$Author: ac0v $
$Id: Context.pm 317 2008-02-16 01:52:33Z ac0v $
$Revision: 317 $
$Date: 2008-02-16 02:52:33 +0100 (Sa, 16 Feb 2008) $
$HeadURL: http://svn.hyper-framework.org/Hyper/Hyper/tags/0.05/lib/Hyper/Singleton/Context.pm $
Andreas Specht <ACID@cpan.org>
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.
Hyper::Singleton::Context - Singleton version of Hyper::Context. |