release 2.036005
This commit is contained in:
2
Build.PL
2
Build.PL
@@ -59,7 +59,7 @@ Module::Build->new(
|
|||||||
'Sereal' => '0',
|
'Sereal' => '0',
|
||||||
'Socket6' => '0.23',
|
'Socket6' => '0.23',
|
||||||
'Starman' => '0.4008',
|
'Starman' => '0.4008',
|
||||||
'SNMP::Info' => '3.34',
|
'SNMP::Info' => '3.36',
|
||||||
'SQL::Translator' => '0.11018',
|
'SQL::Translator' => '0.11018',
|
||||||
'Template' => '2.24',
|
'Template' => '2.24',
|
||||||
'Template::Plugin::CSV' => '0.04',
|
'Template::Plugin::CSV' => '0.04',
|
||||||
|
|||||||
2
Changes
2
Changes
@@ -1,4 +1,4 @@
|
|||||||
2.036005 - TESTING
|
2.036005 - 2017-07-05
|
||||||
|
|
||||||
[ENHANCEMENTS]
|
[ENHANCEMENTS]
|
||||||
|
|
||||||
|
|||||||
@@ -69,8 +69,9 @@
|
|||||||
"Plack" : "1.0023",
|
"Plack" : "1.0023",
|
||||||
"Plack::Middleware::Expires" : "0.03",
|
"Plack::Middleware::Expires" : "0.03",
|
||||||
"Plack::Middleware::ReverseProxy" : "0.15",
|
"Plack::Middleware::ReverseProxy" : "0.15",
|
||||||
|
"Pod::Usage" : "0",
|
||||||
"Role::Tiny" : "1.002005",
|
"Role::Tiny" : "1.002005",
|
||||||
"SNMP::Info" : "3.34",
|
"SNMP::Info" : "3.36",
|
||||||
"SQL::Translator" : "0.11018",
|
"SQL::Translator" : "0.11018",
|
||||||
"Sereal" : "0",
|
"Sereal" : "0",
|
||||||
"Socket6" : "0.23",
|
"Socket6" : "0.23",
|
||||||
@@ -99,7 +100,7 @@
|
|||||||
"provides" : {
|
"provides" : {
|
||||||
"App::Netdisco" : {
|
"App::Netdisco" : {
|
||||||
"file" : "lib/App/Netdisco.pm",
|
"file" : "lib/App/Netdisco.pm",
|
||||||
"version" : "2.036004"
|
"version" : "2.036005"
|
||||||
},
|
},
|
||||||
"App::Netdisco::AnyEvent::Nbtstat" : {
|
"App::Netdisco::AnyEvent::Nbtstat" : {
|
||||||
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
||||||
@@ -658,6 +659,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.036004",
|
"version" : "2.036005",
|
||||||
"x_serialization_backend" : "JSON::PP version 2.94"
|
"x_serialization_backend" : "JSON::PP version 2.94"
|
||||||
}
|
}
|
||||||
|
|||||||
7
META.yml
7
META.yml
@@ -18,7 +18,7 @@ name: App-Netdisco
|
|||||||
provides:
|
provides:
|
||||||
App::Netdisco:
|
App::Netdisco:
|
||||||
file: lib/App/Netdisco.pm
|
file: lib/App/Netdisco.pm
|
||||||
version: '2.036004'
|
version: '2.036005'
|
||||||
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:
|
||||||
@@ -427,8 +427,9 @@ requires:
|
|||||||
Plack: '1.0023'
|
Plack: '1.0023'
|
||||||
Plack::Middleware::Expires: '0.03'
|
Plack::Middleware::Expires: '0.03'
|
||||||
Plack::Middleware::ReverseProxy: '0.15'
|
Plack::Middleware::ReverseProxy: '0.15'
|
||||||
|
Pod::Usage: '0'
|
||||||
Role::Tiny: '1.002005'
|
Role::Tiny: '1.002005'
|
||||||
SNMP::Info: '3.34'
|
SNMP::Info: '3.36'
|
||||||
SQL::Translator: '0.11018'
|
SQL::Translator: '0.11018'
|
||||||
Sereal: '0'
|
Sereal: '0'
|
||||||
Socket6: '0.23'
|
Socket6: '0.23'
|
||||||
@@ -452,5 +453,5 @@ resources:
|
|||||||
homepage: http://netdisco.org/
|
homepage: http://netdisco.org/
|
||||||
license: http://opensource.org/licenses/bsd-license.php
|
license: http://opensource.org/licenses/bsd-license.php
|
||||||
repository: https://github.com/netdisco/netdisco
|
repository: https://github.com/netdisco/netdisco
|
||||||
version: '2.036004'
|
version: '2.036005'
|
||||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ use strict;
|
|||||||
use warnings;
|
use warnings;
|
||||||
use 5.010_000;
|
use 5.010_000;
|
||||||
|
|
||||||
our $VERSION = '2.036004';
|
our $VERSION = '2.036005';
|
||||||
use App::Netdisco::Configuration;
|
use App::Netdisco::Configuration;
|
||||||
|
|
||||||
use Module::Find ();
|
use Module::Find ();
|
||||||
|
|||||||
Reference in New Issue
Block a user