From c53d2df2c524d9db9af996ac6543831c480b2092 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 15 Nov 2010 10:50:59 -0600 Subject: convert the XS implementation to its own dist --- t/21-leaks-debug.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/21-leaks-debug.t') diff --git a/t/21-leaks-debug.t b/t/21-leaks-debug.t index 5b2a463..292a28c 100644 --- a/t/21-leaks-debug.t +++ b/t/21-leaks-debug.t @@ -1,6 +1,7 @@ #!/usr/bin/env perl use strict; use warnings; +use lib 't/lib'; use Test::More; use Test::Fatal; use Test::Requires 'Test::LeakTrace'; -- cgit v1.2.3-54-g00ecf