X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t-failing%2F040_type_constraints%2F035_duck_type_handles.t;fp=t%2F040_type_constraints%2Ffailing%2F035_duck_type_handles.t;h=6a8f896da8ef118df06fa8b499fbde6df969108a;hb=fde8e43f95fe996fbc2a778aa259feeb04552171;hp=40fe4147d58d4959fbc0ca887ae904772d93707b;hpb=0bdc9d38dfd3de07aad929f6629f8fa65d434c27;p=gitmo%2FMouse.git diff --git a/t/040_type_constraints/failing/035_duck_type_handles.t b/t-failing/040_type_constraints/035_duck_type_handles.t similarity index 77% rename from t/040_type_constraints/failing/035_duck_type_handles.t rename to t-failing/040_type_constraints/035_duck_type_handles.t index 40fe414..6a8f896 100644 --- a/t/040_type_constraints/failing/035_duck_type_handles.t +++ b/t-failing/040_type_constraints/035_duck_type_handles.t @@ -1,8 +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 => 2; +use Test::More; +$TODO = q{Mouse is not yet completed}; use Test::Exception; my @phonograph; @@ -44,3 +48,4 @@ is_deeply([splice @phonograph], ['quack']); $t->walk; is_deeply([splice @phonograph], ['footsteps']); +done_testing;