mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
3b9dcea28e
Also: Do not strip when built with -DWITH_DEBUGGING. [1] Do not build non-threaded perl with -pthread. [2] Add rebuild-xs target which should be used when perl-after-upgrade does not do its job adequately. [3] Fix perl-after-upgrade to handle threaded perl. [4] Submitted by: John Narron <jnarron@cdsinet.net> [2], Sergey Prikhodko <sergey@network-asp.biz> [4], parv@pair.com [1], pavel@ctk.ru [2], skv [3], vasilis <vasilis@karkampounas.gr> [2] PR: 83223 [4], 83767 [2], 84255 [2], 89443 [1], 90832 [2]
21 lines
621 B
Perl
21 lines
621 B
Perl
--- lib/ExtUtils/t/INST_PREFIX.t.orig Wed Feb 15 12:46:31 2006
|
|
+++ lib/ExtUtils/t/INST_PREFIX.t Wed Feb 15 12:46:52 2006
|
|
@@ -16,7 +16,7 @@ BEGIN {
|
|
}
|
|
|
|
use strict;
|
|
-use Test::More tests => 52;
|
|
+use Test::More tests => 51;
|
|
use MakeMaker::Test::Utils;
|
|
use MakeMaker::Test::Setup::BFD;
|
|
use ExtUtils::MakeMaker;
|
|
@@ -62,7 +62,7 @@ like( $stdout->read, qr{
|
|
Writing\ $Makefile\ for\ Big::Dummy\n
|
|
}x );
|
|
|
|
-is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' );
|
|
+## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' );
|
|
|
|
isa_ok( $mm, 'ExtUtils::MakeMaker' );
|
|
|