X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMooseX-Singleton.git;a=blobdiff_plain;f=lib%2FMooseX%2FSingleton%2FMeta%2FClass.pm;h=28b1437f94642d9b7497642ef2b9034b52938b19;hp=51ca11cc51e6de6821d346014b8eed3a579ce24c;hb=b375b147ae0615bfe819dad1b2233ebf3fd90fc3;hpb=682139099536421166cdf30d55f95675ef7f18ca diff --git a/lib/MooseX/Singleton/Meta/Class.pm b/lib/MooseX/Singleton/Meta/Class.pm index 51ca11c..28b1437 100644 --- a/lib/MooseX/Singleton/Meta/Class.pm +++ b/lib/MooseX/Singleton/Meta/Class.pm @@ -32,3 +32,19 @@ override construct_instance => sub { 1; +__END__ + +=pod + +=head1 NAME + +MooseX::Singleton::Meta::Class + +=head1 DESCRIPTION + +This metaclass is where the forcing of one instance occurs. The first call to +C is run normally (and then cached). Subsequent calls will +return the cached version. + +=cut +