Changeset 1818 for trunk/swish_website/Plugin/My/POD.pm
- Timestamp:
- 09/18/06 00:24:19 (2 years ago)
- Files:
-
- trunk/swish_website/Plugin/My/POD.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_website/Plugin/My/POD.pm
r1698 r1818 260 260 261 261 sub 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 263 267 264 268 for my $link ( @links ) { 265 269 my ($name, $fragment) = split /#/, $link->{href}, 2; 270 266 271 267 272 # If processing all files then can check for page links
