The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

MooseX::Singleton::Meta::Class

DESCRIPTION

This metaclass is where the forcing of one instance occurs. The first call to construct_instance is run normally (and then cached). Subsequent calls will return the cached version.