Skip Menu |

This queue is for tickets about the Pod-Perldoc CPAN distribution.

Report information
The Basics
Id: 85468
Status: resolved
Priority: 0/
Queue: Pod-Perldoc

People
Owner: Nobody in particular
Requestors: mrallen1 [...] yahoo.com
Cc: explorer [...] cpan.org
AdminCc:

Bug Information
Severity: (no value)
Broken in: 3.20
Fixed in: (no value)



CC: explorer [...] cpan.org
Subject: Debug message in Pod::Perldoc::ToTerm shows incorrect version
2.- I suspect that is a error: Perldoc/ToTerm.pm: 36 and print "About to call new Pod::Text::Termcap ", 37 $Pod::Text::VERSION ? "(v$Pod::Text::VERSION) " : '', 38 "with options: ", 39 @options ? "[@options]" : "(nil)", "\n"; 40 ; 41 42 Pod::Text::Termcap->new(@options)->parse_from_file(@_); The message show the value of $Pod::Text::VERSION, not $Pod::Text::Termcap::VERSION
On Mon May 20 11:42:18 2013, mallen wrote: Show quoted text
> 2.- I suspect that is a error: > Perldoc/ToTerm.pm: > 36 and print "About to call new Pod::Text::Termcap ", > 37 $Pod::Text::VERSION ? "(v$Pod::Text::VERSION) " : '', > 38 "with options: ", > 39 @options ? "[@options]" : "(nil)", "\n"; > 40 ; > 41 > 42 Pod::Text::Termcap->new(@options)->parse_from_file(@_); > > The message show the value of $Pod::Text::VERSION, not > $Pod::Text::Termcap::VERSION
Spot on. Thanks for the report. This will be fixed.
On Mon May 20 11:42:18 2013, mallen wrote: Show quoted text
> 2.- I suspect that is a error: > Perldoc/ToTerm.pm: > 36 and print "About to call new Pod::Text::Termcap ", > 37 $Pod::Text::VERSION ? "(v$Pod::Text::VERSION) " : '', > 38 "with options: ", > 39 @options ? "[@options]" : "(nil)", "\n"; > 40 ; > 41 > 42 Pod::Text::Termcap->new(@options)->parse_from_file(@_); > > The message show the value of $Pod::Text::VERSION, not > $Pod::Text::Termcap::VERSION
Thanks - applied as 41044b0