Tue, 01 Oct 2024 08:59:52 UTC | login

Information for build perl-Text-ParseWords-3.31-502.rvre0.fc40

ID285607
Package Nameperl-Text-ParseWords
Version3.31
Release502.rvre0.fc40
Epoch
SummaryParse text into an array of tokens or array of arrays
DescriptionThe nested_quotewords() and quotewords() functions accept a delimiter (which can be a regular expression) and a list of lines and then breaks those lines up into a list of words ignoring delimiters that appear inside quotes. quotewords() returns all of the tokens in a single long list, while nested_quotewords() returns a list of token lists corresponding to the elements of @lines. parse_line() does tokenizing on a single string. The quotewords() functions simply call parse_line(), so if you're only splitting one line you can call parse_line() directly and save a function call.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 22 Feb 2024 08:25:42 UTC
CompletedThu, 22 Feb 2024 08:25:42 UTC
Tags
f40
f41
RPMs
src
perl-Text-ParseWords-3.31-502.rvre0.fc40.src.rpm (info) (download)
noarch
perl-Text-ParseWords-3.31-502.rvre0.fc40.noarch.rpm (info) (download)
perl-Text-ParseWords-tests-3.31-502.rvre0.fc40.noarch.rpm (info) (download)
Changelog * Thu Feb 22 2024 David Abdurachmanov <davidlt@rivosinc.com> - 3.31-502.0.riscv64 - Rebuild for riscv64 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.31-502 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.31-501 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.31-500 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Tue Jul 11 2023 Jitka Plesnikova <jplesnik@redhat.com> - 3.31-499 - Increase release to favour standalone package * Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.31-490 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.31-489 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon May 30 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.31-488 - Increase release to favour standalone package * Wed Apr 13 2022 Jitka Plesnikova <jplesnik@redhat.com> - 3.31-1 - 3.31 bump - Package tests