1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Description: POD fixes
Origin: vendor
Bug: https://github.com/kiokudb/kiokudb/issues/7
Forwarded: https://github.com/kiokudb/kiokudb/issues/7
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2014-05-06
--- a/bin/kioku
+++ b/bin/kioku
@@ -34,12 +34,16 @@
=head1 NAME
-kioku
+kioku - command line wrapper around KiokuDB::Cmd
=head1 VERSION
version 0.57
+=head1 SEE ALSO
+
+L<KiokuDB::Cmd>
+
=head1 AUTHOR
Yuval Kogman <nothingmuch@woobling.org>
--- a/lib/KiokuDB/TypeMap/Entry/Compiled.pm
+++ b/lib/KiokuDB/TypeMap/Entry/Compiled.pm
@@ -39,7 +39,7 @@
=head1 NAME
-KiokuDB::TypeMap::Entry::Compiled
+KiokuDB::TypeMap::Entry::Compiled - Object for storing collapse/expand methods
=head1 VERSION
@@ -55,10 +55,6 @@
You probably shouldn't be using this directly; you may just want to consume
L<KiokuDB::TypeMap::Entry::Std> or something.
-=head1 NAME
-
-KiokuDB::TypeMap::Entry::Compiled - Object for storing collapse/expand methods
-
=head1 ATTRIBUTES
=over 4
|