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

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

revision 117 by dpavlin, Sun Jul 13 18:04:45 2008 UTC revision 118 by dpavlin, Sun Jul 13 18:14:07 2008 UTC
# Line 74  sub main { Line 74  sub main {
74                                          my $package = $_;                                          my $package = $_;
75                                          ( tr => [                                          ( tr => [
76                                                  td => [ a => { href => '/~/' . $package, title => $f->package_path( $package ) } => [ $package ] ],                                                  td => [ a => { href => '/~/' . $package, title => $f->package_path( $package ) } => [ $package ] ],
77                                                  td => [ $package->can('meta') ? ( a => { href => '/od/' . $package } => [ 'design' ] ) : '' ],                                                  td => [
78                                                            $package->can('meta') ?
79                                                                    $package->meta->isa('Moose::Meta::Role') ? 'role' :
80                                                                    ( a => { href => '/od/' . $package } => [ 'design' ] ) :
81                                                            ''
82                                                    ],
83                                                  td => [ $package->can('collection_table') ? ( a => { href => '/ob/' . $package } => [ 'collection' ] ) : '' ],                                                  td => [ $package->can('collection_table') ? ( a => { href => '/ob/' . $package } => [ 'collection' ] ) : '' ],
84                                          ] )                                          ] )
85                                  } $f->classes                                  } $f->classes

Legend:
Removed from v.117  
changed lines
  Added in v.118

  ViewVC Help
Powered by ViewVC 1.1.26