Skip to content

Commit

Permalink
updates for Perl 6
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Mar 4, 2016
1 parent 926606c commit a45140b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 16 deletions.
12 changes: 6 additions & 6 deletions docs/dev/index.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[%-
[%-
page.import({
title => 'Perl Core Development',
section => 'home',
description
description
=> 'Developing the Perl Core',
});
%]
<style type="text/css" media="screen">
#google_translate_element {
float: right;
}
}
</style>
<div class="masthead">
<p class="headline">Perl Core Development</p>

<p class="strap">Perl for the next [% perl_stats.perl_age %] years</p>

</div>
Expand Down Expand Up @@ -50,7 +50,7 @@ <h4>
<tr>
<td>
<h2>
Perl 6 - In development
Perl 6
</h2>
<div class="box">
<h4>
Expand All @@ -60,7 +60,7 @@ <h4>
<a href="http://www.perl6.org/">http://www.perl6.org/</a>
</p>
<p>
The <a href="http://www.perl6.org/">Perl 6</a> 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 <a href="http://www.perl6.org/">Perl 6</a> 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.
</p>
<h4>
Rakudo
Expand Down
2 changes: 1 addition & 1 deletion docs/www/advocacy/whyperl.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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<http://perldoc.perl.org/perlhist.html>

Expand Down
21 changes: 12 additions & 9 deletions docs/www/index.html
Original file line number Diff line number Diff line change
@@ -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,
Expand All @@ -20,7 +20,7 @@
});
%]

[%
[%
# Setup random messages
cpan_msg = perl_stats.cpan_dists _ ' extensions on CPAN';
headlines = [
Expand All @@ -35,13 +35,13 @@

<div class="masthead">
<p class="headline">[% headline %]</p>

<p class="strap">That's why we love Perl 5</p>


<p class="button"><a href="/get.html" class="download">Download Perl</a></p>


<p class="cta"><a href="/get.html">Get started</a></p>

</div>
Expand Down Expand Up @@ -130,7 +130,10 @@ <h4>
<a href="http://www.perl6.org/">Perl 6</a>
</h4>
<p>
Perl 6 is a sister language, part of the Perl family. Perl 6 is not production ready yet, you can get involved with its <a href="/dev.html">development</a> 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.
</p>
</div>
</td>
Expand Down

0 comments on commit a45140b

Please sign in to comment.