[ 1404985 ] 6.9 WebGUI::Session::Style missing methods
This commit is contained in:
JT Smith 2006-01-13 18:05:23 +00:00
parent 970eeb048a
commit eeba6daf7f
2 changed files with 14 additions and 21 deletions

View file

@ -52,6 +52,20 @@ These methods are available from this class:
=cut
#-------------------------------------------------------------------
=head DESTROY ( )
Deconstructor.
=cut
sub DESTROY {
my $self = shift;
undef $self;
}
#-------------------------------------------------------------------
=head2 generateAdditionalHeadTags ( )