perl 5.003_06: [patch introduction and re-organisation]
authorAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 8 Oct 1996 02:54:09 +0000 (02:54 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 8 Oct 1996 02:54:09 +0000 (02:54 +0000)
commit9c6be91f691c6d72250718e13acfc7872e72a19f
tree2bc558cb936759b9e98c6d724332c1a0836de731
parentd83e3bda142ab17f4cd2633e1fb9f48644dabcbf
perl 5.003_06: [patch introduction and re-organisation]

# This is my patch perl5.003_06.pat to perl5.003_05
# The full description is below.
# Please execute the following commands before applying this patch.
# (You can feed this patch to 'sh' to do so.)
#  Andy Dougherty               <doughera@lafcol.lafayette.edu>

# We'll create some new tests, but patch won't automatically make them
# executable.
for t in abbrev.t autoloader.t basename.t checktree.t complex.t \
        env.t fatal.t filecache.t filecopy.t filefind.t filepath.t \
        findbin.t getopt.t hostname.t parsewords.t searchdict.t \
        selectsaver.t symbol.t texttabs.t textwrap.t timelocal.t
do
    touch t/lib/$t
    chmod +x t/lib/$t
done

# The a2p.man and s2p.man pages have been changed into pods.
rm -f x2p/a2p.man x2p/s2p.man

exit 0

This is patch perl5.003_06.pat to perl version 5.003_05.
This takes you from 5.003_05 to 5.003_06.

To apply this patch, run the above commands,
cd to your perl source directory and then type

        patch -p1 -N < perl5.003_06.pat

The changes are described after each /^Index:/ line below.  This is
designed so you can examine each change with a command such as

        csplit -k perl5.003_06.pat '/^Index:/' '{999}'

(Of course, since there are more than 100 Index entries, your
csplit may complain, since many csplit's have an arbitrary limit of 100
files.  Still, you can manually split the file or roll your own.)

Patch and enjoy,

    Andy Dougherty              doughera@lafcol.lafayette.edu
    Dept. of Physics
    Lafayette College, Easton PA 18042
23 files changed:
t/lib/abbrev.t [changed mode: 0644->0755]
t/lib/autoloader.t [changed mode: 0644->0755]
t/lib/basename.t [changed mode: 0644->0755]
t/lib/checktree.t [changed mode: 0644->0755]
t/lib/complex.t [changed mode: 0644->0755]
t/lib/env.t [changed mode: 0644->0755]
t/lib/fatal.t [changed mode: 0644->0755]
t/lib/filecache.t [changed mode: 0644->0755]
t/lib/filecopy.t [changed mode: 0644->0755]
t/lib/filefind.t [changed mode: 0644->0755]
t/lib/filepath.t [changed mode: 0644->0755]
t/lib/findbin.t [changed mode: 0644->0755]
t/lib/getopt.t [changed mode: 0644->0755]
t/lib/hostname.t [changed mode: 0644->0755]
t/lib/parsewords.t [changed mode: 0644->0755]
t/lib/searchdict.t [changed mode: 0644->0755]
t/lib/selectsaver.t [changed mode: 0644->0755]
t/lib/symbol.t [changed mode: 0644->0755]
t/lib/texttabs.t [changed mode: 0644->0755]
t/lib/textwrap.t [changed mode: 0644->0755]
t/lib/timelocal.t [changed mode: 0644->0755]
x2p/a2p.man [deleted file]
x2p/s2p.man [deleted file]