/[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 349 by dpavlin, Sun Nov 16 00:25:39 2008 UTC revision 350 by dpavlin, Sun Nov 16 00:37:34 2008 UTC
# Line 107  sub html { Line 107  sub html {
107                  if ( $o->can('markup') ) {                  if ( $o->can('markup') ) {
108                          warn "## using ",ref($o), "->markup";                          warn "## using ",ref($o), "->markup";
109                          $html = eval { $o->markup };                          $html = eval { $o->markup };
110                          if ( $@ ) {                          $html .= $self->error( $@ ) if $@;
                                 warn $@;  
                                 $html .= qq{<code>$@</code>};  
                         }  
111                          warn ">>> markup $class ",length( $html ), " bytes\n";                          warn ">>> markup $class ",length( $html ), " bytes\n";
112                  } elsif ( $o->can('sponge') ) {                  } elsif ( $o->can('sponge') ) {
113                          my $data = $o->sponge;                          my $data = $o->sponge;

Legend:
Removed from v.349  
changed lines
  Added in v.350

  ViewVC Help
Powered by ViewVC 1.1.26