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.