[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.12 and 1.13

version 1.12, 2010/01/15 19:44:32 version 1.13, 2010/01/15 19:50:15
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:  $AFresh1: entry.t,v 1.11 2010/01/11 19:52:06 andrew Exp $  #     REVISION:  $AFresh1: entry.t,v 1.12 2010/01/15 19:44:32 andrew Exp $
 #===============================================================================  #===============================================================================
   
 use strict;  use strict;
Line 15 
Line 15 
   
 use Test::More tests => 40;  use Test::More tests => 40;
   
 my $class = 'Text::Todo::Entry';  my $class;
   BEGIN {
 BEGIN { use_ok( $class, "use $class" ) }          $class = 'Text::Todo::Entry';
           use_ok( $class, "use $class" )
   }
   
 diag("Testing entry $class $Text::Todo::Entry::VERSION");  diag("Testing entry $class $Text::Todo::Entry::VERSION");
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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