/[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 326 by dpavlin, Thu Nov 6 20:25:27 2008 UTC revision 327 by dpavlin, Thu Nov 6 20:56:44 2008 UTC
# Line 83  sub html { Line 83  sub html {
83                  } elsif ( $o->can('data') ) {                  } elsif ( $o->can('data') ) {
84                          my $data = $o->data;                          my $data = $o->data;
85                          $html .= Frey::Dumper->new( data => $data )->markup;                          $html .= Frey::Dumper->new( data => $data )->markup;
86                          $html .= '<hr/><code>' . $self->html_escape( dump( $data ) ) . '</code>';                          $html .= '<hr/><code>' . $self->html_dump( $data ) . '</code>';
87                  } else {                  } else {
88                          $html = "IGNORE: $class ", $o->dump;                          $html = "IGNORE: $class ", $o->dump;
89                          warn $html;                          warn $html;

Legend:
Removed from v.326  
changed lines
  Added in v.327

  ViewVC Help
Powered by ViewVC 1.1.26