release 2.018000_001

This commit is contained in:
Oliver Gorwits
2013-10-16 23:56:23 +01:00
parent e43595cc7c
commit 4b6e216674
3 changed files with 6 additions and 3 deletions

View File

@@ -106,6 +106,7 @@ lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-23-24-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-24-25-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-25-26-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-26-27-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-27-28-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-3-4-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-4-5-PostgreSQL.sql
lib/App/Netdisco/DB/schema_versions/App-Netdisco-DB-5-6-PostgreSQL.sql

View File

@@ -20,6 +20,7 @@ no_index:
- share
requires:
Algorithm::Cron: 0.07
AnyEvent: 7.05
App::cpanminus: 1.6108
App::local::lib::helper: 0.07
DBD::Pg: 0
@@ -28,9 +29,10 @@ requires:
DBIx::Class::Helpers: 2.018004
Daemon::Control: 0.001
Dancer: 1.3112
Dancer::Plugin::Auth::Extensible: 0.2
Dancer::Plugin::Auth::Extensible: 0.3
Dancer::Plugin::DBIC: 0.1803
File::ShareDir: 1.03
Guard: 1.022
HTML::Parser: 3.7
HTTP::Tiny: 0.029
JSON: 0
@@ -65,4 +67,4 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: git://git.code.sf.net/p/netdisco/netdisco-ng
version: 2.018000
version: 2.018000_001

View File

@@ -7,7 +7,7 @@ use 5.010_000;
use File::ShareDir 'dist_dir';
use Path::Class;
our $VERSION = '2.018000';
our $VERSION = '2.018000_001';
BEGIN {
if (not ($ENV{DANCER_APPDIR} || '')