Skip Menu |

This queue is for tickets about the File-BOM CPAN distribution.

Report information
The Basics
Id: 21801
Status: rejected
Priority: 0/
Queue: File-BOM

People
Owner: matt.lawrence [...] virgin.net
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.12
Fixed in: (no value)



Subject: ":fallback_all" is not exported by the Encode module
I just tested perl 5.8.3 and Encode 2.18: Running Build test t/00..setup.........ok t/01..bom...........":fallback_all" is not exported by the Encode module Can't continue after import errors at t/01..bom.t line 11 BEGIN failed--compilation aborted at t/01..bom.t line 11. # Looks like your test died before it could output anything. t/01..bom...........dubious Test returned status 255 (wstat 65280, 0xff00) t/02..perlio-via....ok t/03..exceptions....ok t/04..pod...........ok 2/2 skipped: various reasons t/99..shutdown......ok Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/01..bom.t 255 65280 ?? ?? ?? 2 subtests skipped. Failed 1/6 test scripts. 0/81 subtests failed. Files=6, Tests=81, 1 wallclock secs ( 1.06 cusr + 0.10 csys = 1.16 CPU) Failed 1/6 test programs. 0/81 subtests failed.
From: MATTLAW [...] cpan.org
On Sun Oct 01 06:31:02 2006, ANDK wrote: Show quoted text
> I just tested perl 5.8.3 and Encode 2.18: > > Running Build test > t/00..setup.........ok > > t/01..bom...........":fallback_all" is not exported by the Encode > module > Can't continue after import errors at t/01..bom.t line 11 > BEGIN failed--compilation aborted at t/01..bom.t line 11.
This is working with Encode 2.12 on linux. From the documentation of 2.18, it looks like the export tags haven't changed, though. I'll upgrade my Encode and test again when I have more time.
From: MATTLAW [...] cpan.org
On Mon Oct 02 05:59:31 2006, MATTLAW wrote: Show quoted text
> On Sun Oct 01 06:31:02 2006, ANDK wrote:
> > I just tested perl 5.8.3 and Encode 2.18: > > > > Running Build test > > t/00..setup.........ok > > > > t/01..bom...........":fallback_all" is not exported by the Encode > > module > > Can't continue after import errors at t/01..bom.t line 11 > > BEGIN failed--compilation aborted at t/01..bom.t line 11.
> > This is working with Encode 2.12 on linux. From the documentation of > 2.18, it looks like the export tags haven't changed, though. > > I'll upgrade my Encode and test again when I have more time.
I ran the tests again with Encode 2.18 (albeit on perl 5.8.8), but I'm still unable to replicate the results above. The version of Encode that shipped with perl 5.8.3 seems to support the :fallback_all tag too.
CC: ANDK [...] cpan.org
Subject: Re: [rt.cpan.org #21801] ":fallback_all" is not exported by the Encode module
Date: Mon, 02 Oct 2006 21:36:58 +0200
To: bug-File-BOM [...] rt.cpan.org
From: andreas.koenig.gmwojprw [...] franz.ak.mind.de (Andreas J. Koenig)
Show quoted text
>>>>> On Mon, 02 Oct 2006 08:03:49 -0400, "Matt Lawrence via RT" <bug-File-BOM@rt.cpan.org> said:
Show quoted text
> I ran the tests again with Encode 2.18 (albeit on perl 5.8.8), but I'm > still unable to replicate the results above.
Yes, with several perls after 5.8.3 I cannot replicate either. Show quoted text
> The version of Encode that shipped with perl 5.8.3 seems to support the > :fallback_all tag too.
Maybe you just add Encode to your prerequisites with an arbitrary version number. At least this would give you better error reporting if the problem occurs again amd being explicit about prerequisites never hurts. Apart from that feel free to close this bug report. Of course I would be curious why 5.8.3 works for you but not for me, but I won't lose sleep if we don't find out:) So let's leave it at that. Thank you, -- andreas
On Mon Oct 02 15:37:19 2006, andreas.koenig.gmwojprw@franz.ak.mind.de wrote: Show quoted text
> Maybe you just add Encode to your prerequisites with an arbitrary > version number. At least this would give you better error reporting if > the problem occurs again amd being explicit about prerequisites never > hurts.
I've added Encode to dependencies in version 0.13, which has just gone up to pause. Show quoted text
> > Apart from that feel free to close this bug report. Of course I would > be curious why 5.8.3 works for you but not for me, but I won't lose > sleep if we don't find out:) > > So let's leave it at that. > > Thank you,
No problem. Matt