diff options
Diffstat (limited to 'lib/perl5db.pl')
-rw-r--r-- | lib/perl5db.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/perl5db.pl b/lib/perl5db.pl index b791f5aa4b..54d66228e3 100644 --- a/lib/perl5db.pl +++ b/lib/perl5db.pl @@ -523,7 +523,7 @@ BEGIN { # Debugger for Perl 5.00x; perl5db.pl patch level: use vars qw($VERSION $header); -$VERSION = '1.39_07'; +$VERSION = '1.39_08'; $header = "perl5db.pl version $VERSION"; @@ -1513,7 +1513,7 @@ We then determine what the console should be on various systems: undef $console; } -=item * Unix - use C</dev/tty>. +=item * Unix - use F</dev/tty>. =cut |