Skip to content
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

Can't locate object method "apply" via package "DBIx::Class::DeploymentHandler::WithApplicatorDumple" #2

Open
eserte opened this issue May 13, 2019 · 1 comment

Comments

@eserte
Copy link

eserte commented May 13, 2019

The test suite started to fail:

Can't locate object method "apply" via package "DBIx::Class::DeploymentHandler::WithApplicatorDumple" at /usr/perl5.30.0-RC1p/lib/site_perl/5.30.0/MooX/Role/Parameterized/With.pm line 21.
BEGIN failed--compilation aborted at t/lib/Dad.pm line 26.
Compilation failed in require at t/01-test.t line 9.
BEGIN failed--compilation aborted at t/01-test.t line 9.
t/01-test.t ............ 
Dubious, test returned 255 (wstat 65280, 0xff00)
No subtests run 

Statistical analysis suggests that this happens if DBIx::Class::DeploymentHandler 0.002231 is installed (@mmcclimon: FYI):

****************************************************************
Regression 'mod:DBIx::Class::DeploymentHandler'
****************************************************************
Name           	       Theta	      StdErr	 T-stat
[0='const']    	      1.0000	      0.0000	286843076413225952.00
[1='eq_0.002231']	     -1.0000	      0.0000	-81677819851157520.00

R^2= 1.000, N= 111, K= 2
****************************************************************
@mmcclimon
Copy link

Yes, this was broken by the reversion from Moo back to Moose in frioux/DBIx-Class-DeploymentHandler#70. This should be an easy fix here too (like...revert the changes you had to make when earlier versions of DeploymentHandler broke backcompat anyway), and I'll work up a patch later today.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants