Codebase list libipc-pubsub-perl / 19f159d
Add build dependencies and run time suggestions on alternative backends Alternative backends include those based on Cache::Memcached and Jifty::DBI Niko Tyni 6 years ago
2 changed file(s) with 11 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
77 Build-Depends-Indep: perl,
88 libossp-uuid-perl,
99 libclass-accessor-perl,
10 libcache-memcached-perl,
11 memcached,
12 libjifty-dbi-perl,
1013 libdbm-deep-perl
1114 Standards-Version: 3.8.0
1215 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libipc-pubsub-perl.git
2023 libossp-uuid-perl,
2124 libclass-accessor-perl,
2225 libdbm-deep-perl
26 Suggests: libcache-memcached-perl,
27 libjifty-dbi-perl
2328 Description: Interprocess Publish/Subscribe channels
2429 IPC::PubSub provides a simple API for publishing messages to channels
2530 and for subscribing to them.
2631 .
2732 When a message is published on a channel, all subscribers currently in
2833 that channel will get it on their next get or get_all call.
34 .
35 The package includes backends based on DBM::Deep, Cache::Memcached,
36 Jifty::DBI and plain hashes.
0 # dependencies of these are only runtime suggestions
1 IPC/PubSub/Cache/JiftyDBI
2 IPC/PubSub/Cache/Memcached