Skip Menu |

This queue is for tickets about the B-Keywords CPAN distribution.

Report information
The Basics
Id: 96309
Status: resolved
Priority: 0/
Queue: B-Keywords

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

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



Subject: Pragmas will be supported?
Date: Sun, 08 Jun 2014 00:37:19 +0900
To: bug-B-Keywords [...] rt.cpan.org
From: Taiki Kawakami <moznion [...] gmail.com>
Do you have a plan to support @B::Keywords::Pragmas? I think it is convenient for us if it is implemented. -- Taiki Kawakami (@moznion) E-mail: moznion@gmail.com Tel: +81-90-3116-4229
On 2014-6月-07 土 11:37:38, moznion@gmail.com wrote: Show quoted text
> Do you have a plan to support @B::Keywords::Pragmas? > I think it is convenient for us if it is implemented. >
I forgot described. Pragmas means items that are listed in http://perldoc.perl.org/index-pragmas.html.
Subject: Re: [rt.cpan.org #96309] Pragmas will be supported?
Date: Sun, 8 Jun 2014 21:58:19 -0500
To: bug-B-Keywords [...] rt.cpan.org
From: Reini Urban <rurban [...] x-ray.at>
I don't understand. core pragma's are no keywords in the parser context. You can get them by using Module::CoreList and filtering the lowercase names. Like Module::CoreList->find_modules(qr/^[a-z].*/) On Sat, Jun 7, 2014 at 10:53 AM, Taiki Kawakami via RT <bug-B-Keywords@rt.cpan.org> wrote: Show quoted text
> Queue: B-Keywords > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96309 > > > On 2014-6月-07 土 11:37:38, moznion@gmail.com wrote:
>> Do you have a plan to support @B::Keywords::Pragmas? >> I think it is convenient for us if it is implemented. >>
> > I forgot described. Pragmas means items that are listed in http://perldoc.perl.org/index-pragmas.html.
-- Reini Urban http://cpanel.net/ http://www.perl-compiler.org/
Thank you. I see. On 2014-6月-08 日 22:58:31, rurban@x-ray.at wrote: Show quoted text
> I don't understand. core pragma's are no keywords in the parser > context. > You can get them by using Module::CoreList and filtering the lowercase > names. > Like Module::CoreList->find_modules(qr/^[a-z].*/) > > On Sat, Jun 7, 2014 at 10:53 AM, Taiki Kawakami via RT > <bug-B-Keywords@rt.cpan.org> wrote:
> > Queue: B-Keywords > > Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=96309 > > > > > On 2014-6月-07 土 11:37:38, moznion@gmail.com wrote:
> >> Do you have a plan to support @B::Keywords::Pragmas? > >> I think it is convenient for us if it is implemented. > >>
> > > > I forgot described. Pragmas means items that are listed in > > http://perldoc.perl.org/index-pragmas.html.