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

Diff for /todotxt/Text-Todo/t/list.t between version 1.10 and 1.11

version 1.10, 2010/01/15 19:44:32 version 1.11, 2010/01/15 19:50:15
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:  01/07/10 19:11  #      CREATED:  01/07/10 19:11
 #     REVISION:  $AFresh1: list.t,v 1.9 2010/01/11 19:52:06 andrew Exp $  #     REVISION:  $AFresh1: list.t,v 1.10 2010/01/15 19:44:32 andrew Exp $
 #===============================================================================  #===============================================================================
   
 use strict;  use strict;
Line 17 
Line 17 
 use Test::More tests => 53;  use Test::More tests => 53;
   
 use File::Temp qw/ tempdir /;  use File::Temp qw/ tempdir /;
 use Data::Dumper;  
   
 my $class = 'Text::Todo';  my $class;
   BEGIN {
 BEGIN { use_ok( $class, "use $class" ) }          $class = 'Text::Todo';
           use_ok( $class, "use $class" )
   }
   
 diag("Testing entry $class $Text::Todo::VERSION");  diag("Testing entry $class $Text::Todo::VERSION");
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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