[BACK]Return to Entry.pm CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo / lib / Text / Todo

Diff for /todotxt/Text-Todo/lib/Text/Todo/Entry.pm between version 1.10 and 1.11

version 1.10, 2010/01/09 07:07:31 version 1.11, 2010/01/09 07:08:45
Line 47 
Line 47 
     }      }
   
     sub replace { _update_entry(@_) }      sub replace { _update_entry(@_) }
     sub depri   { _set_priority( @_, '' ) }  
     sub pri     { _set_priority(@_) }  
   
     sub new {      sub new {
         my ( $class, $text ) = @_;          my ( $class, $text ) = @_;
Line 100 
Line 98 
         return $text_of{$ident};          return $text_of{$ident};
     }      }
   
     sub _set_priority {      sub depri { pri( @_, '' ) }
   
       sub pri {
         my ( $self, $new_pri ) = @_;          my ( $self, $new_pri ) = @_;
         my $ident = ident($self);          my $ident = ident($self);
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>