release 2.027003

This commit is contained in:
Oliver Gorwits
2014-05-15 08:12:44 +01:00
parent f223d1206a
commit 213f44ec21
2 changed files with 3 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ requires:
Daemon::Control: 0.001 Daemon::Control: 0.001
Dancer: 1.3112 Dancer: 1.3112
Dancer::Plugin::Auth::Extensible: 0.3 Dancer::Plugin::Auth::Extensible: 0.3
Dancer::Plugin::DBIC: 0.1803 Dancer::Plugin::DBIC: 0.2001
Dancer::Plugin::Passphrase: 2.0.1 Dancer::Plugin::Passphrase: 2.0.1
File::ShareDir: 1.03 File::ShareDir: 1.03
Guard: 1.022 Guard: 1.022
@@ -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.027002 version: 2.027003

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.027002'; our $VERSION = '2.027003';
use App::Netdisco::Environment; use App::Netdisco::Environment;
use Dancer ':script'; use Dancer ':script';