libdata-validate-ip-perl 0.31-ok1 source package in openKylin

Changelog

libdata-validate-ip-perl (0.31-ok1) nile; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Tue, 07 May 2024 09:31:21 +0800

Upload details

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

Publishing See full publishing history

Series Pocket Published Component Section
Nile V2.0 release main perl
Nile V2.0 proposed main perl

Builds

Nile V2.0: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdata-validate-ip-perl_0.31.orig.tar.gz 42.5 KiB 734aff86b6f9cad40e1c4da81f28faf18e0802c76a566d95e5613d4318182fc1
libdata-validate-ip-perl_0.31-ok1.debian.tar.xz 1.8 KiB 15b17d0ffc57e4b1160cca314b6b729e2dda64fb149a56e88bf4cfeea4b1e7cf
libdata-validate-ip-perl_0.31-ok1.dsc 2.1 KiB c2aa3ce93d6c6e8ed5fe091520a510e52fd1f977e7fc5316cddeb916ea89d059

Available diffs

View changes file

Binary packages built by this source

libdata-validate-ip-perl: Perl module for IP validation

 Data::Validate::IP collects IP validation routines to make input validation
 and untainting easier and more readable. All functions return an untainted
 value if the test passes, and undef if it fails. This means that you should
 always check for a defined status explicitly. Don't assume the return value
 will be true.