File: 70interactive-makefile-pl.diff

package info (click to toggle)
libnet-irc-perl 0.79-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 452 kB
  • ctags: 327
  • sloc: perl: 2,309; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 540 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Index: libnet-irc-perl/Makefile.PL
===================================================================
--- libnet-irc-perl.orig/Makefile.PL	2014-06-02 04:01:00.000000000 +0200
+++ libnet-irc-perl/Makefile.PL	2014-06-02 04:05:00.000000000 +0200
@@ -22,10 +22,7 @@
 --------------------------------------------------------------------------------
 WILLROBINSON
 
--t STDIN or die $warning;
 warn $warning;
-chomp(my $acceptance = <STDIN>);
-die "Refusing to install due to lack of confirmation" unless $acceptance eq $ok;
 
 
 WriteMakefile(