projects
/
pve-common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0c43c2
)
JSONSchema: allow to import parse_property_string
author
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Sat, 2 May 2020 16:42:35 +0000
(18:42 +0200)
committer
Thomas Lamprecht
<t.lamprecht@proxmox.com>
Sat, 2 May 2020 16:42:42 +0000
(18:42 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/JSONSchema.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/PVE/JSONSchema.pm
b/src/PVE/JSONSchema.pm
index 1d28f36510bab45b0ba58c4fb22478a3c870f4fe..84fb694fcc1b2ce920036cdda2955667c1c229f5 100644
(file)
--- a/
src/PVE/JSONSchema.pm
+++ b/
src/PVE/JSONSchema.pm
@@
-16,8
+16,9
@@
use Data::Dumper;
use base 'Exporter';
our @EXPORT_OK = qw(
-register_standard_option
get_standard_option
+parse_property_string
+register_standard_option
);
# Note: This class implements something similar to JSON schema, but it is not 100% complete.