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

Diff for /todotxt/Text-Todo/t/entry.t between version 1.4 and 1.5

version 1.4, 2009/07/13 19:05:50 version 1.5, 2010/01/06 19:54:56
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:  07/10/09 11:32:39  #      CREATED:  07/10/09 11:32:39
 #     REVISION:  $RedRiver: 20.entry.t,v 1.3 2009/07/13 17:50:37 andrew Exp $  #     REVISION:  $RedRiver: entry.t,v 1.4 2009/07/13 18:05:50 andrew Exp $
 #===============================================================================  #===============================================================================
   
 use strict;  use strict;
Line 19 
Line 19 
   
 BEGIN: { use_ok( $class, "use $class" ) }  BEGIN: { use_ok( $class, "use $class" ) }
   
 diag("Testing 20 entry $class $Text::Todo::Entry::VERSION");  diag("Testing entry $class $Text::Todo::Entry::VERSION");
   
 my $e = new_ok($class);  my $e = new_ok($class);
   

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

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