Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4b221ff9d16b79e55774cfb3176a0742 > files > 3

perl-Catalyst-Plugin-Singleton-0.02-6.fc15.noarch.rpm

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 to context.

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.