=================================================================== RCS file: /cvs/palm/Palm-Keyring/lib/Palm/Keyring.pm,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- palm/Palm-Keyring/lib/Palm/Keyring.pm 2007/01/28 22:24:17 1.14 +++ palm/Palm-Keyring/lib/Palm/Keyring.pm 2007/01/29 02:49:41 1.15 @@ -1,6 +1,6 @@ package Palm::Keyring; -# $RedRiver: Keyring.pm,v 1.13 2007/01/28 18:13:28 andrew Exp $ +# $RedRiver: Keyring.pm,v 1.14 2007/01/28 22:24:17 andrew Exp $ # # Perl class for dealing with Keyring for Palm OS databases. # @@ -25,7 +25,7 @@ Readonly my $NULL => chr 0; # One liner, to allow MakeMaker to work. -our ($VERSION) = q$Revision: 1.14 $ =~ m{ Revision: \s+ (\S+) }xm; +our ($VERSION) = q$Revision: 1.15 $ =~ m{ Revision: \s+ (\S+) }xm; #@ISA = qw( Palm::StdAppInfo Palm::Raw ); @@ -476,13 +476,10 @@ =head1 LICENSE AND COPYRIGHT -You may distribute this file under the terms of perl itself -as specified in the LICENSE file. - Copyright 2004, 2005, 2006, 2007 Andrew Fresh, All Rights Reserved. -This program is free software; you can redistribute it and/or modify it -under the same terms as Perl itself. +This program is free software; you can redistribute it and/or +modify it under the same terms as Perl itself. =head1 SEE ALSO