/[Frey]/trunk/lib/Frey/Introspect.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/Introspect.pm

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

revision 209 by dpavlin, Tue Oct 28 22:33:25 2008 UTC revision 210 by dpavlin, Fri Oct 31 16:28:58 2008 UTC
# Line 186  warn $attr->dump(3); Line 186  warn $attr->dump(3);
186                  }                  }
187                  $table .= qq|</table>|;                  $table .= qq|</table>|;
188    
                 my $classes =  
                         qq|<div class="classes">| .  
                         Frey::ClassBrowser->new->markup .  
                         qq|</div>|;  
   
189                  my ( $superclasses, $roles ) = ( '<b>Role</b>', '' );                  my ( $superclasses, $roles ) = ( '<b>Role</b>', '' );
190                  if ( ! $is_role ) {                  if ( ! $is_role ) {
191                          if ( $meta->superclasses ) {                          if ( $meta->superclasses ) {
# Line 225  warn $attr->dump(3); Line 220  warn $attr->dump(3);
220                          body => qq|<h1>$package</h1>|                          body => qq|<h1>$package</h1>|
221                                  . qq|$superclasses\n$roles\n|                                  . qq|$superclasses\n$roles\n|
222                                  . ( $pod ? qq|<a href="#___top" title="Skip to POD" style="font-size: 80%; color: #aaa;">&darr;pod&darr</a>| : '' )                                  . ( $pod ? qq|<a href="#___top" title="Skip to POD" style="font-size: 80%; color: #aaa;">&darr;pod&darr</a>| : '' )
223                                  . qq|$table\n$pod\n$classes|,                                  . qq|$table\n$pod|,
224    
225                  );                  );
226    

Legend:
Removed from v.209  
changed lines
  Added in v.210

  ViewVC Help
Powered by ViewVC 1.1.26