On Mon, Sep 02, 2002 at 08:40:29AM +0100, Nick Ing-Simmons wrote:
> >I'll have a look some time.  I'd expect, however, that it was
> >deprecated because it no longer works.
> 
> make uninstall 
> 
> is deprecated because the old way has been superceded by ExtUtils::Install

Can't be.  make uninstall simply calls ExtUtils::Install::uninstall().

UNINSTALL =   $(PERLRUN) "-MExtUtils::Install" \
-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"'

uninstall :: uninstall_from_$(INSTALLDIRS)dirs

uninstall_from_perldirs ::
        @$(UNINSTALL) $(PERL_ARCHLIB)/auto/$(FULLEXT)/.packlist

uninstall_from_sitedirs ::
        @$(UNINSTALL) $(SITEARCHEXP)/auto/$(FULLEXT)/.packlist

uninstall_from_vendordirs ::
        @$(UNINSTALL) $(VENDORARCHEXP)/auto/$(FULLEXT)/.packlist


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
I do have a cause though.  It is obscenity.  I'm for it.
    -- Tom Lehrer "Smut"

Reply via email to