table of contents
other versions
- buster 2.15.0
- buster-backports 2.104.0~bpo10+1
- testing 2.104.0
- unstable 2.104.0
Test::Lintian::ConfigFile(3) | Debian Package Checker | Test::Lintian::ConfigFile(3) |
NAME¶
Test::Lintian::ConfigFile -- generic helper routines for colon-delimited configuration filesSYNOPSIS¶
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.
2021-02-01 | Lintian v2.104.0~bpo10+1 |