Marcin Kasperski 5568a6cc1e Switching from shell cp to File::Copy. It:
- is slightly faster (no subprocess)

- makes it possible to use Crypt::PWSafe3 under perl -T (taint mode)
  { older version generated errors Insecure $ENV{PATH} while running with -T switch }

- should resolve problems with running and testing on Windows
  (http://www.cpantesters.org/cpan/report/5be028b2-d2ec-11e1-853f-cec147eb5e0d
   http://www.cpantesters.org/cpan/report/ea8cb70f-6e9c-1014-b601-c7411ede6b02
   http://www.cpantesters.org/cpan/report/2dd017ec-6c05-1014-a000-7353ce65dec9 )
2012-11-15 09:18:27 +01:00
2012-07-20 12:58:07 +02:00
2012-07-20 12:58:07 +02: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.04
Description
No description provided
Readme 141 KiB
Languages
Perl 98.2%
Shell 1.8%