aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2017-10-27 10:27:55 +0100
committerSteve Mynott <steve.mynott@gmail.com>2017-10-27 10:27:55 +0100
commit8383e639795860be76996ad46696bdc1c461b9bd (patch)
tree38161204de185240e568e7455b0bb099da83d17b /patches
parent21650858a5ea2df4ce6f493c6c3def862eceab64 (diff)
remove perl6-pod-to-bigpage and panda.patch patches
Diffstat (limited to 'patches')
-rw-r--r--patches/panda.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/patches/panda.patch b/patches/panda.patch
deleted file mode 100644
index d9f7d6f..0000000
--- a/patches/panda.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- ../modules/panda/bin/panda
-+++ ../modules/panda/bin/panda
-@@ -163,6 +163,7 @@
- }
-
- END {
-+ note "\nDEPRECATED\n'panda' is shortly to be removed from Rakudo Star and replaced by 'zef'.\n'zef' is available in this release and recommended over 'panda'";
- rm_rf '.panda-work' if '.panda-work'.IO.e;
-
- for %failed.kv -> $source,$messages {