There's a problem with the Makefile.PL file. Here's the patch :
$ cvs diff -r version-0-15 Makefile.PL
Index: Makefile.PL
===================================================================
RCS file: /home/cvs/http-proxy/Makefile.PL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Makefile.PL 1 Oct 2002 09:49:58 -0000 1.3
+++ Makefile.PL 3 May 2005 14:49:36 -0000 1.4
@@ -8,6 +8,7 @@
HTTP::Daemon => 1.25,
LWP::UserAgent => 2,
},
+ PL_FILES => {},
ABSTRACT_FROM => 'lib/HTTP/Proxy.pm',
AUTHOR => 'Philippe "BooK" Bruhat <book@cpan.org>',
);