Subject: | Install bin/ini.report.pl |
Attached patch modifies Makefile.PL to install bin/ini.report.pl by default. This does not happen now.
-- Petr
Subject: | Module-Metadata-Changes-2.05-Install-bin-ini.report.pl.patch |
From 03f823ef558395e2700d1b4317d9f61bdd7f8969 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
Date: Thu, 19 Feb 2015 17:16:42 +0100
Subject: [PATCH] Install bin/ini.report.pl
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 | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile.PL b/Makefile.PL
index 49f09a5..65f1564 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -23,6 +23,7 @@ WriteMakefile
NAME => 'Module::Metadata::Changes',
LICENSE => 'artistic_2',
PL_FILES => {},
+ EXE_FILES => [ 'bin/ini.report.pl' ],
PREREQ_PM =>
{
Config::IniFiles => 2.66,
--
2.1.0