]> git.proxmox.com Git - pve-common.git/commitdiff
JSONSchema: allow to import parse_property_string
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 2 May 2020 16:42:35 +0000 (18:42 +0200)
committerThomas 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

index 1d28f36510bab45b0ba58c4fb22478a3c870f4fe..84fb694fcc1b2ce920036cdda2955667c1c229f5 100644 (file)
@@ -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.