diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Text')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Text/Abbrev.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Text/Abbrev.pm b/Master/tlpkg/tlperl/lib/Text/Abbrev.pm index c6be63bcc60..3c179697f9f 100644 --- a/Master/tlpkg/tlperl/lib/Text/Abbrev.pm +++ b/Master/tlpkg/tlperl/lib/Text/Abbrev.pm @@ -2,11 +2,11 @@ package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; -our $VERSION = '1.01'; +our $VERSION = '1.02'; =head1 NAME -abbrev - create an abbreviation table from a list +Text::Abbrev - abbrev - create an abbreviation table from a list =head1 SYNOPSIS |