From 9bb683e6b9e9c477f8ad211dd2f5b8c19d1b7bc2 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Sun, 25 Aug 1996 01:27:42 +0000 Subject: 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 # 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 --- t/op/bop.t | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 t/op/bop.t (limited to 't/op/bop.t') diff --git a/t/op/bop.t b/t/op/bop.t old mode 100644 new mode 100755 -- cgit v1.2.1