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
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
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
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
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
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
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