summaryrefslogtreecommitdiff
path: root/installperl
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] get rid of cygwin perlld and ld2 - installperl alsoReini Urban2007-08-141-31/+0
| | | | | Message-Id: <46C152EE.2080506@x-ray.at> p4raw-id: //depot/perl@31711
* installperl patchJerry D. Hedden2007-08-041-4/+5
| | | | | | | | From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-Id: <1ff86f510708030655tdef838p859bb1ac7b05dcf9@mail.gmail.com> (Applied after splitting up the tests a little.) p4raw-id: //depot/perl@31682
* Make installperl skip lib/CPAN/SIGNATURE and PAUSE*.pub.Jerry D. Hedden2007-08-031-0/+1
| | | | | | | Subject: [PATCH - revised] Fix CPAN issues in blead From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-Id: <1ff86f510708022005i2d73247eo96e692acd17a2547@mail.gmail.com> p4raw-id: //depot/perl@31676
* MANIFEST.SKIP ought not to have been skipped after all.Abhijit Menon-Sen2007-08-011-1/+1
| | | p4raw-id: //depot/perl@31673
* For files ignored by installperl:Jerry D. Hedden2007-08-011-1/+2
| | | | | | | | | | | | - Split README handling into a separate case. - Extend the MANIFEST pattern to include .SKIP. Based on the following: Subject: [PATCH] Don't install MANIFEST.SKIP files From: "Jerry D. Hedden" <jdhedden@cpan.org> Message-Id: <1ff86f510708010928o48ea74d6je46148b0a409bffa@mail.gmail.com> p4raw-id: //depot/perl@31672
* Don't install static library files of statically linked extensionsSteve Hay2007-07-091-0/+7
| | | | | | | | | | | | when using a shared perl library. The files are not needed, and this fixes a problem building PAR-Packer on Win32 with a debug build of perl. (If Win32CORE.lib gets installed then PAR-Packer wants to link against it and its PDB file, vc60.pdb, but the latter is not installed.) Also skip installing a few other unnecessary files. Subject: Re: Problem in Win32CORE when building PAR-Packer-0.975 with bleadperl on Win32 Message-ID: <468E2566.8090504@uk.radan.com> p4raw-id: //depot/perl@31570
* Add CPANPLUS 0.78Rafael Garcia-Suarez2007-04-101-1/+1
| | | p4raw-id: //depot/perl@30883
* Don't install dbm_filter_util.plJerry D. Hedden2007-04-021-1/+1
| | | | | | From: "Jerry D. Hedden" <jdhedden@yahoo.com> Message-ID: <721682.89546.qm@web30209.mail.mud.yahoo.com> p4raw-id: //depot/perl@30831
* Don't install XS::APItest and XS::TypemapRafael Garcia-Suarez2007-03-211-1/+2
| | | p4raw-id: //depot/perl@30653
* Was: Bug#369481: perl-base: 5.8.4-8sarge4 seemed to trigger "weak references ↵Brendan O'Dea2006-06-011-6/+3
| | | | | | | not implemented" Message-ID: <20060531125148.GA20658@londo.c47.org> p4raw-id: //depot/perl@28344
* Install POD files into "lib\pods" rather than "lib\pod" on Win32Steve Hay2006-03-171-1/+1
| | | | | | | | to avoid clashing with "lib\Pod" (cf. perl change #26363) Also remove a couple of unused macros from the makefiles p4raw-link: @26363 on //depot/perl: 0661f42382c6c9047f6bb741b9d41f6f7333902f p4raw-id: //depot/perl@27530
* Somewhat less shaky relocatable @INC support. You can install thingsNicholas Clark2006-03-131-0/+25
| | | | | | | to the current location of the perl tree, move it, install more things, move it again, lather rinse repeat. Configure with -Duserelocatableinc p4raw-id: //depot/perl@27491
* add Module::Build 0.27_08Yitzchak Scott-Thoennes2006-03-061-2/+2
| | | | | Message-ID: <20060305200830.GA2660@efn.org> p4raw-id: //depot/perl@27389
* Don't install ptardiff in the module treeRafael Garcia-Suarez2006-01-271-2/+2
| | | p4raw-id: //depot/perl@26964
* Install nit : README.e2x should be installed, the other READMEs shouldn'tRafael Garcia-Suarez2006-01-271-1/+1
| | | p4raw-id: //depot/perl@26962
* Install less README filesRafael Garcia-Suarez2006-01-051-1/+1
| | | p4raw-id: //depot/perl@26658
* On VMS, put pods in [.lib.pods] rather than [.lib.pod]Craig A. Berry2005-12-151-1/+1
| | | | | in order to avoid collisions with [.lib.Pod] p4raw-id: //depot/perl@26363
* Don't install ptar in module treeRafael Garcia-Suarez2005-08-221-3/+4
| | | p4raw-id: //depot/perl@25314
* Don't install demo files with perlRafael Garcia-Suarez2005-06-271-0/+2
| | | p4raw-id: //depot/perl@25000
* Re: [PATCH] Do not install change logs, READMEs, etc...Michael G. Schwern2005-05-271-1/+1
| | | | | Message-ID: <20050527193327.GC17504@windhund.schwern.org> p4raw-id: //depot/perl@24610
* Do not install change logs, READMEs, etc...Michael G. Schwern2005-05-271-0/+6
| | | | | Message-ID: <20050526204305.GH11558@windhund.schwern.org> p4raw-id: //depot/perl@24596
* Fix "[perl #34643] Config_heavy.pl not in archlib"Nicholas Clark2005-04-021-1/+2
| | | p4raw-id: //depot/perl@24136
* Add Module::CoreList to bleadperl.Jos I. Boumans2005-02-081-1/+2
| | | | | | | Subject: [PATCH] Module::CoreList 1.98 integration (was: Re: [RFC] More core integration) From: "Jos I. Boumans" <kane@xs4all.net> Message-Id: <097CE3D0-714B-11D9-B82E-000A956B0E06@xs4all.net> p4raw-id: //depot/perl@23947
* [perl #29937] Entries missing from .packlist jdhedden@1979.usna.com2004-05-311-3/+5
| | | | | | From: jdhedden@1979.usna.com (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.9-29937-88315.2.18472609678159@perl.org> p4raw-id: //depot/perl@22878
* Integrate:Nicholas Clark2004-05-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22694] For maint, I don't think that we can have sperl go sulky if invoked from a #! line. So keep .../sperl functional, and have the /dev/fd/... only set ID exectuable reside under a different name (suidperl) [ 22700] The set uid perl is now called setuidperl. Not suidperl. Which I discover is hardlinked from sperl by ./installperl elsewhere. Helpfully confusing installperl script. [ 22718] Revert 22700 (as part of changes suggested by Brendan O'Dea) [ 22719] Revert 22694 [ 22720] Simpler suggstion to resolve the #!/usr/bin/suidperl vs. the set uid binary must have fd script conundrum, as suggested by Brendan O'Dea Plus restore the more helpful error message from 22694 and the gist of the perl584delta changes from 22700 p4raw-link: @22720 on //depot/maint-5.8/perl: 18b810caba1ff3a8890bc392e4295393205e4c8e p4raw-link: @22719 on //depot/maint-5.8/perl: cc5f7b51347dc0d99d849e19d8755fc160395010 p4raw-link: @22718 on //depot/maint-5.8/perl: 707d38420c0aa304635c36abea7b0b136d63cfcd p4raw-link: @22700 on //depot/maint-5.8/perl: b08f99954ac05f6d7940d41d47dfcac67b906a1b p4raw-link: @22694 on //depot/maint-5.8/perl: fa25506f523a62926d5deae9ce3b6c9c45bbfdd3 p4raw-id: //depot/perl@22770 p4raw-integrated: from //depot/maint-5.8/perl@22718 'edit in' INSTALL (@22700..) p4raw-integrated: from //depot/maint-5.8/perl@22700 'edit in' pod/perldiag.pod (@22583..) installperl perl.c (@22694..) 'ignore' pod/perlsec.pod (@21947..)
* OS/2 updateIlya Zakharevich2004-01-011-1/+1
| | | | | Message-ID: <20031218221029.GA7898@math.berkeley.edu> p4raw-id: //depot/perl@22032
* Re: a2p.pod not being installed in 5.8.2?Alan Burlison2003-12-041-1/+1
| | | | | Message-ID: <3FCF2526.3030905@sun.com> p4raw-id: //depot/perl@21840
* Keep installing xsubpp in lib/ExtUtils,Rafael Garcia-Suarez2003-11-301-1/+1
| | | | | so MakeMaker can find it. p4raw-id: //depot/perl@21827
* Upgrade to Test::Harness 2.38.Rafael Garcia-Suarez2003-11-301-3/+4
| | | | | | Introduce the prove(1) utility. (The prove-switches test is disabled for now.) p4raw-id: //depot/perl@21826
* Install instmodsh and xsubpp in bin/ along the other utilities.Rafael Garcia-Suarez2003-11-171-2/+3
| | | p4raw-id: //depot/perl@21740
* Include "SCCS" in the list of directory names that shouldRafael Garcia-Suarez2003-11-141-1/+1
| | | | | be ignored by installperl. p4raw-id: //depot/perl@21723
* make install not installing fullyIlya Zakharevich2003-11-121-8/+13
| | | | | Message-ID: <20031105040725.GA2629@math.berkeley.edu> p4raw-id: //depot/perl@21708
* [PATCH 5.8.2 @21574] make install: line noiseIlya Zakharevich2003-11-101-0/+1
| | | | | | | | | | | | | | Date: Tue, 4 Nov 2003 20:10:16 -0800 Message-ID: <20031105041016.GA2639@math.berkeley.edu> and part of Subject: [PATCH 5.8.2 @21574] make install: PREFIX and DESTDIR From: Ilya Zakharevich <nospam-abuse@ilyaz.org> Date: Tue, 4 Nov 2003 20:18:37 -0800 Message-ID: <20031105041836.GA2649@math.berkeley.edu> (I've left out the PREFIX part for now) p4raw-id: //depot/perl@21697
* Prevent the installation of makefiles that can be foundRafael Garcia-Suarez2003-10-311-1/+3
| | | | | under lib/. p4raw-id: //depot/perl@21595
* have installperl install perl_setup.com and dbga2p.exe for VMSPeter Prymmer2003-08-311-4/+10
| | | | | | Message-ID: <OF0394CB1E.C7646793-ON85256D93.004D75D4-85256D93.004E01F2@factset.com> Date: Sun, 31 Aug 2003 10:11:54 -0400 p4raw-id: //depot/perl@20969
* fixes for installperl and the vmsdebug build on VMSPeter Prymmer2003-08-161-6/+29
| | | | | Message-ID: <OFA82C9B0A.6463DD81-ON85256D84.0056DF1B-85256D84.005784F2@factset.com> p4raw-id: //depot/perl@20739
* DESTDIR in perl-5.8.1 package?Michael Schroeder2003-07-291-17/+29
| | | | | | | | | | | | | | | Date: Fri, 11 Jul 2003 14:48:41 +0200 Message-ID: <20030711124841.GA18327@immd4.informatik.uni-erlangen.de> Subject: Re: DESTDIR in perl-5.8.1 package? From: Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de> Date: Mon, 14 Jul 2003 12:00:25 +0200 Message-ID: <20030714100025.GA26612@immd4.informatik.uni-erlangen.de> (blindly prepending and s///ing away the $destdir does not work at least in VMS, but the --destdir should help rpm builders and the like) p4raw-id: //depot/perl@20302
* Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at allAdrian M. Enache2003-07-271-1/+1
| | | | | Message-ID: <20030718201537.GA1574@ratsnest.hole> p4raw-id: //depot/perl@20220
* utils.lst parsing tweak for bin/perldoc installation from Rafael.Jarkko Hietaniemi2003-07-231-1/+2
| | | p4raw-id: //depot/perl@20180
* As the perldoc.pod is now in a separate file under pod/,Rafael Garcia-Suarez2003-07-211-1/+1
| | | | | the installman script was installing an empty perldoc.1 manpage. p4raw-id: //depot/perl@20179
* installperl -nSlaven Rezic2003-07-031-1/+1
| | | | | Message-Id: <200307032241.h63Mfaka041281@vran.herceg.de> p4raw-id: //depot/perl@19972
* Don't install test.pl files.Rafael Garcia-Suarez2003-05-311-2/+2
| | | p4raw-id: //depot/perl@19651
* Add a file utils/cpan.PL to generate the "cpan" utility,Rafael Garcia-Suarez2003-03-261-3/+5
| | | | | | | also separately maintained on CPAN, and now moved as lib/CPAN/bin/cpan. Tweak installperl to avoid installing this last file. p4raw-id: //depot/perl@19065
* Happy chainsaw stories; The removal of the 5005 threadsH.Merijn Brand2002-10-191-11/+0
| | | | | Still imcomplete. Configure will follow p4raw-id: //depot/perl@18030
* formatting cleanup and:H.Merijn Brand2002-08-301-170/+179
| | | | | | | Subject: Re: perl-5.8.0 on HP porting center From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020829122221.0CA3.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17815
* a2p wasn't installed with -DversiononlyRafael Garcia-Suarez2002-08-241-6/+8
| | | p4raw-id: //depot/perl@17764
* Change version from 5.8.0 to 5.9.0.Hugo van der Sanden2002-08-041-1/+1
| | | p4raw-id: //depot/perl@17671
* The installation of the 5.005threads {Queue,Semaphore}.pmJarkko Hietaniemi2002-07-131-1/+4
| | | | | didn't quite work. p4raw-id: //depot/perl@17518
* threads::shared::queue and semaphore become Thread::SemaphoreJarkko Hietaniemi2002-07-121-0/+8
| | | | | | | and Queue. The 5005threads case where the old Semaphore and Queue.pm (they are disguised as .pmx) should get magically installed instead has not been tested. p4raw-id: //depot/perl@17509
* Do not install XS::{APItest,Typemap}Jarkko Hietaniemi2002-06-181-0/+2
| | | p4raw-id: //depot/perl@17279