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

Diff for /palm/Palm-Keyring/t/Attic/keyring4.t between version 1.1 and 1.2

version 1.1, 2007/02/17 23:36:07 version 1.2, 2007/02/18 05:39:32
Line 1 
Line 1 
 #!/usr/bin/perl  #!/usr/bin/perl
 # $RedRiver$  # $RedRiver: keyring4.t,v 1.1 2007/02/17 23:36:07 andrew Exp $
 use strict;  use strict;
 use warnings;  use warnings;
   
 use Test::More qw(no_plan);  use Test::More tests => 22;
   
 BEGIN { use_ok( 'Palm::PDB' ); }  BEGIN { use_ok( 'Palm::PDB' ); }
 BEGIN { use_ok( 'Palm::Keyring' ); }  BEGIN { use_ok( 'Palm::Keyring' ); }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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