most of the new pluggable template system

This commit is contained in:
JT Smith 2006-01-17 23:09:29 +00:00
parent ba2774a146
commit eda7058b61
11 changed files with 450 additions and 9 deletions

View file

@ -84,6 +84,19 @@ sub DESTROY {
#-------------------------------------------------------------------
=head2 get ()
An alias for process()
=cut
sub get {
my $self = shift;
$self->process(@_);
}
#-------------------------------------------------------------------
=head2 new ( session )