make this an author test
Jesse Luehrs [Wed, 25 Apr 2012 05:44:21 +0000 (00:44 -0500)]
memory leak tests just trigger on all kinds of weird situations
depending on platform, configuration, perl version, etc... basically
impossible to keep passing everywhere for anything non-trivial. just
keep this from showing up as fail reports on cpantesters for no reason.

xt/author/memory_leaks.t [moved from t/bugs/memory_leaks.t with 96% similarity]

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 );