Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 4db0a1d758d7853007abbc2e3b181e39ca3bede6
      
https://github.com/Perl/perl5/commit/4db0a1d758d7853007abbc2e3b181e39ca3bede6
  Author: James Raspass <jrasp...@gmail.com>
  Date:   2024-06-10 (Mon, 10 Jun 2024)

  Changed paths:
    M lib/builtin.pm

  Log Message:
  -----------
  Simplify builtin.pm

Replace explicit strict/warnings with use current version. This halves
the number of packages a -E will load, from:

  $ perl -E 'say for sort keys %INC'
  builtin.pm
  feature.pm
  strict.pm
  warnings.pm

To just builtin and feature. (pre-5.40 was just feature.pm).

While this .pm does very little and we could easily get away without
using strict or warnings I prefer that we dogfood best practices and
doing so allows us to remove the explicit return true so it costs us
nothing in verbosity.



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

Reply via email to