diff options
| author | franck cuny <franck@lumberjaph.net> | 2009-07-17 17:19:21 +0200 |
|---|---|---|
| committer | franck cuny <franck@lumberjaph.net> | 2009-07-17 17:19:21 +0200 |
| commit | 03d2dc8f2c77800f048457916cf6c1b66ec41c28 (patch) | |
| tree | ba18c77bcba01ade19b1f3f6a6d7f0601d1b2ed8 /Makefile.PL | |
| parent | up version (diff) | |
| download | moosex-useragent-03d2dc8f2c77800f048457916cf6c1b66ec41c28.tar.gz | |
fix typo in makefile
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 df8c089..6e2a41b 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -12,7 +12,7 @@ requires 'HTTP::Response'; requires 'LWP::UserAgent'; requires 'LWPx::ParanoidAgent'; requires 'Cache::FileCache'; -requries 'Cache::MemoryCache;' +requires 'Cache::MemoryCache;' requires 'AnyEvent::HTTP'; requires 'Compress::Zlib'; requires 'HTML::Encoding'; |
