convert to Module::Install
[gitmo/Moose-Autobox.git] / t / 000_load.t
index 7650751..d08d8ad 100644 (file)
@@ -3,8 +3,22 @@
 use strict;
 use warnings;
 
-use Test::More no_plan => 1;
+use Test::More tests => 14;
 
 BEGIN {
     use_ok('Moose::Autobox');
+    
+    use_ok('Moose::Autobox::Array');
+    use_ok('Moose::Autobox::Code');
+    use_ok('Moose::Autobox::Defined');
+    use_ok('Moose::Autobox::Hash');
+    use_ok('Moose::Autobox::Indexed');
+    use_ok('Moose::Autobox::Item');
+    use_ok('Moose::Autobox::List');
+    use_ok('Moose::Autobox::Number');
+    use_ok('Moose::Autobox::Ref');
+    use_ok('Moose::Autobox::Scalar');
+    use_ok('Moose::Autobox::String');
+    use_ok('Moose::Autobox::Undef');
+    use_ok('Moose::Autobox::Value');    
 }
\ No newline at end of file