dbic sync between actual db & our functions/docs (#595)

This commit is contained in:
nick n
2019-05-27 13:39:07 +02:00
committed by Oliver Gorwits
parent f2ddf175b7
commit e65f7b84c8
12 changed files with 42 additions and 73 deletions

View File

@@ -142,7 +142,7 @@
},
"App::Netdisco::DB" : {
"file" : "lib/App/Netdisco/DB.pm",
"version" : "57"
"version" : "58"
},
"App::Netdisco::DB::ExplicitLocking" : {
"file" : "lib/App/Netdisco/DB/ExplicitLocking.pm"
@@ -186,9 +186,6 @@
"App::Netdisco::DB::Result::DevicePower" : {
"file" : "lib/App/Netdisco/DB/Result/DevicePower.pm"
},
"App::Netdisco::DB::Result::DeviceRoute" : {
"file" : "lib/App/Netdisco/DB/Result/DeviceRoute.pm"
},
"App::Netdisco::DB::Result::DeviceSkip" : {
"file" : "lib/App/Netdisco/DB/Result/DeviceSkip.pm"
},
@@ -806,7 +803,7 @@
},
"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"
@@ -815,5 +812,5 @@
"x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users"
},
"version" : "2.042008",
"x_serialization_backend" : "JSON::PP version 2.97001"
"x_serialization_backend" : "JSON::PP version 4.02"
}