summaryrefslogtreecommitdiff
path: root/dist/Search-Dict
Commit message (Collapse)AuthorAgeFilesLines
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+1
| | | | | | | | There are a number of files excluded using gitignore rules that are included in the repository. This can lead to confusion if something other than git tries to read the ignore files. Add rules to the gitignore files so that these files won't be ignored.
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
| | | | | | | | | | Switch from two-argument form. Filehandle cloning is still done with the two argument form for backward compatibility. Committer: Get all porting tests to pass. Increment some $VERSIONs. Run: ./perl -Ilib regen/mk_invlists.pl; ./perl -Ilib regen/regcharclass.pl For: RT #130122
* Updated Search::Dict to 1.07 as on CPANDavid Golden2012-09-114-0/+114
|
* Clean up temporary test file in Search-Dict testSteve Hay2012-08-141-0/+1
| | | | Need to untie before unlink on Windows.
* Updated Search-Dict to CPAN release 1.07Chris 'BinGOs' Williams2012-06-172-23/+84
| | | | | | | | | | | | | | | | | | | | | [DELTA] 1.07 2012-04-11 - install into sitelib for Perl 5.12+ - use Tie::Handle to get Tie::StdHandle for older Perls - avoid using fc() in v5.15.0 - v5.15.7 - fix tests for older Perls 1.06 2012-03-31 - suppress stat() warnings on tied filehandles 1.05 2012-03-31 - no longer requires stat() on filehandle - tests use Test::More - case folds with fc() on Perl 5.15+
* Increase $VERSIONs for Text::Abbrev and Search::DictFather Chrysostomos2011-09-181-1/+1
|
* fix NAME section in Text::Abbrev and Search::DictRobin Barker2011-09-181-1/+1
| | | | | | These modules currently warn when parsing ABSTRACT_FROM, as the NAME section does not have the correct form; so add "$package - " at the start of the NAME section line.
* Dual-life Search::DictFlorian Ragwitz2011-07-172-0/+190