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::Prepare -- routines to prepare the work directories

Author

Originally written by Felix Lechner <felix.lechner@lease-up.com> for Lintian.

Description

The routines in this module prepare the work directories in which the tests are run. To do so, they use the specifications in the test set.

Functions

prepare(SPEC_PATH, SOURCE_PATH, TEST_SET, REBUILD) Populates a work directory SOURCE_PATH with data from the test located in SPEC_PATH. The optional parameter REBUILD forces a rebuild if true. filleval(SPEC_PATH, EVAL_PATH, TEST_SET, REBUILD) Populates a evaluation directory EVAL_PATH with data from the test located in SPEC_PATH. The optional parameter REBUILD forces a rebuild if true. combine_fields deb822_section_to_hash write_hash_to_deb822_section fill_hash_from_hash

Name

Test::Lintian::Prepare -- routines to prepare the work directories

See Also

lintian(1) Lintian v2.122.0ubuntu1 2025-05-01 Test::Lintian::Prepare(3)

Synopsis

use Test::Lintian::Prepare qw(prepare);

See Also