/[Frey]/trunk/lib/Frey/Shell/Log.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/Shell/Log.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 911 by dpavlin, Sat Jan 3 13:38:43 2009 UTC revision 1133 by dpavlin, Tue Jun 30 15:10:55 2009 UTC
# Line 84  sub as_sponge { Line 84  sub as_sponge {
84                  NAME => [ 'date', 'message' ],                  NAME => [ 'date', 'message' ],
85                  rows => [ sort { $a->[0] cmp $b->[0] } @rows ],                  rows => [ sort { $a->[0] cmp $b->[0] } @rows ],
86                  stats => $stats,                  stats => $stats,
87                    log_command => $cmd,
88          }          }
89  }  }
90    
91    __PACKAGE__->meta->make_immutable;
92    no Moose;
93    
94  1;  1;

Legend:
Removed from v.911  
changed lines
  Added in v.1133

  ViewVC Help
Powered by ViewVC 1.1.26