On Tue May 01 19:40:49 2007, [EMAIL PROTECTED] wrote: > > > Here is the output of 'ack' for SVN_ENTRIES in trunk (post- > Configure.pl, in this instance): > > [parrot] 521 $ ack --nohtml --nophp SVN_ENTRIES ... > config_lib.pasm > 274: set P0["SVN_ENTRIES"], P1 > > > But do we have to do anything with config_lib.pasm? (I've never > patched any .pasm files). >
I see that config_lib.pasm is generated by running Configure.pl. So its SVN_ENTRIES key goes away as well. kid51