From a45140b40f9cfffa0c502c9d99bf64e854e3047f Mon Sep 17 00:00:00 2001 From: Leo Lapworth Date: Fri, 4 Mar 2016 20:22:58 +0000 Subject: [PATCH] updates for Perl 6 --- docs/dev/index.html | 12 ++++++------ docs/www/advocacy/whyperl.pod | 2 +- docs/www/index.html | 21 ++++++++++++--------- 3 files changed, 19 insertions(+), 16 deletions(-) diff --git a/docs/dev/index.html b/docs/dev/index.html index 158b39a22..4f2a986c0 100644 --- a/docs/dev/index.html +++ b/docs/dev/index.html @@ -1,19 +1,19 @@ -[%- +[%- page.import({ title => 'Perl Core Development', section => 'home', - description + description => 'Developing the Perl Core', }); %]

Perl Core Development

- +

Perl for the next [% perl_stats.perl_age %] years

@@ -50,7 +50,7 @@

- Perl 6 - In development + Perl 6

@@ -60,7 +60,7 @@

http://www.perl6.org/

- The Perl 6 project is a new language. Perl 5 and Perl 6 are two languages in the Perl family, but of different lineages. Perl 6 is scheduled for release by Christmas of 2015. + The Perl 6 project is a new language. Perl 5 and Perl 6 are two languages in the Perl family, but of different lineages. Perl 6 is not intended as a replacement for Perl 5, but as its own thing - and libraries exist to allow you to call Perl 5 code from Perl 6 programs and vice versa.

Rakudo diff --git a/docs/www/advocacy/whyperl.pod b/docs/www/advocacy/whyperl.pod index 1c595a256..131f46796 100644 --- a/docs/www/advocacy/whyperl.pod +++ b/docs/www/advocacy/whyperl.pod @@ -147,7 +147,7 @@ Basically, the number of companies listing Perl as a job pre-requisite is large =head2 Active development -Perl continues to be actively developed. Many developers are working on Perl 6, the next major version of the language. At the same time, dedicated teams continue to fix and augment the Perl 5.6, Perl 5.8, and Perl 5.10 releases. Many companies would have de-supported these version rather than maintain them. The fact that you can safely continue to use a production release of an older Perl without being forced to upgrade is a strong feature. +Perl continues to be actively developed. Release dates are available here: L diff --git a/docs/www/index.html b/docs/www/index.html index ab499b5ad..cb38972c8 100644 --- a/docs/www/index.html +++ b/docs/www/index.html @@ -1,8 +1,8 @@ -[% +[% page.import({ title => 'The Perl Programming Language', section => 'home', - description + description => 'The Perl Programming Language at Perl.org. Links and ' _ 'other helpful resources for new and experienced Perl programmers.', include_sponsor => 1, @@ -20,7 +20,7 @@ }); %] -[% +[% # Setup random messages cpan_msg = perl_stats.cpan_dists _ ' extensions on CPAN'; headlines = [ @@ -35,13 +35,13 @@

[% headline %]

- +

That's why we love Perl 5

- - + +

Download Perl

- - + +

Get started

@@ -130,7 +130,10 @@

Perl 6

- Perl 6 is a sister language, part of the Perl family. Perl 6 is not production ready yet, you can get involved with its development though. + Perl 6 is a sister language, part of the Perl family, + not intended as a replacement for Perl 5, + but as its own thing - libraries exist to allow you + to call Perl 5 code from Perl 6 programs and vice versa.