[Templates] Add DUMP directive.

Paul Seamons mail@seamons.com
Wed, 2 May 2007 12:27:57 -0600


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