fix things i broke

This commit is contained in:
Graham Knop 2010-04-18 13:42:40 -05:00
parent ecc9967f2e
commit d667f724f4
4 changed files with 7 additions and 2 deletions

View file

@ -80,6 +80,9 @@ sub AUTOLOAD {
return $control->getValue(@args);
}
# so it doesn't get autoloaded
sub DESTROY {}
#-------------------------------------------------------------------
=head2 get ( )