diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 04:51:30 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 04:51:30 +0000 |
commit | 2af1ab88da52f38a7450a6455bc28aa93c8e4e57 (patch) | |
tree | d5fea29ca36a63900bd06b21c6598f9bb7950957 /lib/Text | |
parent | e9d8cdc0682791dad6e1ddeac96716205beff833 (diff) | |
download | perl-2af1ab88da52f38a7450a6455bc28aa93c8e4e57.tar.gz |
A swath of VERSION patches from Nicholas Clark.
p4raw-id: //depot/perl@20688
Diffstat (limited to 'lib/Text')
-rw-r--r-- | lib/Text/Abbrev.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Text/Abbrev.pm b/lib/Text/Abbrev.pm index d7feedc30d..c6be63bcc6 100644 --- a/lib/Text/Abbrev.pm +++ b/lib/Text/Abbrev.pm @@ -2,7 +2,7 @@ package Text::Abbrev; require 5.005; # Probably works on earlier versions too. require Exporter; -our $VERSION = '1.00'; +our $VERSION = '1.01'; =head1 NAME |