diff options
author | Chip Salzenberg <chip@atlantic.net> | 1997-01-04 17:44:00 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-04 17:44:00 +1200 |
commit | 2223696182def99cda82e756db80d13949fc882e (patch) | |
tree | 097beb20fd5a00f2314e27aa18dbaf3593504244 /lib/diagnostics.pm | |
parent | 88a75bb558ee134d50b9497f083f462cd0a0358c (diff) | |
download | perl-2223696182def99cda82e756db80d13949fc882e.tar.gz |
[shell changes from patch from perl5.003_18 to perl5.003_19]
Change from running these commands:
# these files are obsolete
rm -f pod/perlovl.pod
rm -f t/lib/locale.t
rm -f t/op/overload.t
rm -f t/op/use.t
# new test directory must exists
test -d t/pragma || mkdir t/pragma
# new tests must be executable
t="t/comp/colon.t t/op/assignwarn.t t/pragma/locale.t \
t/pragma/overload.t t/pragma/strict.t t/pragma/subs.t t/pragma/warning.t"
touch $t
chmod +x $t
# now that we have splain.PL, this need not be executable
chmod a-x lib/diagnostics.pm
# ready to patch
exit 0
Diffstat (limited to 'lib/diagnostics.pm')
-rw-r--r--[-rwxr-xr-x] | lib/diagnostics.pm | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/lib/diagnostics.pm b/lib/diagnostics.pm index 3492bd3e28..3492bd3e28 100755..100644 --- a/lib/diagnostics.pm +++ b/lib/diagnostics.pm |