/[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 1147 by dpavlin, Tue Jun 30 21:30:02 2009 UTC revision 1148 by dpavlin, Wed Jul 1 17:46:35 2009 UTC
# Line 75  sub handler { Line 75  sub handler {
75                  $body .= join("\n", @_);                  $body .= join("\n", @_);
76          };          };
77    
78          my $url = $tx->req->url->to_string;          my $url = $tx->req->url->to_abs->to_string;
79          my $params = $tx->req->params->to_hash;          my $params = $tx->req->params->to_hash;
80    
81          my $referer = $tx->req->content->headers->header('Referer');          my $referer = $tx->req->content->headers->header('Referer');

Legend:
Removed from v.1147  
changed lines
  Added in v.1148

  ViewVC Help
Powered by ViewVC 1.1.26