logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

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. Lintian v2.122.0ubuntu1 2025-05-01 Test::Lintian::ConfigFile(3)

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');

See Also