From 8fe37c6dca3b223bdeb21b16fc7863deefd061ac Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Thu, 16 Jan 1997 07:24:00 +1200 Subject: [PATCH] Re: MakeMaker and 'make uninstall' (this is the same change as commit 54bc88081d9355e4567ce06a1f7b14ac5a7a5334, but as applied) --- lib/ExtUtils/MM_Unix.pm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index f4ba1d7..c44d6c9 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -8,7 +8,7 @@ use strict; use vars qw($VERSION $Is_Mac $Is_OS2 $Is_VMS $Verbose %pm %static $Xsubpp_Version); -$VERSION = substr q$Revision: 1.109 $, 10; +$VERSION = substr q$Revision: 1.109_01 $, 10; # $Id: MM_Unix.pm,v 1.109 1996/12/17 00:42:32 k Exp k $ Exporter::import('ExtUtils::MakeMaker', @@ -2956,8 +2956,9 @@ DOC_INSTALL = $(PERL) -e '$$\="\n\n";' \ -e 'print "=back";' UNINSTALL = $(PERL) -MExtUtils::Install \ --e 'uninstall($$ARGV[0],1);' - +-e 'uninstall($$ARGV[0],1,1); print "\nUninstall is deprecated. Please check the";' \ +-e 'print " packlist above carefully.\n There may be errors. Remove the";' \ +-e 'print " appropriate files manually.\n Sorry for the inconveniences.\n"' }; return join "", @m; -- 2.7.4