On Fri, Apr 11, 2003 at 05:58:04PM +0200, Mathieu Roy wrote:
> Florian Weps <[EMAIL PROTECTED]> a tapoté :
>
> > Hi Mathieu
> >
> > I finally got around to testing your package. Sorry for the delay!
> >
> > A couple of things I noticed:
> >
> > * Your package should depend on liblocale-gettext-perl
> >
> > * also, when I run pdbv manually, I get the following error:
> > input_record_separator is not supported on a per-handle basis at
> > /usr/bin/pdbv line 476
>
> I know, but it works and I do not know how to avoid this error message
> to be printed out.
You can use the variable $/ to set the input record separator.
$/ = '';
Even better, use IO::File instead of FileHandle - it's cleaner, and you
can set the record separator per file.
> (PS: I add the mailing-list in CC, it maybe useful later)
Fine.
By the way, I won't have CVS access tonight (firewall) - but I'll have
time to check your package. So If you make changes, just mail me the
tar of your pdbv source directory.
I'll be back home by Saturday afternoon, though likely tired.
Cheers,
Florian