Hi, 

This solves it for both PPI and PPI::XS - Module::Depends::Intrusive
was unable to find the Makefile.PL because it was not working in the
right directory, so I am adding the module's build directory as the
first element in @INC.

----------------------------------------------------------------------
--- dh-make-perl        2005-05-18 09:25:07.851587016 -0500
+++ dh-make-perl.new    2005-05-18 09:28:00.538334640 -0500
@@ -473,6 +473,7 @@
 sub extract_depends {
        my ($dir) = shift;
        $dir .= '/' unless $dir =~ m/\/$/;
+       local @INC = ($dir, @INC);
 
        my $mod_dep = Module::Depends::Intrusive->new();
----------------------------------------------------------------------

I will be uploading today a new version of dh-make-perl, with this
patch included. Please tell me if you have any problems.


-- 
Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)1451-2244 / 5623-0154
PGP key 1024D/8BB527AF 2001-10-23
Fingerprint: 0C79 D2D1 2C4E 9CE4 5973  F800 D80E F35A 8BB5 27AF


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to