Merge branch 'master' into renames-and-deprecations
[gitmo/Class-MOP.git] / t / 022_attribute_duplication.t
index b324658..013f909 100644 (file)
@@ -1,15 +1,11 @@
-#!/usr/bin/perl
-
 use strict;
 use warnings;
 
 use Scalar::Util;
 
-use Test::More tests => 17;
+use Test::More tests => 16;
 
-BEGIN {
-    use_ok('Class::MOP');
-}
+use Class::MOP;
 
 =pod