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(
|