diff --git a/Changes b/Changes index e739bff5..203a2fc5 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -2.046000 - 2020-06-29 +2.046000 - 2020-07-08 [ENHANCEMENTS] diff --git a/MANIFEST b/MANIFEST index 8d28a92b..0b1be04f 100644 --- a/MANIFEST +++ b/MANIFEST @@ -400,6 +400,7 @@ share/schema_versions/App-Netdisco-DB-59-60-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-6-7-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-60-61-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-61-62-PostgreSQL.sql +share/schema_versions/App-Netdisco-DB-62-63-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-7-8-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-8-9-PostgreSQL.sql share/schema_versions/App-Netdisco-DB-9-10-PostgreSQL.sql diff --git a/META.json b/META.json index ece7b717..6dddb2be 100644 --- a/META.json +++ b/META.json @@ -4,7 +4,7 @@ "Oliver Gorwits " ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.4224", + "generated_by" : "Module::Build version 0.4231", "license" : [ "bsd" ], @@ -53,6 +53,7 @@ "Dancer::Plugin::Swagger" : "0", "Dancer::Session::Cookie" : "0.27", "Data::Printer" : "0", + "Data::Visitor::Tiny" : "0", "Expect" : "0", "File::ShareDir" : "1.03", "File::Slurper" : "0.009", @@ -126,7 +127,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.045007" + "version" : "2.046000" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -148,7 +149,7 @@ }, "App::Netdisco::DB" : { "file" : "lib/App/Netdisco/DB.pm", - "version" : "62" + "version" : "63" }, "App::Netdisco::DB::ExplicitLocking" : { "file" : "lib/App/Netdisco/DB/ExplicitLocking.pm" @@ -830,7 +831,7 @@ }, "homepage" : "http://netdisco.org/", "license" : [ - "http://opensource.org/licenses/BSD-3-Clause" + "http://opensource.org/licenses/bsd-license.php" ], "repository" : { "url" : "https://github.com/netdisco/netdisco" @@ -838,6 +839,6 @@ "x_IRC" : "irc://irc.freenode.org/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.045007", - "x_serialization_backend" : "JSON::PP version 2.97001" + "version" : "2.046000", + "x_serialization_backend" : "JSON::PP version 4.02" } diff --git a/META.yml b/META.yml index 0541b46a..47c98925 100644 --- a/META.yml +++ b/META.yml @@ -14,7 +14,7 @@ configure_requires: DBIx::Class: '0.082810' Module::Build: '0.42' dynamic_config: 1 -generated_by: 'Module::Build version 0.4224, CPAN::Meta::Converter version 2.150010' +generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010' license: bsd meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.045007' + version: '2.046000' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -38,7 +38,7 @@ provides: file: lib/App/Netdisco/Configuration.pm App::Netdisco::DB: file: lib/App/Netdisco/DB.pm - version: '62' + version: '63' App::Netdisco::DB::ExplicitLocking: file: lib/App/Netdisco/DB/ExplicitLocking.pm App::Netdisco::DB::Result: @@ -511,6 +511,7 @@ requires: Dancer::Plugin::Swagger: '0' Dancer::Session::Cookie: '0.27' Data::Printer: '0' + Data::Visitor::Tiny: '0' Expect: '0' File::ShareDir: '1.03' File::Slurper: '0.009' @@ -575,7 +576,7 @@ resources: MailingList: https://lists.sourceforge.net/lists/listinfo/netdisco-users bugtracker: https://github.com/netdisco/netdisco/issues homepage: http://netdisco.org/ - license: http://opensource.org/licenses/BSD-3-Clause + license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.045007' +version: '2.046000' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index e7d7e065..e8976505 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.045007'; +our $VERSION = '2.046000'; use App::Netdisco::Configuration; =head1 NAME