release 2.035006

This commit is contained in:
Oliver Gorwits
2017-04-29 09:29:29 +01:00
parent 67f067fdb2
commit 46d054ffd1
3 changed files with 5 additions and 5 deletions

View File

@@ -99,7 +99,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.035005"
"version" : "2.035006"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -643,6 +643,6 @@
"x_IRC" : "irc://irc.freenode.org/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.035005",
"version" : "2.035006",
"x_serialization_backend" : "JSON::PP version 2.27400"
}

View File

@@ -18,7 +18,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.035005'
version: '2.035006'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Configuration:
@@ -442,5 +442,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco
version: '2.035005'
version: '2.035006'
x_serialization_backend: 'CPAN::Meta::YAML version 0.011'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings;
use 5.010_000;
our $VERSION = '2.035005';
our $VERSION = '2.035006';
use App::Netdisco::Configuration;
use Module::Find ();