X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=Moose-t-failing%2F020_attributes%2F023_attribute_names.t;fp=t%2F020_attributes%2Ffailing%2F023_attribute_names.t;h=6eb442d520de576b8f93bb2a0baf7c4a60e3e1e4;hp=f98d556a991704b760dd15c5f75b980d566299c2;hb=c47cf41554416ee1828eab17d31342a53aaa0839;hpb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27 diff --git a/t/020_attributes/failing/023_attribute_names.t b/Moose-t-failing/020_attributes/023_attribute_names.t similarity index 81% rename from t/020_attributes/failing/023_attribute_names.t rename to Moose-t-failing/020_attributes/023_attribute_names.t index f98d556..6eb442d 100644 --- a/t/020_attributes/failing/023_attribute_names.t +++ b/Moose-t-failing/020_attributes/023_attribute_names.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 => 8; +use Test::More; +$TODO = q{Mouse is not yet completed}; use Test::Exception; my $exception_regex = qr/You must provide a name for the attribute/; @@ -56,3 +60,4 @@ my $exception_regex = qr/You must provide a name for the attribute/; } 'has 0; works now'; } +done_testing;