develooper Front page | perl.makemaker | Postings from May 2002

[ANNOUNCE] ExtUtils::MakeMaker 5.94_01

From:
Michael G Schwern
Date:
May 17, 2002 12:05
Subject:
[ANNOUNCE] ExtUtils::MakeMaker 5.94_01
Message ID:
20020517190510.GC13131@ool-18b93024.dyn.optonline.net
http://www.pobox.com/~schwern/src/ExtUtils-MakeMaker-5.94_01.tar.gz

Just some bleadperl syncs, a 5.005_03 installation nit and some minor VMS
nits.

If Miyagawa and Craig could confirm this fixes their respective problems
this will become 6.0_RC1.


5.94_01 Fri May 17 14:53:54 EDT 2002
    - Small NetWare change from Novell.
    - worked around 5.005_03's lack of a $Config{siteprefix} and
      $Config{sitebin}.
    - Small cross compilation changes (bleadperl 16582, 16548)

    [[ Test Fixes ]]
    - Fixing ExtUtils::Command tests for VMS shell wildcard differences.
    - Fixing ExtUtils::Installed tests so they don't go looking at already
      installed installed lists.

5.93_01 Mon May  6 00:54:39 EDT 2002
    - fixed basic.t for limited depth VMS systems
    * MM_BeOS was totally hosed by a typo.
    - Made the ExtUtils::Command docs clear about how things come
      from @ARGV not @_.
    - Quieted nmake banners in disttest

    * Backporting to 5.005_03
    - 'require 5.006' statements to 5.00503
    - Removing uses of File::Spec::Functions
    - Adding MODE arg to mkdir()
    - Changing uses of 'our' to 'use vars'
    - Changing uses of 'no warnings' to 'local $SIG{__WARN__}'
    - Changing 3-arg opens to 2-arg
    - Changing 'open my $fh' to 'open FH'
    - 5.005_03's File::Find doesn't have 'no_chdir'



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About