This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c5dce8
)
File::Compare::VERSION
author
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Thu, 3 Jan 2002 23:42:52 +0000
(
00:42
+0100)
committer
Abhijit 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
patch
|
blob
|
blame
|
history
diff --git
a/lib/File/Compare.pm
b/lib/File/Compare.pm
index
e1d5e7d
..
eba17c3
100644
(file)
--- 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);