Re: Atom file icons of executables

2018-10-13 Thread Ahmad Zawawi
Can you please tell me what Perl / Perl 6 plugins are enabled in your Atom environment (i.e. ~/.atom/packages)? I previously had some problems when debugging my Atom plugins while language-perl was enabled. It has a built-in perl6 grammar which conflicts with our language-perl6 atom plugin. Regard

Re: Is there a linter for Perl 6? (like Perl::Critic or pylint)

2017-06-01 Thread Ahmad Zawawi
Hi Gabor, Like https://atom.io/packages/atom-perl6-editor-tools for instance or project-level linting? Regards, Ahmad On Thu, Jun 1, 2017 at 9:02 AM, Gabor Szabo wrote: > e.g. I'd like to check that every pl pm and t file in our project has a > "use v6;" at the beginning. > > regards >Gab

Re: Possible zef addition

2017-05-25 Thread Ahmad Zawawi
Something like cpanm's work directory auto-cleanup mechanism? https://metacpan.org/pod/distribution/App-cpanminus/ lib/App/cpanminus/fatscript.pm#-auto-cleanup On Thu, May 25, 2017 at 7:20 AM, Simon Proctor wrote: > So I'm playing around with Docker files (Perl 5 ATM) and one thing I'm > gettin

Re: Module distribution

2017-05-24 Thread Ahmad Zawawi
Hi Richard, I think you need to do the following: - zef --depsonly install . Instead of - zef installdeps . Already discussed that concern in https://github.com/ugexe/zef/issues/82 :) On Wed, May 24, 2017 at 2:41 PM, Richard Hainsworth wrote: > The Ecosystem (that is the modules.perl6.org we

Re: Perl6 NCurses module under Arch: libncursesw.so.6

2017-04-13 Thread Ahmad Zawawi
Hi, Good catch. I fixed it in master by using LibraryCheck and tested it on Manjaro Linux (which is ArchLinux-based). Please let me know if it works for you. Regards, Ahmad

Re: [perl #127883] [BUG] Missing line/column number information when using a missing module

2016-04-16 Thread Ahmad Zawawi
It is now fixed on latest. Please close this ticket. 2016-04-16 9:55 GMT+03:00 Zoffix Znet via RT : > I, unsuccessfully, tried my hand and fixing this. Just adding a few > comments with what little I found: > > This gives a bit of info on what gets called: > > $ perl6 -e 'EVAL "use Foo"; CATCH

Re: [perl #65804] [RESOLVED] [BUG] 'sub' cannot be used as a routine name

2009-08-03 Thread Ahmad Zawawi
Alright thanks... On Sun, Aug 2, 2009 at 9:02 PM, Kyle Hasselbacher via RT wrote: > According to our records, your request regarding >  "[BUG] 'sub' cannot be used as a routine name" > has been resolved. > > If you have any further questions or concerns, please respond to this message. > > For oth