tag 539848 patch
quit

and here's the patch.

-- 
_________________________
Ryan Niebur
ryanrya...@gmail.com
--- ./perl_build.pm	2009-08-03 18:00:00.000000000 -0700
+++ /usr/share/perl5/Debian/Debhelper/Buildsystem/perl_build.pm	2009-08-03 18:01:31.000000000 -0700
@@ -61,7 +61,9 @@
 
 sub clean {
 	my $this=shift;
-	$this->do_perl("Build", "--allow_mb_mismatch", 1, "distclean", @_);
+	if(-f "Build") {
+		$this->do_perl("Build", "--allow_mb_mismatch", 1, "distclean", @_);
+	}
 }
 
 1

Attachment: signature.asc
Description: Digital signature

Reply via email to