/[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 466 by dpavlin, Wed Nov 19 16:53:13 2008 UTC revision 467 by dpavlin, Wed Nov 19 19:28:09 2008 UTC
# Line 7  with 'Frey::Escape'; Line 7  with 'Frey::Escape';
7  with 'Frey::Session';  with 'Frey::Session';
8    
9  use Data::Dump qw/dump/;  use Data::Dump qw/dump/;
10  use Frey::Dumper;  use Frey::View::Dumper;
11  use JSON;  use JSON;
12  use YAML;  use YAML;
13    
# Line 117  sub html { Line 117  sub html {
117                                  push @{ $self->status }, { 'data' => $data };                                  push @{ $self->status }, { 'data' => $data };
118                          }                          }
119                          if ( ! $html ) {                          if ( ! $html ) {
120                                  $body .= Frey::Dumper->new( data => $data )->as_markup;                                  $body .= Frey::View::Dumper->new( data => $data )->as_markup;
121                          }                          }
122    
123                          # override our status with one from object                          # override our status with one from object

Legend:
Removed from v.466  
changed lines
  Added in v.467

  ViewVC Help
Powered by ViewVC 1.1.26