
Catalyst::Plugin::Singleton - DEPRECATED - Singleton to context

use Catalyst qw[Singleton];
# Retrieve a instance of context
my $c = MyApp->instance;
my $c = MyApp->context;

DEPRECATED - Singleton accessors to context.
DO NOT USE IN NEW CODE!




Christian Hansen, ch@ngmedia.com

This library is free software. You can redistribute it and/or modify it under the same terms as perl itself.