Sophie

Sophie

distrib > Mageia > 5 > i586 > media > core-release > by-pkgid > b647b100e4e835ea9e568fa9e9db161a > files > 64

perl-DBIx-Class-Helpers-2.23.6-3.mga5.noarch.rpm


To Generate ddl.sql which will allow you to run prove -l use the following command:
perl -Ilib -It/lib -MTestSchema -E'TestSchema->generate_ddl; my $t = TestSchema->connect; $t->deploy'

Eventually that will be migrated into it's own Dzil plugin, but for now that should work