diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:32 +0000 |
commit | 2e61cbb7f50878e738849ea4384118c13733f09c (patch) | |
tree | e87cf98a8f654158f3ba922ed4d31607b79c4944 /contrib/perl5/lib/File/CheckTree.pm | |
parent | 76b5366091f76c9bc73570149ef5055648fc2c39 (diff) |
Diffstat (limited to 'contrib/perl5/lib/File/CheckTree.pm')
-rw-r--r-- | contrib/perl5/lib/File/CheckTree.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/perl5/lib/File/CheckTree.pm b/contrib/perl5/lib/File/CheckTree.pm index dca7f6aff31a8..7cff84780886b 100644 --- a/contrib/perl5/lib/File/CheckTree.pm +++ b/contrib/perl5/lib/File/CheckTree.pm @@ -44,7 +44,7 @@ The routine returns the number of warnings issued. @ISA = qw(Exporter); @EXPORT = qw(validate); -# $RCSfile: validate.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:19 $ +# $RCSfile: CheckTree.pm,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:55 $ # The validate routine takes a single multiline string consisting of # lines containing a filename plus a file test to try on it. (The |