As we discussed, instead of trying to use Tie::IxHash behind the scenes to order %Location blocks and such, we will recommend users to use Tie:: * for themselves like so:
<Perl> tie %Location, "My::Tie";
</Perl>
So, until I get around updating the documentation, I've at least tested
that tied %Hashes in <Perl> sections do behave proprely.
+1 after the usual request to fix indentation (perl code in the conf file) ;)
Only problem I can think of is that if you use PerlSections->dump, your hash will be dumped as a hash, not seeing the tie magic. So next time around, if you load your dumped <Perl> configuration, you'll experience hash ordering trouble once again.
why can't we keep the tiedness?
__________________________________________________________________ Stas Bekman JAm_pH ------> Just Another mod_perl Hacker http://stason.org/ mod_perl Guide ---> http://perl.apache.org mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com http://modperlbook.org http://apache.org http://ticketmaster.com
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
