Do the $XS_VERSION trick to make XSLoader happy with a dev version
[gitmo/Moose.git] / t / 020_attributes / 001_attribute_reader_generation.t
index 407633d..f51140b 100644 (file)
@@ -3,11 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 20;
+use Test::More;
 use Test::Exception;
 
 
-
 {
     package Foo;
     use Moose;
@@ -83,5 +82,4 @@ use Test::Exception;
     is($foo->get_lazy_foo(), 100, '... got the correct value');
 }
 
-
-
+done_testing;