summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index ea9904e6a..18271f7eb 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -31,6 +31,11 @@ check_pms_encoding:
check_full: check_pms_encoding
perl -I. -Mlang -e 'lang::check'
+# Look for "Uncaught exception" or "has.*errors"
+# Excluding *gtk2.pm which are unused by our tools anyway
+check:
+ for i in $$(ls *.pm */*.pm */*/*.pm|grep -v gtk2);do perl -I. -I/usr/lib/libDrakX -cw $$i;done
+
check2:
perl -I/usr/lib/libDrakX/ -Mkeyboard -e 'keyboard::check'