From 79ac628b9e567ffbc881399ea63e7590ffaf1f8f Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 2 May 2020 18:42:35 +0200 Subject: [PATCH] JSONSchema: allow to import parse_property_string Signed-off-by: Thomas Lamprecht --- src/PVE/JSONSchema.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PVE/JSONSchema.pm b/src/PVE/JSONSchema.pm index 1d28f36..84fb694 100644 --- 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. -- 2.39.2