Ignore:
Timestamp:
02/05/10 01:02:00 (2 years ago)
Author:
submersible_toaster
Message:

move out of the Padre::Wx namespace
move version
some pod

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre-Plugin-Swarm/lib/Padre/Swarm/Geometry.pm

    r10494 r10507  
    1111    graph => 'graph', 
    1212    }; 
    13 our $VERSION = '0.07'; 
     13our $VERSION = '0.08'; 
    1414 
    1515=pod 
     
    1919Padre::Swarm::Geometry - represent connectedness between points 
    2020 
    21 =head1 SYNOPSIS 
    22  
    23  my $geometry = $message->geometry; 
    24  my $root = $geometry->root; 
    25  if ( $existing_geometry->is_connected( $root->nodeid ) ) { 
    26    
    27  } 
    28   
    29  my $nexus = $existing_geometry->get_node('nexus'); 
    30  if ( $geometry  
    31  
    3221=head1 DESCRIPTION 
    3322 
    34 Vaporware. TODO. 
     23Vaporware.  
     24 
     25=head2 TODO 
    3526 
    3627Swarm geometry should be very flexible and fetchable incrementally, a geometry 
    37 walker may find a reference to more geometry that is unknown to it, later if  
    38 that geometry arrives in the swarm it may be connected to any existing swarm  
    39 geometries that refer to it. 
     28walker may find a reference to more geometry that is unknown to it,  
     29later if that geometry arrives in the swarm it may be connected to any  
     30existing swarm geometries that refer to it. 
    4031 
    4132=cut 
Note: See TracChangeset for help on using the changeset viewer.