summaryrefslogtreecommitdiff
path: root/win32/FindExt.pm
Commit message (Collapse)AuthorAgeFilesLines
* Bump versions of non dual-life modulesNicholas Clark2005-05-051-1/+1
| | | p4raw-id: //depot/perl@24399
* Fix Win32 build problem caused by change 23757Steve Hay2005-01-131-1/+4
| | | | | | | | | | | | | | | | | Change 23757 added a glob() call to win32/FindExt.pm. That code is run by miniperl.exe when making the ..\config.sh target, but miniperl.exe is built with -D PERL_EXTERNAL_GLOB so it requires perlglob.exe to do the glob(). perlglob.exe has been built, but is in the top-level of the source tree so is not found when miniperl.exe is executed from within the win32/ sub-directory. This was causing smokes to fail on t/lib/commonsense.t because the "extensions" field in lib/Config_heavy.pl only contained "threads/shared" as a result of the glob() not finding anything. Manual builds had been working fine for me because I had an installed perl in my PATH so perlglob.exe was being found there instead! p4raw-id: //depot/perl@23785
* Fix extensions config fields on Win32 to be as they are on UnixYitzchak Scott-Thoennes2005-01-061-32/+68
| | | | | | Subject: [PATCH] Re: lib/Config/Extensions.t fails on Win32 Message-ID: <20050105180141.GA676@efn.org> p4raw-id: //depot/perl@23757
* Fudge Config.pm so File::Spec does not croak.Nick Ing-Simmons2001-12-291-0/+3
| | | p4raw-id: //depot/perlio@13934
* Add the fruits of Larry Shatzer's version verifying script.Jarkko Hietaniemi2001-11-161-0/+3
| | | | | | (There are some straddlers, but they will be fixed in the upcoming releases of the modules.) p4raw-id: //depot/perl@13034
* I18N::Langinfo is not available on windowsGurusamy Sarathy2001-07-091-1/+2
| | | p4raw-id: //depot/perl@11227
* two fixes for win32/FindExt.pmPrymmer/Kahn2001-05-031-2/+2
| | | | | Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com> p4raw-id: //depot/perl@9971
* Split out extension finding code from buildext.pl into FindExt.pmNick Ing-Simmons2001-04-071-0/+62
Use it to get Config.pm's idea of available extensions in line with what is built. p4raw-id: //depot/perlio@9604