From 1aa80d3d126926814534552f866b144ea06466f5 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 19 Dec 2010 11:32:06 -0600 Subject: formatting --- lib/KiokuDB/Serializer/Crypt.pm | 12 ++++++------ 1 file 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 -- cgit v1.2.3-54-g00ecf