libtest-regexp-perl 2017040101-ok2 source package in openKylin

Changelog

libtest-regexp-perl (2017040101-ok2) yangtze; urgency=medium

  * Modify debian/control.

 -- denghao <email address hidden>  Thu, 15 Sep 2022 12:37:16 +0300

Upload details

Uploaded by:
denghao
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
Nile V2.0 proposed main perl
Nile V2.0 release main perl
Yangtze V1.0 release main perl
Yangtze V1.0 proposed main perl

Downloads

File Size SHA-256 Checksum
libtest-regexp-perl_2017040101.orig.tar.gz 18.5 KiB 35cb41df5c5017835b89b853d5a44e25e6da973b450e1edca51bba70e7041e54
libtest-regexp-perl_2017040101-ok2.debian.tar.xz 2.3 KiB fb267c980b1054a2d0c0afad74611f8b6e4a5cfe22f2dcb4515ec8eae234ac58
libtest-regexp-perl_2017040101-ok2.dsc 1.8 KiB 317cdccbbcea4e5f9bb22bea8f9b77435896767e95c8e3c64740c8d2d1cf8874

Available diffs

View changes file

Binary packages built by this source

libtest-regexp-perl: Perl module to test regular expressions

 Test::Regexp is intended to test regular expressions. Given a subject
 string and a regular expression (aka pattern), the module not only
 tests whether the regular expression complete matches the subject
 string, it performs a utf8::upgrade or utf8::downgrade on the subject
 string and performs the tests again, if necessary. Furthermore, given
 a pattern with capturing parenthesis, it checks whether all captures
 are present, and in the right order. Both named and unnamed captures
 are checked.