summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-12-21 13:54:23 -0600
committerJesse Luehrs <doy@tozt.net>2010-12-21 13:54:23 -0600
commit3fd06ebc1445490d1c356198be89fd8d79cdfaf8 (patch)
tree94569296cad5df3cc4dcf70844d9605ed4e7871f
parent691f1e213933f76c5181e292a9618a4e7ee62f2f (diff)
downloadkiokudb-serializer-crypt-3fd06ebc1445490d1c356198be89fd8d79cdfaf8.tar.gz
kiokudb-serializer-crypt-3fd06ebc1445490d1c356198be89fd8d79cdfaf8.zip
update docs
-rw-r--r--lib/KiokuDB/Serializer/Crypt.pm11
1 files changed, 1 insertions, 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<serialize> and C<deserialize> methods of a
-L<KiokuDB::Serializer> 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<Crypt::Util>, 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<KiokuDB::Serializer::JSON::Crypt>,
-L<KiokuDB::Serializer::YAML::Crypt>, and
-L<KiokuDB::Serializer::Storable::Crypt>.
+This is a custom serializer for L<KiokuDB>, 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<Crypt::Util>, so anything that that supports).
=cut