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

Diff for /todotxt/Text-Todo/t/read_todo.t between version 1.8 and 1.9

version 1.8, 2010/01/11 19:52:06 version 1.9, 2010/01/15 19:44:32
Line 8 
Line 8 
 #       AUTHOR:  Andrew Fresh (AAF), andrew@cpan.org  #       AUTHOR:  Andrew Fresh (AAF), andrew@cpan.org
 #      COMPANY:  Red River Communications  #      COMPANY:  Red River Communications
 #      CREATED:  07/09/09 11:45:52  #      CREATED:  07/09/09 11:45:52
 #     REVISION:  $AFresh1: read_todo.t,v 1.7 2010/01/11 01:20:09 andrew Exp $  #     REVISION:  $AFresh1: read_todo.t,v 1.8 2010/01/11 19:52:06 andrew Exp $
 #===============================================================================  #===============================================================================
   
 use strict;  use strict;
Line 83 
Line 83 
     done     => undef,      done     => undef,
 );  );
   
 BEGIN: { use_ok( 'Text::Todo', 'use Text::Todo' ) }  BEGIN { use_ok( 'Text::Todo', 'use Text::Todo' ) }
   
 diag("Testing read Text::Todo $Text::Todo::VERSION");  diag("Testing read Text::Todo $Text::Todo::VERSION");
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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