Show
Ignore:
Timestamp:
09/18/06 00:24:19 (2 years ago)
Author:
whmoseley
Message:

First pass at trying to get this working again.
Seems like something is broken because the @links
array is empty after generating the html files,
and frankly, understanding all the magic in this code is
slow.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/Plugin/My/POD.pm

    r1698 r1818  
    260260 
    261261sub validate_links { 
    262     my $all_files_processed = $My::POD::stash->get( 'self.config.all'); 
     262    # Maybe this was some hack to get at the config?? 
     263    #my $all_files_processed = $My::POD::stash->get( 'self.config.all'); 
     264    my $config = shift; 
     265    my $all_files_processed = $config->{all}; 
     266 
    263267 
    264268    for my $link ( @links ) { 
    265269        my ($name, $fragment) = split /#/, $link->{href}, 2; 
     270 
    266271 
    267272        # If processing all files then can check for page links