X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F200_examples%2F007_Child_Parent_attr_inherit.t;h=c5f4b4e77660381b724e8add0075b2debe86c20b;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hp=e41a5688d4e9339cb47be102328fc9a31c38915a;hpb=7a50b45027c9f7baad76cfce7f78c822bd38f0a7;p=gitmo%2FMouse.git diff --git a/t/200_examples/007_Child_Parent_attr_inherit.t b/t/200_examples/007_Child_Parent_attr_inherit.t index e41a568..c5f4b4e 100644 --- a/t/200_examples/007_Child_Parent_attr_inherit.t +++ b/t/200_examples/007_Child_Parent_attr_inherit.t @@ -1,9 +1,12 @@ #!/usr/bin/perl +# This is automatically generated by author/import-moose-test.pl. +# DO NOT EDIT THIS FILE. ANY CHANGES WILL BE LOST!!! +use t::lib::MooseCompat; use strict; use warnings; -use Test::More tests => 23; +use Test::More; =pod @@ -134,3 +137,5 @@ is( $orphan->last_name, $parent2->last_name, '... parent2 and orphan child have the same last name (' . $parent2->last_name . ')' ); + +done_testing;