Branch: refs/heads/porting-core-p7-2
  Home:   https://github.com/Perl/perl5
  Commit: d5751a3903a7dac4ec45e4182e177ad7c7e5156d
      
https://github.com/Perl/perl5/commit/d5751a3903a7dac4ec45e4182e177ad7c7e5156d
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M t/porting/customized.dat

  Log Message:
  -----------
  Regenerate database used in t/porting/customized.t


  Commit: 6545e3ac9d5ac3b005f0c74d4d8982b5cea85be3
      
https://github.com/Perl/perl5/commit/6545e3ac9d5ac3b005f0c74d4d8982b5cea85be3
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M dist/Module-CoreList/lib/Module/CoreList.pm

  Log Message:
  -----------
  Add placeholder KVP for 7.000000 in %delta

%delta gets transformed into %version, which is checked by
t/porting/corelist.t.

$Module::CoreList::VERSION will have to be updated later (presumably
when we update all $VERSIONs).


  Commit: 0e28c4ddc6de3a69e8a2bb4f13bb3a2abf0078b1
      
https://github.com/Perl/perl5/commit/0e28c4ddc6de3a69e8a2bb4f13bb3a2abf0078b1
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M Porting/todo.pod
    M t/porting/podcheck.t

  Log Message:
  -----------
  De-prototype one sub

... at least until we figure out how prototypes will work.

Restore one '5' from a '7'; we really meant '5.14' in this case.


  Commit: e61260ae561714919c2274095aa213079cac8afa
      
https://github.com/Perl/perl5/commit/e61260ae561714919c2274095aa213079cac8afa
  Author: James E Keenan <jkee...@cpan.org>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M charclass_invlists.h
    M lib/B/Op_private.pm
    M lib/unicore/uni_keywords.pl
    M regcharclass.h
    M regen/embed.pl
    M uconfig.h
    M uni_keywords.h

  Log Message:
  -----------
  Store results of running various regen/*.pl programs

Including, but not limited to:

./perl -Ilib regen/regen_lib.pl
./perl -Ilib regen/mk_invlists.pl
./perl -Ilib regen/regcharclass.pl
./perl -Ilib regen/embed.pl

This gets us closer to having t/porting/regen.t PASS.  What's still
failing:

ok - regen/pX.pl lib/p5.pm
'lib/p7.pm-new' and 'lib/p7.pm' differ
not ok - regen/pX.pl lib/p7.pm
'perl7.h-new' and 'perl7.h' differ
not ok - regen/pX.pl perl7.h
ok - regen/unicode_constants.pl unicode_constants.h

Parse errors: Bad plan.  You planned 46 tests but ran 48.


Compare: https://github.com/Perl/perl5/compare/d5751a3903a7%5E...e61260ae5617

Reply via email to