stas 2003/06/18 18:46:37
Modified: . ToDo Log: we need to use Module::Install Revision Changes Path 1.12 +4 -0 httpd-apreq/ToDo Index: ToDo =================================================================== RCS file: /home/cvs/httpd-apreq/ToDo,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ToDo 28 Feb 2003 15:17:42 -0000 1.11 +++ ToDo 19 Jun 2003 01:46:37 -0000 1.12 @@ -1,3 +1,7 @@ +o Apache::Test is required early in Makefile.PL, so we can't rely on + CPAN.pm's prereq_pm to fetch it if not available. Therefore we need + to use Module::Install, which handles this kind of situations gracefully. + o look for 'XXX' in the source, they mark some bits of code that need work o multipart_buffer_headers punts on headers more than 5k (which could
