aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Mynott <steve.mynott@gmail.com>2016-12-17 16:26:30 +0000
committerSteve Mynott <steve.mynott@gmail.com>2017-01-21 11:49:43 +0000
commit48b7b17777458dd7b76147b1ef48ebf1889a94a7 (patch)
tree1ffef89a137753d50191ae91ccb11ed552b0df41
parent8a129a4473e8f0409a27b4883ef608e5af61b9b6 (diff)
improve content and display of panda is leaving use zef message
-rw-r--r--patches/panda.patch13
1 files changed, 6 insertions, 7 deletions
diff --git a/patches/panda.patch b/patches/panda.patch
index be076aa..829d776 100644
--- a/patches/panda.patch
+++ b/patches/panda.patch
@@ -1,11 +1,10 @@
--- ../modules/panda/bin/panda
+++ ../modules/panda/bin/panda
-@@ -4,6 +4,8 @@
- use Panda::Ecosystem;
- use Panda::App;
+@@ -163,6 +163,7 @@
+ }
-+note "\n'panda' is shortly to be removed from Rakudo Star and replaced by 'zef'.\n'zef' can be used to install 'panda' when this happens.\n";
-+
- my $*MAIN-ALLOW-NAMED-ANYWHERE = True;
+ 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'";
+ rm_rf '.panda-work' if '.panda-work'.IO.e;
- # default opts for MAIN
+ for %failed.kv -> $source,$messages {