From 014002a340bccb4d2d5372a5009d097931d253c0 Mon Sep 17 00:00:00 2001
From: Slaven Rezic <[email protected]>
Date: Fri, 21 Nov 2014 20:30:09 +0100
Subject: [PATCH] don't require Test::LeakTrace

Test::LeakTrace is broken with perl 5.21.6, but the
requirement is optional anyway.
---
Makefile.PL | 1 -
1 file changed, 1 deletion(-)
mode change 100644 => 100755 Makefile.PL

diff --git a/Makefile.PL b/Makefile.PL
old mode 100644
new mode 100755
index ef6873f..3769889
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -150,7 +150,6 @@ my %opts = (
        'File::Spec'      => $TT_FILE_SPEC_VERSION,
        'File::Temp'      => $TT_FILE_TEMP_VERSION,
        'Scalar::Util'    => 0,
-        'Test::LeakTrace' => 0,
    },
    'META_MERGE' => {
        'resources' => {
--
2.1.2