Skip Menu |

This queue is for tickets about the Compress-BraceExpansion CPAN distribution.

Report information
The Basics
Id: 128727
Status: new
Priority: 0/
Queue: Compress-BraceExpansion

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

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



Subject: Compress::BraceExpansion fails qw( Y27150 Y27152 Y27190 Y27196 )
Date: Wed, 6 Mar 2019 12:04:10 -0500
To: bug-Compress-BraceExpansion [...] rt.cpan.org
From: Valeriy Filatov <vfilatov [...] gmail.com>
$ perl -MCompress::BraceExpansion -e 'print Compress::BraceExpansion->new( qw( Y27150 Y27152 Y27180 Y27196 ) )->shrink(), "\n"' Y271{5{0,2},80,96} $ perl -MCompress::BraceExpansion -e 'print Compress::BraceExpansion->new( qw( Y27150 Y27152 Y27190 Y27196 ) )->shrink(), "\n"' tried to transplant past end of tree at /usr/local/share/perl/5.24.1/Compress/BraceExpansion.pm line 243.
Subject: Re: [rt.cpan.org #128727] AutoReply: Compress::BraceExpansion fails qw( Y27150 Y27152 Y27190 Y27196 )
Date: Wed, 6 Mar 2019 12:35:40 -0500
To: bug-Compress-BraceExpansion [...] rt.cpan.org
From: Valeriy Filatov <vfilatov [...] gmail.com>
$ perl -MCompress::BraceExpansion -e 'print Compress::BraceExpansion->new( qw( 10 11 23 24 ) )->shrink(), "\n"' tried to transplant past end of tree at /usr/local/share/perl/5.24.1/Compress/BraceExpansion.pm line 243. On Wed, Mar 6, 2019 at 12:04 PM Bugs in Compress-BraceExpansion via RT < bug-Compress-BraceExpansion@rt.cpan.org> wrote: Show quoted text
> > Greetings, > > This message has been automatically generated in response to the > creation of a trouble ticket regarding: > "Compress::BraceExpansion fails qw( Y27150 Y27152 Y27190 Y27196 > )", > a summary of which appears below. > > There is no need to reply to this message right now. Your ticket has been > assigned an ID of [rt.cpan.org #128727]. Your ticket is accessible > on the web at: > > https://rt.cpan.org/Ticket/Display.html?id=128727 > > Please include the string: > > [rt.cpan.org #128727] > > in the subject line of all future correspondence about this issue. To do > so, > you may reply to this message. > > Thank you, > bug-Compress-BraceExpansion@rt.cpan.org > > ------------------------------------------------------------------------- > $ perl -MCompress::BraceExpansion -e 'print Compress::BraceExpansion->new( > qw( Y27150 Y27152 Y27180 Y27196 ) )->shrink(), "\n"' > Y271{5{0,2},80,96} > > $ perl -MCompress::BraceExpansion -e 'print Compress::BraceExpansion->new( > qw( Y27150 Y27152 Y27190 Y27196 ) )->shrink(), "\n"' > tried to transplant past end of tree at > /usr/local/share/perl/5.24.1/Compress/BraceExpansion.pm line 243. >