X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F000-load.t;h=9d7678a21c9d2b9598e8557ec28569bdbbc3393f;hp=5508bce2f8bbf75a237a60b79eebf4dc607d89d3;hb=274f71681ecca5229088aafc1ebd04c9f0296ab4;hpb=f640eab5cfe018ec08af8ebb6242679dc53369cf diff --git a/t/000-load.t b/t/000-load.t index 5508bce..9d7678a 100644 --- a/t/000-load.t +++ b/t/000-load.t @@ -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 $_; - } - } - } -} -