release 2.038002_001
This commit is contained in:
3
MANIFEST
3
MANIFEST
@@ -272,6 +272,7 @@ share/public/font/FontAwesome.otf
|
||||
share/public/images/crystalclear_mag.png
|
||||
share/public/images/diagona_settings.png
|
||||
share/public/images/dusseldorf_settings.png
|
||||
share/public/images/favicon.ico
|
||||
share/public/images/glyphicons_072_bookmark.png
|
||||
share/public/images/matte_basic_pin.png
|
||||
share/public/images/navbar_disco.png
|
||||
@@ -286,8 +287,8 @@ share/public/images/tango_sweep.png
|
||||
share/public/images/vaga_copy.png
|
||||
share/public/javascripts/bootstrap.min.js
|
||||
share/public/javascripts/bootstrap2-toggle.min.js
|
||||
share/public/javascripts/d3-3.5.17.min.js
|
||||
share/public/javascripts/d3-force-network-chart.js
|
||||
share/public/javascripts/d3.min.js
|
||||
share/public/javascripts/dataTables.bootstrap.js
|
||||
share/public/javascripts/dataTables.ip-address-detect.js
|
||||
share/public/javascripts/dataTables.ip-address-sort.js
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
"provides" : {
|
||||
"App::Netdisco" : {
|
||||
"file" : "lib/App/Netdisco.pm",
|
||||
"version" : "2.038001"
|
||||
"version" : "2.038002_001"
|
||||
},
|
||||
"App::Netdisco::AnyEvent::Nbtstat" : {
|
||||
"file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm"
|
||||
@@ -751,14 +751,14 @@
|
||||
"file" : "lib/Dancer/Template/NetdiscoTemplateToolkit.pm"
|
||||
}
|
||||
},
|
||||
"release_status" : "stable",
|
||||
"release_status" : "testing",
|
||||
"resources" : {
|
||||
"bugtracker" : {
|
||||
"web" : "https://github.com/netdisco/netdisco/issues"
|
||||
},
|
||||
"homepage" : "http://netdisco.org/",
|
||||
"license" : [
|
||||
"http://opensource.org/licenses/bsd-license.php"
|
||||
"http://opensource.org/licenses/BSD-3-Clause"
|
||||
],
|
||||
"repository" : {
|
||||
"url" : "https://github.com/netdisco/netdisco"
|
||||
@@ -766,6 +766,6 @@
|
||||
"x_IRC" : "irc://irc.freenode.org/#netdisco",
|
||||
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
|
||||
},
|
||||
"version" : "2.038001",
|
||||
"version" : "2.038002_001",
|
||||
"x_serialization_backend" : "JSON::PP version 2.94"
|
||||
}
|
||||
|
||||
6
META.yml
6
META.yml
@@ -18,7 +18,7 @@ name: App-Netdisco
|
||||
provides:
|
||||
App::Netdisco:
|
||||
file: lib/App/Netdisco.pm
|
||||
version: '2.038001'
|
||||
version: 2.038002_001
|
||||
App::Netdisco::AnyEvent::Nbtstat:
|
||||
file: lib/App/Netdisco/AnyEvent/Nbtstat.pm
|
||||
App::Netdisco::Backend::Job:
|
||||
@@ -524,7 +524,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-license.php
|
||||
license: http://opensource.org/licenses/BSD-3-Clause
|
||||
repository: https://github.com/netdisco/netdisco
|
||||
version: '2.038001'
|
||||
version: 2.038002_001
|
||||
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
|
||||
|
||||
@@ -4,7 +4,7 @@ use strict;
|
||||
use warnings;
|
||||
use 5.010_000;
|
||||
|
||||
our $VERSION = '2.038001';
|
||||
our $VERSION = '2.038002_001';
|
||||
use App::Netdisco::Configuration;
|
||||
|
||||
=head1 NAME
|
||||
|
||||
Reference in New Issue
Block a user