diff options
author | Larry Wall <lwall@netlabs.com> | 1993-10-07 23:00:00 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1993-10-07 23:00:00 +0000 |
commit | 79072805bf63abe5b5978b5928ab00d360ea3e7f (patch) | |
tree | 96688fcd69f9c8d2110e93c350b4d0025eaf240d /emacs | |
parent | e334a159a5616cab575044bafaf68f75b7bb3a16 (diff) | |
download | perl-79072805bf63abe5b5978b5928ab00d360ea3e7f.tar.gz |
perl 5.0 alpha 2perl-5a2
[editor's note: from history.perl.org. The sparc executables
originally included in the distribution are not in this commit.]
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/perldb.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emacs/perldb.pl b/emacs/perldb.pl index 9d07da32c6..71c2d8cfa1 100644 --- a/emacs/perldb.pl +++ b/emacs/perldb.pl @@ -3,7 +3,7 @@ package DB; # modified Perl debugger, to be run from Emacs in perldb-mode # Ray Lischner (uunet!mntgfx!lisch) as of 5 Nov 1990 -$header = '$Header: perldb.pl,v 4.0 91/03/20 01:18:58 lwall Locked $'; +$header = '$RCSfile: perldb.pl,v $$Revision: 4.1 $$Date: 92/08/07 17:20:59 $'; # # This file is automatically included if you do perl -d. # It's probably not useful to include this yourself. @@ -13,6 +13,9 @@ $header = '$Header: perldb.pl,v 4.0 91/03/20 01:18:58 lwall Locked $'; # have a breakpoint. It also inserts a do 'perldb.pl' before the first line. # # $Log: perldb.pl,v $ +# Revision 4.1 92/08/07 17:20:59 lwall +# Stage 6 Snapshot +# # Revision 4.0 91/03/20 01:18:58 lwall # 4.0 baseline. # |