diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Search/Dict.pm')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Search/Dict.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Search/Dict.pm b/Master/tlpkg/tlperl/lib/Search/Dict.pm index cbbaf99a50a..5fe6f73b041 100644 --- a/Master/tlpkg/tlperl/lib/Search/Dict.pm +++ b/Master/tlpkg/tlperl/lib/Search/Dict.pm @@ -4,13 +4,13 @@ require Exporter; use strict; -our $VERSION = '1.03'; +our $VERSION = '1.04'; our @ISA = qw(Exporter); our @EXPORT = qw(look); =head1 NAME -Search::Dict, look - search for key in dictionary file +Search::Dict - look - search for key in dictionary file =head1 SYNOPSIS |