make this an author test
[gitmo/Moose.git] / 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 (file)
@@ -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 );