From bc81d2a80cd1380bfe3fc266b9ed3752899e4ed6 Mon Sep 17 00:00:00 2001 From: Paul Cochrane Date: Fri, 1 May 2015 15:42:51 +0200 Subject: [PATCH] Remove executable bit on Makefile.PL According to the CPANTS core metrics, the build tool should not be executable since one should specify the perl version when building and installing a module. This change sets the Makefile.PL to read-write permissions. --- Makefile.PL | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 Makefile.PL diff --git a/Makefile.PL b/Makefile.PL old mode 100755 new mode 100644