[shell changes from patch from perl5.003_18 to perl5.003_19]
authorChip Salzenberg <chip@atlantic.net>
Sat, 4 Jan 1997 05:44:00 +0000 (17:44 +1200)
committerChip Salzenberg <chip@atlantic.net>
Sat, 4 Jan 1997 05:44:00 +0000 (17:44 +1200)
commit2223696182def99cda82e756db80d13949fc882e
tree097beb20fd5a00f2314e27aa18dbaf3593504244
parent88a75bb558ee134d50b9497f083f462cd0a0358c
[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
12 files changed:
lib/diagnostics.pm [changed mode: 0755->0644]
pod/perlovl.pod [deleted file]
t/comp/colon.t [new file with mode: 0755]
t/lib/locale.t [deleted file]
t/op/assignwarn.t [new file with mode: 0755]
t/op/overload.t [deleted file]
t/op/use.t [deleted file]
t/pragma/locale.t [new file with mode: 0755]
t/pragma/overload.t [new file with mode: 0755]
t/pragma/strict.t [new file with mode: 0755]
t/pragma/subs.t [new file with mode: 0755]
t/pragma/warning.t [new file with mode: 0755]