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

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

revision 633 by dpavlin, Sun Nov 30 01:46:13 2008 UTC revision 636 by dpavlin, Sun Nov 30 14:42:43 2008 UTC
# Line 36  sub handler { Line 36  sub handler {
36          my ($self, $tx) = @_;          my ($self, $tx) = @_;
37    
38          if ( $self->static->dispatch($tx) ) {          if ( $self->static->dispatch($tx) ) {
39                  warn "# static ",dump( $tx );  #               warn "# static ",dump( $tx );
40                  return $tx;                  return $tx;
41          }          }
42    
# Line 48  sub handler { Line 48  sub handler {
48          };          };
49    
50          my $url = $tx->req->url->to_string;          my $url = $tx->req->url->to_string;
51          my $params = $tx->req->params;          my $params = $tx->req->params->to_hash;
52    
53          warn "# url $url params ",dump($params);          warn "# url $url params ",dump($params);
54    

Legend:
Removed from v.633  
changed lines
  Added in v.636

  ViewVC Help
Powered by ViewVC 1.1.26