diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-04-05 13:29:43 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-04-05 13:29:43 +0200 |
| commit | 7670093fd9a1c8fab79b351b36b7852e224c6939 (patch) | |
| tree | 4517c0cb46138faa43931b2e98e4a5226a346a05 /Makefile.PL | |
| parent | remove debug (diff) | |
| download | intention-cloud-7670093fd9a1c8fab79b351b36b7852e224c6939.tar.gz | |
add 2 requires
Diffstat (limited to 'Makefile.PL')
| -rw-r--r-- | Makefile.PL | 2 |
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; |
