X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F05-with-attribute-helpers-backcompat.t;h=5cea4feb29d694661ca58c213ea776cc509c5fb5;hb=21828519c45dcd8599aebd99a21c1e462d8c2f61;hp=749d0428041244547043939c9833fbef5c37c77f;hpb=287f2b9d9f74d904de40d8218debb6bd6d1ab918;p=gitmo%2FMooseX-ClassAttribute.git diff --git a/t/05-with-attribute-helpers-backcompat.t b/t/05-with-attribute-helpers-backcompat.t index 749d042..5cea4fe 100644 --- a/t/05-with-attribute-helpers-backcompat.t +++ b/t/05-with-attribute-helpers-backcompat.t @@ -1,7 +1,7 @@ use strict; use warnings; -use Test::More tests => 2; +use Test::More; use Test::Requires { 'MooseX::AttributeHelpers' => 0.23, @@ -28,3 +28,4 @@ is( MyClass->counter(), 0 ); MyClass->inc_counter(); is( MyClass->counter(), 1 ); +done_testing();