Subject: | Misspelling in t/lib.pl |
The search.cpan.org grep tool tells all:
http://search.cpan.org/grep?release=DBD-mysql-3.0002&string=passowrd&i=1&n=1
Cf. t/lib.pl, line 47:
47: $::test_password = $::test_passowrd || $ENV{'DBI_PASS'} || '';
s/passowrd/password/;