--- ./os2/Changes~	Thu Nov  5 01:05:18 1998
+++ ./os2/Changes	Thu Nov  5 02:15:42 1998
@@ -212,3 +212,9 @@ after 5.005_02:
 		extension-full-name and Perl-version mangling work in the 
 		same set ot 576 possible keys, this may lead to clashes).
 	$^E was reset on the second read, and contained ".\r\n" at the end.
+after 5.005_53:
+	Would segfault system()ing non-existing program;
+	AOUT build was hosed;
+	warning-test for getpriority() might lock the system hard on 
+		pre-fixpak22 configuration (calling getpriority() on 
+		non-existing process triggers a system-wide bug).
--- ./warning.pl~	Thu Nov  5 01:05:44 1998
+++ ./warning.pl	Wed Nov 11 16:25:18 1998
@@ -1,5 +1,8 @@
 #!/usr/bin/perl
 
+BEGIN {
+  push @INC, './lib';
+}
 use strict ;
 
 sub DEFAULT_ON  () { 1 }
--- ./bytecode.pl~	Tue Jul 21 20:33:46 1998
+++ ./bytecode.pl	Wed Nov 11 16:24:40 1998
@@ -1,3 +1,6 @@
+BEGIN {
+  push @INC, './lib';
+}
 use strict;
 my %alias_to = (
     U32 => [qw(PADOFFSET STRLEN)],
