docs for CMOP::Instance
[gitmo/Class-MOP.git] / t / 024_attribute_initializer.t
index c3cfc89..46f6c31 100644 (file)
@@ -1,15 +1,11 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
 use Scalar::Util 'blessed', 'reftype';
 
-use Test::More tests => 10;
+use Test::More tests => 9;
 
-BEGIN {
-    use_ok('Class::MOP');
-}
+use Class::MOP;
 
 =pod