[BACK]Return to keyring5.t CVS log [TXT][DIR] Up to [local] / palm / Palm-Keyring / t

Diff for /palm/Palm-Keyring/t/keyring5.t between version 1.5 and 1.6

version 1.5, 2007/02/23 22:05:17 version 1.6, 2007/02/27 17:08:05
Line 1 
Line 1 
 #!/usr/bin/perl -T  #!/usr/bin/perl -T
 # $RedRiver: keyring5.t,v 1.4 2007/02/22 04:57:37 andrew Exp $  # $RedRiver: keyring5.t,v 1.5 2007/02/23 22:05:17 andrew Exp $
 use strict;  use strict;
 use warnings;  use warnings;
   
 use Test::More tests => 126;  use Test::More tests => 126;
 use YAML;  
   
 BEGIN {  BEGIN {
     use_ok( 'Palm::PDB' );      use_ok( 'Palm::PDB' );

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

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