X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FPurePerl.pm;h=7d11a638aa7ee412c0dcdcdd9f738d8a7ebb37da;hb=ccb38d0b59fd3c82b5e5812a31de988fb9a4bf4f;hp=e5859d1cab8d88890f924e69a151b28d7dfc3923;hpb=926404f252300168bbda72dc0aa43aefa8de2f43;p=gitmo%2FMouse.git diff --git a/lib/Mouse/PurePerl.pm b/lib/Mouse/PurePerl.pm index e5859d1..7d11a63 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_01 + +=head1 SEE ALSO + +L + +=cut