You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run the testing suite for a module found on cpan, such as Syntax::Keyword::Try. It would be nice if this was possible but i'm getting failure with anything that uses Test::More.
Yes, we ran the full core testsuite and most used modules with B::C. See https://github.com/perl11/p5-coretests for the infrastructure, which is also included within the compiler (t/CORE).
How recent perl's broke it, and they were unwilling to fix their regressions.
Since almost every module uses Test::More and most modules compile and run fine, see log.modules*, sure. yes.
I'm trying to run the testing suite for a module found on cpan, such as
Syntax::Keyword::Try
. It would be nice if this was possible but i'm getting failure with anything that usesTest::More
.https://stackoverflow.com/questions/66231953/how-can-i-test-if-a-module-is-compatible-with-the-perl-compiler-perlcc
The text was updated successfully, but these errors were encountered: