develooper Front page | perl.perl5.porters | Postings from May 2004

Re: Perl bug or XS code glitch?

Thread Previous | Thread Next
From:
Ruslan U. Zakirov
Date:
May 3, 2004 12:35
Subject:
Re: Perl bug or XS code glitch?
Message ID:
40968DCA.1050301@acronis.com
	Hello.

IMHO fix have to be something like attached patch.
Patch does what I want, but break two test scripts:
./perl ../lib/DBM_Filter/t/utf8.t
1..20
ok 1 - use DBM_Filter;
ok 2 - use SDBM_File;
ok 3 - use Fcntl;
ok 4 - use charnames;
ok 5 - tied to SDBM_File
ok 6 - push a 'utf8' filter
ok 7 - StoreData called from ../lib/DBM_Filter/t/utf8.t, line 41
ok 8 - Store Data is a hash reference
ok 9 - Storing to tied hash
Wide character in null operation at 
/usr/lib/perl5/5.8.4/dbm_filter_util.pl line 18.
# Looks like you planned 20 tests but only ran 9.
# Looks like your test died just after 9.

same error for ../lib/DBM_Filter/t/encode.t

I didn't debug this errors.

				Best regards. Ruslan.

[snip]

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About