yes, this is necessary for us
[gitmo/Moose.git] / t / 200_examples / 007_Child_Parent_attr_inherit.t
index 07f9426..5b844dc 100644 (file)
@@ -3,11 +3,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 23;
+use Test::More;
 
 =pod
 
-Some examples of triggers and how they can 
+Some examples of triggers and how they can
 be used to manage parent-child relationships.
 
 =cut
@@ -134,3 +134,5 @@ is( $orphan->last_name, $parent2->last_name,
           '... parent2 and orphan child have the same last name ('
         . $parent2->last_name
         . ')' );
+
+done_testing;