Merge branch 'master' of github.com:gfx/p5-Mouse-temporary
[gitmo/Mouse.git] / t / 000-load.t
index 5508bce..9d7678a 100644 (file)
@@ -19,14 +19,3 @@ eval { require Moose };
 diag "    Class::MOP: $Class::MOP::VERSION";
 diag "    Moose: $Moose::VERSION";
 
-if($xs) { # display info for CPAN testers
-    if(open my $in, '<', 'Makefile') {
-        diag 'xsubpp settings:';
-        while(<$in>) {
-            if(/^XSUBPP/) {
-                diag $_;
-            }
-        }
-    }
-}
-