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

Changelog

libdata-validate-ip-perl (0.30-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Thu, 15 Sep 2022 11:10:52 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libdata-validate-ip-perl_0.30.orig.tar.gz 40.5 KiB c7a2271e0f1ccb59eb8838190383c6f45e01573930c15318c2fd3c67db1b7edb
libdata-validate-ip-perl_0.30-ok1.debian.tar.xz 7.8 KiB 99a841fa6b1941f4ceb5ba77e4943c682246fcad73d671050409e1774dadad92
libdata-validate-ip-perl_0.30-ok1.dsc 2.0 KiB 029dbe4078cfd6ee2f42653753567d0f97da9c110a8daa4306529c32dbab363e

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.