Seems to me there's a bug in Text.pm on line 3035
<code>
# $Id : Text.pm 2.219 2006-01-21 JMG$
...
3031: sub deleteTableRow
3032: {
3033: my $self = shift;
3034: my $row = $self->getTableRow( _) or
return undef;
3035: return $doc->removeElement($row);
3036: }
</code>
In my opinion that $doc on line 3035 should be $self.
To write a respons, access
http://ww
w.cpanforum.com/response_form/2544
To see the full thread, access
http://www.cpan
forum.com/threads/2541
--
You are getting this messages from www.cpanforum.com
To change your subscription information visit http://www.cpanforum.
com/mypan/
|