libperl-minimumversion-perl 1.44-ok1 source package in openKylin

Changelog

libperl-minimumversion-perl (1.44-ok1) huanghe; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Fri, 29 May 2026 09:16:19 -0700

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Huanghe V3.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Huanghe V3.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libperl-minimumversion-perl_1.44.orig.tar.gz 35.7 KiB ffa9c8a2f099660a81361eb8bac56a335793b3e160fa5b1d97078b83142ce8cb
libperl-minimumversion-perl_1.44-ok1.debian.tar.xz 1.8 KiB 53419d7361bcd637fb439ae6abf1774f67926fdda4507047e838e4eb5492975b
libperl-minimumversion-perl_1.44-ok1.dsc 2.4 KiB 9fcdee09f7852584240c87520f26c712935c4cd85cb686541c22d007215a72a5

Available diffs

View changes file

Binary packages built by this source

libperl-minimumversion-perl: module to determine minimum required version of perl required

 Perl::MinimumVersion is a module that inspects arbitrary Perl source code and
 determines the minimum version of perl required to be able to run it. Because
 it is based on PPI, it can do this without having to actually load the code.
 .
 Currently it tests both the syntax of your code, and the use of explicit
 version dependencies such as "require 5.005".
 .
 Future plans are to also add support for tracing module dependencies.