Skip Menu |

This queue is for tickets about the Text-MacroScript CPAN distribution.

Report information
The Basics
Id: 67924
Status: resolved
Priority: 0/
Queue: Text-MacroScript

People
Owner: Nobody in particular
Requestors: ep1 [...] iastate.edu
Cc:
AdminCc:

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



Subject: greedy param regex..
Date: Tue, 3 May 2011 13:20:13 -0500
To: bug-Text-MacroScript [...] rt.cpan.org
From: Erin Phillips <ep1 [...] iastate.edu>
Text::MacroScript v1.38 symptom.. ----------- MACRO %DEFINE .. [$me->{#0}] ----------- BEFORE ..[var] my @a; $a[0]=5; ----------- AFTER $me->{var] my @a; $a[0}=5; s// regex needs non-greedy form or it will pick up LAST closing ']' --------- NEEDED CHANGE lines 452, 523, 541, 596, 615, 676 For example.. before.. s{ \Q$name\E (?:\[(.+)\])? }{ after.. s{ \Q$name\E (?:\[(.+?)\])? }{
I've fixed this in version 1.39. This is an adoptable module. If you're using it, you might want to take over its maintainership. I'm just taking care of it until someone better shows up. :) Thanks,
Subject: Re: [rt.cpan.org #67924] greedy param regex..
Date: Tue, 3 May 2011 15:14:24 -0500
To: bug-Text-MacroScript [...] rt.cpan.org
From: Erin Phillips <ep1 [...] iastate.edu>
..thanks. Okay, I'm interested in pitching in.. how do I engage? On Tue, May 3, 2011 at 2:39 PM, brian d foy via RT <bug-Text-MacroScript@rt.cpan.org> wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=67924 > > > I've fixed this in version 1.39. > > This is an adoptable module. If you're using it, you might want to take over its maintainership. > I'm just taking care of it until someone better shows up. :) > > Thanks, >
Subject: Re: [rt.cpan.org #67924] greedy param regex..
Date: Tue, 3 May 2011 15:15:40 -0500
To: bug-Text-MacroScript [...] rt.cpan.org
From: brian d foy <bdfoy [...] cpan.org>
On Tue, May 3, 2011 at 3:14 PM, Erin Phillips via RT <bug-Text-MacroScript@rt.cpan.org> wrote: Show quoted text
>       Queue: Text-MacroScript >  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=67924 > > > ..thanks.  Okay, I'm interested in pitching in.. how do I engage?
If you have a PAUSE Id, tell me what it is and I can transfer the module to you. Thanks, :) -- brian d foy <brian.d.foy@gmail.com> http://www.pair.com/~comdog/
Subject: Re: [rt.cpan.org #67924] greedy param regex..
Date: Wed, 4 May 2011 14:23:01 -0500
To: bug-Text-MacroScript [...] rt.cpan.org
From: Erin Phillips <ep1 [...] iastate.edu>
..fyi, something's stuck re: getting my PAUSE account. I'll circle back to you on this within a week, hopefully.. On Tue, May 3, 2011 at 3:16 PM, brian d foy via RT <bug-Text-MacroScript@rt.cpan.org> wrote: Show quoted text
> <URL: http://rt.cpan.org/Ticket/Display.html?id=67924 > > > On Tue, May 3, 2011 at 3:14 PM, Erin Phillips via RT > <bug-Text-MacroScript@rt.cpan.org> wrote:
>>       Queue: Text-MacroScript >>  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=67924 > >> >> ..thanks.  Okay, I'm interested in pitching in.. how do I engage?
> > If you have a PAUSE Id, tell me what it is and I can transfer the module to you. > > Thanks, :) > > -- > brian d foy <brian.d.foy@gmail.com> > http://www.pair.com/~comdog/ > >
Subject: Re: [rt.cpan.org #67924] greedy param regex..
Date: Thu, 5 May 2011 09:29:11 -0500
To: bug-Text-MacroScript [...] rt.cpan.org
From: Erin Phillips <ep1 [...] iastate.edu>
..okay, Andreas helped me. My PAUSE user-id is PROTALIS. Is there a guide somewhere that explains how PAUSE works.. "above all do no harm, and all that".. -Erin On Wed, May 4, 2011 at 2:23 PM, Erin Phillips <ep1@iastate.edu> wrote: Show quoted text
> ..fyi, something's stuck re: getting my PAUSE account.  I'll circle > back to you on this within a week, hopefully.. > > On Tue, May 3, 2011 at 3:16 PM, brian d foy via RT > <bug-Text-MacroScript@rt.cpan.org> wrote:
>> <URL: http://rt.cpan.org/Ticket/Display.html?id=67924 > >> >> On Tue, May 3, 2011 at 3:14 PM, Erin Phillips via RT >> <bug-Text-MacroScript@rt.cpan.org> wrote:
>>>       Queue: Text-MacroScript >>>  Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=67924 > >>> >>> ..thanks.  Okay, I'm interested in pitching in.. how do I engage?
>> >> If you have a PAUSE Id, tell me what it is and I can transfer the module to you. >> >> Thanks, :) >> >> -- >> brian d foy <brian.d.foy@gmail.com> >> http://www.pair.com/~comdog/ >> >>
>
On Thu May 05 10:29:21 2011, ep1@iastate.edu wrote: Show quoted text
> ..okay, Andreas helped me. My PAUSE user-id is PROTALIS. Is there a > guide somewhere that explains how PAUSE works.. "above all do no harm, > and all that".. -Erin
Okay, you are now a co-maintainer. To get started with PAUSE, start at https://pause.perl.org/pause/authenquery?ACTION=pause_04about