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=1808c2dab86d0317d10f70d3a7a923e97daf54bb;hp=62f6e5ae9109570f2b9e7619e52458cd8a1eabae;hpb=6b584f6c4dc1c2108c1bc233caec49627b2cce04;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'); } {