=================================================================== RCS file: /cvs/palm/Palm-Keyring/lib/Palm/Keyring.pm,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- palm/Palm-Keyring/lib/Palm/Keyring.pm 2007/08/10 05:13:31 1.46 +++ palm/Palm-Keyring/lib/Palm/Keyring.pm 2007/09/12 01:30:10 1.47 @@ -1,5 +1,5 @@ package Palm::Keyring; -# $RedRiver: Keyring.pm,v 1.45 2007/02/26 00:02:13 andrew Exp $ +# $RedRiver: Keyring.pm,v 1.46 2007/08/10 04:13:31 andrew Exp $ ######################################################################## # Keyring.pm *** Perl class for Keyring for Palm OS databases. # @@ -83,7 +83,7 @@ ); -our $VERSION = 0.96; +our $VERSION = '0.96_01'; sub new { @@ -620,7 +620,7 @@ year => $year, month => $month, day => $day, - }, + }, }; } else { # XXX Need to actually validate the above information somehow @@ -1540,8 +1540,10 @@ and v5 databases. $rec->{decrypted}->{0} => { - label => 'name', - data => 'account name', + label => 'name', + label_id => 0, + font => 0, + data => 'account name', }; If you have changed anything other than the lastchange, or don't pass in a @@ -1604,11 +1606,6 @@ =over -=item Write - -For v4 databases it also puts back the record 0 for the encrypted password -before writing it. - =item ParseAppInfoBlock Converts the extra returned by Palm::StdAppInfo::ParseAppInfoBlock() into @@ -1641,6 +1638,11 @@ Reverses ParseRecord and then sends it through Palm::StdAppInfo::PackRecord() +=item Write + +For v4 databases it puts back the record 0 for the encrypted password before +writing it. + =back =head1 DEPENDENCIES @@ -1669,8 +1671,9 @@ =head1 THANKS -I would like to thank the helpful Perlmonk shigetsu who gave me some great advice -and helped me get my first module posted. L +I would like to thank the helpful Perlmonk shigetsu who gave me some great +advice and helped me get my first module posted. +L I would also like to thank Johan Vromans