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