nekokak/p5-DBIx-Handler

POD shows wrong parameters

maxhq opened this issue · 4 comments

maxhq commented

The POD says:
DBIx::Handler->new($dsn, $user, $pass, $opts);
but it must be:
DBIx::Handler->new($dsn, $user, $pass, $dbi_opts, $opts);
Took me quite a while to figure out why it's not working ;-)

Oops, sorry. I'll fix it soon.

fixed it. thank you! and I'm sorry for the late.

maxhq commented

The issue didn't make it to the 3rd anniversary 😆
But I know how it is sometimes...

I success to remember this issue by TPCiP!
We easy develop amnesia when we are busy 🤒 (Just kidding. So really sorry for the late... and thank you a lot!)