DOKK / manpages / debian 12 / lintian / Test::Lintian::ConfigFile.3.en
Test::Lintian::ConfigFile(3) Debian Package Checker Test::Lintian::ConfigFile(3)

Test::Lintian::ConfigFile -- generic helper routines for colon-delimited configuration files

use Test::Lintian::ConfigFile qw(read_config); my $desc = read_config('t/tags/testname/desc');

Routines for dealing with colon-delimited configuration files.

Reads the configuration file located at PATH into a hash and returns it. When also passed a HASHREF, will fill that instead.
Write the config described by hash reference TEST_CASE to the file named PATH.
2023-02-05 Lintian v2.116.3