diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2002-01-04 00:42:52 +0100 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2002-01-04 03:00:12 +0000 |
commit | c1b16575eb03bf1d5b9bf6b20b2765d6375a227d (patch) | |
tree | 95f38cb5ad7d0b78a6dd01165c1a6c7c4d09e4cf /lib | |
parent | 8c5dce875ce1b9acf30c406ded0e42f48b064afd (diff) | |
download | perl-c1b16575eb03bf1d5b9bf6b20b2765d6375a227d.tar.gz |
File::Compare::VERSION
Message-Id: <20020103234252.G13958@rafael>
p4raw-id: //depot/perl@14051
Diffstat (limited to 'lib')
-rw-r--r-- | lib/File/Compare.pm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/File/Compare.pm b/lib/File/Compare.pm index e1d5e7db91..eba17c3253 100644 --- a/lib/File/Compare.pm +++ b/lib/File/Compare.pm @@ -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); |