From d3ef19c104207d7c0dd42b5a20c9c86b9172e8e9 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Thu, 24 Mar 2022 12:56:39 +0100 Subject: [PATCH] json schema: allow to export print_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 2caf109..ab718f3 100644 --- a/src/PVE/JSONSchema.pm +++ b/src/PVE/JSONSchema.pm @@ -16,9 +16,10 @@ use Data::Dumper; use base 'Exporter'; our @EXPORT_OK = qw( +register_standard_option get_standard_option parse_property_string -register_standard_option +print_property_string ); our $CONFIGID_RE = qr/[a-z][a-z0-9_-]+/i; -- 2.39.2