Man page - test::lintian::configfile(3)
Packages contains this manual
Manual
Test::Lintian::ConfigFile
NAMESYNOPSIS
DESCRIPTION
FUNCTIONS
NAME
Test::Lintian::ConfigFile -- generic helper routines for colon-delimited configuration files
SYNOPSIS
use Test::Lintian::ConfigFile qw(read_config); my $desc = read_config(βt/tags/testname/descβ);
DESCRIPTION
Routines for dealing with colon-delimited configuration files.
FUNCTIONS
read_config(PATH, HASHREF)
Reads the configuration file located at PATH into a hash and returns it. When also passed a HASHREF, will fill that instead.
write_config(TEST_CASE, PATH)
Write the config described by hash reference TEST_CASE to the file named PATH.