=================================================================== RCS file: /cvs/todotxt/Text-Todo/bin/todo.pl,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- todotxt/Text-Todo/bin/todo.pl 2010/02/03 18:14:01 1.21 +++ todotxt/Text-Todo/bin/todo.pl 2010/02/16 01:13:12 1.22 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $AFresh1: todo.pl,v 1.20 2010/01/22 01:30:45 andrew Exp $ +# $AFresh1: todo.pl,v 1.21 2010/02/03 18:14:01 andrew Exp $ ######################################################################## # todo.pl *** a perl version of todo.sh. Uses Text::Todo. # @@ -16,7 +16,7 @@ use Getopt::Std; use Text::Todo; -use version; our $VERSION = qv('0.1.1'); +use version; our $VERSION = qv('0.1.2'); # option defaults my $config_file = $ENV{HOME} . '/todo.cfg'; @@ -502,7 +502,7 @@ Since the $VERSION can't be automatically included, here is the RCS Id instead, you'll have to look up $VERSION. - $Id: todo.pl,v 1.21 2010/02/03 18:14:01 andrew Exp $ + $Id: todo.pl,v 1.22 2010/02/16 01:13:12 andrew Exp $ =head1 SYNOPSIS