release 2.039005
This commit is contained in:
17
META.json
17
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"
|
||||
}
|
||||
|
||||
15
META.yml
15
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'
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user