X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FMeta%2FMethod%2FConstructor.pm;h=712e955abbcfcca03b44e48ca6a4b564656ad039;hp=315051fdcf78ef3e074948fe75bc2594ba79f95d;hb=a25ca8d637c040b2f929b1a23dd62ff63d85f5d1;hpb=83fd4df5c46993d68fc0c2d84a1faffaef2b3cdd diff --git a/lib/Mouse/Meta/Method/Constructor.pm b/lib/Mouse/Meta/Method/Constructor.pm index 315051f..712e955 100644 --- a/lib/Mouse/Meta/Method/Constructor.pm +++ b/lib/Mouse/Meta/Method/Constructor.pm @@ -184,3 +184,17 @@ sub _generate_BUILDALL { 1; __END__ + +=head1 NAME + +Mouse::Meta::Method::Constructor - A Mouse method generator for constructors + +=head1 VERSION + +This document describes Mouse version 0.37_06 + +=head1 SEE ALSO + +L + +=cut