/[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 899 by dpavlin, Wed Dec 24 22:20:30 2008 UTC revision 900 by dpavlin, Thu Dec 25 12:19:25 2008 UTC
# Line 35  sub as_sponge { Line 35  sub as_sponge {
35          my $to   = DateTimeX::Easy->parse( $self->to_datetime   ) if $self->to_datetime;          my $to   = DateTimeX::Easy->parse( $self->to_datetime   ) if $self->to_datetime;
36    
37          sub date_time {          sub date_time {
38                  my $dt = shift;                  my $dt = shift || return;
39                  $dt->ymd . ' ' . $dt->hms;                  $dt->ymd . ' ' . $dt->hms;
40          }          }
41    

Legend:
Removed from v.899  
changed lines
  Added in v.900

  ViewVC Help
Powered by ViewVC 1.1.26