aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README5
-rw-r--r--modules/MODULES.txt3
-rw-r--r--tools/build/Makefile.in2
3 files changed, 7 insertions, 3 deletions
diff --git a/README b/README
index 8474cd3..9ed7dce 100644
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
This is Rakudo Star, a useful, usable Perl 6 production distribution.
-This is the 2016.01 release of Rakudo Star.
+This is the 2016.03 release of Rakudo Star.
Rakudo Star is Copyright (C) 2010 - 2016 by the Rakudo Star Team.
@@ -111,6 +111,9 @@ is a brief overview:
docs/perl6intro.pdf — Recent snapshot of http://perl6intro.com/
docs/announce/ — Detailed release announcements
+Please note that the on-line version of perl6intro is available in multiple
+languages, French and Germany at the time of writing.
+
Where to get help or answers to questions
-----------------------------------------
diff --git a/modules/MODULES.txt b/modules/MODULES.txt
index 8f8a797..31a4ac6 100644
--- a/modules/MODULES.txt
+++ b/modules/MODULES.txt
@@ -12,7 +12,8 @@ uri
perl6-lwp-simple # uses MIME::Base64, URI
json
perl6-digest-md5
-#file-find
+file-find
+#perl6-file-which
#shell-command
#json_fast
#panda # uses JSON::Fast
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 656dc09..6ef8257 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -3,7 +3,7 @@
MOAR_DIR = moarvm
NQP_DIR = nqp
RAKUDO_DIR = rakudo
-STAR_VERSION = 2016.01
+STAR_VERSION = 2016.03
# install location
PREFIX_DIR = @prefix@