Skip Menu |

This queue is for tickets about the feature-each_on_array CPAN distribution.

Report information
The Basics
Id: 78606
Status: resolved
Priority: 0/
Queue: feature-each_on_array

People
Owner: Nobody in particular
Requestors: mst [...] shadowcat.co.uk
Cc:
AdminCc:

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



Subject: This should be a syntax plugin
Date: Fri, 27 Jul 2012 11:03:27 +0100
To: bugs-feature-each_on_array [...] rt.cpan.org
From: Matt S Trout <mst [...] shadowcat.co.uk>
This should be enabled using: use syntax 'each_on_array'; which can then go into a Syntax::Keyword:: module which either loads the relevant XS, or on 5.12+ does nothing. the feature:: namespace is for core so this isn't the right place - the other feature:: modules have already moved. -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our Catalyst commercial support, training and consultancy packages could help your team.
On Fri Jul 27 07:41:28 2012, mst@shadowcat.co.uk wrote: Show quoted text
> This should be enabled using: > > use syntax 'each_on_array'; > > which can then go into a Syntax::Keyword:: module which either loads
the Show quoted text
> relevant XS, or on 5.12+ does nothing. > > the feature:: namespace is for core so this isn't the right place -
the Show quoted text
> other feature:: modules have already moved. >
TIL about 'syntax', thanks. Did you mean Syntax::Feature:: instead of Syntax::Keyword::? syntax does not mention the latter, only the former. Regards, Steven
Subject: Re: [rt.cpan.org #78606] This should be a syntax plugin
Date: Fri, 27 Jul 2012 15:09:44 +0100
To: steven haryanto via RT <bug-feature-each_on_array [...] rt.cpan.org>
From: Matt S Trout <mst [...] shadowcat.co.uk>
On Fri, Jul 27, 2012 at 08:51:26AM -0400, steven haryanto via RT wrote: Show quoted text
> <URL: https://rt.cpan.org/Ticket/Display.html?id=78606 > > > On Fri Jul 27 07:41:28 2012, mst@shadowcat.co.uk wrote:
> > This should be enabled using: > > > > use syntax 'each_on_array'; > > > > which can then go into a Syntax::Keyword:: module which either loads
> the
> > relevant XS, or on 5.12+ does nothing. > > > > the feature:: namespace is for core so this isn't the right place -
> the
> > other feature:: modules have already moved. > >
> > TIL about 'syntax', thanks. > > Did you mean Syntax::Feature:: instead of Syntax::Keyword::? syntax > does not mention the latter, only the former.
Indeed I did, sorry. Typing module names from memory while on first coffee doesn't always work. Who knew? :) -- Matt S Trout - Shadowcat Systems - Perl consulting with a commit bit and a clue http://shadowcat.co.uk/blog/matt-s-trout/ http://twitter.com/shadowcat_mst/ Email me now on mst (at) shadowcat.co.uk and let's chat about how our Catalyst commercial support, training and consultancy packages could help your team.
Renamed to Syntax-Feature-EachOnArray. This dist will be purged from CPAN. Thanks! Regards, Steven