Add pod to MooseX::Singleton::Role::Meta::Method::Constructor
Dave Rolsky [Fri, 25 Dec 2009 15:38:32 +0000 (09:38 -0600)]
lib/MooseX/Singleton/Role/Meta/Method/Constructor.pm

index c9a2fed..414b28a 100644 (file)
@@ -82,3 +82,19 @@ override _expected_method_class => sub {
 no Moose;
 
 1;
+
+__END__
+
+=pod
+
+=head1 NAME
+
+MooseX::Singleton::Role::Meta::Method::Constructor - Constructor method role for MooseX::Singleton
+
+=head1 DESCRIPTION
+
+This role overrides the generated object C<new> method so that it returns the
+singleton if it already exists.
+
+=cut
+