release 2.047008

This commit is contained in:
Oliver Gorwits
2021-07-21 09:53:14 +01:00
parent 9eaef17680
commit c584689e9c
4 changed files with 11 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2.047008 - 2021-07-21
[BUG FIXES]
* #767 reverted - circular dependency
2.047007 - 2021-07-14
[BUG FIXES]

View File

@@ -129,7 +129,7 @@
"provides" : {
"App::Netdisco" : {
"file" : "lib/App/Netdisco.pm",
"version" : "2.047007"
"version" : "2.047008"
},
"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.047007",
"version" : "2.047008",
"x_serialization_backend" : "JSON::PP version 4.02"
}

View File

@@ -23,7 +23,7 @@ name: App-Netdisco
provides:
App::Netdisco:
file: lib/App/Netdisco.pm
version: '2.047007'
version: '2.047008'
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.047007'
version: '2.047008'
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.047007';
our $VERSION = '2.047008';
use App::Netdisco::Configuration;
=head1 NAME