perl 5.003_03: [patch introduction and re-organisation]
authorAndy Dougherty <doughera@lafcol.lafayette.edu>
Sun, 25 Aug 1996 01:27:42 +0000 (01:27 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Sun, 25 Aug 1996 01:27:42 +0000 (01:27 +0000)
commit9bb683e6b9e9c477f8ad211dd2f5b8c19d1b7bc2
treeebad7e18a7d88b3ea7143ce23cdec0011846628c
parent8971618ed9d829d1bde5e12f0500700acb21ec7d
perl 5.003_03: [patch introduction and re-organisation]

# This is my patch perl5.003_03.pat to perl5.003_02
# 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>

# Absorbed into Changes5.002
rm -f Changes.Conf

# Not needed.
rm -f ext/POSIX/mkposixman.pl

# Moved to README.os2.  I'm not sure why the README files are
# here rather than in the appropriate subdirectories.
rm -f os2/README

# Not needed.
rm -f pod/Makefile.PL

# New test for bit ops
touch t/op/bop.t

# Patches that create new tests don't always make them executable.
chmod +x t/*/*.t

# Create a new directory for Porting and Patching info.
mkdir Porting

exit 0

This is patch perl5.003_03.pat to perl version 5.003_02.
This takes you from 5.003_02 to 5.003_03.

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

        patch -p1 -N < perl5.003_03.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_03.pat '/^Index:/' '{99}'

Patch and enjoy,

    Andy Dougherty              doughera@lafcol.lafayette.edu
    Dept. of Physics
    Lafayette College, Easton PA 18042
13 files changed:
Changes.Conf [deleted file]
Makefile.SH [changed mode: 0644->0755]
configure [changed mode: 0644->0755]
ext/POSIX/mkposixman.pl [deleted file]
makeaperl.SH [changed mode: 0644->0755]
minimod.pl [changed mode: 0644->0755]
os2/README [deleted file]
perl_exp.SH [changed mode: 0644->0755]
pod/Makefile.PL [deleted file]
t/op/bop.t [changed mode: 0644->0755]
vms/ext/Stdio/test.pl [changed mode: 0755->0644]
vms/fndvers.com [changed mode: 0755->0644]
writemain.SH [changed mode: 0644->0755]