X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020_attributes%2F018_no_init_arg.t;h=17ae490048bbd654de58ab6e4c3e14b76fb45193;hb=refs%2Fheads%2Fabandoned%2Fdeath_to_all_ellipses;hp=62f6e5ae9109570f2b9e7619e52458cd8a1eabae;hpb=d03bd989b97597428b460d7f9a021e2931893fa0;p=gitmo%2FMoose.git diff --git a/t/020_attributes/018_no_init_arg.t b/t/020_attributes/018_no_init_arg.t index 62f6e5a..17ae490 100644 --- a/t/020_attributes/018_no_init_arg.t +++ b/t/020_attributes/018_no_init_arg.t @@ -18,7 +18,7 @@ use Test::Exception; init_arg => undef, ); }; - ::ok(!$@, '... created the attr okay'); + ::ok(!$@, 'created the attr okay'); } {