=================================================================== RCS file: /cvs/todotxt/Text-Todo/t/read_todo.t,v retrieving revision 1.8 retrieving revision 1.11 diff -u -r1.8 -r1.11 --- todotxt/Text-Todo/t/read_todo.t 2010/01/11 19:52:06 1.8 +++ todotxt/Text-Todo/t/read_todo.t 2010/01/18 02:46:48 1.11 @@ -8,7 +8,7 @@ # AUTHOR: Andrew Fresh (AAF), andrew@cpan.org # COMPANY: Red River Communications # CREATED: 07/09/09 11:45:52 -# REVISION: $AFresh1: read_todo.t,v 1.7 2010/01/11 01:20:09 andrew Exp $ +# REVISION: $AFresh1: read_todo.t,v 1.9 2010/01/15 19:44:32 andrew Exp $ #=============================================================================== use strict; @@ -83,7 +83,7 @@ done => undef, ); -BEGIN: { use_ok( 'Text::Todo', 'use Text::Todo' ) } +BEGIN { use_ok( 'Text::Todo', 'use Text::Todo' ) } diag("Testing read Text::Todo $Text::Todo::VERSION");