cperl
cperl copied to clipboard
A perl5 with classes, types, compilable, company friendly, security
I was able to build and install cperl-5.30.0 under perlbrew. A couple of files need small fixes. List of all steps: * download cperl-5.30.0.tar.gz from github * perlbrew install /path/to/cperl-5.30.0.tar.gz...
Note that the perl5 design choices for drand48() are extremely poor. (but not entirely unexpected from p5p). 1st: Taking the primitive freebsd rand48() they use ldexp(.., -48) to expand the...
I am trying to install `cperl` on Ubuntu 20.04, perl version 5.30: ``` $ ./Configure -des -Dprefix=$HOME/cperl $ make $ make test [...] lib/utf8_heavy ................................................ ok lib/vars ...................................................... ok lib/vars_carp...
On Ubuntu 18.04 / WSLv1, on a case-sensitive mount point: `./perlprefix/bin/cperl -e 'use DateTime::Format::Builder;'`: ``` Use of uninitialized value $code_stash in string eq at /home/vadimkantorov/wipbiber/biber/perlprefix/lib/site_cperl/5.30.0/namespace/autoclean.pm line 205. Use of uninitialized...
I try to install a cperl for running Biber with these required CPAN packages as extras: https://github.com/plk/biber/blob/dev/Build.PL#L44 The full repro script is below this repeated part of the make log....
On my machine this script leads to `no makefile found` (and indeed, only `Makefile.micro` exists which errors out as well): ```shell PERL=https://github.com/perl11/cperl/releases/download/cperl-5.30.0/cperl-5.30.0.tar.gz wget -nc $PERL tar xfz $(basename $PERL) PREFIX=$PWD/cperlprefix...
If ExifTool is used, binary compiled using perlcc depends on Config.so and Cwd.so, even if [--static/--staticxs](https://metacpan.org/pod/distribution/B-C/script/perlcc.PL) is used. The reason might be that [ExifTool utilizes Config.so ](https://exiftool.org/config.html). The problem is...
Originally reported in https://github.com/perl11/cperl/issues/423#issuecomment-707702822
## CVE-2020-11022 - Medium Severity Vulnerability Vulnerable Library - jquery-3.4.1.min.js JavaScript library for DOM operations Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js Path to vulnerable library: /cpan/Devel-NYTProf/lib/Devel/NYTProf/js/jquery-min.js Dependency Hierarchy: - :x: **jquery-3.4.1.min.js** (Vulnerable...
## CVE-2020-11023 - Medium Severity Vulnerability Vulnerable Library - jquery-3.4.1.min.js JavaScript library for DOM operations Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js Path to vulnerable library: /cpan/Devel-NYTProf/lib/Devel/NYTProf/js/jquery-min.js Dependency Hierarchy: - :x: **jquery-3.4.1.min.js** (Vulnerable...