Blob Blame History Raw
diff --git a/Makefile.PL b/Makefile.PL
index 5419b24..86a7afb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,28 +4,31 @@ use ExtUtils::MakeMaker;
 # the contents of the Makefile that is written.
 
 exit 0 if $ENV{AUTOMATED_TESTING};
-my $ok = 'I acknowledge that Net::IRC is unsupported and I wish to proceed.';
-my $warning = <<WILLROBINSON;
---------------------------------------------------------------------------------
-********************************************************************************
-DANGER, WILL ROBINSON! DANGER!
 
-This module has been deprecated, abandoned, and is no longer supported. It has
-not seen active development in five years, and its original author has moved on.
-We *STRONGLY* recommend you port your code to either Bot::BasicBot or
-POE::Component::IRC. Please feel free to stop by irc.freenode.net/#perl for help
-making this transition. Or, if you insist on proceeding, please type the
-following line exactly as is and then press Enter:
+# Fedora confirms
 
-$ok
-********************************************************************************
---------------------------------------------------------------------------------
-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;
+#my $ok = 'I acknowledge that Net::IRC is unsupported and I wish to proceed.';
+#my $warning = <<WILLROBINSON;
+#--------------------------------------------------------------------------------
+#********************************************************************************
+#DANGER, WILL ROBINSON! DANGER!
+#
+#This module has been deprecated, abandoned, and is no longer supported. It has
+#not seen active development in five years, and its original author has moved on.
+#We *STRONGLY* recommend you port your code to either Bot::BasicBot or
+#POE::Component::IRC. Please feel free to stop by irc.freenode.net/#perl for help
+#making this transition. Or, if you insist on proceeding, please type the
+#following line exactly as is and then press Enter:
+#
+#$ok
+#********************************************************************************
+#--------------------------------------------------------------------------------
+#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(