4e95f4d
diff -up Package-Stash-XS-0.20/t/author-20-leaks.t.orig Package-Stash-XS-0.20/t/author-20-leaks.t
4e95f4d
--- Package-Stash-XS-0.20/t/author-20-leaks.t.orig	2011-01-12 09:17:41.622919245 +0000
4e95f4d
+++ Package-Stash-XS-0.20/t/author-20-leaks.t	2011-01-12 09:19:44.023423136 +0000
03c81b6
@@ -12,7 +12,8 @@ use warnings;
03c81b6
 use lib 't/lib';
03c81b6
 use Test::More;
03c81b6
 use Test::Fatal;
03c81b6
-use Test::LeakTrace;
03c81b6
+eval "use Test::LeakTrace";
03c81b6
+plan skip_all => "Test::LeakTrace required for this test" if $@;
03c81b6
 
03c81b6
 use Package::Stash;
03c81b6
 use Symbol;
4e95f4d
diff -up Package-Stash-XS-0.20/t/author-21-leaks-debug.t.orig Package-Stash-XS-0.20/t/author-21-leaks-debug.t
4e95f4d
--- Package-Stash-XS-0.20/t/author-21-leaks-debug.t.orig	2011-01-12 09:17:41.623919274 +0000
4e95f4d
+++ Package-Stash-XS-0.20/t/author-21-leaks-debug.t	2011-01-12 09:20:02.733958255 +0000
03c81b6
@@ -12,7 +12,8 @@ use warnings;
03c81b6
 use lib 't/lib';
03c81b6
 use Test::More;
03c81b6
 use Test::Fatal;
03c81b6
-use Test::LeakTrace;
03c81b6
+eval "use Test::LeakTrace";
03c81b6
+plan skip_all => "Test::LeakTrace required for this test" if $@;
03c81b6
 
03c81b6
 BEGIN { $^P |= 0x210 } # PERLDBf_SUBLINE
03c81b6