我在哪里pod2usage缺少文字问题,我曾尝试解决它:perlpod:缺少文本问题
- 转换换行符
- 重写它
- 检查它与podchecker
但这些东西都没有帮助水库olve或暗示我的问题
输出podchecker的:
YaTC.pod pod syntax OK.
饱果:
Pod2text输出:
剪断
Bool: Use special characters
If Nth = 0, this is the left arrow
Data: ISO Language Code:
* Missing data *
<http://www.w3schools.com/tags/ref_language_codes.asp?output=print>
<http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes>
Data: Main size:
* Missing data *
Maximum size limit, where Nth = 0 if X axis
Data: Minimum size:
剪断
信息:
我的操作系统是的OpenSuSE 11.4的Linux 2.6.37.6-0.7默认的i686 i686的的i386,GNU/Linux的
我的编辑被赛特版本1.77
此外的POD嵌入Perl代码和pod2text被称为直通下面的代码:
if (!$conf{'Bool_Use_plain_text_for_help'}) {
my $help = $helpframe->PodText(
-scrollbars => '',
-file => $0,
-wrap => 'word',
-background => 'white',
-width => 150,
-height => 500
)->pack(-side => 'top', -fill => 'both', -expand => 1);
}
else {
my $help = $helpframe->Text(
-wrap => 'word',
-background => 'white',
-width => 150,
-height => 500
)->pack(-side => 'top', -fill => 'both', -expand => 1);
$help->insert('end', qx{pod2text '$0'});
}
Pod2text版本:未知(不man
,info
,help
或pod2text --help
)
终端信息:
TERM=xterm
COLORTERM=1
编辑:此bug似乎从Tk的文本::干,我想pod2html在控制台,它似乎确定,但在传统知识是缺少文本
你能不能把你的地方POD,格式化的正是你想要的方式,让我们下载它?问题是空格对于POD文档很重要,所以试图将它从你的文章中删除可能会引入可能会导致副作用的东西。如果你有[Dropbox](http://dropbox.com) ,你可以把你的POD放到公共文件夹中,然后把链接发给我们 –
@DavidW。看看我的帖子 – linuxrules94
做一些正常的调试工作,开始删除部分Pod,直到问题不再出现,添加东西,直到它重新出现。然后,您应该知道Pod的哪一部分是重要的唱问题。从警告中,它看起来像一个畸形的L <>。 –