Skip to content

Commit

Permalink
disable prompts for input during installation of MIME-Lite extention …
Browse files Browse the repository at this point in the history
…in Perl-bundle-CPAN
  • Loading branch information
lexming committed Dec 21, 2024
1 parent d2ad2cd commit 84a7c40
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
36,39c36
<
< if (prompt("Add prereqs?",'Yes')=~/y/i) {
< %prereq = (%prereq, %extra_prereq);
< }
---
> %prereq = (%prereq, %extra_prereq);
Original file line number Diff line number Diff line change
Expand Up @@ -958,9 +958,14 @@ exts_list = [
'checksums': ['432b7c83ff88749af128003f5257c573aec1a463418db90ed22843cbbc258b4f'],
}),
('MIME::Lite', '3.033', {
'patches': ['MIME-Lite-3.033_disable-input-prompt.patch'],
'source_tmpl': 'MIME-Lite-%(version)s.tar.gz',
'source_urls': ['https://cpan.metacpan.org/authors/id/R/RJ/RJBS'],
'checksums': ['78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab'],
'checksums': [
{'MIME-Lite-3.033.tar.gz': '78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab'},
{'MIME-Lite-3.033_disable-input-prompt.patch':
'83e7418e192bedbbc5c5b6dc25a3049e18bb8e4abd12cbdbf2cb5c59814f60fd'},
],
}),
('Crypt::Rijndael', '1.16', {
'source_tmpl': 'Crypt-Rijndael-%(version)s.tar.gz',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -960,9 +960,14 @@ exts_list = [
'checksums': ['432b7c83ff88749af128003f5257c573aec1a463418db90ed22843cbbc258b4f'],
}),
('MIME::Lite', '3.033', {
'patches': ['MIME-Lite-3.033_disable-input-prompt.patch'],
'source_tmpl': 'MIME-Lite-%(version)s.tar.gz',
'source_urls': ['https://cpan.metacpan.org/authors/id/R/RJ/RJBS'],
'checksums': ['78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab'],
'checksums': [
{'MIME-Lite-3.033.tar.gz': '78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab'},
{'MIME-Lite-3.033_disable-input-prompt.patch':
'83e7418e192bedbbc5c5b6dc25a3049e18bb8e4abd12cbdbf2cb5c59814f60fd'},
],
}),
('Crypt::Rijndael', '1.16', {
'source_tmpl': 'Crypt-Rijndael-%(version)s.tar.gz',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -966,9 +966,14 @@ exts_list = [
'checksums': ['432b7c83ff88749af128003f5257c573aec1a463418db90ed22843cbbc258b4f'],
}),
('MIME::Lite', '3.033', {
'patches': ['MIME-Lite-3.033_disable-input-prompt.patch'],
'source_tmpl': 'MIME-Lite-%(version)s.tar.gz',
'source_urls': ['https://cpan.metacpan.org/authors/id/R/RJ/RJBS'],
'checksums': ['78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab'],
'checksums': [
{'MIME-Lite-3.033.tar.gz': '78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab'},
{'MIME-Lite-3.033_disable-input-prompt.patch':
'83e7418e192bedbbc5c5b6dc25a3049e18bb8e4abd12cbdbf2cb5c59814f60fd'},
],
}),
('Crypt::Rijndael', '1.16', {
'source_tmpl': 'Crypt-Rijndael-%(version)s.tar.gz',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -976,9 +976,14 @@ exts_list = [
'checksums': ['432b7c83ff88749af128003f5257c573aec1a463418db90ed22843cbbc258b4f'],
}),
('MIME::Lite', '3.033', {
'patches': ['MIME-Lite-3.033_disable-input-prompt.patch'],
'source_tmpl': 'MIME-Lite-%(version)s.tar.gz',
'source_urls': ['https://cpan.metacpan.org/authors/id/R/RJ/RJBS'],
'checksums': ['78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab'],
'checksums': [
{'MIME-Lite-3.033.tar.gz': '78a279f1d2e242551c347ef97a13fc675766602cb84c2a80c569400f4f368bab'},
{'MIME-Lite-3.033_disable-input-prompt.patch':
'83e7418e192bedbbc5c5b6dc25a3049e18bb8e4abd12cbdbf2cb5c59814f60fd'},
],
}),
('Crypt::Rijndael', '1.16', {
'source_tmpl': 'Crypt-Rijndael-%(version)s.tar.gz',
Expand Down

0 comments on commit 84a7c40

Please sign in to comment.