-
I see shared_ptr is supported for Python, Ruby and other languages. I wonder if it can be supported for Perl. Thanks!
ghost updated
3 years ago
-
When I try to do this:
$perl METABOLIC-C.pl -help
it produces the error:
Can't locate Statistics/Descriptive.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib6…
-
Maybe a missing file in the distribution?
```
# Failed test 'use Daje::Workflow::GenerateSQL::Activity;'
# at t/00_compile.t line 4.
# Tried to use 'Daje::Workflow::GenerateSQL::Activity'.…
-
Quotable accepts Perl 6 regexes, but Greppable takes pcre stuff. Dog fooding to the max, everything should use Perl 6 regexes, even if it is a little bit slower.
At least, we can start with an opti…
-
hi,
not totally finished, but getting there ;-). I have most of the get functions done, and in the coming weeks I intend to finish the rest of the api:
https://github.com/natxo/phpipam-API
Th…
natxo updated
8 years ago
-
This is essentially a cosmetic issue, it does not limit how the script works.
After a certificate is created it can be deployed to cpanel with command line:
`acme.sh --deploy --deploy-hook cpanel_uap…
-
Trying to "build the world" at Rakudo 2025.02, I can't install `App::Rak::Complete` because `ParaSeq:ver:auth` fails testing. It appears to be fine until passing `10-invert`, and then it goes very lo…
japhb updated
2 weeks ago
-
export ENGAN=/data/work/fxy/wengan-v0.2-bin-Linux/wengan.pl
perl ${ENGAN} -x pacraw -a A -s /data/input/Files/fxy/SRR8861483_1.fastq.gz,/data/input/Files/fxy/_1_SRR8861483_2.fastq.gz -l /data/input/F…
-
we saw quite a slowdown in parsing times with the latest PPI, especially in our fatter modules (up to a factor of 20)
the slowdown seems to occur in parsing the document during object creation. metho…
-
Here's how to reproduce:
```
$ perl -MPPI -E '
say PPI->VERSION;
PPI::Document->new( \q{use feature "signatures", "postderef"; 1;} )
or do { die $@ };
'
1.281
unknown arg decompose type…