use_ok stinks; just load the library
[gitmo/Moose-Autobox.git] / t / 007_base.t
index 2453723..e3822b6 100644 (file)
@@ -3,9 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 5;
+use Test::More tests => 4;
 
-use_ok("Moose::Autobox");
+use Moose::Autobox ();
 
 foreach my $stem (qw(SCALAR ARRAY HASH CODE)) {
   my $class = "Moose::Autobox::${stem}";