地方エンジニアの学習日記

興味ある技術の雑なメモだったりを書いてくブログ。たまに日記とガジェット紹介。

Perl 5.35.9 is availableになっていた。

dev.perl.org

仕事で久々にPerlを読んだ(?)ので久々に色々見ていた。5.35.9もあるらしい。一番最初に触れたのは5.27.1とかだっただろうかいまいち覚えていない

plenvで入れようとしたら警告がでた。どうやら開発版の警告を抑制するために -Dusedevel オプションを使う必要があるらしい。

github.com

つけたビルドしたら入った。何か書こうかな(ネタはない)

[root@worker01 ~]# .plenv/versions/5.35.9/bin/perl --version

This is perl 5, version 35, subversion 9 (v5.35.9) built for x86_64-linux

Copyright 1987-2022, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.