MooseX::Singleton::Role::Meta::Class - Metaclass role for MooseX::Singleton


MooseX-Singleton documentation  | view source Contained in the MooseX-Singleton distribution.

Index


NAME

Top

MooseX::Singleton::Role::Meta::Class - Metaclass role for MooseX::Singleton

VERSION

Top

version 0.27

DESCRIPTION

Top

This metaclass role makes sure that there is only ever one instance of an object for a singleton class. The first call to construct_instance is run normally (and then cached). Subsequent calls will return the cached version.

AUTHOR

Top

Shawn M Moore <sartak@gmail.com>

COPYRIGHT AND LICENSE

Top


MooseX-Singleton documentation  | view source Contained in the MooseX-Singleton distribution.