diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-28 09:30:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-04-28 09:30:05 +0000 |
commit | 51ee650079cd7ef6a0ae6b587f0db512c6cfacde (patch) | |
tree | 78388c8d2cf8aea281fdb05fa4ca46d0ce94da6e /lib | |
parent | 069e01df5fe5be0786191c04a006805614ff871d (diff) | |
download | perl-51ee650079cd7ef6a0ae6b587f0db512c6cfacde.tar.gz |
various minor tweaks seen on p5p
p4raw-id: //depot/perl@5993
Diffstat (limited to 'lib')
-rw-r--r-- | lib/perl5db.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 132e08e0bd..f935e94ed3 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -34,7 +34,7 @@ $header = "perl5db.pl version $VERSION"; # interpreter, though the values used by perl5db.pl have the form # "$break_condition\0$action". Values are magical in numeric context. # -# The scalar ${'_<'.$filename} contains "_<$filename". +# The scalar ${'_<'.$filename} contains $filename. # # Note that no subroutine call is possible until &DB::sub is defined # (for subroutines defined outside of the package DB). In fact the same is |