![]() |
|
No such thing as a small change | |
PerlMonks |
Re^2: Test::Harness bug ? ... or author idiocy ?by syphilis (Archbishop) |
on Nov 06, 2021 at 06:37 UTC ( #11138492=note: print w/replies, xml ) | Need Help?? |
If you can supply a reproducible test case then no doubt others could test and determine if it is indeed an MSWin32-only issue. Actually I can (and just have) tested it out on Ubuntu, perl-5.34.0 and it's the same issue. Here's an Inline::C demo of the problem: Firstly, with the printf() statement commented out: I first run perl try.pl to compile the script, and then I run: As you can see, everything is fine. But if I then include the printf() statement and run perl try.pl (to recompile the script), upon re-testing I get: Cheers, Rob
In Section
Seekers of Perl Wisdom
|
|