Elvin Aslanov
Elvin Aslanov
The title pretty much describes it all. **Is your feature request related to a problem? Please describe.** No such option in hyper.js **Describe the solution you'd like** A preferences option...
 > This pragma provides an easy and convenient way to enable or disable experimental features. https://perldoc.perl.org/experimental --- Since `experimental` is a standard Perl pragma (as written in lowercase) like...
[printf](https://github.com/Perl/perl5/blob/blead/dist/IO/lib/IO/Handle.pm#L421) method is defined in [IO::Handle](https://perldoc.perl.org/IO::Handle#METHODS) module  I don't know if it's possible to add definition for filehandle OO methods, but that would prevent warnings from showing up. Thanks.
It hit me many times everytime I do `File` -> `New` -> `Perl5 File` I accidentally create a module with `.PM` extension instead of a script.  I think...
To affect `Reformat Code` (Ctrl+Alt+L)  And probably for other **unary operators** as well.
Capitalize Perl where it is referred to the language rather than the interpreter. Format one direct interpreter reference as code.
### Describe the bug The format for `inspect` command documentation is scattered around. https://metacpan.org/pod/Rex::Commands#inspect($varRef)  ### Expected behavior Proper POD rendering in MetaCPAN ### How to reproduce it Read https://metacpan.org/pod/Rex::Commands#inspect($varRef)...
### Describe the bug [desc](https://metacpan.org/pod/Rex::Commands#desc($description)) says: Set the description of a **task**. ```perl desc "This is a task description of the following task"; task "mytask", sub { say "Do something";...
### Describe the bug df actually returns empty hash reference with or without a device argument in FreeBSD 13.1 (latest) release > This function returns a hash reference which reflects...
hello, i have read the [instructions](https://rakudo.org/star/source) installing the `devel/p5-ExtUtils-Config` dependency as instructed for the platform i'm building on: `doas pkg_add git p5-ExtUtils-Config` installing **2020.05**, after fetching the `rakudo-star` tarball and...