+2007-11-04 Guillem Jover <guillem@debian.org>
+
+ * scripts/Makefile.am (clean): Set PERL5LIB to force use of shipped
+ modules instead of system ones.
+
2007-11-04 Guillem Jover <guillem@debian.org>
* scripts/dpkg-architecture.pl: Move host and build arch detection
# a bit hacky...
$(mkdir_p) t.tmp
cp -dRl $(srcdir)/t/200_Dpkg_Shlibs/ld.so.conf* t.tmp/
- srcdir=$(srcdir) PERL_DL_NONLAZY=1 $(PERL) -I$(srcdir) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '.')" $(TEST_FILES)
+ srcdir=$(srcdir) PERL5LIB=$(srcdir) PERL_DL_NONLAZY=1 $(PERL) -I$(srcdir) "-MExtUtils::Command::MM" "-e" "test_harness($(TEST_VERBOSE), '.')" $(TEST_FILES)