惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

N
Netflix TechBlog - Medium
J
Java Code Geeks
爱范儿
爱范儿
雷峰网
雷峰网
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 三生石上(FineUI控件)
H
Hackread – Cybersecurity News, Data Breaches, AI and More
B
Blog RSS Feed
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
The GitHub Blog
The GitHub Blog
I
InfoQ
月光博客
月光博客
博客园 - 聂微东
博客园 - Franky
The Cloudflare Blog
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
G
Google Developers Blog
Blog — PlanetScale
Blog — PlanetScale
L
LangChain Blog
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - perl-dbix-class
2026-06-25 · via AUR Newest Packages

@jnbek I'm not sure what you're trying to tell me, I'm sorry. DBIx::Class explicitly requires[1] List::Util 1.16. As that's satisfied by Arch's perl package, I haven't included an explicit dependency in the list. That doesn't say anything about whether or not DBIx::Class's explicit dependencies have their dependencies in order. Note that the case I was talking about in 2014 is about List::AllUtils, not about List::Utils. Both are distinct packages[2][3]. The former is in Core, the latter isn't and has never been. However, the issue has been fixed already as perl-datetime-timezone now requires perl-list-allutils properly. [1] http://cpansearch.perl.org/src/RIBASUSHI/DBIx-Class-0.082840/META.yml [2] http://search.cpan.org/~pevans/Scalar-List-Utils-1.47/lib/List/Util.pm [3] http://search.cpan.org/~drolsky/List-AllUtils-0.14/lib/List/AllUtils.pm

@mbunkus, it's worth noting that the AUR version of List::AllUtils is 'newer' so to speak, since the List::AllUtils modules are also in CORE. However, pkgs like Moose and others, require the version from AUR. It seems DBIx::Class wants the CORE version. List::Util ...loaded. (1.47 >= 1.16) To make the test work, you might have to force %INC to reference the CORE version instead of VENDOR... I'm not exactly sure how to do that in the pkgbuild without patching the Makefile.PL or what not... but yea, there's that... perl-datetime-timezone doesn't have perl-list-allutils listed as a dep, cuz it's being provided in the core/perl pkgbuild.. :-/ This pkgbuild 'should' make test okay if the AUR perl-list-allutils is not installed.

Note that 0.082810 currently fails two tests if the Perl package List::AllUtils is not installed. This is due to a missing dependency in the package perl-datetime-timezone for which a bug has already been filed: https://bugs.archlinux.org/task/42531 The situation: - Tests in perl-dbix-class »use DateTime::Timezone::OlsonDB::Observer« - That one »use List::AllUtils« - perl-datetime-timezone does not depend on perl-list-allutils, though, which it should. - perl-list-allutils is, as of writing, still in AUR while perl-datetime-timezone is in community. So if you want to upgrade perl-dbix-class you can either disable its tests or install perl-list-allutils from the AUR before you install or upgrade perl-dbix-class.