sub pod_pom_html_view_seq_link_transform_path {
my ($self, $path) = @_;
$path =~ s|::|/|g;
my $doc_obj = get_render_obj();
my $res_path = $doc_obj->transform_src_doc($path);
unless ($res_path) {
# report broken links if we were told to
if (DocSet::RunTime::get_opts('validate_links')) {
print "!!! Broken link $doc_obj->{src_path}: [$path]\n";
}
return undef;
}
$res_path =~ s/\.[^.]+$/.html/;
# print "$res_path\n";
return $res_path;
}
Is busted in 0.18 ... hopefully someone more family with DocSet internals can
figure it out :)
--
END
------------------------------------------------------------
What doesn't kill us can only make us stronger.
Nothing is impossible.
Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198
Consultant / http://p6m7g8.net/Resume/
Senior Developer / Liquidity Services, Inc.
http://www.liquidityservicesinc.com
http://www.liquidation.com
http://www.uksurplus.com
http://www.govliquidation.com
http://www.gowholesale.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]