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

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

revision 797 by dpavlin, Wed Dec 10 19:34:06 2008 UTC revision 835 by dpavlin, Sun Dec 14 14:13:35 2008 UTC
# Line 151  sub html { Line 151  sub html {
151                  my $o = Frey->new;                  my $o = Frey->new;
152                  $o->{request_url} = $self->request_url; # sigh, this is dynamic languge, right?                  $o->{request_url} = $self->request_url; # sigh, this is dynamic languge, right?
153                  Frey::Web->meta->apply( $o );                  Frey::Web->meta->apply( $o );
154                  $html = $o->page( body => $self->error( $error ) );                  $html = $o->page( body => $self->error( $error, undef ) );
155          }          }
156    
157          warn $self->class, " produced ", length($html), " bytes of ", $self->content_type;          warn $self->class, " produced ", length($html), " bytes of ", $self->content_type;

Legend:
Removed from v.797  
changed lines
  Added in v.835

  ViewVC Help
Powered by ViewVC 1.1.26