most of the new pluggable template system
This commit is contained in:
parent
ba2774a146
commit
eda7058b61
11 changed files with 450 additions and 9 deletions
|
|
@ -84,6 +84,19 @@ sub DESTROY {
|
|||
|
||||
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 get ()
|
||||
|
||||
An alias for process()
|
||||
|
||||
=cut
|
||||
|
||||
sub get {
|
||||
my $self = shift;
|
||||
$self->process(@_);
|
||||
}
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
=head2 new ( session )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue