/[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 224 by dpavlin, Sat Nov 1 00:14:05 2008 UTC revision 225 by dpavlin, Sat Nov 1 00:59:02 2008 UTC
# Line 3  use Moose; Line 3  use Moose;
3  extends 'Frey';  extends 'Frey';
4  with 'Frey::Web';  with 'Frey::Web';
5  with 'Frey::Config';  with 'Frey::Config';
6    with 'Frey::Escape';
7    
8  =head1 NAME  =head1 NAME
9    
# Line 64  sub request { Line 65  sub request {
65                          $html = $o->markup;                          $html = $o->markup;
66                          warn ">>> markup $class ",length( $html ), " bytes\n";                          warn ">>> markup $class ",length( $html ), " bytes\n";
67                  } elsif ( $o->can('data') ) {                  } elsif ( $o->can('data') ) {
68                          $html = '<code>' . dump( $o->data ) . '</code>';                          $html = '<code>' . $self->html_escape( dump( $o->data ) ) . '</code>';
69                  } else {                  } else {
70                          $html = "IGNORE: $class ", $o->dump;                          $html = "IGNORE: $class ", $o->dump;
71                          warn $html;                          warn $html;

Legend:
Removed from v.224  
changed lines
  Added in v.225

  ViewVC Help
Powered by ViewVC 1.1.26