Branch: refs/heads/blead
  Home:   https://github.com/Perl/perl5
  Commit: 7bb9a11330ea794f2bd58652b4beb2b5a1225ac9
      
https://github.com/Perl/perl5/commit/7bb9a11330ea794f2bd58652b4beb2b5a1225ac9
  Author: Steve Hay <steve.m....@googlemail.com>
  Date:   2023-11-21 (Tue, 21 Nov 2023)

  Changed paths:
    M ext/XS-APItest/t/xsub_h.t

  Log Message:
  -----------
  Revert "Also adjust t/xsub_h.t to use $^V." part of 4a88c3486c for maint

The error produced in this test, running against perl 5.36.1, is:

Perl API version v1.0.16 of Pie does not match v5.36.0

which doesn't match the expected error when $^V is used because that is
5.36.1.

It's the API version that we're expecting in the output, and that's frozen
at .0 for maint releases (unlike blead, where it incremented for every
release).


Reply via email to