Subject: | patch: skip shipping .travis.yml |
I am patching blead to update podlators to the latest version; this patch reflects a change I am making there so .travis.yml does not end up in the main perl MANIFEST.
Subject: | 0001-do-not-ship-.travis.yml.patch |
From 83bdb7cc4b53dce34fe3bd72c9c9ad45180d75ab Mon Sep 17 00:00:00 2001
From: Karen Etheridge <ether@cpan.org>
Date: Wed, 16 Dec 2015 20:23:00 -0800
Subject: [PATCH] do not ship .travis.yml
diff --git a/MANIFEST b/MANIFEST
index 3ceeef3..3dee89e 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1,5 +1,4 @@
.gitignore
-.travis.yml
bin/pod2man
bin/pod2text
Changes
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
index 8ed3334..9c23248 100644
--- a/MANIFEST.SKIP
+++ b/MANIFEST.SKIP
@@ -33,3 +33,5 @@
# Avoid archives of this distribution
\bpodlators-[\d\.\_]+
+
+^\.travis\.yml$
--
2.6.2