add a notabs test
[gitmo/Class-MOP.git] / t / 300_random_eval_bug.t
index dc7785b..112ae87 100644 (file)
@@ -1,13 +1,9 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
-use Test::More tests => 2;
+use Test::More tests => 1;
 
-BEGIN {
-    use_ok('Class::MOP');
-}
+use Class::MOP;
 
 =pod
 
@@ -48,4 +44,4 @@ eval {
     my $c = Company->new();    
     $c->employees();
 };  
-ok($@, '... we die correctly with bad args');
\ No newline at end of file
+ok($@, '... we die correctly with bad args');