From 664d9e233e996690f872cb0b115cafea88122976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20P=C3=A4iv=C3=A4rinta?= Date: Mon, 26 Apr 2021 21:03:10 +0200 Subject: [PATCH] Make POD for database-related properties more like other properties --- lib/Zonemaster/Backend/Config.pm | 36 ++++++++------------------------ 1 file changed, 9 insertions(+), 27 deletions(-) diff --git a/lib/Zonemaster/Backend/Config.pm b/lib/Zonemaster/Backend/Config.pm index 9f443582a..21e0262a4 100644 --- a/lib/Zonemaster/Backend/Config.pm +++ b/lib/Zonemaster/Backend/Config.pm @@ -219,65 +219,47 @@ sub check_db { =head2 MYSQL_database -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 MySQL_host -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 MYSQL_password -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 MYSQL_user -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 POSTGRESQL_database -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 POSTGRESQL_host -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 POSTGRESQL_password -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 POSTGRESQL_user -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =head2 SQLITE_database_file -Returns the L -property from the loaded config, or the L -property if it is unspecified. +Get the value of L. =cut