-
The plan for BSON support in the official MongoDB driver is evolving as follows:
- BSON v1.0.0 (coming in the next month or so) will provide a complete, well-tested pure-Perl BSON encoder/decoder (BSO…
-
Hei!
I'd like to propose to *add* support to specifying requirements in the form of PackageURLs (purls), in work in addition to the existing ways (using dist/module names).
With this, I'm hoping…
-
Test suite fails on my smokers, probably because of undeclared prereqs:
```
# Failed test 'can create a class'
# at t/role.t line 31.
# got: 'Can't locate Myriad/Role.pm in @INC (you …
-
root@6f38527114dc:/# cpan install GraphViz
Loading internal logger. Log::Log4perl recommended for better logging
Reading '/root/.cpan/Metadata'
Database was generated on Tue, 29 Nov 2022 08:41:02…
extde updated
2 months ago
-
After looking at cpan.metacpan.org logs for `/modules/by-...` it seems they are just full of bots and not much else (though I can't be 100%!).
These directories are full of symlinks which actually…
-
Installed and tried running the example and got back the following:
```
Can't call method "send_sms" on an undefined value at test.pl line 7.
```
I double checked my credentials and even tried a di…
-
The python lib fails to parse the CPAN URLs with two "::" in the name.
```
DEBUG: Not a valid PURL: pkg:cpan/LWP::UserAgent
ERROR: Invalid purl 'pkg:cpan/LWP::UserAgent' cannot contain a "user:pa…
-
When calling _bin/otobo.CheckModules.pl_ with a feature argument then the sanity of the passed argument is not checked. Thus spelling errors are not detected.
> $ bin/otobo.CheckModules.pl --finst …
-
I have not seen Perl PURLs documented anywhere but in this package.
The term "package" in PURL more closely matches the term "distribution" in the CPAN instead of the term "module" or "package" i…
-
Reading the comments of https://github.com/jjatria/perl-opentelemetry-sdk/issues/5#issuecomment-1821724308 and adding
`use Log::Any::Adapter 'Stderr';
use Metrics::Any::Adapter 'Stderr';` to my code…