release 2.039004

This commit is contained in:
Oliver Gorwits
2018-02-15 08:29:25 +00:00
parent fb193b7f83
commit a9cc16306a
3 changed files with 5 additions and 5 deletions

View File

@@ -108,7 +108,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.039003"
"version" : "2.039004"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -778,6 +778,6 @@
"x_IRC" : "irc://irc.freenode.org/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.039003",
"version" : "2.039004",
"x_serialization_backend" : "JSON::PP version 2.97001"
}

View File

@@ -19,7 +19,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.039003'
version: '2.039004'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
@@ -535,5 +535,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco
version: '2.039003'
version: '2.039004'
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

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