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.
89 lines
3.3 KiB
89 lines
3.3 KiB
Index: CPAN-2.38/Makefile.PL |
|
--- CPAN-2.38/Makefile.PL.orig 2022-04-17 18:50:06.000000000 +0200 |
|
+++ CPAN-2.38/Makefile.PL 2022-12-17 10:45:37.464400000 +0100 |
|
@@ -168,7 +168,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 $FINGERPRINT')\n"; |
|
last; |
|
Index: ExtUtils-PkgConfig-1.16/Makefile.PL |
|
--- ExtUtils-PkgConfig-1.16/Makefile.PL.orig 2013-02-05 00:47:10.000000000 +0100 |
|
+++ ExtUtils-PkgConfig-1.16/Makefile.PL 2022-12-17 10:45:37.464512000 +0100 |
|
@@ -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', |
|
Index: Module-Build-0.4234/Build.PL |
|
--- Module-Build-0.4234/Build.PL.orig 2022-12-09 00:24:31.000000000 +0100 |
|
+++ Module-Build-0.4234/Build.PL 2022-12-17 10:45:37.464602000 +0100 |
|
@@ -55,7 +55,6 @@ |
|
'Text::Abbrev' => 0, |
|
'Text::ParseWords' => 0, |
|
'Getopt::Long' => 0, |
|
- 'TAP::Harness' => 3.29, |
|
'CPAN::Meta' => '2.142060', |
|
'Perl::OSType' => ( $^O eq 'bitrig' ? 1.004 : 1 ), # needs 1.0 API |
|
'version' => 0.87, # No longer requires M::B |
|
@@ -64,8 +63,6 @@ |
|
}, |
|
test_requires => { |
|
'File::Temp' => 0.15, # tmpdir() + fixes |
|
- 'Test::More' => 0.49, |
|
- 'TAP::Harness' => 3.29, # TAP::Harness::Env |
|
'Parse::CPAN::Meta' => '1.4401', |
|
'CPAN::Meta::YAML' => 0.003, |
|
}, |
|
Index: Module-Build-0.4234/META.json |
|
--- Module-Build-0.4234/META.json.orig 2022-12-09 00:24:31.000000000 +0100 |
|
+++ Module-Build-0.4234/META.json 2022-12-17 10:45:59.052229000 +0100 |
|
@@ -50,7 +50,6 @@ |
|
"Getopt::Long" : "0", |
|
"Module::Metadata" : "1.000002", |
|
"Perl::OSType" : "1", |
|
- "TAP::Harness" : "3.29", |
|
"Text::Abbrev" : "0", |
|
"Text::ParseWords" : "0", |
|
"perl" : "5.006001", |
|
@@ -61,9 +60,7 @@ |
|
"requires" : { |
|
"CPAN::Meta::YAML" : "0.003", |
|
"File::Temp" : "0.15", |
|
- "Parse::CPAN::Meta" : "1.4401", |
|
- "TAP::Harness" : "3.29", |
|
- "Test::More" : "0.49" |
|
+ "Parse::CPAN::Meta" : "1.4401" |
|
} |
|
} |
|
}, |
|
Index: Module-Build-0.4234/META.yml |
|
--- Module-Build-0.4234/META.yml.orig 2022-12-09 00:24:31.000000000 +0100 |
|
+++ Module-Build-0.4234/META.yml 2022-12-17 10:45:37.464810000 +0100 |
|
@@ -7,8 +7,6 @@ |
|
CPAN::Meta::YAML: '0.003' |
|
File::Temp: '0.15' |
|
Parse::CPAN::Meta: '1.4401' |
|
- TAP::Harness: '3.29' |
|
- Test::More: '0.49' |
|
configure_requires: |
|
CPAN::Meta: '2.142060' |
|
File::Basename: '0'
|
|
|