/[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 885 by dpavlin, Sun Dec 14 14:13:35 2008 UTC revision 886 by dpavlin, Wed Dec 24 13:50:55 2008 UTC
# Line 113  sub request { Line 113  sub request {
113                          $self->print( $self->editor->command( $path ) );                          $self->print( $self->editor->command( $path ) );
114                          return;                          return;
115                  } elsif (                  } elsif (
116                          $path =~ m{/([^/]+)/(\w*as_\w+)/?([^/]+)?}                          $path =~ m{/([^/]+)/(\w+)/?([^/]+)?}
117                  ) {                  ) {
118                          my $class = rest2class $1;                          my $class = rest2class $1;
119                          warn "# run $path -> $class $2";                          warn "# run $path -> $class $2";

Legend:
Removed from v.885  
changed lines
  Added in v.886

  ViewVC Help
Powered by ViewVC 1.1.26