diff options
author | Perl 5 Porters <perl5-porters.nicoh.com> | 1995-12-26 06:55:30 +0000 |
---|---|---|
committer | Andy Dougherty <doughera.lafayette.edu> | 1995-12-26 06:55:30 +0000 |
commit | 82835e01f42cf6e6ec087b39a902865e24e1b401 (patch) | |
tree | 07b97c483a008634feaa84e6a4001e712f1d077f /os2/diff.rest | |
parent | 28e44ed9749d8684067f67623a63b70fce87c3b8 (diff) | |
download | perl-82835e01f42cf6e6ec087b39a902865e24e1b401.tar.gz |
New file.
Diffstat (limited to 'os2/diff.rest')
-rw-r--r-- | os2/diff.rest | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/os2/diff.rest b/os2/diff.rest new file mode 100644 index 0000000000..7c44334da3 --- /dev/null +++ b/os2/diff.rest @@ -0,0 +1,12 @@ +*** t/TEST~ Tue Nov 14 08:22:08 1995 +--- t/TEST Wed Nov 22 02:04:22 1995 +*************** +*** 31,36 **** +--- 31,37 ---- + last; + } + } ++ $sharpbang = 0 if $ENV{OS2_SHELL}; # OS/2 + $bad = 0; + $good = 0; + $total = @ARGV; |