Slaven Rezić
Slaven Rezić
Starting with sitespeed.io:16.0.2, some characters (at least the colon) in path names are in some places replaced to a "-", in other places not replaced at all. To reproduce the...
With perl 5.21.x the test suite shows a new warning "Unescaped left brace in regex is deprecated, passed through in regex".
On some of my smoker systems t/SeqFeature/Generic.t in BioPerl-1.7.8 fails like this: ``` # Failed test at t/SeqFeature/Generic.t line 222. # got: 'ATGGCTCGCTTCGTGGTGGTAGCCCTGCTCGCGCTACTCTCTCTGTCTGGCCTGGAGGCTATCCAGCNNN' # expected: 'ATGGCTCGCTTCGTGGTGGTAGCCCTGCTCGCGCTACTCTCTCTGTCTGGCCTGGAGGCTATCCAGCATG' # Failed test at...
t/SeqFeature/Generic.t fails if LWP::Protocol::https is not installed: ``` ... --------------------- WARNING --------------------- MSG: In attempting to join a remote location, sequence AF032048 was not in database. Will provide padding N's....
It seems that principal assosications of shared (imported) portfolios in service catalog are not deleted. As aws-nuke usually removes all the IAM objects just some kind of "anonymous" principal ARNs...
The Perl::Critic::Utils documentation https://metacpan.org/pod/Perl::Critic::Utils#is_perl_builtin(-$element-) states multiple times that syntax elements are checked as in perl 5.8.8. However, this is not true --- the current perl is used for the checks....
The test suite fails on some of my smokers: ``` ... # Failed test 'Listing format matches expected pattern' # at t/12_policy_listing.t line 40. # '3 Plicease::ProhibitLeadingZeros []' # doesn't...
The link to the Redis module in https://metacpan.org/pod/Redis::Sentinel (Constructor new) does not work: it actually links to Redis.pm, but should link just to Redis.
On some of my smokers the test suite fails: ``` x-view is deprecated and will be removed in v2. Use Yancy::Model or your database's CREATE VIEW instead. at /usr/home/cpansand/.cpan/build/2021120405/Yancy-1.085-1/blib/lib/Yancy/Model/Schema.pm line...
If Devel::Cover is activated, and -blib mode is enabled, then Devel::Hide does not hide modules anymore. To reproduce the problem, try the following, best in an empty directory. First the...