X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F020_attributes%2F018_no_init_arg.t;fp=t%2F020_attributes%2F018_no_init_arg.t;h=40b53cc8335e2e498de8ad475eaa619430943608;hp=3263142b1bc264f80d61bbf07041a04b17594d6f;hb=9864f0e4ba233c5f30ad6dc7c484ced43d883d27;hpb=8845df4dd6432e3164d078ade741409061adae9f diff --git a/t/020_attributes/018_no_init_arg.t b/t/020_attributes/018_no_init_arg.t index 3263142..40b53cc 100644 --- a/t/020_attributes/018_no_init_arg.t +++ b/t/020_attributes/018_no_init_arg.t @@ -1,12 +1,9 @@ #!/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; +use Test::More tests => 4; use Test::Exception; @@ -34,5 +31,3 @@ use Test::Exception; is( $foo->foo, "blah", "field is set via setter" ); } - -done_testing;