/[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 127 by dpavlin, Mon Jul 14 22:44:12 2008 UTC revision 128 by dpavlin, Mon Jul 14 23:39:56 2008 UTC
# Line 183  sub html { Line 183  sub html {
183                          #grep { $_ ne 'Moose::Object' }                          #grep { $_ ne 'Moose::Object' }
184                          $meta->superclasses                          $meta->superclasses
185                  ) if ! $is_role && $meta->superclasses;                  ) if ! $is_role && $meta->superclasses;
186            
187                    my $pod = Frey::Pod->new( class => $package )->markup;
188    
189                  my $html = $self->page(                  my $html = $self->page(
190                          title => "Introspect $package",                          title => "Introspect $package",
191                          body => "<h1>$package</h1>$superclasses\n$table\n$classes",                          body => qq|<h1>$package</h1>|
192                                    . ( $pod ? qq|<a href="#___top" title="Skip to POD" style="font-size: 80%; color: #aaa;">&darr;pod&darr</a>  | : '' )
193                                    . qq|$superclasses\n$table\n$pod\n$classes|,
194    
195                  );                  );
196    
197                  $request->print($html);                  $request->print($html);

Legend:
Removed from v.127  
changed lines
  Added in v.128

  ViewVC Help
Powered by ViewVC 1.1.26