aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--patches/panda.patch11
-rw-r--r--tools/star/Makefile1
2 files changed, 12 insertions, 0 deletions
diff --git a/patches/panda.patch b/patches/panda.patch
new file mode 100644
index 0000000..be076aa
--- /dev/null
+++ b/patches/panda.patch
@@ -0,0 +1,11 @@
+--- ../modules/panda/bin/panda
++++ ../modules/panda/bin/panda
+@@ -4,6 +4,8 @@
+ use Panda::Ecosystem;
+ use Panda::App;
+
++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;
+
+ # default opts for MAIN
diff --git a/tools/star/Makefile b/tools/star/Makefile
index 0582a67..a384349 100644
--- a/tools/star/Makefile
+++ b/tools/star/Makefile
@@ -65,6 +65,7 @@ manifest: modules/DBIish/lib
patch:
patch -p1 < patches/perl6-pod-to-bigpage.patch
+ patch -p1 < patches/panda.patch
tarball: manifest patch
[ -n "$(VERSION)" ] || ( echo "\nTry '$(MAKE) release VERSION=yyyy.mm'\n\n"; exit 1 )