| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This removes lib/ExtUtils/t/basic.pl and t/basic_finish.pl, and
replaces them with the EUI specific t/InstallWithMM.t. The
version bump is purely to allow the release the new version on
CPAN and to make it possible to include a non dev release in
Perl 5.10.1 if Dave wants to.
Note that while there are no real code changes in this commit I
did trim whitespace from Install.pm, so if you want to see the
real diff here please use diff -w.
|
| |
|
| |
|
|
|
|
| |
Preview from https://rt.cpan.org/Ticket/Display.html?id=42149
|
|
|
|
|
|
|
|
|
|
|
| |
CPAN these days objects to "world writable" files in CPAN tar files,
which is what you'll get if you dev on a win32 box with "normal"
permissions and do a nmake dist.
And of course thats what I was doing with ExtUtils-Install,
and so CPAN rejected 1.51. Thus I changed permissions and rereleased
and this is the equivalent change to blead. /grrr
p4raw-id: //depot/perl@34828
|
|
|
|
|
| |
Also adds the Changes file from ExtUtils-Install as Changes_EU-Install
p4raw-id: //depot/perl@34827
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
related test changes
This involves changes to shared test files used by ExtUtils::MakeMaker and ExtUtils::Install, in particular updating the core/MakeMaker version of ExtUtils/t/basic.t so that it reflects the 1.50_03 version, and then splitting it in half into basic.pl and basic_finish.pl, which are then evalled (together) by basic.t. ExtUtils::Install does somethign similar but only with basic.pl.
This also silences an odd warning from MM_Any.pm that comes up once in a while, which I believe is to do with a deeper core failure as it occurs in code utterly unrelated to these changes.
This patch needs to be pushed upstream to the ExtUtils::MakeMaker distribution on CPAN under Schwern's supervision.
In this way it will be possible to simply copy the t/basic.pl from core into ExtUtils::Install or into ExtUtils::MakeMaker or whatever.
Includes the following changes from ExtUtils::Install:
1.50_04
SVN revision 41.
Restructure tests to make it easier to maintain given it is distributed in various
ways in three different packages.
1.50_03
SVN revision 40.
Sigh, just after i released 1.50_02 I noticed that a test modified in it will fail
under VMS. So this is a fixup release for that alone.
1.50_02
SVN revision 39.
Synchronize with the changes that were made in blead perl
patch #33567. VMS changes by Craig Berry. See
http://public.activestate.com/cgi-bin/perlbrowse/p/33567
This was marked in the pod as 1.51 but not actually version bumped.
So I've marked it as 1.50_02 as a test release prior to putting it out
as the real 1.51
This release also restores the missing installed.t which was accidentally
missed by the MANIFEST having a duplicate entry for install.t instead.
Probably something should have warned about this, but I haven't worked out
what.
Includes changes from Activestate/ActivePerl:
- To make installation less chatty when not under verbose mode. See
http://rt.cpan.org/Public/Bug/Display.html?id=5903
- To install HTML documentation files under builds that set $Config{installhtmldir}
(and presumably also create HTML versions of the pod -- which is quite nice actually :-)
http://rt.cpan.org/Ticket/Display.html?id=37727
p4raw-id: //depot/perl@34742
|
|
|
|
|
|
| |
http://rt.cpan.org/Public/Bug/Display.html?id=34095
(1.50 has 3 failures on VMS)
p4raw-id: //depot/perl@33567
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: "Steve Hay" <SteveHay@planit.com>
Message-ID: <1B32FF956ABF414C9BCE5E487A1497E70176BD61@ukmail02.planit.group>
"OK, so how about the attached. This fixes up -w for all compilers so
that it is symmetrical with chmod(), and adds a note to perltodo on
fixing POSIX::access() and chdir()."
The whole long thread started here:
http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2008-03/msg00056.html
p4raw-id: //depot/perl@33566
|
|
|
| |
p4raw-id: //depot/perl@33460
|
|
|
| |
p4raw-id: //depot/perl@33410
|
|
|
|
|
|
|
|
| |
Apply patches from Michael Schwern (rt #33688, rt #31429, rt #31248)
and from Slaven Rezic (rt #33290). Also implemented the suggestion from
Schwern about not dieing when failing to remove a shadow file that is
later on in INC than the installed version. (rt #2928)
p4raw-id: //depot/perl@33404
|
|
|
|
|
|
|
| |
Message-ID: <9b18b3110802270506j6194cb4idefa42765d634c79@mail.gmail.com>
Upgrade to ExtUtils-Install-1.45 to fix [cpan #32813]
p4raw-id: //depot/perl@33386
|
|
|
| |
p4raw-id: //depot/perl@31837
|
|
|
|
|
| |
version 1.43
p4raw-id: //depot/perl@31645
|
|
|
|
|
| |
when building the POSIX extension
p4raw-id: //depot/perl@31298
|
|
|
|
|
|
|
| |
Message-Id: <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com>
Sync ExtUtils::Install with CPAN (just trivially change version nos)
p4raw-id: //depot/perl@28463
|
|
|
| |
p4raw-id: //depot/perl@28101
|
|
|
| |
p4raw-id: //depot/perl@27983
|
|
|
|
|
|
| |
EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes,
so bump its version number.)
p4raw-id: //depot/perl@27587
|
|
|
|
|
|
|
| |
build error)
Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com>
p4raw-id: //depot/perl@27016
|
|
|
|
|
|
| |
plus a patch to restore functioning of 'distclean'
for the perl core
p4raw-id: //depot/perl@24185
|
|
|
| |
p4raw-id: //depot/perl@21702
|
|
|
| |
p4raw-id: //depot/perl@21652
|
|
|
| |
p4raw-id: //depot/perl@21238
|
|
|
|
|
| |
Message-ID: <20030607014145.GB12031@windhund.schwern.org>
p4raw-id: //depot/perl@19703
|
|
|
|
|
| |
Message-ID: <20030523091046.GB11662@windhund.schwern.org>
p4raw-id: //depot/perl@19594
|
|
|
|
|
| |
Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de>
p4raw-id: //depot/perl@19421
|
|
|
|
|
| |
Message-ID: <20030407090917.GA9221@windhund.schwern.org>
p4raw-id: //depot/perl@19162
|
|
|
|
|
| |
Message-ID: <20030331104257.GB15327@windhund.schwern.org>
p4raw-id: //depot/perl@19099
|
|
|
|
|
| |
Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net>
p4raw-id: //depot/perl@16663
|
|
|
|
|
|
|
|
|
| |
Message-ID: <20020329091247.GA7432@blackrider>
(with two nits: (1) change lib/Extutils/Command/MM.pm
in MANIFEST to be lib/ExtUtils/Command/MM.pm (2) Add
@INC to compile.t)
p4raw-id: //depot/perl@15599
|
|
|
| |
p4raw-id: //depot/perl@13678
|
|
|
|
|
| |
Message-ID: <20011212041732.GS17250@blackrider>
p4raw-id: //depot/perl@13675
|
|
|
|
|
|
|
|
| |
(the fix has already been done: change #9706, fully qualified
pathnames in packlists)
p4raw-link: @9706 on //depot/maint-5.6/perl: cb820f7234868a6a8a82c3314f11a1c3d25756a4
p4raw-id: //depot/perl@13564
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
p4raw-id: //depot/perl@13269
|
|
|
|
|
| |
Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
p4raw-id: //depot/perl@13089
|
|
|
|
|
| |
Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
p4raw-id: //depot/perl@12113
|
|
|
| |
p4raw-id: //depot/perl@12041
|
|
|
|
|
|
|
|
|
|
|
| |
TODO 1: double check that pre-5.6.1 CPAN.pm:s
don't try to download 5.8.0 because of the
version numbers. Mainly this means using _00
in the core version numbers.
TODO 2: the "use 5.005_64" in many modules
needs to be changed to, say, "use 5.6.1".
p4raw-id: //depot/perl@12040
|
|
|
|
|
|
|
|
|
| |
(a local() precedence bug)
p4raw-link: @12024 on //depot/maint-5.6/perl: 1076fa75f4e1273e689e52f8c683e00d5f9f011c
p4raw-id: //depot/perl@12025
p4raw-integrated: from //depot/maint-5.6/perl@12023 'copy in'
lib/ExtUtils/Install.pm (@9706..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
change#7210 broke .packlist generation
ExtUtils::Installed doesn't quote regex metacharacters in paths
before using them in match; also make it work for dosish platforms
p4raw-link: @9707 on //depot/maint-5.6/perl: db42da4c9800ba185697f6472eccf880cdf1ccee
p4raw-link: @9706 on //depot/maint-5.6/perl: cb820f7234868a6a8a82c3314f11a1c3d25756a4
p4raw-link: @7210 on //depot/perl: a9d83807f0f0b611a2eea3bda7bb80eac9d5b104
p4raw-id: //depot/perl@9709
p4raw-integrated: from //depot/maint-5.6/perl@9708 'copy in'
lib/ExtUtils/Install.pm (@8642..) 'merge in'
lib/ExtUtils/Installed.pm (@5902..)
|
|
|
|
|
|
|
|
|
| |
filter to be run on each .pm during the pm_to_blib() phase,
a fixed version of
Subject: PATCH (blead 8269) ExtUtils::MakeMaker
Message-ID: <5296.978555690@nice.ram.loc>
p4raw-id: //depot/perl@8311
|
|
|
| |
p4raw-id: //depot/perl@7413
|
|
|
|
|
|
| |
Subject: Proposed patches, Install.pm getopts.pl termcap.pl
Message-ID: <20001005180451.A22029@kstarr.celestial.com>
p4raw-id: //depot/perl@7210
|
|
|
| |
p4raw-id: //depot/perl@5408
|
|
|
| |
p4raw-id: //depot/perl@4860
|
|
|
| |
p4raw-id: //depot/perl@4758
|
|
|
| |
p4raw-id: //depot/perl@4720
|