You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If pointed to use handle_class: 'DBI::db', the plugin tries to require DBI/db.pm module and Dancer raises an exeption because DBI::db package located inside DBI.pm module.
At the moment I dont know how to handle this. May be a hashref of classes and its packages to load will be used. E.g.
If pointed to use
handle_class: 'DBI::db'
, the plugin tries to requireDBI/db.pm
module and Dancer raises an exeption because DBI::db package located inside DBI.pm module.At the moment I dont know how to handle this. May be a hashref of classes and its packages to load will be used. E.g.
The text was updated successfully, but these errors were encountered: