Catalyst::Plugin::Singleton.3pm

Langue: en

Version: 2009-03-01 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

Catalyst::Plugin::Singleton - Singleton to context

SYNOPSIS

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

DESCRIPTION

Singleton accessors to context.

METHODS

context
alias for instance
instance
Returns the current instance of the context object.

OVERRIDES

prepare

SEE ALSO

Catalyst.

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.