diff options
author | sumanstats <suman81765@gmail.com> | 2020-06-10 16:33:01 +0545 |
---|---|---|
committer | sumanstats <suman81765@gmail.com> | 2020-06-10 16:33:01 +0545 |
commit | 0ecb8264293d852f2ef586279885848b621668d1 (patch) | |
tree | c72565041c27ed37758c3a0947d9ba9e7c376505 /zh-cn/perl-cn.html.markdown | |
parent | ef0480286342219c7a592926660018534f5af12a (diff) |
Perl6 to Raku and many more
+ As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md
+ perl6.org is now raku.org
+ change references of perl 6 to raku
+ rename file perl6-pod.html.markdown to raku-pod.html.markdown
+ Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to
Raku, use Perl only to refer to Perl 5
+ fix links inside raku.html.markdown
Diffstat (limited to 'zh-cn/perl-cn.html.markdown')
-rw-r--r-- | zh-cn/perl-cn.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zh-cn/perl-cn.html.markdown b/zh-cn/perl-cn.html.markdown index 5b0d6179..4421da6e 100644 --- a/zh-cn/perl-cn.html.markdown +++ b/zh-cn/perl-cn.html.markdown @@ -10,9 +10,9 @@ translators: lang: zh-cn --- -Perl 5是一个功能强大、特性齐全的编程语言,有25年的历史。 +Perl 是一个功能强大、特性齐全的编程语言,有25年的历史。 -Perl 5可以在包括便携式设备和大型机的超过100个平台上运行,既适用于快速原型构建,也适用于大型项目开发。 +Perl 可以在包括便携式设备和大型机的超过100个平台上运行,既适用于快速原型构建,也适用于大型项目开发。 ```perl # 单行注释以#号开头 |