perl5-dbi / DBD-mysql

MySQL driver for the Perl5 Database Interface (DBI)
https://metacpan.org/module/DBD::mysql
Other
63 stars 73 forks source link

pod test failure #426

Closed dveeden closed 6 months ago

dveeden commented 6 months ago

DBD::mysql version

5.005

MySQL client version

No response

Server version

No response

Operating system version

No response

What happened?

https://www.cpantesters.org/cpan/report/37665f74-0813-11ef-bce9-89f655dac61f

Other information

No response

dveeden commented 6 months ago

Both CI and local tests didn't catch this due to a missing dependency:

t/pod.t ................................. skipped: Test::Pod 1.00 required for testing POD

So we need to fix the POD and add this dependency for CI.