release 2.045003
This commit is contained in:
11
META.json
11
META.json
@@ -4,7 +4,7 @@
|
||||
"Oliver Gorwits <oliver@cpan.org>"
|
||||
],
|
||||
"dynamic_config" : 1,
|
||||
"generated_by" : "Module::Build version 0.4231",
|
||||
"generated_by" : "Module::Build version 0.4224",
|
||||
"license" : [
|
||||
"bsd"
|
||||
],
|
||||
@@ -59,6 +59,7 @@
|
||||
"Guard" : "1.022",
|
||||
"HTML::Parser" : "3.70",
|
||||
"HTTP::Tiny" : "0.029",
|
||||
"IO::Socket::INET6" : "2.72",
|
||||
"IO::Socket::SSL" : "2.048",
|
||||
"JSON" : "2.90",
|
||||
"JSON::XS" : "3.01",
|
||||
@@ -125,7 +126,7 @@
|
||||
"provides" : {
|
||||
"App::Netdisco" : {
|
||||
"file" : "lib/App/Netdisco.pm",
|
||||
"version" : "2.045002"
|
||||
"version" : "2.045003"
|
||||
},
|
||||
"App::Netdisco::AnyEvent::Nbtstat" : {
|
||||
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
||||
@@ -829,7 +830,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"
|
||||
@@ -837,6 +838,6 @@
|
||||
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
||||
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
||||
},
|
||||
"version" : "2.045002",
|
||||
"x_serialization_backend" : "JSON::PP version 4.02"
|
||||
"version" : "2.045003",
|
||||
"x_serialization_backend" : "JSON::PP version 2.97001"
|
||||
}
|
||||
|
||||
9
META.yml
9
META.yml
@@ -14,7 +14,7 @@ configure_requires:
|
||||
DBIx::Class: '0.082810'
|
||||
Module::Build: '0.42'
|
||||
dynamic_config: 1
|
||||
generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010'
|
||||
generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010'
|
||||
license: bsd
|
||||
meta-spec:
|
||||
url: http://module-build.sourceforge.net/META-spec-v1.4.html
|
||||
@@ -23,7 +23,7 @@ name: App-Netdisco
|
||||
provides:
|
||||
App::Netdisco:
|
||||
file: lib/App/Netdisco.pm
|
||||
version: '2.045002'
|
||||
version: '2.045003'
|
||||
App::Netdisco::AnyEvent::Nbtstat:
|
||||
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
|
||||
App::Netdisco::Backend::Job:
|
||||
@@ -517,6 +517,7 @@ requires:
|
||||
Guard: '1.022'
|
||||
HTML::Parser: '3.70'
|
||||
HTTP::Tiny: '0.029'
|
||||
IO::Socket::INET6: '2.72'
|
||||
IO::Socket::SSL: '2.048'
|
||||
JSON: '2.90'
|
||||
JSON::XS: '3.01'
|
||||
@@ -574,7 +575,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.045002'
|
||||
version: '2.045003'
|
||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
||||
|
||||
@@ -4,7 +4,7 @@ use strict;
|
||||
use warnings;
|
||||
use 5.010_000;
|
||||
|
||||
our $VERSION = '2.045002';
|
||||
our $VERSION = '2.045003';
|
||||
use App::Netdisco::Configuration;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Reference in New Issue
Block a user