From 48b7b17777458dd7b76147b1ef48ebf1889a94a7 Mon Sep 17 00:00:00 2001 From: Steve Mynott Date: Sat, 17 Dec 2016 16:26:30 +0000 Subject: improve content and display of panda is leaving use zef message --- patches/panda.patch | 13 ++++++------- 1 file 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 { -- cgit v1.1