Ivan Bessarabov
Ivan Bessarabov
Сейчас в списке на первом месте находится подкаст DevZen, а на втором Радио-Т. Судя по количеству оценок на Apple Podcasts Радио-Т на порядок популярнее. Мне кажется, этот список вызывал бы...
I enter "perl" on the main page of https://metacpan.org The result — I'm on a page https://metacpan.org/search?size=20&q=perl where the perl language is on the second position. On the first position...
I'm donig such a request to the metacpan API: ``` curl --silent -XPOST 'https://api.metacpan.org/v0/favorite/_search?pretty' -d ' { "facets" : { "tag" : { "terms" : { "field" : "distribution", "size"...
Here is my .dataprinter: ``` { use_prototypes => 0, } ``` And here is the test script: ``` perl #!/usr/bin/perl use DDP; foreach (1..2) { p; p $_; } ```...
Yesterday @JaSei has created pull request with fix of the dependency problem — https://github.com/CPAN-API/metacpan-docker/pull/6 This problem appeared because cpan-api is activly developing and sometimes new deps appear in it. But...
I'm trying to install Vim::Debug from cpan, but I get the error during testing. I'm using Perl v5.10.1 on Ubuntu 10.04: ``` bessarabov@b-yanote:~/tmp/delete_after_2013-07-13/Vim-Debug-0.904$ prove -l t/00-compile.t ......... ok t/00-report-prereqs.t .....
**Description** We have observed that starting from version 5.38.0, there has been a change in behavior. We are using official docker images of perl. Here is the test script, I've...
Currently is is needed to install env on your computer to make it possible to debug and test. It will be much more convenient if there is already fully prepared...
I need to change the directory before executing script. I've found a solution, but I'm not sure that it is the best way to do it. ``` { "scripts": [...