@domm: Oh fsck, #mst died? Very sad to hear. I still remember that he offered help and advise when I took over #Lintian, especially about the web backend (which the previous Lintian maintainer started to rewrite from scratch but never finished) where mst seems to have been involved from the #PostgreSQL side. He was also often present in #Debian's #Perl IRC channels and we chatted occasionally, not always about Perl. I think I also met him IRL once, but I'm no more sure where.
#Perl @PerlWChallenge 331 Last Word and Buddy Strings https://wlmb.github.io/2025/07/21/PWC331/
#noxp
Perl 版本方案 - Gentoo Wiki
➤ 解決 Perl 版本排序的混亂局面
✤ https://wiki.gentoo.org/wiki/Project:Perl/Version-Scheme
這篇文章解釋了Gentoo系統中 Perl 版本編號方式的獨特性,以及它與上游版本號碼的差異。由於 Perl 使用浮點數排序版本號碼,導致版本排序方式與傳統整數排序不同。Gentoo 採用了一種方案來解碼上游版本號碼,並將其轉換為一致且可預測的格式,方便依賴關係管理和套件版本控制。文章也介紹了 `Gentoo::PerlMod::Version` 工具,可用於進行版本轉換。
+ 終於理解了 Gentoo 中 Perl 版本號碼的規則了,之前一直覺得很奇怪。
+ 這個方案聽起來很複雜,但為了確保系統的穩定性,似乎是必要的。
#Perl #版本控制 #Gentoo
I'd been wanting to create a small OAI-PMH server powered by a simple CSV file in Dublin Core. With a bit of “vibe coding” and the help of IA (Mistral7b), I finally took the time to make the complete project. It's on my personal GitHub. Two versions, in PHP
(https://github.com/spouyllau/csv2oai) and Perl
(https://github.com/spouyllau/csv2oai-the-definitive-Perl-version). #OAI #OpenAccess #DublinCore #PHP #Perl #discoverytool #interoperability