Skip Menu |

This queue is for tickets about the Class-AlzaboWrapper CPAN distribution.

Report information
The Basics
Id: 20598
Status: resolved
Priority: 0/
Queue: Class-AlzaboWrapper

People
Owner: Nobody in particular
Requestors: mcmahon [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: 0.13



Attempting to install on a system which has PostgreSQL but not MySQL fails in t/basic.t at this line: my $schema = Alzabo::Create::Schema->new( name => 'testing_class_alzabowrapper', rdbms => 'MySQL', ); If this is changed to 'PostgreSQL', the test passes. It's possible that you might want to loop through the possible rdbms values before bailing out rather than assuming one and dying.