Altreus / DBIx-Class-DeploymentHandler-VersionStorage-WithSchema

Adds the schema to the DBIx::Class::DeploymentHandler version table
Other
0 stars 3 forks source link

Undeclared dependency MooX::Role::Parameterized::With #3

Open eserte opened 5 years ago

eserte commented 5 years ago

On some systems I see the following failure, probably only if newest DBIx::Class::DeploymentHandler is installed:

Can't locate MooX/Role/Parameterized/With.pm in @INC (you may need to install the MooX::Role::Parameterized::With module) (@INC contains: t/lib /home/cpansand/.cpan/build/2019051305/DBIx-Class-DeploymentHandler-VersionStorage-WithSchema-0.004-0/blib/lib /home/cpansand/.cpan/build/2019051305/DBIx-Class-DeploymentHandler-VersionStorage-WithSchema-0.004-0/blib/arch /opt/perl-5.29.10t/lib/site_perl/5.29.10/x86_64-linux-thread-multi /opt/perl-5.29.10t/lib/site_perl/5.29.10 /opt/perl-5.29.10t/lib/5.29.10/x86_64-linux-thread-multi /opt/perl-5.29.10t/lib/5.29.10 .) at t/lib/Dad.pm line 26.
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 2 (wstat 512, 0x200)
No subtests run 
Nick-OpusVL commented 6 months ago

@Altreus PR #5 may have fixed this.