summary refs log tree commit diff
path: root/Makefile.PL
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2009-07-17 17:20:02 +0200
committerfranck cuny <franck@lumberjaph.net>2009-07-17 17:20:02 +0200
commit71852396d0c15a87ad31099fa6a5d1bf483cf9ce (patch)
tree7793f48412f6dbafd541b8fafa3fa409466f859d /Makefile.PL
parentfix typo in makefile (diff)
downloadmoosex-useragent-71852396d0c15a87ad31099fa6a5d1bf483cf9ce.tar.gz
another typo
Diffstat (limited to '')
-rw-r--r--Makefile.PL2
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';