X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fleak.t;h=2116c0407b2d8de83db2849ce678ea50cfe8c725;hb=a30328b3ab8f1ca72f3306abac15f337c772148a;hp=4976f6bb441a36fc847c9e1e53ee41242e27528b;hpb=ac97b4f59b270b485df05216d117112b7a3c00ae;p=catagits%2FWeb-Simple.git diff --git a/t/leak.t b/t/leak.t index 4976f6b..2116c04 100644 --- a/t/leak.t +++ b/t/leak.t @@ -1,5 +1,5 @@ use strictures; -use Test::More; +use Test::More 0.88; plan skip_all => 'No Devel::Cycle' unless eval { require Devel::Cycle; 1 };