summaryrefslogtreecommitdiffstats
path: root/lib/KiokuDB/Serializer/Crypt.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/KiokuDB/Serializer/Crypt.pm')
-rw-r--r--lib/KiokuDB/Serializer/Crypt.pm12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/KiokuDB/Serializer/Crypt.pm b/lib/KiokuDB/Serializer/Crypt.pm
index 0eadbd1..e891dd1 100644
--- a/lib/KiokuDB/Serializer/Crypt.pm
+++ b/lib/KiokuDB/Serializer/Crypt.pm
@@ -55,9 +55,9 @@ dependency list for your application).
=cut
has crypt_cipher => (
- is => 'ro',
- isa => 'Str',
- default => 'Rijndael',
+ is => 'ro',
+ isa => 'Str',
+ default => 'Rijndael',
);
=attr crypt_mode
@@ -70,9 +70,9 @@ your application).
=cut
has crypt_mode => (
- is => 'ro',
- isa => 'Str',
- default => 'CFB',
+ is => 'ro',
+ isa => 'Str',
+ default => 'CFB',
);
=attr crypt