in reply to Re^3: Class::DBI::Loader problems
in thread Class::DBI::Loader problems

You win the prize! My use statements looks like:

use strict; use warnings; use Data::Dumper; use Class::DBI; use Class::DBI::Loader;

And now everything works fine. Is this a bug should someone be notified?

Thanks,