[shell changes from patch from perl5.003_11 to perl5.003_12]
authorChip Salzenberg <chip@atlantic.net>
Thu, 19 Dec 1996 04:44:00 +0000 (16:44 +1200)
committerChip Salzenberg <chip@atlantic.net>
Thu, 19 Dec 1996 04:44:00 +0000 (16:44 +1200)
commitf2cbb5f7981d75896143accdc8bed8a11f580b2e
tree44303d895bc75f6c65c58e08f96a54df0218a06c
parent858f93c38ca9fcfb9375581eee2cdb1aea7005ce
[shell changes from patch from perl5.003_11 to perl5.003_12]

Change from running these commands:

 # create new directories
 test -d lib/CPAN       || mkdir lib/CPAN
 test -d vms/ext/DCLsym || mkdir vms/ext/DCLsym

 # be sure that new test is executable
 touch t/op/recurse.t
 chmod +x t/op/recurse.t

 # get rid of old files
 rm -f lib/splain
 rm -f old_embed.pl
 rm -f old_global.sym
 rm -f old_perl_exp.SH
 rm -f pod/perli18n.pod
 rm -f t/re_tests

 # ready to patch
 exit 0
.dotest/last [new file with mode: 0644]
lib/splain [deleted file]
old_embed.pl [deleted file]
old_global.sym [deleted file]
old_perl_exp.SH [deleted file]
pod/perli18n.pod [deleted file]
t/op/recurse.t [new file with mode: 0755]
t/re_tests [deleted file]