=================================================================== RCS file: /cvs/todotxt/Text-Todo/t/special_tags.t,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- todotxt/Text-Todo/t/special_tags.t 2010/01/11 19:52:06 1.3 +++ todotxt/Text-Todo/t/special_tags.t 2010/01/15 19:44:32 1.4 @@ -7,7 +7,7 @@ # AUTHOR: Andrew Fresh (AAF), andrew@cpan.org # COMPANY: Red River Communications # CREATED: 01/09//10 17:43 -# REVISION: $AFresh1: special_tags.t,v 1.2 2010/01/10 19:29:17 andrew Exp $ +# REVISION: $AFresh1: special_tags.t,v 1.3 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 special tags in $class $Text::Todo::Entry::VERSION");