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
|
Description: Add missing WHATIS entry to man page
Author: Marc Haber <mh+debian-packages@zugschlus.de>
Forwarded: https://github.com/shogo82148/Redis-Fast/issues/76
Last-Update: 2018-06-17
--- a/lib/Redis/Fast/Sentinel.pm
+++ b/lib/Redis/Fast/Sentinel.pm
@@ -38,6 +38,10 @@
Redis::Fast::Sentinel - connect to a Sentinel instance
+=head1 NAME
+
+ Redis::Fast::Sentinel - connect to a Sentinel instance
+
=head1 SYNOPSIS
my $sentinel = Redis::Fast::Sentinel->new( ... );
--- a/lib/Redis/Fast/List.pm
+++ b/lib/Redis/Fast/List.pm
@@ -89,6 +89,10 @@
Redis::List - tie Perl arrays to Redis lists
+=head1 NAME
+
+ Redis::List - tie Perl arrays to Redis lists
+
=head1 SYNOPSYS
tie @my_list, 'Redis::List', 'list_name', @Redis_new_parameters;
--- a/lib/Redis/Fast/Hash.pm
+++ b/lib/Redis/Fast/Hash.pm
@@ -64,6 +64,9 @@
$self->__get_data->{prefix_keys} = [];
}
+=head1 NAME
+
+ Redis::Hash - tie Perl hashes to Redis hashes
1; ## End of Redis::Hash
|