/[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 203 by dpavlin, Tue Oct 28 18:33:53 2008 UTC revision 204 by dpavlin, Thu Oct 30 22:20:02 2008 UTC
# Line 47  sub html { Line 47  sub html {
47                  if ( $o->can('html') ) {                  if ( $o->can('html') ) {
48                          warn "## turning over to $o->html";                          warn "## turning over to $o->html";
49                          $o->html( $req );                          $o->html( $req );
50                  } else {                  } elsif ( $o->can('markup') ) {
51                          warn "## using $o->markup";                          warn "## using $o->markup";
52                          $html = $o->markup;                          $html = $o->markup;
53                          warn ">>> markup $class ",length( $html ), " bytes\n";                          warn ">>> markup $class ",length( $html ), " bytes\n";
54                    } else {
55                            $html = "IGNORE: $class ", $o->dump;
56                            warn $html;
57                  }                  }
58          }          }
59    

Legend:
Removed from v.203  
changed lines
  Added in v.204

  ViewVC Help
Powered by ViewVC 1.1.26