internal/rosa/perl: check stable versions

This uses odd-even versioning.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-03-06 19:16:07 +09:00
parent f7888074b9
commit 27ef7f81fa

View File

@@ -56,6 +56,9 @@ func init() {
Website: "https://www.perl.org/", Website: "https://www.perl.org/",
ID: 13599, ID: 13599,
// odd-even versioning
latest: (*Versions).getStable,
} }
} }