summaryrefslogtreecommitdiff
blob: 526df2f4053daf7ab08e1e9e6d5d097d4f70cf1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
From b9cb3a0501fe2095ec8f482d97149e47569bb43b Mon Sep 17 00:00:00 2001
From: Kent Fredric <kentnl@gentoo.org>
Date: Wed, 10 Jan 2018 11:02:33 +1300
Subject: Add INSTALL.SKIP to dist to avoid installing README.pod

As currently, it installs as:

  Syntax/Highlight/Engine/README.pod
---
 INSTALL.SKIP | 1 +
 MANIFEST     | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 INSTALL.SKIP

diff --git a/INSTALL.SKIP b/INSTALL.SKIP
new file mode 100644
index 0000000..4fd94be
--- /dev/null
+++ b/INSTALL.SKIP
@@ -0,0 +1 @@
+README\.pod$
diff --git a/MANIFEST b/MANIFEST
index 65659c1..4657038 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,4 +1,5 @@
 Changes
+INSTALL.SKIP
 lib/Syntax/Highlight/Engine/Simple.pm
 Makefile.PL
 MANIFEST
-- 
2.15.1