From 7670093fd9a1c8fab79b351b36b7852e224c6939 Mon Sep 17 00:00:00 2001 From: franck cuny Date: Sun, 5 Apr 2009 13:29:43 +0200 Subject: add 2 requires --- Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) 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; -- cgit 1.4.1