Description: patch Makefile.PL not to install script/pwhich script
Origin: vendor
Author: Jonathan Yu <frequency@cpan.org>
Forwarded: not-needed
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,9 +13,6 @@
 		'Test::More'   => '0.80',
 		'Test::Script' => '1.05',
 	},
-	'EXE_FILES' => [
-		'script/pwhich',
-	],
 	( $] >= 5.005 ? (
 		AUTHOR => 'Adam Kennedy <adamk@cpan.org>',
 	) : () ),
