Add back rafl and rhesa's original changes and tweak them for steven's okay for defau...
[gitmo/Class-MOP.git] / t / 018_anon_class.t
index 25151b7..ffeea41 100644 (file)
@@ -1,14 +1,10 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
-use Test::More tests => 19;
+use Test::More tests => 18;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Class::MOP');
-}
+use Class::MOP;
 
 {
     package Foo;