Skip to content

Commit

Permalink
Add dependencies for the PubSub and RPC plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Nov 5, 2012
1 parent 334b68a commit 5e7e3f4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile.PL
Expand Up @@ -115,6 +115,17 @@ feature "Memcached support for serving compressed CSS and JS from Jifty's CAS" =
recommends('Cache::Memcached' => 1.25),
;

feature "Event-based publish/subscribe framework" =>
-default => 0,
recommends('Web::Hippie'), # Web::Hippie::App::JSFiles
;

feature "RPC support using AMQP" =>
-default => 0,
recommends('Web::Hippie'), # Web::Hippie::App::JSFiles
recommends('AnyEvent::RabbitMQ::RPC'),
;

feature 'Administrative Interface (web)' =>
-default => 1,
recommends('Pod::Simple' => 0), # Pod::Simple::Text Pod::Simple::HTML
Expand Down

0 comments on commit 5e7e3f4

Please sign in to comment.