- Timestamp:
- 10/11/08 15:31:00 (6 weeks ago)
- Files:
-
- 1 modified
-
util/smartlinks.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
util/smartlinks.pl
r19504 r22578 414 414 415 415 eval { require Pod::Simple::HTML }; 416 $Pod::Simple::HTML::Perldoc_URL_Prefix = 'http://perlcabal.org/syn/'; 417 $Pod::Simple::HTML::Perldoc_URL_Postfix = '.html'; 416 418 die "error: Pod::Simple::HTML is not installed on your machine.\n" 417 419 if $@; … … 712 714 } 713 715 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: 715 717 delete $linktree->{"S$syn_id"}; 716 718
