Use password instead of pass for Dancer::Plugin::DBIC

This commit is contained in:
Oliver Gorwits
2014-05-08 18:29:34 +01:00
parent 51e733b79a
commit a0426b56cd
3 changed files with 8 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ if (ref {} eq ref setting('database')) {
setting('plugins')->{DBIC}->{netdisco} ||= {
dsn => $dsn,
user => $user,
pass => $pass,
password => $pass,
options => {
AutoCommit => 1,
RaiseError => 1,