diff options
author | Max Schumacher <maximilianbschumacher@gmail.com> | 2020-07-07 15:28:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-07 15:28:05 +0200 |
commit | 3afac7ea62daee3d90749057e62a4f06d58eb101 (patch) | |
tree | b3dafbf86be3e837289ec119fbf5e4d1b7039448 /perl.html.markdown | |
parent | 3e1eccc2f33aa8d4e78fec5cb8c2f0f42a7896bd (diff) | |
parent | d78605e0d7839c6c9e7ccf9d07a041800e6d340b (diff) |
Merge pull request #3953 from sumanstats/master
[language/raku-code] Perl6 to Raku and many more
Diffstat (limited to 'perl.html.markdown')
-rw-r--r-- | perl.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl.html.markdown b/perl.html.markdown index 08001ab0..8811dd08 100644 --- a/perl.html.markdown +++ b/perl.html.markdown @@ -8,9 +8,9 @@ contributors: - ["Dan Book", "http://github.com/Grinnz"] --- -Perl 5 is a highly capable, feature-rich programming language with over 25 years of development. +Perl is a highly capable, feature-rich programming language with over 25 years of development. -Perl 5 runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects. +Perl runs on over 100 platforms from portables to mainframes and is suitable for both rapid prototyping and large scale development projects. ```perl # Single line comments start with a number sign. |