Subject: | Pod::Simple under perl 5.8.0: FILENO method missed when calling output_string |
Hello,
I'm using Pod::Simple 0.96 under perl 5.8.0 and RedHat 8.0, calling
the output_string() method. I remember that it worked fine in February (unfortunately I updated both perl and my OS - I'm wondering because I remember I already used 5.8.0, but on Mandrake 6.x ... but possibly I do not remember the versions correctly).
The failure to be seen when looking at the Pod::Simple object after calling the method is
"Can't locate object method "FILENO" via package "Pod::Simple::TiedOutFH"
and indeed, this method is not declared in the interface class. Possibly it was not invoked by earlier versions of perl?
The error happens silently.
Could you please have a look? I have a subclass distribution of your module (Pod::PerlPoint) using this feature which unfortunately does not work now ...
Many thanks in advance
Jochen Stenzel