Show
Ignore:
Timestamp:
05/10/08 17:34:11 (4 years ago)
Author:
dom
Message:

whitespace-only change to fix some POD bugs and generally make things read
more nicely. Tab-damage fixing still todo...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • wiki-toolkit/trunk/lib/Wiki/Toolkit.pm

    r408 r424  
    234234highest moderated version, then update the node's contents to hold 
    235235this version. 
     236 
    236237=cut 
    237238 
     
    255256When moderation is required, new versions of a node will sit about 
    256257until they're tagged as moderated, when they will become the new node. 
     258 
    257259=cut 
    258260 
     
    271273one, and re-writes any wiki links in these to point to the new name. If 
    272274required, it can mark these updates to other pages as a new version. 
     275 
    273276=cut 
    274277 
     
    416419      metadata_type  => "latitude" 
    417420  ); 
    418 =cut 
     421 
     422=cut 
     423 
    419424sub list_nodes_by_missing_metadata { 
    420425    my ($self, @args) = @_; 
     
    460465  Otherwise, all node versions (including old ones, and possibly multiple 
    461466   per node) are returned. 
     467 
    462468=cut 
    463469 
     
    479485Returns all the versions of a node, optionally including the content 
    480486and metadata, as an array of hashes (newest versions first). 
    481 =cut 
     487 
     488=cut 
     489 
    482490sub list_node_all_versions { 
    483491    my ($self,@argsarray) = @_; 
     
    502510                 
    503511        } 
    504 =cut 
     512 
     513=cut 
     514 
    505515sub list_last_version_before { 
    506516    my ($self,@argsarray) = @_;