diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-07-17 17:20:02 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-07-17 17:20:02 +0200 |
| commit | 71852396d0c15a87ad31099fa6a5d1bf483cf9ce (patch) | |
| tree | 7793f48412f6dbafd541b8fafa3fa409466f859d | |
| parent | fix typo in makefile (diff) | |
| download | moosex-useragent-71852396d0c15a87ad31099fa6a5d1bf483cf9ce.tar.gz | |
another typo
Diffstat (limited to '')
| -rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 6e2a41b..ec12415 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ requires 'HTTP::Response'; requires 'LWP::UserAgent'; requires 'LWPx::ParanoidAgent'; requires 'Cache::FileCache'; -requires 'Cache::MemoryCache;' +requires 'Cache::MemoryCache'; requires 'AnyEvent::HTTP'; requires 'Compress::Zlib'; requires 'HTML::Encoding'; |
