Sat, 25 May 2024 23:05:36 UTC | login

Information for build perl-Test-Regexp-2017040101-4.fc28

ID39923
Package Nameperl-Test-Regexp
Version2017040101
Release4.fc28
Epoch
SummaryTest your regular expressions
DescriptionThis module is intended to test your regular expressions. Given a subject string and a regular expression (a.k.a. pattern), the module not only tests whether the regular expression completely 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 08 Jun 2018 04:05:47 UTC
CompletedFri, 08 Jun 2018 04:05:47 UTC
Tags
f29
RPMs
src
perl-Test-Regexp-2017040101-4.fc28.src.rpm (info) (download)
noarch
perl-Test-Regexp-2017040101-4.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2017040101-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2017040101-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 2017040101-2 - Perl 5.26 rebuild * Sat Apr 01 2017 Paul Howarth <paul@city-fan.org> - 2017040101-1 - Update to 2017040101 - Prepare for 5.26 * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2016060501-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Jun 05 2016 Paul Howarth <paul@city-fan.org> - 2016060501-1 - Update to 2016060501 - Fix POD spelling errors * Sun May 29 2016 Paul Howarth <paul@city-fan.org> - 2016052701-1 - Update to 2016052701 - Allow specifying how you want to display characters that aren't printable ASCII characters (it used to be displayed as hex escapes); we also now allow named escapes "as is", \n/\r/\t only or "only escape non-printable ASCII", which is the new default - BR: perl-generators where available - Simplify find command using -delete * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2015110201-4 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2015110201-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jan 08 2016 Paul Howarth <paul@city-fan.org> - 2015110201-2 - Sanitize for Fedora submission * Fri Jan 08 2016 Paul Howarth <paul@city-fan.org> - 2015110201-1 - Initial RPM version