Use password instead of pass for Dancer::Plugin::DBIC
This commit is contained in:
		| @@ -14,6 +14,7 @@ | ||||
|   * Legitimate for same MAC to be in two VLANs on same switchport | ||||
|   * Fix for broken [#82] (/etc/hosts check during ARP IP resolv) | ||||
|   * Discover nodes on ports which have broken near-edge topology | ||||
|   * Use password instead of pass for Dancer::Plugin::DBIC | ||||
|  | ||||
| 2.025001 - 2014-04-08 | ||||
|  | ||||
|   | ||||
| @@ -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, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user