Change 20676 by [EMAIL PROTECTED] on 2003/08/13 12:03:08
Make Johan's confusion go away, but there are no doubt more
similar cases.
Affected files ...
... //depot/perl/lib/File/Find.pm#70 edit
Differences ...
==== //depot/perl/lib/File/Find.pm#70 (text) ====
Index: perl/lib/File/Find.pm
--- perl/lib/File/Find.pm#69~20281~ Mon Jul 28 21:55:48 2003
+++ perl/lib/File/Find.pm Wed Aug 13 05:03:08 2003
@@ -3,7 +3,7 @@
use strict;
use warnings;
use warnings::register;
-our $VERSION = '1.04';
+our $VERSION = '1.05';
require Exporter;
require Cwd;
End of Patch.