Thu, 22 Jan 2026 12:11:31 CST | login

Information for build perl-Text-ParseWords-3.31-7.ocs23.rva23

ID24086
Package Nameperl-Text-ParseWords
Version3.31
Release7.ocs23.rva23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/perl-Text-ParseWords.git?.#a7ea0a5c69c9f0458e0f091dd32de5b05ac6a0c1
SummaryParse text into an array of tokens or array of arrays
DescriptionThe nested_quotewords() and quotewords() functions are two functions that accept a delimiter 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 bymaxonxie
State complete
Volume DEFAULT
StartedTue, 18 Nov 2025 01:44:52 CST
CompletedTue, 18 Nov 2025 03:22:03 CST
Taskbuild (dist-ocs23-riscv-rva23, /opencloudos-stream/perl-Text-ParseWords.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/perl-Text-ParseWords.git?.#origin/master'}}
Tags
dist-ocs23-riscv-rva23
RPMs
src
perl-Text-ParseWords-3.31-7.ocs23.rva23.src.rpm (info) (download)
noarch
perl-Text-ParseWords-3.31-7.ocs23.rva23.noarch.rpm (info) (download)
Logs
noarch
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.31-7 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.31-6 - Rebuilt for loongarch release * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.31-5 - Rebuilt for OpenCloudOS Stream 23.09 * Thu Aug 17 2023 Xiaojie Chen <jackxjchen@tencent.com> - 3.31-4 - Remove perl(:MODULE_COMPAT) which will be generated by perl-generators >= 1.15 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.31-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 3.31-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Aug 10 2022 Cheng Xin <denisecheng@tencent.com> - 3.31-1 - package init.