Index: ExtUtils-PkgConfig-1.07/Makefile.PL --- ExtUtils-PkgConfig-1.07/Makefile.PL.orig 2005-11-09 14:25:08 +0100 +++ ExtUtils-PkgConfig-1.07/Makefile.PL 2005-11-09 14:25:44 +0100 @@ -1,13 +1,6 @@ use 5.006; use ExtUtils::MakeMaker; -# don't go any further if pkg-config cannot be found. -`pkg-config --version` or die "*** -*** ExtUtils::PkgConfig requires the pkg-config utility, but it doesn't -*** seem to be in your PATH. it is correctly installed? -*** PATH=$ENV{PATH} -***\n"; - WriteMakefile( # FIXME this doesn't work very well with native win32 perl 'dist' => { Index: CPAN-1.88/Makefile.PL --- CPAN-1.88/Makefile.PL.orig 2005-12-25 09:23:51 +0100 +++ CPAN-1.88/Makefile.PL 2005-12-25 09:52:02 +0100 @@ -93,7 +93,7 @@ my $cmd; if ($cmd = MM->maybe_command($abs)) { print "Importing PAUSE public key into your GnuPG keychain... "; - system($cmd, '--quiet', '--import', ); + # system($cmd, '--quiet', '--import', ); print "done!\n"; print "(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')\n"; last;