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