Oops. Without this change, "make distcheck" would fail due to lack of the new file:
>From 1346856368e675e2c085349674d3348c99dfcd55 Mon Sep 17 00:00:00 2001 From: Jim Meyering <[email protected]> Date: Fri, 29 Apr 2011 10:31:09 +0200 Subject: [PATCH] tests: distribute new file, CuSkip.pm Without this, most perl-based tests would fail in "make distcheck". * tests/Makefile.am (EXTRA_DIST): Add CuSkip.pm --- tests/Makefile.am | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 1a80f84..52417bc 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -7,6 +7,7 @@ ASSORT = LC_ALL=C sort EXTRA_DIST = \ Coreutils.pm \ + CuSkip.pm \ CuTmpdir.pm \ check.mk \ envvar-check \ -- 1.7.5.421.g9d34e
