release 2.039005

This commit is contained in:
Oliver Gorwits
2018-02-15 19:53:28 +00:00
parent 2809ee8f01
commit 8a6451ceec
3 changed files with 18 additions and 16 deletions

View File

@@ -36,8 +36,8 @@
"Archive::Extract" : "0", "Archive::Extract" : "0",
"CGI::Expand" : "2.05", "CGI::Expand" : "2.05",
"DBD::Pg" : "0", "DBD::Pg" : "0",
"DBIx::Class" : "0.082810", "DBIx::Class" : "0.082841",
"DBIx::Class::Helpers" : "2.024000", "DBIx::Class::Helpers" : "2.033004",
"Daemon::Control" : "0.001006", "Daemon::Control" : "0.001006",
"Dancer" : "1.3132", "Dancer" : "1.3132",
"Dancer::Plugin::Auth::Extensible" : "0.30", "Dancer::Plugin::Auth::Extensible" : "0.30",
@@ -73,8 +73,9 @@
"Plack::Middleware::ReverseProxy" : "0.15", "Plack::Middleware::ReverseProxy" : "0.15",
"Pod::Usage" : "0", "Pod::Usage" : "0",
"Role::Tiny" : "1.002005", "Role::Tiny" : "1.002005",
"SNMP::Info" : "3.44", "SNMP::Info" : "3.45",
"SQL::Translator" : "0.11018", "SQL::Abstract" : "1.85",
"SQL::Translator" : "0.11024",
"Scope::Guard" : "0", "Scope::Guard" : "0",
"Sereal" : "0", "Sereal" : "0",
"Socket6" : "0.23", "Socket6" : "0.23",
@@ -108,7 +109,7 @@
"provides" : { "provides" : {
"App::Netdisco" : { "App::Netdisco" : {
"file" : "lib/App/Netdisco.pm", "file" : "lib/App/Netdisco.pm",
"version" : "2.039004" "version" : "2.039005"
}, },
"App::Netdisco::AnyEvent::Nbtstat" : { "App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -770,7 +771,7 @@
}, },
"homepage" : "http://netdisco.org/", "homepage" : "http://netdisco.org/",
"license" : [ "license" : [
"http://opensource.org/licenses/bsd-license.php" "http://opensource.org/licenses/BSD-3-Clause"
], ],
"repository" : { "repository" : {
"url" : "https://github.com/netdisco/netdisco" "url" : "https://github.com/netdisco/netdisco"
@@ -778,6 +779,6 @@
"x_IRC" : "irc://irc.freenode.org/#netdisco", "x_IRC" : "irc://irc.freenode.org/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
}, },
"version" : "2.039004", "version" : "2.039005",
"x_serialization_backend" : "JSON::PP version 2.97001" "x_serialization_backend" : "JSON::PP version 2.94"
} }

View File

@@ -19,7 +19,7 @@ name: App-Netdisco
provides: provides:
App::Netdisco: App::Netdisco:
file: lib/App/Netdisco.pm file: lib/App/Netdisco.pm
version: '2.039004' version: '2.039005'
App::Netdisco::AnyEvent::Nbtstat: App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job: App::Netdisco::Backend::Job:
@@ -469,8 +469,8 @@ requires:
Archive::Extract: '0' Archive::Extract: '0'
CGI::Expand: '2.05' CGI::Expand: '2.05'
DBD::Pg: '0' DBD::Pg: '0'
DBIx::Class: '0.082810' DBIx::Class: '0.082841'
DBIx::Class::Helpers: '2.024000' DBIx::Class::Helpers: '2.033004'
Daemon::Control: '0.001006' Daemon::Control: '0.001006'
Dancer: '1.3132' Dancer: '1.3132'
Dancer::Plugin::Auth::Extensible: '0.30' Dancer::Plugin::Auth::Extensible: '0.30'
@@ -506,8 +506,9 @@ requires:
Plack::Middleware::ReverseProxy: '0.15' Plack::Middleware::ReverseProxy: '0.15'
Pod::Usage: '0' Pod::Usage: '0'
Role::Tiny: '1.002005' Role::Tiny: '1.002005'
SNMP::Info: '3.44' SNMP::Info: '3.45'
SQL::Translator: '0.11018' SQL::Abstract: '1.85'
SQL::Translator: '0.11024'
Scope::Guard: '0' Scope::Guard: '0'
Sereal: '0' Sereal: '0'
Socket6: '0.23' Socket6: '0.23'
@@ -533,7 +534,7 @@ resources:
MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users
bugtracker: https://github.com/netdisco/netdisco/issues bugtracker: https://github.com/netdisco/netdisco/issues
homepage: http://netdisco.org/ 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 repository: https://github.com/netdisco/netdisco
version: '2.039004' version: '2.039005'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018' x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.039004'; our $VERSION = '2.039005';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
=head1 NAME =head1 NAME