Subject: | Bug report Filesys-SmbClient3.1 |
Date: | Wed, 1 Aug 2007 17:25:04 -0400 |
To: | <bug-Filesys-SmbClient [...] rt.cpan.org> |
From: | "Olivier Gingras" <olivier.gingras [...] genizon.com> |
Hi Alain,
I was trying to port a script from a previous version (1.5) of
Filesys-SmbClient to the current version (3.1) and stumbled at the
following issues:
* What happened to the support for the TELL function? It seems to
have disappeared.
* The SEEK function no longer invalidate the READLINE Buffer,
while I believe it was before.
* Notations $self->{_FD} and $self->{FD} are both used in
different functions of SmbClient.pm (the use of $self->{_FD} in READLINE
seems especially fishy) , which I find kind of fishy unless there's
something I just didn't get.
Thanks,
Oh, I am using perl 5.8.6 on Linux Fedora Core 4
Olivier