aboutsummaryrefslogtreecommitdiff
path: root/patches/panda.patch
blob: d9f7d6f404e7fe08b1c90bff09f7ab369a9ffc7a (plain)
1
2
3
4
5
6
7
8
9
10
--- ../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 {