Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: ed37371b34c7f96e0d2697cad42c16ca47d6f481
      
https://github.com/Perl/perl5/commit/ed37371b34c7f96e0d2697cad42c16ca47d6f481
  Author: Lukas Mai <lukasmai....@gmail.com>
  Date:   2024-02-28 (Wed, 28 Feb 2024)

  Changed paths:
    M dist/Tie-File/Makefile.PL
    M dist/Tie-File/lib/Tie/File.pm

  Log Message:
  -----------
  Tie::File: remove 5.005 compatibility code

- Ever since 5926ffcd2cf97, Tie::File has been using warnings.pm and
  'our', making the code incompatible with 5.005 ('use warnings'
  wouldn't even compile anymore), so remove the old compatibility
  code.
- Update code for v5.8 (the "Unknown discipline" error from v5.6 was
  changed to "IO layers (...) unavailable" then).
- 'use constant' to declare constants.
- Remove redundant 'use strict "vars"' (the whole file is under 'use
  strict').



To unsubscribe from these emails, change your notification settings at 
https://github.com/Perl/perl5/settings/notifications

Reply via email to