aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-12-31 08:42:53 +0000
committerSteve Mynott <steve.mynott@gmail.com>2017-01-21 11:49:43 +0000
commit08de88f99c957fc1e345684cd77d151bd0bdef90 (patch)
treeaac6c3165b81ba9b15c2523ba897622dd038ca06
parent48b7b17777458dd7b76147b1ef48ebf1889a94a7 (diff)
more obvious warning
-rw-r--r--patches/panda.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/panda.patch b/patches/panda.patch
index 829d776..d9f7d6f 100644
--- a/patches/panda.patch
+++ b/patches/panda.patch
@@ -4,7 +4,7 @@
}
END {
-+ note "\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'";
++ 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 {