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