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