Blob Blame History Raw
From 65d9ccbf02df7193652d6e696de91af19c52543f Mon Sep 17 00:00:00 2001
From: Dmitry Karasik <dmitry@karasik.eu.org>
Date: Sat, 4 Jun 2016 20:31:35 +0200
Subject: [PATCH] typo fix
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Petr Písař <ppisar@redhat.com>
---
 Makefile.PL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.PL b/Makefile.PL
index 58b3f60..7120d63 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -1932,7 +1932,7 @@ sub command_postinstall
 package Prima::Config;
 use vars qw(\%Config);
 
-my \$bin = qq($opt{bin});
+my \$bin = q($opt{bin});
 
 # Determine lib based on the location of this module
 use File::Basename qw(dirname);
-- 
2.5.5