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

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

revision 1093 by dpavlin, Mon Jan 5 22:08:48 2009 UTC revision 1094 by dpavlin, Sun Jun 28 18:13:06 2009 UTC
# Line 6  with 'Frey::Web'; Line 6  with 'Frey::Web';
6  with 'Frey::Session';  with 'Frey::Session';
7  with 'Frey::Web::CombineImages';  with 'Frey::Web::CombineImages';
8    
9    use lib 'lib';
10    
11  use Frey::Run;  use Frey::Run;
12  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
13    
# Line 53  sub as_markup { Line 55  sub as_markup {
55                  my $html                  my $html
56                          = qq|<tr><td>$icon</td><td><a target="$class" href="/$class" title="|                          = qq|<tr><td>$icon</td><td><a target="$class" href="/$class" title="|
57                          . $self->class_path( $class )                          . $self->class_path( $class )
58                          . qq|">$class</a></td><td>|                          . qq|">$class</a>
59                            <a target="Frey::Class::Graph" title="show class graph" href="/Frey::Class::Graph/as_markup?filter=$class&filter_class=1&filter_extends=0&filter_includes=0&filter_roles=0&show_extends=1&show_includes=1&show_roles=1&layout=dot" style="color: #ccc">&#x260D;</a>
60                            </td><td>|
61                          ;                          ;
62                  if ( $class->can('meta') ) {                  if ( $class->can('meta') ) {
63                          if ( $class->meta->isa('Moose::Meta::Role') ) {                          if ( $class->meta->isa('Moose::Meta::Role') ) {

Legend:
Removed from v.1093  
changed lines
  Added in v.1094

  ViewVC Help
Powered by ViewVC 1.1.26