In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ee59ac1770a707c4a0b8cbd4165f107558a1b6ec?hp=730ddfe84dc700d146653b462354bb0979bb825a>
- Log ----------------------------------------------------------------- commit ee59ac1770a707c4a0b8cbd4165f107558a1b6ec Author: Karl Williamson <[email protected]> Date: Sat Apr 23 09:47:41 2016 -0600 lib/perl5db.pl: Fix pod error. ----------------------------------------------------------------------- Summary of changes: lib/perl5db.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/perl5db.pl b/lib/perl5db.pl index 5884192..f26731b 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"; -- Perl5 Master Repository
