http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-5.90_01.tar.gz

This is the new PREFIX logic.  Basically this:

    perl Makefile.PL PREFIX=some/dir
    make test
    make install

should now DWYM.


5.90_01 Thu Apr 11 01:11:54 EDT 2002
    [[ API Changes ]]
    * Implementation of the new PREFIX logic.
    * Added new INSTALL targets:
        INSTALLSITEBIN
        INSTALLSITEMAN1DIR   INSTALLSITEMAN3DIR 
        INSTALLVENDORMAN1DIR INSTALLVENDORMAN3DIR
        INSTALLVENDORBIN INSTALLVENDORLIB INSTALLVENDORARCH
        SITEPREFIX VENDORPREFIX
    * INSTALLDIRS=site now properly using $Config{siteprefixexp}
      (Thieved from Debian.  Thanks!)
    * Added INSTALLDIRS=vendor & support for vendor directories
      (Thieved from Debian.  Thanks!)

    [[ Bug Fixes ]]
    - nmake syntax nits from Mattia Barbon
    - ExtUtils::Packlist fix for files with spaces in them from Jan Dubois
      (bleadperl@15800)
    - Old, old, old dmake bug in MM_Win32->pm_to_blib fixed by Nick
      (bleadperl 15847)

    [[ Internals ]]
    - Purging leftover PDP compiler flags.

5.55_03 Sat Apr  6 21:57:01 EST 2002
    - Reversing "fix" for RT 444.  It wasn't really fixed and it
      caused havoc with Compress::Zlib and Tk.

5.55_02 Sat Apr  6 03:09:15 EST 2002
    [[ Bug Fixes ]]
    - Craig Berry fixed install on VMS (again, I munged the last patch)
    - MakeMaker might not be recognizing it's in PERL_SRC on Win32.
      Made safer.
    - For some reason MM_VMS was using $Config{arch} instead of
      $Config{archname}
    - Fix (well, hack) for creating ABSPERL on VMS.
    - Quieting some warnings revealed by ExtUtils::Constant
    - test_via_script had a typo and forgot INST_ARCHLIB

    [[ Test Fixes ]]
    - INST.t has to tell MakeMaker it's in the PERL_CORE
    - Fixing expected values of INST_* when building the core.


-- 

Michael G. Schwern   <[EMAIL PROTECTED]>    http://www.pobox.com/~schwern/
Perl Quality Assurance      <[EMAIL PROTECTED]>         Kwalitee Is Job One
They had applied the blinders of steam-grilled hamburgers to my eyes.

Reply via email to