[BACK]Return to todo.pl CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo / bin

Diff for /todotxt/Text-Todo/bin/todo.pl between version 1.16 and 1.17

version 1.16, 2010/01/12 23:46:40 version 1.17, 2010/01/16 06:07:13
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $AFresh1: todo.pl,v 1.15 2010/01/12 20:30:55 andrew Exp $  # $AFresh1: todo.pl,v 1.16 2010/01/12 23:46:40 andrew Exp $
 ########################################################################  ########################################################################
 # todo.pl *** a perl version of todo.sh. Uses Text::Todo.  # todo.pl *** a perl version of todo.sh. Uses Text::Todo.
 #  #
Line 12 
Line 12 
 ########################################################################  ########################################################################
 use strict;  use strict;
 use warnings;  use warnings;
   
 use Data::Dumper;  
   
 use Getopt::Std;  use Getopt::Std;
 use Text::Todo;  use Text::Todo;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

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