Skip Menu |

This queue is for tickets about the Module-Install CPAN distribution.

Report information
The Basics
Id: 62345
Status: new
Priority: 0/
Queue: Module-Install

People
Owner: Nobody in particular
Requestors: SREZIC [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 0.93
  • 0.94
  • 0.95
  • 0.96
  • 0.97
  • 0.98
  • 0.99
  • 1.00
Fixed in: (no value)



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