From: Dobrica Pavlinusic Date: Sat, 6 Mar 2010 18:09:01 +0000 (+0000) Subject: don't use Devel::LeakTrace::Fast X-Git-Url: http://git.rot13.org/?p=perl-cwmp.git;a=commitdiff_plain;h=cd332029712730d1e2e618547d88e86b472b6d8c don't use Devel::LeakTrace::Fast git-svn-id: https://perl-cwmp.googlecode.com/svn/trunk@250 836a5e1a-633d-0410-964b-294494ad4392 --- diff --git a/t/20-methods.t b/t/20-methods.t index 9f71e7d..27f9670 100755 --- a/t/20-methods.t +++ b/t/20-methods.t @@ -10,7 +10,7 @@ use Cwd qw/abs_path/; use File::Slurp; use blib; -use Devel::LeakTrace::Fast; +#use Devel::LeakTrace::Fast; BEGIN { use_ok('CWMP::Methods');