=================================================================== RCS file: /cvs/todotxt/Text-Todo/t/list.t,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- todotxt/Text-Todo/t/list.t 2010/01/11 19:52:06 1.9 +++ todotxt/Text-Todo/t/list.t 2010/01/15 19:44:32 1.10 @@ -8,7 +8,7 @@ # AUTHOR: Andrew Fresh (AAF), andrew@cpan.org # COMPANY: Red River Communications # CREATED: 01/07/10 19:11 -# REVISION: $AFresh1: list.t,v 1.8 2010/01/10 22:39:26 andrew Exp $ +# REVISION: $AFresh1: list.t,v 1.9 2010/01/11 19:52:06 andrew Exp $ #=============================================================================== use strict; @@ -21,7 +21,7 @@ my $class = 'Text::Todo'; -BEGIN: { use_ok( $class, "use $class" ) } +BEGIN { use_ok( $class, "use $class" ) } diag("Testing entry $class $Text::Todo::VERSION");