Changeset 22578 for util

Show
Ignore:
Timestamp:
10/11/08 15:31:00 (6 weeks ago)
Author:
masak
Message:

[util/smartlinks.pl] unbroke cross-reference links between synopses

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/smartlinks.pl

    r19504 r22578  
    414414 
    415415    eval { require Pod::Simple::HTML }; 
     416    $Pod::Simple::HTML::Perldoc_URL_Prefix  = 'http://perlcabal.org/syn/'; 
     417    $Pod::Simple::HTML::Perldoc_URL_Postfix = '.html'; 
    416418    die "error: Pod::Simple::HTML is not installed on your machine.\n" 
    417419        if $@; 
     
    712714    } 
    713715 
    714     # We need this to check invalid smartlinks pointed to unexistent docs: 
     716    # We need this to check invalid smartlinks pointed to non-existent docs: 
    715717    delete $linktree->{"S$syn_id"}; 
    716718