One more addition

The line in Template::Context that read

        my $sort = $obj->Sortkeys;

Should read

        my $sort = defined($conf->{'Sortkeys'}) ? $obj->Sortkeys : 1;

Sortkeys should be default on.

Paul

_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to