From f6dc6cfe8f5d04cd5f474066e8d85021865d38e2 Mon Sep 17 00:00:00 2001 From: Timo Paulssen Date: Fri, 1 Apr 2016 18:35:32 +0200 Subject: Change in the readme and more modules. --- README | 5 ++++- modules/MODULES.txt | 3 ++- tools/build/Makefile.in | 2 +- 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@ -- cgit v1.1