summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Install.pm
Commit message (Collapse)AuthorAgeFilesLines
* ExtUtils::Install VMS extended character set supportJohn Malmberg2009-02-151-2/+27
| | | | Preview from https://rt.cpan.org/Ticket/Display.html?id=42149
* Bump ExtUtils-Install to 1.52 (because of CPAN persnickityness)Yves Orton2008-11-121-2/+2
| | | | | | | | | | | 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
* Update ExtUtils-Install to 1.51Yves Orton2008-11-121-2/+2
| | | | | Also adds the Changes file from ExtUtils-Install as Changes_EU-Install p4raw-id: //depot/perl@34827
* Bring ExtUtils::Install up to date with the latest on CPAN 1.50_04 and ↵Yves Orton2008-11-051-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Patches for VMS by Craig Berry fromNicholas Clark2008-03-251-9/+16
| | | | | | http://rt.cpan.org/Public/Bug/Display.html?id=34095 (1.50 has 3 failures on VMS) p4raw-id: //depot/perl@33567
* RE: [PATCH revised] Fix ExtUtils::Install under CygwinSteve Hay2008-03-251-3/+4
| | | | | | | | | | | | | 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
* Upgrade to ExtUtils-Install-1.50Steve Hay2008-03-101-8/+39
| | | p4raw-id: //depot/perl@33460
* Update ExtUtils::Install to release 1.47Yves Orton2008-03-021-102/+208
| | | p4raw-id: //depot/perl@33410
* Synchronize blead with changes from ExtUtils::Install 1.46Yves Orton2008-03-011-12/+40
| | | | | | | | 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
* Fwd: CPAN Upload: Y/YV/YVES/ExtUtils-Install-1.45.tar.gzYves Orton2008-02-271-2/+4
| | | | | | | Message-ID: <9b18b3110802270506j6194cb4idefa42765d634c79@mail.gmail.com> Upgrade to ExtUtils-Install-1.45 to fix [cpan #32813] p4raw-id: //depot/perl@33386
* Upgrade to ExtUtils::Install 1.44Rafael Garcia-Suarez2007-09-101-2/+2
| | | p4raw-id: //depot/perl@31837
* Update ExtUtils::Install, EU::Installed and EU::Packlist to the latest CPAN ↵Yves Orton2007-07-201-184/+189
| | | | | version 1.43 p4raw-id: //depot/perl@31645
* Silence the warning "Can't locate auto/POSIX/autosplit.ix in @INC"Steve Hay2007-05-291-2/+2
| | | | | when building the POSIX extension p4raw-id: //depot/perl@31298
* Synchronize ExtUtils::Instal 1.41Yves Orton2006-07-021-1/+1
| | | | | | | Message-Id: <9b18b3110607020723h1765f051hda802b6682a99df0@mail.gmail.com> Sync ExtUtils::Install with CPAN (just trivially change version nos) p4raw-id: //depot/perl@28463
* Upgrade to ExtUtils-Install-1.40Steve Peters2006-05-041-103/+277
| | | p4raw-id: //depot/perl@28101
* Upgrade to ExtUtils-Install-1.39Steve Peters2006-04-271-81/+482
| | | p4raw-id: //depot/perl@27983
* Get version numbers in line with what's in the CPANRafael Garcia-Suarez2006-03-231-1/+1
| | | | | | EU::MM 6.30_01 tarball. (ExtUtils::Install has local changes, so bump its version number.) p4raw-id: //depot/perl@27587
* Re: [PATCH] Re: replacing "inuse" Win files (was Re: Help with a Cwd.pm ↵Yves Orton2006-01-311-3/+26
| | | | | | | build error) Message-ID: <9b18b3110601310055h7aeb9aa1gdc2d63cc56d97768@mail.gmail.com> p4raw-id: //depot/perl@27016
* Upgrade to ExtUtils::MakeMaker 6.27,Rafael Garcia-Suarez2005-04-071-18/+7
| | | | | | plus a patch to restore functioning of 'distclean' for the perl core p4raw-id: //depot/perl@24185
* Upgrade to MakeMaker 6.21.Rafael Garcia-Suarez2003-11-111-2/+1
| | | p4raw-id: //depot/perl@21702
* Upgrade to ExtUtils::MakeMaker 6.19Rafael Garcia-Suarez2003-11-041-4/+4
| | | p4raw-id: //depot/perl@21652
* Upgrade to MakeMaker 6.17.Jarkko Hietaniemi2003-09-161-2/+1
| | | p4raw-id: //depot/perl@21238
* ExtUtils::MakeMaker 6.10_04 -> 6.10_05Michael G. Schwern2003-06-071-9/+19
| | | | | Message-ID: <20030607014145.GB12031@windhund.schwern.org> p4raw-id: //depot/perl@19703
* ExtUtils::MakeMaker 6.10_03 -> 6.10_04Michael G. Schwern2003-05-231-14/+5
| | | | | Message-ID: <20030523091046.GB11662@windhund.schwern.org> p4raw-id: //depot/perl@19594
* ExtUtils::Install and the don't-really-do-it switchSlaven Rezic2003-05-051-7/+14
| | | | | Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de> p4raw-id: //depot/perl@19421
* Re: [PATCH] ExtUtils::MakeMaker 6.10_02Michael G. Schwern2003-04-071-2/+5
| | | | | Message-ID: <20030407090917.GA9221@windhund.schwern.org> p4raw-id: //depot/perl@19162
* ExtUtils::MakeMaker 6.03 -> 6.06_05ishMichael G. Schwern2003-03-311-139/+257
| | | | | Message-ID: <20030331104257.GB15327@windhund.schwern.org> p4raw-id: //depot/perl@19099
* ExtUtils::MakeMaker 5.92_01 -> 5.94_02Michael G. Schwern2002-05-171-8/+8
| | | | | Message-ID: <20020517211754.GK13131@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@16663
* MakeMaker sync 5.48_03 -> 5.53_01Michael G. Schwern2002-03-291-1/+1
| | | | | | | | | 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
* Open-ended VERSION?Jarkko Hietaniemi2001-12-131-1/+1
| | | p4raw-id: //depot/perl@13678
* Old RCS $Date$ tagMichael G. Schwern2001-12-131-2/+1
| | | | | Message-ID: <20011212041732.GS17250@blackrider> p4raw-id: //depot/perl@13675
* Apply NetBSD patch-ac.Jarkko Hietaniemi2001-12-091-0/+1
| | | | | | | | (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
* Further replacement of EU::MM with File::SpecDave Rolsky2001-11-251-6/+6
| | | | | Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org> p4raw-id: //depot/perl@13269
* ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMakerDave Rolsky2001-11-191-6/+6
| | | | | Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org> p4raw-id: //depot/perl@13089
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
| | | | | Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu> p4raw-id: //depot/perl@12113
* Change use|require 5.005_64 to use|require 5.6.1.Jarkko Hietaniemi2001-09-161-1/+1
| | | p4raw-id: //depot/perl@12041
* Bump up version numbers.Jarkko Hietaniemi2001-09-161-1/+1
| | | | | | | | | | | 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
* Integrate change #12024 from maintperlJarkko Hietaniemi2001-09-141-7/+6
| | | | | | | | | (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..)
* Integrate changes #9706,9707 from maintperl into mainline.Jarkko Hietaniemi2001-04-151-2/+1
| | | | | | | | | | | | | | | 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..)
* Add a new MakeMaker variable PM_FILTER that defines a UnixRaphael Manfredi2001-01-041-14/+44
| | | | | | | | | 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
* Document PERL_INSTALL_ROOT of #7210.Jarkko Hietaniemi2000-10-231-0/+3
| | | p4raw-id: //depot/perl@7413
* The Install.pm third ofBill Campbell2000-10-121-21/+50
| | | | | | Subject: Proposed patches, Install.pm getopts.pl termcap.pl Message-ID: <20001005180451.A22029@kstarr.celestial.com> p4raw-id: //depot/perl@7210
* still more multiline match cleanups (from Greg Bacon)Gurusamy Sarathy2000-03-011-2/+2
| | | p4raw-id: //depot/perl@5408
* s/use vars/our/g modules that aren't independently maintained on CPANGurusamy Sarathy2000-01-231-2/+3
| | | p4raw-id: //depot/perl@4860
* various nits identified by warnings unmasked by recent changesGurusamy Sarathy2000-01-051-1/+0
| | | p4raw-id: //depot/perl@4758
* pod nits from Simon Cozens <simon@brecon.co.uk> and othersGurusamy Sarathy1999-12-281-2/+2
| | | p4raw-id: //depot/perl@4720
* don't mess with the umask()Gurusamy Sarathy1999-12-031-4/+0
| | | p4raw-id: //depot/perl@4632
* Re: [ID 19990829.001] ExtUtils::Install.pm, minor umask problemMartin Lichtin1999-09-011-1/+1
| | | | | | | To: jhi@iki.fi CC: perl5-porters@perl.org Message-ID: <37CD2F0C.944BFACE@bivio.com> p4raw-id: //depot/cfgperl@4064
* Fix a typo, un-shout, and reformat the installation output.Jarkko Hietaniemi1999-07-281-3/+1
| | | p4raw-id: //depot/cfgperl@3812
* Jumbo doc patch from Abigail (almost identical toAbigail1999-01-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the 5.005-maint change #2562 except for the ext/IO/lib/IO/Socket.pm patch which was not applicable because the IO version of 5.005-devel is somewhat different (why?)) Message-ID: <19990105170142.4889.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03-TRIAL2 lib/ExtUtils/Liblist.pm] pod fixes Date: Tue, 5 Jan 1999 12:01:42 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105172855.5115.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Commands.pm] Typo fix. Date: Tue, 5 Jan 1999 12:28:55 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105173808.5260.qmail@alexandra.wayne.fnx.com> Subject: [PATCH perl5.005_03 MAINT3 lib/ExtUtils/Embed.pm] Typo fix Date: Tue, 5 Jan 1999 12:38:08 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105174859.5533.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 MAINT2 lib/ExtUtils/Install.pm] Typo fix Date: Tue, 5 Jan 1999 12:48:59 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105174947.5547.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 lib/ExtUtils/MM_Unix.pm] Typo fixes Date: Tue, 5 Jan 1999 12:49:46 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105182301.5966.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 lib/ExtUtils/MakeMaker.pm] Typos fixes. Date: Tue, 5 Jan 1999 13:23:00 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105183344.6065.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Manifest.pm] Typo fixes Date: Tue, 5 Jan 1999 13:33:44 -0500 (EST) From: abigail@fnx.com Message-ID: <19990105184028.6220.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/ExtUtils/Mksymlists.pm] Typo fix Date: Tue, 5 Jan 1999 13:40:28 -0500 (EST) From: abigail@fnx.com Message-ID: <19990106012015.9451.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRIAL2 lib/IO/Pipe.pm] Typo fixes. Date: Tue, 5 Jan 1999 20:20:15 -0500 (EST) From: abigail@fnx.com Message-ID: <19990106012047.9459.qmail@alexandra.wayne.fnx.com> Subject: [PATCH 5.005_03 TRAIL2 lib/IO/Seekable.pm] Typo fixes Date: Tue, 5 Jan 1999 20:20:47 -0500 (EST) p4raw-link: @2562 on //depot/maint-5.005/perl: ea6328d3b8eaabcf5a54869eeea7771d78f51f1e p4raw-id: //depot/cfgperl@2569