X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=atarist%2Fperldb.diff;h=8b78159bd5960af273c2d55f6da707d2b215e51d;hb=79072805bf63abe5b5978b5928ab00d360ea3e7f;hp=9bd5c87f9c44a12be3da62e792c0b42068fda2da;hpb=e334a159a5616cab575044bafaf68f75b7bb3a16;p=p5sagit%2Fp5-mst-13.2.git diff --git a/atarist/perldb.diff b/atarist/perldb.diff index 9bd5c87..8b78159 100644 --- a/atarist/perldb.diff +++ b/atarist/perldb.diff @@ -8,14 +8,14 @@ ! # Ray Lischner (uunet!mntgfx!lisch) as of 5 Nov 1990 ! # Johan Vromans -- upgrade to 4.0 pl 10 ! -! $header = '$RCSfile: perldb.diff,v $$Revision: 4.0.1.1 $$Date: 92/06/08 11:50:28 $'; +! $header = '$RCSfile: perldb.diff,v $$Revision: 4.1 $$Date: 92/08/07 17:18:44 $'; # # This file is automatically included if you do perl -d. # It's probably not useful to include this yourself. --- 1,6 ---- package DB; -! $header = '$RCSfile: perldb.diff,v $$Revision: 4.0.1.1 $$Date: 92/06/08 11:50:28 $'; +! $header = '$RCSfile: perldb.diff,v $$Revision: 4.1 $$Date: 92/08/07 17:18:44 $'; # # This file is automatically included if you do perl -d. # It's probably not useful to include this yourself. @@ -24,6 +24,9 @@ # have a breakpoint. It also inserts a do 'perldb.pl' before the first line. # # $Log: perldb.diff,v $ + # Revision 4.1 92/08/07 17:18:44 lwall + # Stage 6 Snapshot + # # Revision 4.0.1.1 92/06/08 11:50:28 lwall # Initial revision #