X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F060_instance.t;h=b8937442657e814537542ae1b2313e37e9b3b2fb;hb=afc92ac600289dd8a31b1c4c0a5aa946a2022f1b;hp=108e0a62c341019903a45c38dac5b7e3db4ce92e;hpb=f2fd2f401dd206999465d1cc97a36330537288f0;p=gitmo%2FClass-MOP.git diff --git a/t/060_instance.t b/t/060_instance.t index 108e0a6..b893744 100644 --- a/t/060_instance.t +++ b/t/060_instance.t @@ -1,16 +1,12 @@ -#!/usr/bin/perl - use strict; use warnings; -use Test::More tests => 46; +use Test::More tests => 45; use Test::Exception; use Scalar::Util qw/isweak reftype/; -BEGIN { - use_ok('Class::MOP::Instance'); -} +use Class::MOP::Instance; can_ok( "Class::MOP::Instance", $_ ) for qw/ new