'ExtUtils::MakeMaker' =>
{
'MAINTAINER' => 'mschwern',
- 'DISTRIBUTION' => 'MSCHWERN/ExtUtils-MakeMaker-6.55_01.tar.gz',
+ 'DISTRIBUTION' => 'MSCHWERN/ExtUtils-MakeMaker-6.55_02.tar.gz',
# note that t/lib/TieOut.pm is included in
# more than one distro
'FILES' => q[lib/ExtUtils/{Liblist,MakeMaker,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm
+6.55_02 Wed Aug 5 00:36:36 PDT 2009
+ Feature Changes
+ * PREFIX now applies to relative directories. This is a change since
+ 6.20 when they were ignored. Its necessary for relocatable Perls.
+
+ VMS
+ * Refactoring of "MakeMaker Parameters" section in 6.55_01 broke VMS.
+ (Craig Berry)
+
+
6.55_01 Tue Jul 14 15:53:30 PDT 2009
Test Fixes
* The tests got a bit overzealous and removed the LIB environment variable
causing warnings when generating the Makefile.
6.06_03 Sat Mar 29 19:44:53 PST 2003
- - Added AUTHOR and ABSTRACT_FROM info for ppd generation.
+ - Added AUTHOR and ABSTRACT_FROM info to Makefile.PL for ppd generation.
- Added echo() method to portably echo text to a file.
- Worked around 5.8.0 eval 'require Foo::Bar' bug causing MakeMaker
to think modules weren't installed.
our @EXPORT = qw(test_harness pod2man perllocal_install uninstall
warn_if_old_packlist);
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
my $Is_VMS = $^O eq 'VMS';
use strict;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
use File::Spec;
require ExtUtils::Liblist::Kid;
# Broken out of MakeMaker from version 4.11
use strict;
-our $VERSION = 6.55_01;
+our $VERSION = 6.55_02;
use Config;
use Cwd 'cwd';
use strict;
use ExtUtils::MakeMaker::Config;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
require ExtUtils::Liblist;
require ExtUtils::MakeMaker;
package ExtUtils::MM_AIX;
use strict;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
require ExtUtils::MM_Unix;
our @ISA = qw(ExtUtils::MM_Unix);
package ExtUtils::MM_Any;
use strict;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
use Carp;
use File::Spec;
require ExtUtils::MM_Unix;
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
=item os_flavor
require ExtUtils::MM_Win32;
our @ISA = qw( ExtUtils::MM_Unix );
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
=head1 NAME
use strict;
-our $VERSION = 6.55_01;
+our $VERSION = 6.55_02;
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
our @ISA = qw( ExtUtils::MM_Unix );
}
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
=head1 NAME
use strict;
-our $VERSION = 6.55_01;
+our $VERSION = 6.55_02;
sub new {
die <<'UNSUPPORTED';
use ExtUtils::MakeMaker::Config;
use File::Basename;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
require ExtUtils::MM_Win32;
our @ISA = qw(ExtUtils::MM_Win32);
use ExtUtils::MakeMaker qw(neatvalue);
use File::Spec;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
package ExtUtils::MM_QNX;
use strict;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
require ExtUtils::MM_Unix;
our @ISA = qw(ExtUtils::MM_Unix);
package ExtUtils::MM_UWIN;
use strict;
-our $VERSION = 6.55_01;
+our $VERSION = 6.55_02;
require ExtUtils::MM_Unix;
our @ISA = qw(ExtUtils::MM_Unix);
# If we make $VERSION an our variable parse_version() breaks
use vars qw($VERSION);
-$VERSION = '6.55_01';
+$VERSION = '6.55_02';
require ExtUtils::MM_Any;
our @ISA = qw(ExtUtils::MM_Any);
print STDERR " prefixify $var => $path\n" if $Verbose >= 2;
print STDERR " from $sprefix to $rprefix\n" if $Verbose >= 2;
- if( $self->{ARGS}{PREFIX} && $self->file_name_is_absolute($path) &&
+ if( $self->{ARGS}{PREFIX} &&
$path !~ s{^\Q$sprefix\E\b}{$rprefix}s )
{
use File::Basename;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
package ExtUtils::MM_VOS;
use strict;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
require ExtUtils::MM_Unix;
our @ISA = qw(ExtUtils::MM_Unix);
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
$ENV{EMXSHELL} = 'sh'; # to run `commands`
use strict;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
require ExtUtils::MM_Win32;
our @ISA = qw(ExtUtils::MM_Win32);
use strict;
require ExtUtils::MM;
-our $VERSION = 6.55_01;
+our $VERSION = 6.55_02;
our @ISA = qw(ExtUtils::MM);
{
my @Prepend_parent;
my %Recognized_Att_Keys;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
# Emulate something resembling CVS $Revision$
(our $Revision = $VERSION) =~ s{_}{};
=item INSTALLVENDORSCRIPT
Used by 'make install' which copies files from INST_SCRIPT to this
-directory if INSTALLDIRS is set to is set to vendor.
+directory if INSTALLDIRS is set to vendor.
=item INST_ARCHLIB
use strict;
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
use Config ();
# There's just too much Dynaloader incest here to turn on strict vars.
use strict 'refs';
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
require Exporter;
our @ISA = ('Exporter');
our @ISA = qw(Exporter);
our @EXPORT = qw(&Mksymlists);
-our $VERSION = '6.55_01';
+our $VERSION = '6.55_02';
sub Mksymlists {
my(%spec) = @_;
}
chdir 't';
-use File::Find;
-use File::Spec;
use Test::More;
my $Has_Test_Pod;
$Has_Test_Pod = eval 'use Test::Pod 0.95; 1';
}
-chdir File::Spec->updir;
-my $manifest = File::Spec->catfile('MANIFEST');
+chdir "..";
+my $manifest = "MANIFEST";
open(my $manifest_fh, "<", $manifest) or die "Can't open $manifest: $!";
my @modules = map { m{^lib/(\S+)}; $1 }
- grep { m{^lib/ExtUtils/\S*\.pm} }
- grep { !m{/t/} } <$manifest_fh>;
+ grep { m{^lib/\S+\.pm} }
+ <$manifest_fh>;
chomp @modules;
close $manifest_fh;
plan skip_all => 'prefixify works differently on VMS';
}
else {
- plan tests => 3;
+ plan tests => 4;
}
use ExtUtils::MakeMaker::Config;
use File::Spec;
is( $mm->{INSTALLBIN}, File::Spec->catdir('something', $default),
'prefixify w/defaults and PREFIX');
+$mm->prefixify('installbin', '../wibble', 'something', $default);
+is( $mm->{INSTALLBIN}, File::Spec->catdir('something', $default),
+ 'relative paths + PREFIX');
+
SKIP: {
skip "Test for DOSish prefixification", 1 unless $Is_Dosish;
use strict;
use warnings;
-our $VERSION = 6.55_01;
+our $VERSION = 6.55_02;
use Cwd;
use File::Spec;
use ExtUtils::MM;
- # Unix, modern Windows and OS/2 from 5.005_54 up can handle can handle 2>&1
+ # Unix, modern Windows and OS/2 from 5.005_54 up can handle 2>&1
# This makes our failure diagnostics nicer to read.
if( MM->os_flavor_is('Unix') or
(MM->os_flavor_is('Win32') and !MM->os_flavor_is('Win9x')) or