summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dist.ini2
-rw-r--r--lib/KiokuDB/Serializer/Crypt.pm51
-rw-r--r--weaver.ini8
3 files changed, 54 insertions, 7 deletions
diff --git a/dist.ini b/dist.ini
index c628b9b..e6b6e6f 100644
--- a/dist.ini
+++ b/dist.ini
@@ -6,7 +6,7 @@ copyright_holder = Jesse Luehrs
[@DOY]
dist = KiokuDB-Serializer-Crypt
-[Prereq]
+[Prereqs]
Crypt::Util = 0
KiokuDB = 0
namespace::autoclean = 0
diff --git a/lib/KiokuDB/Serializer/Crypt.pm b/lib/KiokuDB/Serializer/Crypt.pm
index fb90952..2aba3cc 100644
--- a/lib/KiokuDB/Serializer/Crypt.pm
+++ b/lib/KiokuDB/Serializer/Crypt.pm
@@ -1,9 +1,16 @@
package KiokuDB::Serializer::Crypt;
use Moose::Role;
use namespace::autoclean;
+# ABSTRACT: encrypt data stored in kiokudb
use Crypt::Util;
+=head1 SYNOPSIS
+
+=head1 DESCRIPTION
+
+=cut
+
has crypt_key => (
is => 'ro',
isa => 'Str',
@@ -56,4 +63,48 @@ around deserialize => sub {
return $self->$orig($self->decrypt_string($collapsed), @args);
};
+=head1 BUGS
+
+No known bugs.
+
+Please report any bugs through RT: email
+C<bug-kiokudb-serializer-crypt at rt.cpan.org>, or browse to
+L<http://rt.cpan.org/NoAuth/ReportBug.html?Queue=KiokuDB-Serializer-Crypt>.
+
+=head1 SEE ALSO
+
+L<KiokuDB>
+
+L<Crypt::Util>
+
+=head1 SUPPORT
+
+You can find this documentation for this module with the perldoc command.
+
+ perldoc KiokuDB::Serializer::Crypt
+
+You can also look for information at:
+
+=over 4
+
+=item * AnnoCPAN: Annotated CPAN documentation
+
+L<http://annocpan.org/dist/KiokuDB-Serializer-Crypt>
+
+=item * CPAN Ratings
+
+L<http://cpanratings.perl.org/d/KiokuDB-Serializer-Crypt>
+
+=item * RT: CPAN's request tracker
+
+L<http://rt.cpan.org/NoAuth/Bugs.html?Dist=KiokuDB-Serializer-Crypt>
+
+=item * Search CPAN
+
+L<http://search.cpan.org/dist/KiokuDB-Serializer-Crypt>
+
+=back
+
+=cut
+
1;
diff --git a/weaver.ini b/weaver.ini
index 219a165..498b331 100644
--- a/weaver.ini
+++ b/weaver.ini
@@ -22,15 +22,11 @@ command = func
[Region / postlude]
-[Template / BUGS]
-template = ~/.dzil/pod_templates/bugs.section
-main_module_only = 1
+[Generic / BUGS]
[SeeAlso]
-[Template / SUPPORT]
-template = ~/.dzil/pod_templates/support.section
-main_module_only = 1
+[Generic / SUPPORT]
[Authors]
[Legal]