summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Installed.pm
Commit message (Collapse)AuthorAgeFilesLines
* Re: [PATCH] ExtUtils::MakeMaker 6.10_02Michael G. Schwern2003-04-071-8/+42
| | | | | Message-ID: <20030407090917.GA9221@windhund.schwern.org> p4raw-id: //depot/perl@19162
* Subject: [PATCH] Sync MakeMaker 6.01 -> 6.02Michael G. Schwern2002-06-161-2/+4
| | | | | | | | | | | Date: Sun, 16 Jun 2002 03:49:27 -0400 Message-Id: <20020616074927.GD7403@ool-18b93024.dyn.optonline.net> Subject: [PATCH] Test::Harness 2.24 -> 2.25 From: Michael G Schwern <schwern@pobox.com> Date: Sun, 16 Jun 2002 03:58:40 -0400 Message-Id: <20020616075840.GE7403@ool-18b93024.dyn.optonline.net> p4raw-id: //depot/perl@17256
* ExtUtils::MakeMaker 5.92_01 -> 5.94_02Michael G. Schwern2002-05-171-2/+3
| | | | | 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-170/+158
| | | | | | | | | 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
* Message-Id: <200202131737.RAA29010@tempest.npl.co.uk>Robin Barker2002-02-141-19/+22
| | | | | (updated version of the above) p4raw-id: //depot/perl@14688
* More unset installman[13]dir tweaks from chromatic.Jarkko Hietaniemi2002-02-121-2/+4
| | | p4raw-id: //depot/perl@14655
* Making it somewhat more portableMichael G. Schwern2001-12-181-1/+1
| | | | | Message-ID: <20011218054038.GB4362@blackrider> p4raw-id: //depot/perl@13753
* Further replacement of EU::MM with File::SpecDave Rolsky2001-11-251-1/+2
| | | | | Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org> p4raw-id: //depot/perl@13269
* 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 changes #9706,9707 from maintperl into mainline.Jarkko Hietaniemi2001-04-151-16/+44
| | | | | | | | | | | | | | | 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..)
* more pod patchesMichael Stevens2001-03-161-1/+1
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* 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
* use $Config{version} rather than $] where appropriateGurusamy Sarathy2000-01-101-1/+1
| | | p4raw-id: //depot/perl@4777
* add suggested tool as an example in ExtUtils::PacklistAlan Burlison1998-07-051-0/+4
| | | | | | Message-Id: <199807031028.LAA10456@sale-wts> Subject: Re: [make install] another horror story p4raw-id: //depot/perl@1315
* ExtUtils::Installed.pm and ExtUtils::Packlist.pmAlan Burlison1998-06-101-2/+2
| | | | | Message-Id: <199806030919.KAA03527@sale-wts> p4raw-id: //depot/perl@1092
* PATCH for 5.004_62 : Add .packlist handling classes to ExtUtilsAlan Burlison1998-03-161-0/+268
plus manual update of MANIFEST p4raw-id: //depot/perl@814