Test::Lintian::Harness (3) Linux Manual Page
Test::Lintian::Harness — Helper tools for t/runtests Synopsis use Test::Lintian::Harness qw(up_to_date); if (not up_to_date(‘some/build-stamp’, ‘some/dir’)) { # do rebuild } Description Helper functions for t/runtests. Functions skip_reaon(SKIP_FILE) Return the (human-readable) reason for skipping a test by reading the SKIP_FILE. copy_template_dir(SKEL_DIR, TEST_SRC_DIR, TEST_TARGET_DIR, [EXCL_SKEL[, EXCL_SRC]]) Populate TEST_TARGET_DIR with files/dirs from SKEL_DIR and TEST_SRC_DIR. If given, EXCL_SKEL and…
