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
It was recently reported to the Perl 5 issue tracker that CPAN module MooX::Press was no longer passing its tests when built against Perl 5 blead. Discussion in the bug ticket eventually led us to believe that the test failures were not due to a change in the Perl 5 core distribution. Rather, a recent release of Type-Tiny, which is a prerequisite for MooX-Press, was the likely trigger for the breakage.
I have not yet studied Type-Tiny, so I'm not making any definitive statement as yet. But I do urge you to read that bug ticket and review CPANtesters reports for MooX-Press.
Moo is checking caller and for some reason caller is responding with "::Animal::Dog" as the caller package. I have no idea why. import::into is definitely being called with "Animal::Dog" its parameter, and no leading "::".
It was recently reported to the Perl 5 issue tracker that CPAN module MooX::Press was no longer passing its tests when built against Perl 5 blead. Discussion in the bug ticket eventually led us to believe that the test failures were not due to a change in the Perl 5 core distribution. Rather, a recent release of Type-Tiny, which is a prerequisite for MooX-Press, was the likely trigger for the breakage.
I have not yet studied Type-Tiny, so I'm not making any definitive statement as yet. But I do urge you to read that bug ticket and review CPANtesters reports for MooX-Press.
@cjg-cguevara @andk
The text was updated successfully, but these errors were encountered: