Gah, kill use_ok and prototypes.
[gitmo/Class-MOP.git] / t / 023_attribute_get_read_write.t
index 0bf8290..cc08a5f 100644 (file)
@@ -1,15 +1,11 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
 use Scalar::Util 'blessed', 'reftype';
 
-use Test::More tests => 37;
+use Test::More tests => 36;
 
-BEGIN {
-    use_ok('Class::MOP');
-}
+use Class::MOP;
 
 =pod