summaryrefslogtreecommitdiff
path: root/lib/perl5db.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2016-04-23 09:47:41 -0600
committerKarl Williamson <khw@cpan.org>2016-04-23 09:53:00 -0600
commitee59ac1770a707c4a0b8cbd4165f107558a1b6ec (patch)
tree47821a8c6badad6a288b4605fc5a32516513f028 /lib/perl5db.pl
parent730ddfe84dc700d146653b462354bb0979bb825a (diff)
downloadperl-ee59ac1770a707c4a0b8cbd4165f107558a1b6ec.tar.gz
lib/perl5db.pl: Fix pod error.
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r--lib/perl5db.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl
index 5884192469..f26731bacf 100644
--- a/lib/perl5db.pl
+++ b/lib/perl5db.pl
@@ -189,7 +189,7 @@ Values are magical in numeric context: 1 if the line is breakable, 0 if not.
The scalar C<${"_<$filename"}> simply contains the string C<$filename>.
This is also the case for evaluated strings that contain subroutines, or
which are currently being executed. The $filename for C<eval>ed strings looks
-like C<(eval 34).
+like C<(eval 34)>.
=head1 DEBUGGER STARTUP
@@ -528,7 +528,7 @@ BEGIN {
# Debugger for Perl 5.00x; perl5db.pl patch level:
use vars qw($VERSION $header);
-$VERSION = '1.49_03';
+$VERSION = '1.49_04';
$header = "perl5db.pl version $VERSION";