Marcin Kasperski aacfeeb474 (needs review)
Resolved problem with warnings
Use of uninitialized value within %map2name in hash element at /usr/local/share/perl/5.14.2/Crypt/PWSafe3/Record.pm line 140.
occuring on true PasswordSafe file.

I am not sure whether this could cause some data to be dropped, but the fix seems consistent with the other code.
2012-11-18 00:38:10 +01:00
2012-11-18 00:38:10 +01:00
2012-11-15 10:49:26 +01:00
2012-07-20 12:58:07 +02:00
2012-07-20 12:58:07 +02:00
nix
2012-11-15 10:53:00 +01:00

NAME
       Crypt::PWSafe3 - Read and write Passwordsafe v3 files

SYNOPSIS

       use Crypt::PWSafe3;
       my $vault = new Crypt::PWSafe3(file => 'filename.psafe3',
                                      password => 'somesecret');
 


DESCRIPTION
       Crypt::PWSafe3 provides read and write access to password
       database files created by Password Safe V3 (and up) available
       at http://passwordsafe.sf.net.




INSTALLATION

        to install, type:
          perl Makefile.PL
          make
          make test
          make install

        to read the complete documentation, type:
        perldoc Crypt::PWSafe3
        perldoc Crypt::PWSafe3::Record


COPYRIGHT
       Crypt::PWSafe3
           Copyright (c) 2011-2012 by T. Linden <tlinden@cpan.org>

       This library is free software; you can redistribute it
       and/or modify it under the same terms as Perl itself.

HOMEPAGE

       The homepage of Config::General is located at:

          http://www.daemon.de/crypt-pwsafe3/.


AUTHOR
       T. Linden <tlinden |AT| cpan.org>


VERSION
        1.05

Description
No description provided
Readme 141 KiB
Languages
Perl 98.2%
Shell 1.8%