/[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 792 by dpavlin, Wed Dec 10 14:22:59 2008 UTC revision 793 by dpavlin, Wed Dec 10 17:51:29 2008 UTC
# Line 127  sub request { Line 127  sub request {
127                          $run->{class} ||= $class;                          $run->{class} ||= $class;
128                          $f = Frey::Run->new( class => 'Frey::Introspect', params => $run );                          $f = Frey::Run->new( class => 'Frey::Introspect', params => $run );
129                  } else {                  } else {
130                          $f = Frey::Run->new( class => 'Frey::ClassBrowser', params => $run );                          $f = Frey::Run->new( class => 'Frey::Class::Browser', params => $run );
131                  }                  }
132    
133                  if ( $f ) {                  if ( $f ) {

Legend:
Removed from v.792  
changed lines
  Added in v.793

  ViewVC Help
Powered by ViewVC 1.1.26