[BACK]Return to special_tags.t CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo / t

Diff for /todotxt/Text-Todo/t/special_tags.t between version 1.3 and 1.4

version 1.3, 2010/01/11 19:52:06 version 1.4, 2010/01/15 19:44:32
Line 7 
Line 7 
 #       AUTHOR:  Andrew Fresh (AAF), andrew@cpan.org  #       AUTHOR:  Andrew Fresh (AAF), andrew@cpan.org
 #      COMPANY:  Red River Communications  #      COMPANY:  Red River Communications
 #      CREATED:  01/09//10 17:43  #      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;  use strict;
Line 17 
Line 17 
   
 my $class = 'Text::Todo::Entry';  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");  diag("Testing special tags in $class $Text::Todo::Entry::VERSION");
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>