/[Frey]/trunk/lib/Frey/Class/Graph.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/Frey/Class/Graph.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 973 by dpavlin, Fri Jan 9 19:33:26 2009 UTC revision 974 by dpavlin, Fri Jan 9 19:48:30 2009 UTC
# Line 73  sub as_markup { Line 73  sub as_markup {
73                          }                          }
74                  }                  }
75    
76    =for later
77    
78                    foreach my $role ( keys %{ $data->{roles} } ) {
79                            next if $filter && $role !~ m{$filter};
80                            $g->add_edge( $role => $class, label => 'role' );
81                    }
82    
83    =cut
84    
85          }          }
86    
87          warn "# count ",$self->dump( $count );          warn "# count ",$self->dump( $count );
88    
         $self->store( 'var/classes.dot', $g->as_text );  
89    
90          if ( $self->produce_dot ) {          if ( $self->produce_dot ) {
91                  $self->content_type( 'text/plain' );                  $self->content_type( 'text/plain' );
92                    $self->store( 'var/classes.dot', $g->as_canon );
93                  return $g->as_canon;                  return $g->as_canon;
94          }          }
95    

Legend:
Removed from v.973  
changed lines
  Added in v.974

  ViewVC Help
Powered by ViewVC 1.1.26