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
But there is no use of File::Temp, Test2::Bundle::Extended, Test2::Plugin::NoWarnings, and Test2::Tools::Explain modules in the ./t directory. They are only tested for an available version by t/00-report-prereqs.t:
There is a regression in 1.160000 version:
Makefile.PL reads:
But there is no use of File::Temp, Test2::Bundle::Extended, Test2::Plugin::NoWarnings, and Test2::Tools::Explain modules in the ./t directory. They are only tested for an available version by t/00-report-prereqs.t:
$ grep -Hnr Test2:: t
t/00-report-prereqs.dd:34: 'Test2::Bundle::Extended' => '0',
t/00-report-prereqs.dd:35: 'Test2::Plugin::NoWarnings' => '0',
t/00-report-prereqs.dd:36: 'Test2::Tools::Explain' => '0',
t/00-report-prereqs.dd:45: 'Test2::Bundle::Extended' => '0',
t/00-report-prereqs.dd:46: 'Test2::Plugin::NoWarnings' => '0',
t/00-report-prereqs.dd:47: 'Test2::Tools::Explain' => '0',
I recommend removing those dependencies.
The text was updated successfully, but these errors were encountered: