summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-04-05 13:29:43 +0200
committerfranck cuny <franck@lumberjaph.net>2009-04-05 13:29:43 +0200
commit7670093fd9a1c8fab79b351b36b7852e224c6939 (patch)
tree4517c0cb46138faa43931b2e98e4a5226a346a05
parentremove debug (diff)
downloadintention-cloud-7670093fd9a1c8fab79b351b36b7852e224c6939.tar.gz
add 2 requires
-rw-r--r--Makefile.PL2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.PL b/Makefile.PL
index d0ab008..d475084 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -13,6 +13,8 @@ requires 'parent';
 requires 'Config::General'; # This should reflect the config file format you've chosen
                  # See Catalyst::Plugin::ConfigLoader for supported formats
 catalyst;
+requires 'WebService::Google::Suggest';
+requires 'HTML::TagCloud';
 
 install_script glob('script/*.pl');
 auto_install;