release 2.027002
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2.027002 - 2014-05-04
|
||||||
|
|
||||||
|
[BUG FIXES]
|
||||||
|
|
||||||
|
* revert use password instead of pass for Dancer::Plugin::DBIC
|
||||||
|
|
||||||
2.027001 - 2014-05-03
|
2.027001 - 2014-05-03
|
||||||
|
|
||||||
[BUG FIXES]
|
[BUG FIXES]
|
||||||
|
|||||||
@@ -78,4 +78,4 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
|
||||||
version: 2.027001
|
version: 2.027002
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.027001';
|
our $VERSION = '2.027002';
|
||||||
|
|
||||||
use App::Netdisco::Environment;
|
use App::Netdisco::Environment;
|
||||||
use Dancer ':script';
|
use Dancer ':script';
|
||||||
@@ -24,7 +24,7 @@ if (ref {} eq ref setting('database')) {
|
|||||||
setting('plugins')->{DBIC}->{netdisco} ||= {
|
setting('plugins')->{DBIC}->{netdisco} ||= {
|
||||||
dsn => $dsn,
|
dsn => $dsn,
|
||||||
user => $user,
|
user => $user,
|
||||||
password => $pass,
|
pass => $pass,
|
||||||
options => {
|
options => {
|
||||||
AutoCommit => 1,
|
AutoCommit => 1,
|
||||||
RaiseError => 1,
|
RaiseError => 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user