Checking in changes prior to tagging of version 0.72.
[gitmo/Mouse.git] / t / lib / MooseCompat.pm
index 8bb95cf..935cec4 100644 (file)
@@ -9,7 +9,6 @@ $INC{'Mouse/Meta.pm'}          = __FILE__;
 $INC{'Mouse/Meta/Instance.pm'} = __FILE__;
 $INC{'Mouse/Deprecated.pm'}    = __FILE__;
 
-
 *UNIVERSAL::DOES = sub {
     my($thing, $role) = @_;
     $thing->isa($role);