release 2.049003

This commit is contained in:
Oliver Gorwits
2021-09-03 08:07:35 +01:00
parent 691cedb3c6
commit 9e9b0489e5
3 changed files with 6 additions and 6 deletions

View File

@@ -129,7 +129,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.049002"
"version" : "2.049003"
},
"App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -862,6 +862,6 @@
"x_IRC" : "irc://irc.libera.chat/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.049002",
"x_serialization_backend" : "JSON::PP version 4.02"
"version" : "2.049003",
"x_serialization_backend" : "JSON::PP version 4.06"
}

View File

@@ -23,7 +23,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.049002'
version: '2.049003'
App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job:
@@ -594,5 +594,5 @@ resources:
homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco
version: '2.049002'
version: '2.049003'
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.049002';
our $VERSION = '2.049003';
use App::Netdisco::Configuration;
=head1 NAME