X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FPurePerl.pm;h=8fa8a1bae546bb5458b4929b8fdd3e8d08c3b355;hp=e5859d1cab8d88890f924e69a151b28d7dfc3923;hb=43e49d9325893d1293ffbc7ba2f1e5b9312716fa;hpb=926404f252300168bbda72dc0aa43aefa8de2f43 diff --git a/lib/Mouse/PurePerl.pm b/lib/Mouse/PurePerl.pm index e5859d1..8fa8a1b 100644 --- a/lib/Mouse/PurePerl.pm +++ b/lib/Mouse/PurePerl.pm @@ -1,3 +1,5 @@ +package Mouse::PurePerl; + package Mouse::Util; @@ -243,8 +245,21 @@ sub _compiled_type_constraint{ $_[0]->{compiled_type_constraint} } sub _compiled_type_coercion { $_[0]->{_compiled_type_coercion} } - sub has_coercion{ exists $_[0]->{_compiled_type_coercion} } 1; __END__ + +=head1 NAME + +Mouse::PurePerl - A Mouse guts in pure Perl + +=head1 VERSION + +This document describes Mouse version 0.40_03 + +=head1 SEE ALSO + +L + +=cut