Deprecated.
The maintainer of this distribution has indicated that it is deprecated and no longer suitable for use.
NAME
Catalyst::Plugin::Singleton - DEPRECATED - Singleton to context
SYNOPSIS
# Retrieve a instance of context
my
$c
= MyApp->instance;
my
$c
= MyApp->context;
DESCRIPTION
DEPRECATED - Singleton accessors to context.
DO NOT USE IN NEW CODE!
METHODS
OVERRIDES
SEE ALSO
AUTHOR
Christian Hansen, ch@ngmedia.com
LICENSE
This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.