X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F012_package_variables.t;h=8df066871d7dc930d017fabad8aaf6ec299d36e0;hb=52e5f955631bd1734feae3659100757b7925cbb7;hp=95098989328746487ec2ea1f7c5105935ac3ec07;hpb=d852f4d231f8ce024f262b95da55c0d4935c05bb;p=gitmo%2FClass-MOP.git diff --git a/t/012_package_variables.t b/t/012_package_variables.t index 9509898..8df0668 100644 --- a/t/012_package_variables.t +++ b/t/012_package_variables.t @@ -3,12 +3,10 @@ use strict; use warnings; -use Test::More tests => 87; +use Test::More tests => 86; use Test::Exception; -BEGIN { - use_ok('Class::MOP'); -} +use Class::MOP; { package Foo;