Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: cc54951f97bda0a3ef8cbe3552ad5784a9bb4392 https://github.com/Perl/perl5/commit/cc54951f97bda0a3ef8cbe3552ad5784a9bb4392 Author: Yves Orton <demer...@gmail.com> Date: 2023-07-16 (Sun, 16 Jul 2023)
Changed paths: M regen/HeaderParser.pm Log Message: ----------- regen/HeaderParser.pm - friendly perl version check If the installed version of perl is too old then HeaderParser.pm will die because it uses named capture buffers. We could do a "standard" version assertion, but doing it this way makes for a more user friendly error message.