From 222d58a5de11e9f0d6130f246e8c0dbe7fb07b03 Mon Sep 17 00:00:00 2001
From: Colin Watson <cjwatson@debian.org>
Date: Wed, 15 Jan 2014 16:19:49 +0000
Subject: Disable in-place editing in Makefile.PL

Forwarded: no
Last-Update: 2010-05-26

Patch-Name: no-inplace.patch
---
 Makefile.PL | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile.PL b/Makefile.PL
index 071a55f..d7df4cf 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -115,7 +115,7 @@ sub MY::libscan
 
 sub oldWarnings
 {
-    local ($^I) = ".bak" ;
+    local ($^I) = "" ;
     local (@ARGV) = @_ ;
 
     while (<>)
@@ -139,7 +139,7 @@ sub oldWarnings
 
 sub newWarnings
 {
-    local ($^I) = ".bak" ;
+    local ($^I) = "" ;
     local (@ARGV) = @_ ;
 
     while (<>)
