/[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 446 by dpavlin, Wed Nov 19 02:14:48 2008 UTC revision 447 by dpavlin, Wed Nov 19 03:11:41 2008 UTC
# Line 87  sub html { Line 87  sub html {
87                          if ( $self->run eq 'markup' ) {                          if ( $self->run eq 'markup' ) {
88                                  warn "## using ",ref($o), "->markup";                                  warn "## using ",ref($o), "->markup";
89                                  if ( $o->can('page') ) {                                  if ( $o->can('page') ) {
90                                          #$html = $o->page;                                          $html = $o->page;
                                         $body = $o->markup unless $html;  
                                 } else {  
                                         $body = $o->markup;  
91                                  }                                  }
92                                    $body = $o->markup unless $html;
93    
94                                  warn ">>> markup $class ",length( $html || $body ), " ", $html ? 'html' : 'body', " bytes";                                  warn ">>> markup $class ",length( $html || $body ), " ", $html ? 'html' : 'body', " bytes";
95                          } elsif ( $self->run eq 'sponge' ) {                          } elsif ( $self->run eq 'sponge' ) {

Legend:
Removed from v.446  
changed lines
  Added in v.447

  ViewVC Help
Powered by ViewVC 1.1.26