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

Diff for /palm/Palm-Keyring/lib/Palm/Keyring.pm between version 1.24 and 1.26

version 1.24, 2007/02/03 00:52:43 version 1.26, 2007/02/06 02:58:50
Line 1 
Line 1 
 package Palm::Keyring;  package Palm::Keyring;
   
 # $RedRiver: Keyring.pm,v 1.23 2007/02/02 01:51:46 andrew Exp $  # $RedRiver: Keyring.pm,v 1.25 2007/02/03 01:12:21 andrew Exp $
 #  #
 # Perl class for dealing with Keyring for Palm OS databases.  # Perl class for dealing with Keyring for Palm OS databases.
 #  #
Line 23 
Line 23 
 my $SPACE      = q{ };  my $SPACE      = q{ };
 my $NULL       = chr 0;  my $NULL       = chr 0;
   
 our $VERSION = 0.93;  our $VERSION = 0.94;
   
 sub new {  sub new {
     my $classname = shift;      my $classname = shift;
Line 606 
Line 606 
 L<http://gnukeyring.sourceforge.net/>  L<http://gnukeyring.sourceforge.net/>
   
 Johan Vromans also has a wxkeyring app that now uses this module, available  Johan Vromans also has a wxkeyring app that now uses this module, available
 from his website at L<http://www.vromans.org/johan/software/sw_wxkeyring.html>  from his website at L<http://www.vromans.org/johan/software/>

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.26

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