This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
File::Compare::VERSION
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Thu, 3 Jan 2002 23:42:52 +0000 (00:42 +0100)
committerAbhijit Menon-Sen <ams@wiw.org>
Fri, 4 Jan 2002 03:00:12 +0000 (03:00 +0000)
   Message-Id: <20020103234252.G13958@rafael>

p4raw-id: //depot/perl@14051

lib/File/Compare.pm

index e1d5e7d..eba17c3 100644 (file)
@@ -15,11 +15,6 @@ $VERSION = '1.1003';
 
 $Too_Big = 1024 * 1024 * 2;
 
-sub VERSION {
-    # Version of File::Compare
-    return $File::Compare::VERSION;
-}
-
 sub compare {
     croak("Usage: compare( file1, file2 [, buffersize]) ")
       unless(@_ == 2 || @_ == 3);