summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;