=================================================================== RCS file: /cvs/todotxt/Text-Todo/t/special_tags.t,v retrieving revision 1.1 retrieving revision 1.4 diff -u -r1.1 -r1.4 --- todotxt/Text-Todo/t/special_tags.t 2010/01/10 01:03:02 1.1 +++ 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: $RedRiver$ +# 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"); @@ -39,4 +39,4 @@ is_deeply( [ $e->due_dates ], $sample{due_dates}, 'check due_dates'); -done_testing(); +#done_testing();