fixed issue#8, now using File::Temp

This commit is contained in:
git@daemon.de
2015-01-12 11:17:34 +01:00
parent c89d5c9645
commit 2bd22cfca6
10 changed files with 58 additions and 19 deletions

View File

@@ -1,3 +1,8 @@
#
# Copyright (c) 2011-2015 T.Linden <tlinden |AT| cpan.org>.
# All Rights Reserved. Std. disclaimer applies.
# Artistic License, same as perl itself. Have fun.
#
package Crypt::PWSafe3::Field;
@@ -170,7 +175,7 @@ T. Linden <tlinden@cpan.org>
=head1 COPYRIGHT
Copyright (c) 2011-2013 by T.Linden <tlinden@cpan.org>.
Copyright (c) 2011-2015 by T.Linden <tlinden@cpan.org>.
All rights reserved.
=head1 LICENSE

View File

@@ -1,3 +1,8 @@
#
# Copyright (c) 2011-2015 T.Linden <tlinden |AT| cpan.org>.
# All Rights Reserved. Std. disclaimer applies.
# Artistic License, same as perl itself. Have fun.
#
package Crypt::PWSafe3::HeaderField;
use Carp::Heavy;
@@ -195,7 +200,7 @@ T. Linden <tlinden@cpan.org>
=head1 COPYRIGHT
Copyright (c) 2011-2013 by T.Linden <tlinden@cpan.org>.
Copyright (c) 2011-2015 by T.Linden <tlinden@cpan.org>.
All rights reserved.
=head1 LICENSE

View File

@@ -1,3 +1,8 @@
#
# Copyright (c) 2011-2015 T.Linden <tlinden |AT| cpan.org>.
# All Rights Reserved. Std. disclaimer applies.
# Artistic License, same as perl itself. Have fun.
#
package Crypt::PWSafe3::PasswordPolicy;
@@ -190,7 +195,7 @@ T. Linden <tlinden@cpan.org>
=head1 COPYRIGHT
Copyright (c) 2011-2013 by T.Linden <tlinden@cpan.org>.
Copyright (c) 2011-2015 by T.Linden <tlinden@cpan.org>.
All rights reserved.
=head1 LICENSE

View File

@@ -1,3 +1,8 @@
#
# Copyright (c) 2011-2015 T.Linden <tlinden |AT| cpan.org>.
# All Rights Reserved. Std. disclaimer applies.
# Artistic License, same as perl itself. Have fun.
#
package Crypt::PWSafe3::Record;
use Carp::Heavy;
@@ -325,7 +330,7 @@ T. Linden <tlinden@cpan.org>
=head1 COPYRIGHT
Copyright (c) 2011-2013 by T.Linden <tlinden@cpan.org>.
Copyright (c) 2011-2015 by T.Linden <tlinden@cpan.org>.
All rights reserved.
=head1 LICENSE

View File

@@ -1,4 +1,8 @@
#
# Copyright (c) 2011-2015 T.Linden <tlinden |AT| cpan.org>.
# All Rights Reserved. Std. disclaimer applies.
# Artistic License, same as perl itself. Have fun.
#
# helper class to provide SHA-256 to HMAC class
package Crypt::PWSafe3::SHA256;
@@ -44,7 +48,7 @@ L<Digest::HMAC>
=head1 COPYRIGHT
Copyright (c) 2011-2013 by T.Linden <tlinden@cpan.org>.
Copyright (c) 2011-2015 by T.Linden <tlinden@cpan.org>.
All rights reserved.
=head1 LICENSE