X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FPurePerl.pm;h=ac9494751bc9488dd87a9c4ce45efb951d420fee;hb=4bef84ef7f1835abdcab5c23f9a74446349749d8;hp=a1b8f2f3c15dca804a69cfc50701e71a479b9309;hpb=12f4a95a9552fd877d5efca81da5b60bc132d4c8;p=gitmo%2FMouse.git diff --git a/lib/Mouse/PurePerl.pm b/lib/Mouse/PurePerl.pm index a1b8f2f..ac94947 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.67 +This document describes Mouse version 0.68 =head1 SEE ALSO