Binary installers for Perl modules
authorIlya Zakharevich <ilya@math.ohio-state.edu>
Fri, 6 Jun 1997 01:44:10 +0000 (13:44 +1200)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Wed, 6 Aug 1997 12:00:00 +0000 (00:00 +1200)
commitc3648e425c350dcf59c21e3ddc986e4c765acd1b
treec7bb1f37bc0b3a3523e2604f134f90aa8bec23c8
parent5e77893f7750cb306f72f716d77774596666441f
Binary installers for Perl modules

The following patch makes it possible to trivially write a binary
installer for a module on a given platform.

This still leaves a question on binary uninstaller (on platforms where
there is a standard database of installed software, so it may be easy
to hook into it).  Why is the uninstall target of Makefiles disabled?

Enjoy,

p5p-msgid: 199707210006.UAA06165@monk.mps.ohio-state.edu
lib/ExtUtils/Install.pm