summaryrefslogtreecommitdiffstats
path: root/lib/KiokuDB/Serializer/Crypt.pm
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-12-19 11:32:06 -0600
committerJesse Luehrs <doy@tozt.net>2010-12-19 11:32:06 -0600
commit1aa80d3d126926814534552f866b144ea06466f5 (patch)
treecd975996276de6759d27e020635b5c7bbe6b190e /lib/KiokuDB/Serializer/Crypt.pm
parentb39ba35be27f03578af985c08f91dd13e6ee1e15 (diff)
downloadkiokudb-serializer-crypt-1aa80d3d126926814534552f866b144ea06466f5.tar.gz
kiokudb-serializer-crypt-1aa80d3d126926814534552f866b144ea06466f5.zip
formatting
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