Branch: refs/heads/smoke-me/jkeenan/gh-18040-parts-inc-mess
Home: https://github.com/Perl/perl5
Commit: 3b75ef9494567c0660dcabcca12402e638d1cf4a
https://github.com/Perl/perl5/commit/3b75ef9494567c0660dcabcca12402e638d1cf4a
Author: James E Keenan <[email protected]>
Date: 2021-02-16 (Tue, 16 Feb 2021)
Changed paths:
M dist/Devel-PPPort/parts/inc/mess
Log Message:
-----------
Define PERL_ARGS_ASSERT_CROAK_XS_USAGE when setting croak_xs_usage
Apply patch already applied to Dual-Life/Devel-PPPort:
https://github.com/Dual-Life/Devel-PPPort/pull/196.patch
This is matching what's done in ExtUtils::ParseXS::Utilities
and avoids need to redefine croak_xs_usage later.
For: https://github.com/Perl/perl5/issues/18040