Skip Menu |

This queue is for tickets about the XML-Twig CPAN distribution.

Report information
The Basics
Id: 87630
Status: rejected
Priority: 0/
Queue: XML-Twig

People
Owner: Nobody in particular
Requestors: danfrenzel [...] gmail.com
Cc:
AdminCc:

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



Subject: ${ instead of $]
Date: Mon, 5 Aug 2013 13:29:38 -0500
To: bug-XML-Twig [...] rt.cpan.org
From: Daniel Frenzel <danfrenzel [...] gmail.com>
Hello; It appears that in version 3.44 that the _split function in Twig.pm is using $[ when it means $] - it is testing for the Perl version. Twig Version: 3.44 Perl Version: 5.16.3(32 bit) Operating System: Windows Thank you; Daniel Frenzel
On Mon Aug 05 14:29:51 2013, danfrenzel@gmail.com wrote: Show quoted text
> Hello; > > It appears that in version 3.44 that the _split function in Twig.pm is > using $[ when it means $] - it is testing for the Perl version. > > Twig Version: 3.44 > Perl Version: 5.16.3(32 bit) > Operating System: Windows
I don't see this, in fact I don't see $[ used at all in the code (which is good!). Are you sure? __ mirod
Subject: Re: [rt.cpan.org #87630] ${ instead of $]
Date: Tue, 6 Aug 2013 13:18:56 +0000
To: "bug-XML-Twig [...] rt.cpan.org" <bug-XML-Twig [...] rt.cpan.org>
From: <danfrenzel [...] gmail.com>
It should be in Twig.pm around line 7200. I checked the module as it was installed by the CPAN. It looks like that particular code is trying to normalize a string to UTF-8 and has to do it differently depending on the PERL version. I will send you a code snippet when I get into the office. Thanks for the quick response; Daniel Frenzel From: MIROD via RT Sent: ‎Tuesday‎, ‎August‎ ‎6‎, ‎2013 ‎5‎:‎38‎ ‎AM To: danfrenzel@gmail.com <URL: https://rt.cpan.org/Ticket/Display.html?id=87630 > On Mon Aug 05 14:29:51 2013, danfrenzel@gmail.com wrote: Show quoted text
> Hello; > > It appears that in version 3.44 that the _split function in Twig.pm is > using $[ when it means $] - it is testing for the Perl version. > > Twig Version: 3.44 > Perl Version: 5.16.3(32 bit) > Operating System: Windows
I don't see this, in fact I don't see $[ used at all in the code (which is good!). Are you sure? __ mirod
Subject: Re: [rt.cpan.org #87630] ${ instead of $]
Date: Tue, 06 Aug 2013 13:49:22 +0000
To: bug-XML-Twig [...] rt.cpan.org
From: mirod <xmltwig [...] gmail.com>
That;s in XML::Twig < 3.39, see the first 'fixed' item in the Changes file for 3.49 at https://metacpan.org/source/MIROD/XML-Twig-3.40/Changes -- mirod On 08/06/2013 01:21 PM, Daniel Frenzel via RT wrote: Show quoted text
> Queue: XML-Twig > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87630 > > > It should be in Twig.pm around line 7200. I checked the module as it was installed by the CPAN. It looks like that particular code is trying to normalize a string to UTF-8 and has to do it differently depending on the PERL version. I will send you a code snippet when I get into the office. > > > Thanks for the quick response; > > > > Daniel Frenzel > > > > From: MIROD via RT > Sent: ‎Tuesday‎, ‎August‎ ‎6‎, ‎2013 ‎5‎:‎38‎ ‎AM > To: danfrenzel@gmail.com > > <URL: https://rt.cpan.org/Ticket/Display.html?id=87630 > > > On Mon Aug 05 14:29:51 2013, danfrenzel@gmail.com wrote:
>> Hello; >> >> It appears that in version 3.44 that the _split function in Twig.pm is >> using $[ when it means $] - it is testing for the Perl version. >> >> Twig Version: 3.44 >> Perl Version: 5.16.3(32 bit) >> Operating System: Windows
> > I don't see this, in fact I don't see $[ used at all in the code (which is good!). > > Are you sure? > > __ > mirod >
Subject: Re: [rt.cpan.org #87630] ${ instead of $]
Date: Tue, 6 Aug 2013 09:14:03 -0500
To: bug-XML-Twig [...] rt.cpan.org
From: Daniel Frenzel <danfrenzel [...] gmail.com>
Thanks; My mistake. Daniel Frenzel On Tue, Aug 6, 2013 at 8:50 AM, xmltwig@gmail.com via RT < bug-XML-Twig@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=87630 > > > That;s in XML::Twig < 3.39, see the first 'fixed' item in the Changes > file for 3.49 at https://metacpan.org/source/MIROD/XML-Twig-3.40/Changes > > -- > mirod > > On 08/06/2013 01:21 PM, Daniel Frenzel via RT wrote:
> > Queue: XML-Twig > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=87630 > > > > > It should be in Twig.pm around line 7200. I checked the module as it was
> installed by the CPAN. It looks like that particular code is trying to > normalize a string to UTF-8 and has to do it differently depending on the > PERL version. I will send you a code snippet when I get into the office.
> > > > > > Thanks for the quick response; > > > > > > > > Daniel Frenzel > > > > > > > > From: MIROD via RT > > Sent: ‎Tuesday‎, ‎August‎ ‎6‎, ‎2013 ‎5‎:‎38‎ ‎AM > > To: danfrenzel@gmail.com > > > > <URL: https://rt.cpan.org/Ticket/Display.html?id=87630 > > > > > On Mon Aug 05 14:29:51 2013, danfrenzel@gmail.com wrote:
> >> Hello; > >> > >> It appears that in version 3.44 that the _split function in Twig.pm is > >> using $[ when it means $] - it is testing for the Perl version. > >> > >> Twig Version: 3.44 > >> Perl Version: 5.16.3(32 bit) > >> Operating System: Windows
> > > > I don't see this, in fact I don't see $[ used at all in the code (which
> is good!).
> > > > Are you sure? > > > > __ > > mirod > >
> > >