diff options
-rw-r--r-- | lib/Text/Soundex.pm | 2 | ||||
-rw-r--r-- | lib/Tie/Handle.pm | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/Text/Soundex.pm b/lib/Text/Soundex.pm index ddc758c94e..3079b90612 100644 --- a/lib/Text/Soundex.pm +++ b/lib/Text/Soundex.pm @@ -5,6 +5,8 @@ require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&soundex $soundex_nocode); +$VERSION = '1.0'; + # $Id: soundex.pl,v 1.2 1994/03/24 00:30:27 mike Exp $ # # Implementation of soundex algorithm as described by Knuth in volume diff --git a/lib/Tie/Handle.pm b/lib/Tie/Handle.pm index 6181eca22c..08756d5239 100644 --- a/lib/Tie/Handle.pm +++ b/lib/Tie/Handle.pm @@ -1,5 +1,7 @@ package Tie::Handle; +$VERSION = '1.0'; + =head1 NAME Tie::Handle, Tie::StdHandle - base class definitions for tied handles |