testing release 2.035999_007

This commit is contained in:
Oliver Gorwits
2017-05-30 21:27:40 +01:00
parent 585a442b64
commit b0eb652141
3 changed files with 8 additions and 10 deletions

View File

@@ -75,7 +75,6 @@
"Sereal" : "0", "Sereal" : "0",
"Socket6" : "0.23", "Socket6" : "0.23",
"Starman" : "0.4008", "Starman" : "0.4008",
"Sys::Proctitle" : "0",
"Template" : "2.24", "Template" : "2.24",
"Template::Plugin::CSV" : "0.04", "Template::Plugin::CSV" : "0.04",
"Template::Plugin::Number::Format" : "1.02", "Template::Plugin::Number::Format" : "1.02",
@@ -100,7 +99,7 @@
"provides" : { "provides" : {
"App::Netdisco" : { "App::Netdisco" : {
"file" : "lib/App/Netdisco.pm", "file" : "lib/App/Netdisco.pm",
"version" : "2.035999_006" "version" : "2.035999_007"
}, },
"App::Netdisco::AnyEvent::Nbtstat" : { "App::Netdisco::AnyEvent::Nbtstat" : {
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
@@ -650,6 +649,6 @@
"x_IRC" : "irc://irc.freenode.org/#netdisco", "x_IRC" : "irc://irc.freenode.org/#netdisco",
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
}, },
"version" : "2.035999_006", "version" : "2.035999_007",
"x_serialization_backend" : "JSON::PP version 2.27300" "x_serialization_backend" : "JSON::PP version 2.27400"
} }

View File

@@ -9,7 +9,7 @@ configure_requires:
DBIx::Class: '0.082810' DBIx::Class: '0.082810'
Module::Build: '0.42' Module::Build: '0.42'
dynamic_config: 1 dynamic_config: 1
generated_by: 'Module::Build version 0.4222, CPAN::Meta::Converter version 2.150005' generated_by: 'Module::Build version 0.4222, CPAN::Meta::Converter version 2.150010'
license: bsd license: bsd
meta-spec: meta-spec:
url: http://module-build.sourceforge.net/META-spec-v1.4.html url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,7 +18,7 @@ name: App-Netdisco
provides: provides:
App::Netdisco: App::Netdisco:
file: lib/App/Netdisco.pm file: lib/App/Netdisco.pm
version: 2.035999_006 version: 2.035999_007
App::Netdisco::AnyEvent::Nbtstat: App::Netdisco::AnyEvent::Nbtstat:
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
App::Netdisco::Backend::Job: App::Netdisco::Backend::Job:
@@ -427,7 +427,6 @@ requires:
Sereal: '0' Sereal: '0'
Socket6: '0.23' Socket6: '0.23'
Starman: '0.4008' Starman: '0.4008'
Sys::Proctitle: '0'
Template: '2.24' Template: '2.24'
Template::Plugin::CSV: '0.04' Template::Plugin::CSV: '0.04'
Template::Plugin::Number::Format: '1.02' Template::Plugin::Number::Format: '1.02'
@@ -447,5 +446,5 @@ resources:
homepage: http://netdisco.org/ homepage: http://netdisco.org/
license: http://opensource.org/licenses/bsd-license.php license: http://opensource.org/licenses/bsd-license.php
repository: https://github.com/netdisco/netdisco repository: https://github.com/netdisco/netdisco
version: 2.035999_006 version: 2.035999_007
x_serialization_backend: 'CPAN::Meta::YAML version 0.018' x_serialization_backend: 'CPAN::Meta::YAML version 0.011'

View File

@@ -4,7 +4,7 @@ use strict;
use warnings; use warnings;
use 5.010_000; use 5.010_000;
our $VERSION = '2.035999_006'; our $VERSION = '2.035999_007';
use App::Netdisco::Configuration; use App::Netdisco::Configuration;
use Module::Find (); use Module::Find ();