You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
1.3 KiB
35 lines
1.3 KiB
Index: CPAN-2.16/Makefile.PL |
|
--- CPAN-2.16/Makefile.PL.orig 2007-11-05 23:51:52 +0100 |
|
+++ CPAN-2.16/Makefile.PL 2008-03-15 17:43:50 +0100 |
|
@@ -131,7 +131,7 @@ |
|
my $cmd; |
|
if ($cmd = MM->maybe_command($abs)) { |
|
print "Importing PAUSE public key into your GnuPG keychain... "; |
|
- system($cmd, '--quiet', '--import', <PAUSE*.pub>); |
|
+ # system($cmd, '--quiet', '--import', <PAUSE*.pub>); |
|
print "done!\n"; |
|
print "(You may wish to trust it locally with 'gpg --lsign-key 450F89EC')\n"; |
|
last; |
|
Index: ExtUtils-PkgConfig-1.16/Makefile.PL |
|
--- ExtUtils-PkgConfig-1.16/Makefile.PL.orig 2013-02-04 03:56:20.000000000 +0100 |
|
+++ ExtUtils-PkgConfig-1.16/Makefile.PL 2013-05-20 10:00:01.633671159 +0200 |
|
@@ -5,19 +5,6 @@ |
|
# don't go any further if pkg-config cannot be found. |
|
my $have_pkg_config = `pkg-config --version`; |
|
|
|
-if ($have_pkg_config eq "") { |
|
- # Warn and exit with status 0 to indicate (to the user and the CPAN |
|
- # testers infrastructure) that this module won't work on this machine. |
|
- warn <<"__EOW__"; |
|
-*** |
|
-*** ExtUtils::PkgConfig requires the pkg-config utility, but it doesn't |
|
-*** seem to be in your PATH. Is it correctly installed? |
|
-*** PATH=$ENV{PATH} |
|
-*** |
|
-__EOW__ |
|
- exit 0; |
|
-} |
|
- |
|
my %meta_merge = ( |
|
q(meta-spec) => { |
|
version => '2',
|
|
|