X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=xt%2Fauthor%2Fmemory_leaks.t;fp=t%2Fbugs%2Fmemory_leaks.t;h=0c0d04a1251f4c734aae8bc96b7873b74e32cf84;hb=1a1da8a348236f64318fb907515f351287d00730;hp=10127f93e2f91cbeee27d83399528cb1e7f0aa1e;hpb=cbbe07142fb297f06614b1ff7625e262b8c8d4cd;p=gitmo%2FMoose.git diff --git a/t/bugs/memory_leaks.t b/xt/author/memory_leaks.t similarity index 96% rename from t/bugs/memory_leaks.t rename to xt/author/memory_leaks.t index 10127f9..0c0d04a 100644 --- a/t/bugs/memory_leaks.t +++ b/xt/author/memory_leaks.t @@ -1,12 +1,9 @@ use strict; use warnings; -use Test::Requires { - 'Test::LeakTrace' => '0.01', - 'Test::Memory::Cycle' => '0', -}; - use Test::More; +use Test::LeakTrace 0.01; +use Test::Memory::Cycle; use Moose (); use Moose::Util qw( apply_all_roles );