Re: [CDBI] Two MySQL tests failed during Class::DBI installation; how I fixed 'em
"Todd W" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <005701c73f5f$d98084f0$6801a8c0@trwlapgateway> |
From: "Dave Baker" <davebaker-G6Ux/[email protected]> > When I used the CPAN to install Class::DBI 3.0.16, several tests > involving MySQL failed... > > Because I want to use MySQL with Class::DBI, I wanted to be sure > those tests would succeed... > > using a text editor, I changed ... MyBase.pm: > > to say this instead: > > my @connect = ("dbi:mysql:test", "root", "yabbadabbado"); > > After saving the changes to that file... Success! Thats fine. There are also environment variables that you can set so you dont have to modify the test files. Todd W.