From: Mattia B. <mb...@ds...> - 2001-12-21 17:00:33
|
> Dear Mattia, > Thanks - this works a treat! > > I was so close... Anyway, now I'm up and running. > > I had noticed the 'Attempt to free unreferenced...' error - will await a > fix. I think it is a Perl bug: putting an (empty) DESTROY in Wx::PlVlaidator make it disappear. The strange thing is that base classes do not have DESTROY methods ( so it can't be the empty one masking a base class' DESTROY ), but if you put UNIVERSAL::can( $_[0], 'SUPER::DESTROY' ); in the previously empty DESTROY {}, this triggers the error. Regards Mattia |