]> git.donarmstrong.com Git - debhelper.git/blobdiff - dh_listpackages
r420: big monsta changes
[debhelper.git] / dh_listpackages
index 1123e6d2d7b09b3d0d58caa7137f3aeb952e4ddf..ec9d533cba52378dcfff0ec5e603687ae36949bf 100755 (executable)
@@ -2,6 +2,7 @@
 #
 # Output a list of all packages debhelper will act on.
 
+use strict;
 use Debian::Debhelper::Dh_Lib;
 init();
 print join("\n",@{$dh{DOPACKAGES}})."\n";