The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

MooseX::Singleton::Meta::Instance

DESCRIPTION

This instance metaclass manages attribute access and storage. When accessing an attribute, it will convert a bare package to its cached singleton instance (creating it if necessary).