diff options
author | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-08-08 17:07:27 +0000 |
---|---|---|
committer | Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> | 1990-08-08 17:07:27 +0000 |
commit | 62b28dd9eb2541847d5ce270cb7493fed626d1ef (patch) | |
tree | 1ab1c8c4532f980c8e291bf94cc1b073ce12b463 /lib | |
parent | e929a76b14922a7077596a747fc1fcd1bdd6b9ea (diff) | |
download | perl-62b28dd9eb2541847d5ce270cb7493fed626d1ef.tar.gz |
perl 3.0 patch #27 patch #19, continued
See patch #19.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/validate.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/validate.pl b/lib/validate.pl index bee7bbaddf..07d49d40f6 100644 --- a/lib/validate.pl +++ b/lib/validate.pl @@ -1,4 +1,4 @@ -;# $Header: validate.pl,v 3.0 89/10/18 15:20:04 lwall Locked $ +;# $Header: validate.pl,v 3.0.1.1 90/08/09 04:03:10 lwall Locked $ ;# The validate routine takes a single multiline string consisting of ;# lines containing a filename plus a file test to try on it. (The @@ -17,6 +17,7 @@ ;# The routine returns the number of warnings issued. ;# Usage: +;# require "validate.pl"; ;# $warnings += do validate(' ;# /vmunix -e || die ;# /boot -e || die |