summaryrefslogtreecommitdiff
path: root/installperl
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Workaround for broken symlink traversal.Jarkko Hietaniemi2002-06-081-1/+15
| | | p4raw-id: //depot/perl@17102
* installperlAbe Timmerman2002-04-251-1/+1
| | | | | Message-ID: <50eecu0f6jd5vji7s0smqnjbid2e1p0ilk@4ax.com> p4raw-id: //depot/perl@16151
* Don't install anything beneath 't' directories.Jarkko Hietaniemi2002-03-281-1/+2
| | | p4raw-id: //depot/perl@15569
* installperl - minor untangle for VOSPaul Green2002-03-121-2/+6
| | | | | Message-Id: <200203112203.RAA21987@mailhub2.stratus.com> p4raw-id: //depot/perl@15186
* *BETTER* installperl script patch for VOSPaul Green2002-03-081-2/+9
| | | | | Message-Id: <200203081947.OAA29065@mailhub1.stratus.com> p4raw-id: //depot/perl@15116
* Further cygwin installperl tweak from Gerrit P. Haase.Jarkko Hietaniemi2002-01-271-1/+1
| | | p4raw-id: //depot/perl@14456
* Bleadperl on Cygwin todayGerrit P. Haase2002-01-271-1/+15
| | | | | Message-ID: <462007239437.20020127223041@familiehaase.de> p4raw-id: //depot/perl@14453
* don't installperl podsH.Merijn Brand2002-01-081-1/+1
| | | | | Message-Id: <20020108103447.A841.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@14132
* don't installperl podsNicholas Clark2002-01-011-2/+4
| | | | | Message-Id: <20020101164411.A3157@Bagpuss.unfortu.net> p4raw-id: //depot/perl@14000
* More Cwd tidy upNick Ing-Simmons2001-12-301-12/+13
| | | p4raw-id: //depot/perl@13947
* [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)David Dyck2001-10-091-5/+1
| | | | | Message-Id: <200110011917.MAA11879@dd.tc.fluke.com> p4raw-id: //depot/perl@12377
* installperl -helpNicholas Clark2001-08-211-0/+18
| | | | | Message-Id: <20010821173423.F82818@plum.flirble.org> p4raw-id: //depot/perl@11723
* installperlWilfredo Sánchez2001-07-291-20/+33
| | | | | Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org> p4raw-id: //depot/perl@11480
* [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems0000-Admin2001-06-211-0/+4
| | | | | | | Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz> Setting umask to something friendlier. p4raw-id: //depot/perl@10783
* Move the locale/strict/warnings helper files backJarkko Hietaniemi2001-06-181-3/+0
| | | | | | under the t/lib; this way the amount of non-installabled stuff under lib/ stays smaller. p4raw-id: //depot/perl@10686
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | No doubt I made some mistakes like missed some files or misnamed some files. The naming rules were more or less: (1) if the module is from CPAN, follows its ways, be it t/*.t or test.pl. (2) otherwise if there are multiple tests for a module put them in a t/ (3) otherwise if there's only one test put it in Module.t (4) helper files go to module/ (locale, strict, warnings) (5) use longer filenames now that we can (but e.g. the compat-0.6.t and the Text::Balanced test files still were renamed to be more civil against the 8.3 people) installperl was updated appropriately not to install the *.t files or the help files from under lib. TODO: some helper files still remain under t/ that could follow their 'masters'. UPDATE: On second thoughts, why should they. They can continue to live under t/lib, and in fact the locale/strict/warnings helpers that were moved could be moved back. This way the amount of non-installable stuff under lib/ stays smaller. p4raw-id: //depot/perl@10676
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-21/+67
| | | p4raw-id: //depot/perl@10643
* Under versiononly install also the scripts with the version suffix.Jarkko Hietaniemi2001-05-241-5/+17
| | | | | (e.g. .../bin/h2xs5.7.1) p4raw-id: //depot/perl@10195
* Re: [PATCH] Abstract "utility" information from installmanSimon Cozens2001-05-161-11/+20
| | | | | Message-ID: <20010516155755.A4728@netthink.co.uk> p4raw-id: //depot/perl@10129
* Bug in #9915, spotted by Mike Guy.Jarkko Hietaniemi2001-05-021-3/+3
| | | p4raw-id: //depot/perl@9958
* Install s2p also as psed.Jarkko Hietaniemi2001-04-301-8/+17
| | | | | TODO: psed documentation? p4raw-id: //depot/perl@9915
* patch to installperl (change warn to print STDERR in sub yn)David Dyck2001-04-231-1/+1
| | | | | Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com> p4raw-id: //depot/perl@9798
* DLL name has changed so installperl needs to knowNick Ing-Simmons2001-03-291-1/+1
| | | | | (Why isn't it working it out or passed it?) p4raw-id: //depot/perlio@9455
* versiononly and installperlJarkko Hietaniemi2001-02-091-2/+19
| | | | | | | | | | | | | | | | | | From: abigail@foad.org Date: Wed, 7 Feb 2001 22:43:12 +0100 Message-ID: <20010207214312.7045.qmail@foad.org> Add +v flag to force a normal install of the perl binary and the utilities. Subject: [PATCH] installperl From: Nicholas Clark <nick@ccl4.org> Date: Fri, 9 Feb 2001 16:28:57 +0000 Message-ID: <20010209162857.B10931@plum.flirble.org> Add -A flag which also hardlinks the binary with the full architecture name. p4raw-id: //depot/perl@8747
* completion and docs for dynamic loading on OS/390Peter Prymmer2001-01-251-1/+10
| | | | | Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com> p4raw-id: //depot/perl@8544
* lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn'tAbigail2001-01-231-2/+3
| | | | | | | | get installed: Subject: lib/lib.pm Message-ID: <20000829003508.21281.qmail@foad.org> p4raw-id: //depot/perl@8528
* PATCH installperl misinformed Andreas König2000-12-101-2/+2
| | | | | Message-ID: <m3r93glc2r.fsf@ak-71.mind.de> p4raw-id: //depot/perl@8073
* Reapply Andy's patch and regen Configure.Jarkko Hietaniemi2000-10-101-10/+11
| | | p4raw-id: //depot/perl@7196
* Use the versiononly instead of the installscripts,Jarkko Hietaniemi2000-10-101-20/+16
| | | | | retract the changes 7146 and 7147. p4raw-id: //depot/perl@7195
* Enable disabling scripts installation by Configure -Uinstallscripts,Jarkko Hietaniemi2000-10-041-16/+20
| | | | | suggested by H. Merijn Brand. p4raw-id: //depot/perl@7146
* [ID 20001004.003] installman "Ambiguous call resolved as CORE::"nick@babyhippo.com2000-10-041-5/+5
| | | | | | | Message-Id: <20001004120645.A7356@babyhippo.com> Retract 7118 and 7135. p4raw-id: //depot/perl@7140
* Re: PATCH for 20001003.004Aaron B. Dossett2000-10-031-5/+5
| | | | | Message-Id: <E13gTay-0006od-00@iglou.com> p4raw-id: //depot/perl@7135
* make the ran_tests intermediate file 8.3 friendlyPeter Prymmer2000-09-081-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com> p4raw-id: //depot/perl@7043
* no-install target a la make -n.Abigail2000-08-261-1/+1
| | | | | | Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.) Message-ID: <20000826075735.18912.qmail@foad.org> p4raw-id: //depot/perl@6839
* Retract #6826 as the #6828 should be do the sameJarkko Hietaniemi2000-08-261-3/+2
| | | | | in a More Correct Way. p4raw-id: //depot/perl@6838
* installation not quite silent yet.Abigail2000-08-261-10/+10
| | | | | Message-ID: <20000826000753.7822.qmail@foad.org> p4raw-id: //depot/perl@6829
* Patch installperl to be long double-aware.Spider Boardman2000-08-251-2/+3
| | | | | | Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com> p4raw-id: //depot/perl@6826
* installperl --verbose and --silent.Abigail2000-08-251-11/+12
| | | | | | Subject: Re: [PATCH] More silencing of installman. Message-ID: <20000825064430.9719.qmail@foad.org> p4raw-id: //depot/perl@6812
* Add silencer flags to installperl.Abigail2000-08-241-41/+46
| | | | | | Subject: [PATCH] Making installperl silent. Message-ID: <20000824090145.13141.qmail@foad.org> p4raw-id: //depot/perl@6795
* installperl couldn't tell whether it had run tests or not.Abigail2000-08-241-1/+1
| | | | | | Subject: [PATCH] Re: installperl and t/TEST Message-ID: <20000824080053.2494.qmail@foad.org> p4raw-id: //depot/perl@6794
* Send all installperl messages to STDERR and be -w clean.M. J. T. Guy2000-07-241-2/+2
| | | | | | Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk> p4raw-id: //depot/perl@6421
* VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)Gurusamy Sarathy2000-04-281-2/+2
| | | p4raw-id: //depot/perl@6008