From: Rafael Garcia-Suarez Date: Thu, 3 Jan 2002 23:42:52 +0000 (+0100) Subject: File::Compare::VERSION X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c1b16575eb03bf1d5b9bf6b20b2765d6375a227d;p=p5sagit%2Fp5-mst-13.2.git File::Compare::VERSION Message-Id: <20020103234252.G13958@rafael> p4raw-id: //depot/perl@14051 --- diff --git a/lib/File/Compare.pm b/lib/File/Compare.pm index e1d5e7d..eba17c3 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);