stas 2003/12/22 11:50:00
Modified: . RELEASE Log: always need to rerun Makefile.PL to update Makefile Revision Changes Path 1.9 +3 -1 modperl-2.0/RELEASE Index: RELEASE =================================================================== RCS file: /home/cvs/modperl-2.0/RELEASE,v retrieving revision 1.8 retrieving revision 1.9 diff -u -u -r1.8 -r1.9 --- RELEASE 12 Nov 2003 16:24:28 -0000 1.8 +++ RELEASE 22 Dec 2003 19:50:00 -0000 1.9 @@ -26,7 +26,9 @@ - remove '-dev' - add release date - b. make sure tag looks right (might need to rerun Makefile.PL) + b. rerun: + % perl Makefile.PL MP_INST_APACHE2=1 + make sure tag looks right % make -n cvs_tag c. commit Changes