added lib/Crypt/PWSafe3/PasswordPolicy.pm to MANIFEST.

This commit is contained in:
git@daemon.de
2013-07-07 09:55:53 +02:00
parent f66b9e9aeb
commit c89d5c9645
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
1.14
fixed github#7: added PasswordPolicy.pm to MANIFEST.
1.13
added Crypt::PWSafe3::PasswordPolicy submodule, which allows
to access the password policy of a PasswordSafe record.

View File

@@ -22,7 +22,7 @@ use Data::Dumper;
use Exporter ();
use vars qw(@ISA @EXPORT);
$Crypt::PWSafe3::VERSION = '1.13';
$Crypt::PWSafe3::VERSION = '1.14';
use Crypt::PWSafe3::Field;
use Crypt::PWSafe3::HeaderField;