summaryrefslogtreecommitdiff
path: root/gemfeed/2022-05-27-perl-is-still-a-great-choice.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-01 17:45:52 +0200
committerPaul Buetow <paul@buetow.org>2026-03-01 17:45:52 +0200
commit8de87695cfec4e224e17c8c07da209132d72d9d5 (patch)
tree23ea2af5e1bbd3d15b482f122c00e185035580b9 /gemfeed/2022-05-27-perl-is-still-a-great-choice.md
parent77f8c07984a54ea491ec4ed949691278c7c5d3f7 (diff)
Update content for md
Diffstat (limited to 'gemfeed/2022-05-27-perl-is-still-a-great-choice.md')
-rw-r--r--gemfeed/2022-05-27-perl-is-still-a-great-choice.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2022-05-27-perl-is-still-a-great-choice.md b/gemfeed/2022-05-27-perl-is-still-a-great-choice.md
index b881eb78..6e942dfb 100644
--- a/gemfeed/2022-05-27-perl-is-still-a-great-choice.md
+++ b/gemfeed/2022-05-27-perl-is-still-a-great-choice.md
@@ -79,7 +79,7 @@ So it means that Perl and Raku now exist in parallel. They influence each other,
[The OpenBSD Operating System](https://www.OpenBSD.org)
[Why does OpenBSD still include Perl in its base installation?](https://news.ycombinator.com/item?id=23360338)
-The renaming of Perl 6 to Raku has now opened the door for a future Perl 7. As far as I understand, Perl 7 will be Perl 5 but with modern features enabled by default (e.g. pragmas `use strict;`, `use warnings;`, `use signatures;` and so on. Also, the hope is that a Perl 7 with modern standards will attract more beginners. There aren't many Perl jobs out there nowadays. That's mostly due to Perl's bad (bad for no real reasons) reputation.
+The renaming of Perl 6 to Raku has now opened the door for a future Perl 7. As far as I understand, Perl 7 will be Perl 5 but with modern features enabled by default (e.g. pragmas `use strict;`, `use warnings;`, `use signatures;` and so on. Also, the hope is that a Perl 7 with modern standards will attract more beginners. There aren't many Perl jobs out there nowadays. That's mostly due to Perl's bad (bad for no real reasons) reputation.
> Update 2022-12-10: A reader pointed out, that `use v5.36;` already turns strict, warnings and signatures pragmas automatically on!