diff --git a/Build.PL b/Build.PL index 1312dad8..758c2843 100644 --- a/Build.PL +++ b/Build.PL @@ -86,7 +86,7 @@ Module::Build->new( 'Expect' => '0', }, test_requires => { - 'Test::More' => '0.88', + 'Test::More' => '1.302083', 'Env::Path' => '0', 'Test::File::ShareDir::Dist' => '0', }, diff --git a/Changes b/Changes index 355c54b9..493c19c6 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.038008 + + [BUG FIXES] + + * Add updated Test::More dependency to get tests passing again. + 2.038007 [BUG FIXES] diff --git a/META.json b/META.json index c9f40323..eb190a5c 100644 --- a/META.json +++ b/META.json @@ -99,14 +99,14 @@ "requires" : { "Env::Path" : "0", "Test::File::ShareDir::Dist" : "0", - "Test::More" : "0.88" + "Test::More" : "1.302083" } } }, "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.038007" + "version" : "2.038008" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -767,6 +767,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.038007", + "version" : "2.038008", "x_serialization_backend" : "JSON::PP version 2.27300" } diff --git a/META.yml b/META.yml index 2923a71b..bada6828 100644 --- a/META.yml +++ b/META.yml @@ -5,7 +5,7 @@ author: build_requires: Env::Path: '0' Test::File::ShareDir::Dist: '0' - Test::More: '0.88' + Test::More: '1.302083' configure_requires: DBIx::Class: '0.082810' Module::Build: '0.42' @@ -19,7 +19,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.038007' + version: '2.038008' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -527,5 +527,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.038007' +version: '2.038008' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index c00df902..2ac1c8a9 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.038007'; +our $VERSION = '2.038008'; use App::Netdisco::Configuration; =head1 NAME