diff -Nurd -x'*~' Net-IRC-0.79.orig/Makefile.PL Net-IRC-0.79/Makefile.PL --- Net-IRC-0.79.orig/Makefile.PL 2009-12-23 12:05:52.000000000 -0500 +++ Net-IRC-0.79/Makefile.PL 2010-06-18 11:27:33.000000000 -0400 @@ -3,29 +3,6 @@ # See lib/ExtUtils/MakeMaker.pm for details of how to influence # 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: - -$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(