=================================================================== RCS file: /cvs/todotxt/Text-Todo/lib/Text/Todo.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- todotxt/Text-Todo/lib/Text/Todo.pm 2010/01/19 18:45:53 1.21 +++ todotxt/Text-Todo/lib/Text/Todo.pm 2010/01/19 18:53:36 1.22 @@ -1,6 +1,6 @@ package Text::Todo; -# $AFresh1: Todo.pm,v 1.20 2010/01/18 03:04:48 andrew Exp $ +# $AFresh1: Todo.pm,v 1.21 2010/01/19 18:45:53 andrew Exp $ use warnings; use strict; @@ -10,7 +10,7 @@ use Text::Todo::Entry; use File::Spec; -use version; our $VERSION = qv('0.0.1'); +use version; our $VERSION = qv('0.1.0'); { @@ -411,7 +411,7 @@ Since the $VERSION can't be automatically included, here is the RCS Id instead, you'll have to look up $VERSION. - $Id: Todo.pm,v 1.21 2010/01/19 18:45:53 andrew Exp $ + $Id: Todo.pm,v 1.22 2010/01/19 18:53:36 andrew Exp $ =head1 SYNOPSIS