From 8a6451ceecfcf08b68ddbfbd73cbdfa05e3ad749 Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Thu, 15 Feb 2018 19:53:28 +0000 Subject: [PATCH] release 2.039005 --- META.json | 17 +++++++++-------- META.yml | 15 ++++++++------- lib/App/Netdisco.pm | 2 +- 3 files changed, 18 insertions(+), 16 deletions(-) diff --git a/META.json b/META.json index 01804e65..b47de427 100644 --- a/META.json +++ b/META.json @@ -36,8 +36,8 @@ "Archive::Extract" : "0", "CGI::Expand" : "2.05", "DBD::Pg" : "0", - "DBIx::Class" : "0.082810", - "DBIx::Class::Helpers" : "2.024000", + "DBIx::Class" : "0.082841", + "DBIx::Class::Helpers" : "2.033004", "Daemon::Control" : "0.001006", "Dancer" : "1.3132", "Dancer::Plugin::Auth::Extensible" : "0.30", @@ -73,8 +73,9 @@ "Plack::Middleware::ReverseProxy" : "0.15", "Pod::Usage" : "0", "Role::Tiny" : "1.002005", - "SNMP::Info" : "3.44", - "SQL::Translator" : "0.11018", + "SNMP::Info" : "3.45", + "SQL::Abstract" : "1.85", + "SQL::Translator" : "0.11024", "Scope::Guard" : "0", "Sereal" : "0", "Socket6" : "0.23", @@ -108,7 +109,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.039004" + "version" : "2.039005" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -770,7 +771,7 @@ }, "homepage" : "http://netdisco.org/", "license" : [ - "http://opensource.org/licenses/bsd-license.php" + "http://opensource.org/licenses/BSD-3-Clause" ], "repository" : { "url" : "https://github.com/netdisco/netdisco" @@ -778,6 +779,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.039004", - "x_serialization_backend" : "JSON::PP version 2.97001" + "version" : "2.039005", + "x_serialization_backend" : "JSON::PP version 2.94" } diff --git a/META.yml b/META.yml index b16a152c..85192b9a 100644 --- a/META.yml +++ b/META.yml @@ -19,7 +19,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.039004' + version: '2.039005' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -469,8 +469,8 @@ requires: Archive::Extract: '0' CGI::Expand: '2.05' DBD::Pg: '0' - DBIx::Class: '0.082810' - DBIx::Class::Helpers: '2.024000' + DBIx::Class: '0.082841' + DBIx::Class::Helpers: '2.033004' Daemon::Control: '0.001006' Dancer: '1.3132' Dancer::Plugin::Auth::Extensible: '0.30' @@ -506,8 +506,9 @@ requires: Plack::Middleware::ReverseProxy: '0.15' Pod::Usage: '0' Role::Tiny: '1.002005' - SNMP::Info: '3.44' - SQL::Translator: '0.11018' + SNMP::Info: '3.45' + SQL::Abstract: '1.85' + SQL::Translator: '0.11024' Scope::Guard: '0' Sereal: '0' Socket6: '0.23' @@ -533,7 +534,7 @@ resources: MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users bugtracker: https://github.com/netdisco/netdisco/issues homepage: http://netdisco.org/ - license: http://opensource.org/licenses/bsd-license.php + license: http://opensource.org/licenses/BSD-3-Clause repository: https://github.com/netdisco/netdisco -version: '2.039004' +version: '2.039005' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index ab343d37..38ddb22e 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.039004'; +our $VERSION = '2.039005'; use App::Netdisco::Configuration; =head1 NAME