Subject: | Left-over $DB::single |
See attached patch. $DB::single should probably don't be part of
production code.
Regards,
Slaven
Subject: | 0001-removed-left-over-DB-single.patch |
From 74484656c737097055e67037d89b9baf628c153e Mon Sep 17 00:00:00 2001
From: Slaven Rezic <slaven@rezic.de>
Date: Thu, 21 Oct 2010 18:25:43 +0200
Subject: [PATCH] removed left-over $DB::single
---
lib/Module/Install/Makefile.pm | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lib/Module/Install/Makefile.pm b/lib/Module/Install/Makefile.pm
index a9c8130..a3fdb00 100644
--- a/lib/Module/Install/Makefile.pm
+++ b/lib/Module/Install/Makefile.pm
@@ -240,7 +240,6 @@ in a module, and provide its file path via 'version_from' (or
'all_from' if you prefer) in Makefile.PL.
EOT
- $DB::single = 1;
if ( $self->tests ) {
my @tests = split ' ', $self->tests;
my %seen;
--
1.7.0.3