-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
perl 5.36 cpan | Config::Any fails tests #73
Comments
Reported to Config::Any issue tracker: https://rt.cpan.org/Ticket/Display.html?id=147112 |
This is due to an issue in File::Find - see https://rt.cpan.org/Transaction/Display.html?id=2464022 It has been fixed in perl 5.38 via Perl/perl5#20008 and will hopefully be backported for 5.36.1 and 5.34.2 (if the latter is released). Otherwise we can apply the patches from that PR to the build. (Edited for grammar) |
The perl PR 20008 patch is now part of the build (09df569) so this error no longer occurs. Closing issue. |
Config::Any is needed by DBIx::Class but is failing one of its test files.
I can replicate the failures on a local machine using the same build of strawberry perl 5.36.
Adding a
use Config::Any::Perl
to the top of the test file gets it to pass.No other build on CPAN testers has this issue which makes me suspect it is to do with the 5.36 build.
The text was updated successfully, but these errors were encountered: