]> git.donarmstrong.com Git - debhelper.git/commitdiff
bugfix
authorJoey Hess <joey@kitenet.net>
Sun, 3 Apr 2011 17:23:14 +0000 (13:23 -0400)
committerJoey Hess <joey@kitenet.net>
Sun, 3 Apr 2011 17:23:14 +0000 (13:23 -0400)
dh_auto_clean

index 55631c79de513bbc33c6551cf604de392ecdad1a..ddf78699daaba2ad80c235b29631b39423cbc387 100755 (executable)
@@ -7,6 +7,7 @@ dh_auto_clean - automatically cleans up after a build
 =cut
 
 use strict;
+use Debian::Debhelper::Dh_Lib;
 use Debian::Debhelper::Dh_Buildsystems;
 
 =head1 SYNOPSIS