Changeset 260
- Timestamp:
- 09/06/06 00:40:52 (2 years ago)
- Files:
-
- plagger/trunk/lib/Plagger/Rule/Ahead.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plagger/trunk/lib/Plagger/Rule/Ahead.pm
r244 r260 23 23 $self->{now} = DateTime->now( time_zone => Plagger->context->conf->{timezone} || 'local' ); 24 24 $self->{then} = $self->{now}->clone->add( seconds => $self->{duration} ); 25 } 26 27 sub id { 28 my $self = shift; 29 return 'ahead'; 25 30 } 26 31
