Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 9df45106a04b7998a1b111c43e56b6d05422f06e
      
https://github.com/Perl/perl5/commit/9df45106a04b7998a1b111c43e56b6d05422f06e
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2025-08-05 (Tue, 05 Aug 2025)

  Changed paths:
    M charclass_invlists.inc
    M lib/unicore/mktables
    M lib/unicore/uni_keywords.pl
    M regcharclass.h
    M regexp_constants.h
    M uni_keywords.h

  Log Message:
  -----------
  lib/unicore/mktables: remove unused variable

Variable '$full_filename' is declared and assigned to, but not used
anywhere else in the program.  The string '$full_filename' is found
nowhere else in the core distribution.  Hence, the variable is
superfluous.

After making that change, had to run porting programs:

  $ ./perl -Ilib regen/regcharclass.pl
  Changed: regcharclass.h
  $ ./perl -Ilib regen/mk_invlists.pl
  Changed: regexp_constants.h charclass_invlists.inc
           lib/unicore/uni_keywords.pl uni_keywords.h



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

Reply via email to