Altreus / DBIx-Class-DeploymentHandler-VersionStorage-WithSchema

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

Use Moose like DeploymentHandler now does, fixing test failures #5

Closed Nick-OpusVL closed 8 months ago

Nick-OpusVL commented 8 months ago

DBIx::Class::DeploymentHandler switched back to Moose from Moo in version 0.002231 (see its Changes file)

Previous version that was installed on our last build was 0.002230 so it all worked

Fixes the following error in tests:

t/01-test.t ............ Can't apply DBIx::Class::DeploymentHandler::WithReasonableDefaults to Dad - missing prepare_downgrade, prepare_upgrade at /home/nick.booker/perl5/perlbrew/perls/perl-5.28.2/lib/site_perl/5.28.2/Moo/Role.pm line 288.
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
Nick-OpusVL commented 8 months ago

Thankyou