X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FPurePerl.pm;h=5b32267df01aed6a9b0d6a31cfc6a44165d123a3;hb=a9fdc7c4d7fd25109c74f694918c7b37561738b7;hp=82a5dac81b1c8e3173d46d5716c95441f584851f;hpb=d88885bd5e3963a3e420bc6dd5541fc91a60a194;p=gitmo%2FMouse.git diff --git a/lib/Mouse/PurePerl.pm b/lib/Mouse/PurePerl.pm index 82a5dac..5b32267 100644 --- a/lib/Mouse/PurePerl.pm +++ b/lib/Mouse/PurePerl.pm @@ -1,16 +1,14 @@ package Mouse::PurePerl; - -require Mouse::Util; - +# The pure Perl backend for Mouse package Mouse::Util; - use strict; use warnings; - -use warnings FATAL => 'redefine'; # to avoid to load Mouse::PurePerl +use warnings FATAL => 'redefine'; # to avoid to load Mouse::PurePerl twice use B (); +require Mouse::Util; + # taken from Class/MOP.pm sub is_valid_class_name { @@ -779,7 +777,7 @@ Mouse::PurePerl - A Mouse guts in pure Perl =head1 VERSION -This document describes Mouse version 0.64 +This document describes Mouse version 0.70 =head1 SEE ALSO