From 3fd06ebc1445490d1c356198be89fd8d79cdfaf8 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 21 Dec 2010 13:54:23 -0600 Subject: update docs --- lib/KiokuDB/Serializer/Crypt.pm | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lib/KiokuDB/Serializer/Crypt.pm b/lib/KiokuDB/Serializer/Crypt.pm index 06dba25..67e4c07 100644 --- a/lib/KiokuDB/Serializer/Crypt.pm +++ b/lib/KiokuDB/Serializer/Crypt.pm @@ -29,16 +29,7 @@ use KiokuDB::Backend::Serialize; =head1 DESCRIPTION -This is a role which wraps the C and C methods of a -L class, encrypting the results before storing them into -the database, and decrypting them when retrieving them. It can use several -different encryption schemes (it's based on L, so anything that -that supports). - -Unless you are writing a custom serializer, you probably want to look at the -classes which consume this role: L, -L, and -L. +This is a custom serializer for L, which wraps an existing serializer, encrypting the data before it is stored, and decrypting the data as it is retrieved. It can use several different encryption schemes (it's based on L, so anything that that supports). =cut -- cgit v1.2.3