add $VERSION
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 21 Jan 2000 17:04:21 +0000 (17:04 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 21 Jan 2000 17:04:21 +0000 (17:04 +0000)
p4raw-id: //depot/perl@4833

lib/Text/Soundex.pm
lib/Tie/Handle.pm

index ddc758c..3079b90 100644 (file)
@@ -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
index 6181eca..08756d5 100644 (file)
@@ -1,5 +1,7 @@
 package Tie::Handle;
 
+$VERSION = '1.0';
+
 =head1 NAME
 
 Tie::Handle, Tie::StdHandle  - base class definitions for tied handles