summaryrefslogtreecommitdiff
path: root/lib/Search
Commit message (Collapse)AuthorAgeFilesLines
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
|
* Now also allow transforming the read lines before comparing them.Jarkko Hietaniemi2001-07-291-12/+23
| | | | | (This will help UnicodeCD.) p4raw-id: //depot/perl@11485
* Allow specifying a comparison function for Search::Dict::look().Jarkko Hietaniemi2001-07-291-13/+32
| | | p4raw-id: //depot/perl@11483
* The Grand Trek: move the *.t files from t/ to lib/ and ext/.Jarkko Hietaniemi2001-06-181-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | 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
* $VERSION crusade, strict, tests, etc... all over lib/Michael G. Schwern2000-12-061-12/+15
| | | | | | | Message-ID: <20001205212328.C6473@blackrider.aocn.com> Carp::Heavy parts not very applicable because of recent changes. p4raw-id: //depot/perl@8013
* Make libs clean under '-w'Jarkko Hietaniemi1997-01-041-1/+1
|
* look() in Search::Dict should use lc() istead of tr/A-Z/a-z/Gisle Aas1996-09-211-3/+3
| | | | | | The Search::Dict look() function should use the lc() function instead of tr/A-Z/a-z/. This will make folding of non-english letters work if the locale is set up correctly.
* [CORRECTION] Doc patches for Search::Dict and Sys::SyslogHallvard B Furuseth1996-02-091-15/+38
|
* perl 5.000perl-5.000Larry Wall1994-10-171-0/+52
[editor's note: this commit combines approximate 4 months of furious releases of Andy Dougherty and Larry Wall - see pod/perlhist.pod for details. Andy notes that; Alas neither my "Irwin AccuTrack" nor my DC 600A quarter-inch cartridge backup tapes from that era seem to be readable anymore. I guess 13 years exceeds the shelf life for that backup technology :-(. ]