Skip to content

Commit

Permalink
Add a support section to pod
Browse files Browse the repository at this point in the history
  • Loading branch information
dgl committed Mar 20, 2011
1 parent 3cdef3c commit d0707d6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ METHODS
on_message
Set callback for "parse".

SEE ALSO
Redis, Redis::hiredis, AnyEvent::Redis, Protocol::Redis.
SUPPORT
IRC
irc://irc.perl.org/redis.

DEVELOPMENT
See github: <https://github.com/dgl/protocol-redis-xs>.
Expand All @@ -67,3 +68,6 @@ COPYRIGHT AND LICENSE
The hiredis library included in this distribution has a seperate license
(3 clause BSD). See hiredis/COPYING.

SEE ALSO
Redis, Redis::hiredis, AnyEvent::Redis, Protocol::Redis.

10 changes: 8 additions & 2 deletions lib/Protocol/Redis/XS.pm
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,11 @@ follows:
Set callback for L</parse>.
=head1 SEE ALSO
=head1 SUPPORT
L<Redis>, L<Redis::hiredis>, L<AnyEvent::Redis>, L<Protocol::Redis>.
=head2 IRC
L<irc://irc.perl.org/redis| #redis on irc.perl.org>.
=head1 DEVELOPMENT
Expand Down Expand Up @@ -101,6 +103,10 @@ See http://dev.perl.org/licenses/ for more information.
The hiredis library included in this distribution has a seperate license (3
clause BSD). See F<hiredis/COPYING>.
=head1 SEE ALSO
L<Redis>, L<Redis::hiredis>, L<AnyEvent::Redis>, L<Protocol::Redis>.
=cut
# ex:sw=2 et:

0 comments on commit d0707d6

Please sign in to comment.