From 8bda00426dd1e2ae1ea0fbfafb93b30e74390e50 Mon Sep 17 00:00:00 2001 From: Todd Rinaldo Date: Tue, 27 Nov 2018 15:38:20 -0600 Subject: [PATCH] Patch bin scripts to support the #! Makefile.PL was invoked with setting it to /usr/bin/perl makes EUMM update the #! during install --- script/Markdown.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/Markdown.pl b/script/Markdown.pl index 7367a82..d489b26 100644 --- a/script/Markdown.pl +++ b/script/Markdown.pl @@ -1,4 +1,4 @@ -#!/usr/bin/env perl +#!/usr/bin/perl use strict; use warnings; use Text::Markdown qw(markdown);