perl-Text-ParseWords-3.30-420.oe2403>  <@PT@7!.ܶujG7of=6openeuler@compass-ci.com G7o ^ T()zQ<n~N^B]t%Z_ ,Д'B-;׭?$*ϧ`y|L?Z(RbAx &k:x`}ۧ3ccs-_6Q7kn")(A*š V?2.sI󓂰g[R|6QSl+% Q$ďm$iܝSDtz )ZP3lcH%ƓM~y|@Z:[KX\\ٮlWe%> O5 Zp8%mW%{ŷ8]=[` ;ȝALLzUmT*djHݾcfb7ea1f2248f04d004609be3cb9619bfb58cd5360ed20fc6997bb42a967998a03c33e381f3eda8804eae1f283a4480be28e43d9;N.!R i7M'@>7?d ' ] "OU\d h l t   Ld(89:0AEFLGlHtI|RXY\]^def  D H Cperl-Text-ParseWords3.30420.oe2403Parse text into an array of tokens or array of arraysThe &nested_quotewords() and "ewords() 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. "ewords() 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. The $keep argument is a boolean flag. If true, then the tokens are split on the specified delimiter, but all other characters (including quotes and backslashes) are kept in the tokens. If $keep is false then the &*quotewords() functions remove all quotes and backslashes that are not themselves backslash-escaped or inside of single quotes (i.e., "ewords() tries to interpret these characters just like the Bourne shell). NB: these semantics are significantly different from the original version of this module shipped with Perl 5.000 through 5.004. As an additional feature, $keep may be the keyword "delimiters" which causes the functions to preserve the delimiters in each string as tokens in the token lists, in addition to preserving quote and backslash characters.f=Xdc-64g.compass-ci%GPL+ or Artistichttp://openeuler.orgUnspecifiedText-ParseWords-3.30.tar.gzhttps://metacpan.org/release/Text-ParseWordslinuxnoarch f=.f=.85e0238179dd43997e58c66bd51611182bc7d533505029a2db0d3232edaff5e829a36e91bb207cc4c2ca98f2aa12d209d54ba6dd3c3c331eb4439d1ca14a3776 rootrootrootrootperl-Text-ParseWordsperl-Text-ParseWords-help  perl(ExtUtils::MakeMaker)perl(Test::More)perl-generatorsperl-interpreterrpmlib(CompressedFileNames)rpmlib(FileDigests)3.0.4-14.6.0-14.18.2cV~@hongjinghao - 3.30-420- add mod_name macronoarchdc-64g.compass-ci 17153101683.30-420.oe24033.30-420.oe2403Text-ParseWords-3.30.tar.gzperl-Text-ParseWords.speccpiogzip9utf-8b281a25c923473757d8f2cc3c2f8ff488ed7b304938181eab56c36c8d63ace65a940ebc0f93a36ed6e17c13e31c41468cb2f3207280caec865864bbebb9e5f7c Name: perl-Text-ParseWords Version: 3.30 Release: 420 Summary: Parse text into an array of tokens or array of arrays License: GPL+ or Artistic URL: https://metacpan.org/release/Text-ParseWords Source0: https://cpan.metacpan.org/authors/id/C/CH/CHORNY/Text-ParseWords-3.30.tar.gz BuildArch: noarch BuildRequires: perl-interpreter perl-generators BuildRequires: perl(ExtUtils::MakeMaker) perl(Test::More) Requires: perl(Carp) Requires: perl(:MODULE_COMPAT_5.38.0) %description The &nested_quotewords() and "ewords() 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. "ewords() 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. The $keep argument is a boolean flag. If true, then the tokens are split on the specified delimiter, but all other characters (including quotes and backslashes) are kept in the tokens. If $keep is false then the &*quotewords() functions remove all quotes and backslashes that are not themselves backslash-escaped or inside of single quotes (i.e., "ewords() tries to interpret these characters just like the Bourne shell). NB: these semantics are significantly different from the original version of this module shipped with Perl 5.000 through 5.004. As an additional feature, $keep may be the keyword "delimiters" which causes the functions to preserve the delimiters in each string as tokens in the token lists, in addition to preserving quote and backslash characters. %package help Summary: Doc files for perl-Text-ParseWords Buildarch: noarch requires: man %description help The perl-Text-ParseWords-help package contains doc files for perl-Text-ParseWords. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'Text-ParseWords-3.30' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/Text-ParseWords-3.30.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'Text-ParseWords-3.30' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . perl Makefile.PL INSTALLDIRS=vendor /usr/bin/make -O -j${RPM_BUILD_NCPUS} V=1 VERBOSE=1 %install make pure_install DESTDIR=/home/lkp/rpmbuild/BUILDROOT/perl-Text-ParseWords-3.30-420.oe2403.x86_64 NO_PACKLIST=1 find /home/lkp/rpmbuild/BUILDROOT/perl-Text-ParseWords-3.30-420.oe2403.x86_64 -type f -name .packlist -exec rm -f {} \; /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/lkp/rpmbuild/BUILDROOT/perl-Text-ParseWords-3.30-420.oe2403.x86_64 %check make test %files /usr/share/perl5/vendor_perl/* %files help %doc CHANGES README /usr/share/man/man3/* %changelog * Mon Oct 24 2022 hongjinghao - 3.30-420 - add mod_name macro * Tue Sep 17 2019 luhuaxin - 3.30-419 - Fix bug: Add buildrequire perl-generators * Wed Sep 11 2019 luhuaxin - 3.30-418 - Package init ?z 8T?B مT} }_`f̌l5IIJ""e/"ٓ5{ȼg{1s繮CJ^J^JZ:Uv>',\!8|pv_]Ұ?,xq(Fc8qY Y) <+HBBGEuĒ#YVF^ԻBO{\)7KER;иfkXy뿾-}3O@ng ZZZA]l -vyb>kEԊ-8w0UjA])d{}%lWvl VyE()[-np,|"EZp+Xw"u4߀ ffr>fm{6p$|º~WY$ {){fi^K. FJNBWpԭ3ZBW^&,~( Az7yn.0*ꕇ7Th_RZ`2bgG4VnŭfL9UH'W|*yҳߤ3_ {Z^~TZ@ln6^-vfQT)Q I E<$|YJY/* 5~x#N3B*͢b55ZvV^n[[57=/"z:fk+^F'v&BcW ISEװMG U_ I̎PM81(P`>ovb;yêBZ~*>} mMkzSҞ) ݦςOŊ?Cnn-[VN:LH߄Vǧv 9x,~'ٯg'y ޑ`i͝k\0dzé=%m?Mx$vڷYr߰\s/)7NF a{GFGf&;].\nLUռh8Xi]`2d)i //z(= d9Qoh`[P{g ^4%3of ^ѧ@2p>2ЂlꉽSx6굆އL_=FOK >2znjy\@;[,3RXjV5CWRb;J9|eRx\O9~!b3&c6f"_'D$IJwM|. #~yk'X]|b(۰,߸XC^RD֝jM Xif㪔ߟ+E?a5o(X^6mK;jsl,)A7儅٤˳p|ܽ#h8hiNy 4s7J__؜ANuzr,_+N[7?~U)s.s Ҍ ukpL/!)U n6owU ~$}5M+xpom={S⃫nu/BFm|$yG^TPj|ٹ7xԵYK溳 Bq6M59% WסeDzBhYޡazrY$]C:7suGc#hQjr:ֲҐ6*qwԵ5MJcX+~vӯ2(t×Ϭo9:VMthJ1jz+=/8K鳷Ιp%,(h'd֗A鏧ɬ9p[~uXfBObᇀs"?Y}ϤQaeC蚭i=,zOi*m9SԻ{N 2Mig4o.Q\w=bEdf3Vؗvi m@)G# SY5K5CSQo Ks1R]X7v`Fwvf/ttJB g dRet'skm%CXRFiTCy4$e揘1϶mx7B 5|gzkXe*>D,BcŅ#ٓvv1?bC-ZX>@a%>Q@!fmk=cϐר&:mB\j"cSS])28OU'#]MKm-nd0`V·.+ Pq r Nx<@Rߊ8 о0b C-<UR L5gنyc!* 8P=sLEz{œ-dاOtOf&l9J.d]w_5 Zӎ4HF PޡsgiÖgէ 7o=5Jҧ7y1b1c}OҠ9˷?Y':xc27)tI(yr/?vH5پzR+sf@»S'Yd)yOc~SV[ "rT$<+Nw]X ]1 l)Z2mv;+{Wg"Qͭ3KEOz#N ſQHn<|V5]Mz\ /=4NA#u5uof> L2Ȥߑj}5d c+̞ :Yپ*yW2NSWߗKFf^Ho1nҍFҝjl*Oq55oIQ& 7 {7k)6YAjDhzbL% j7Q6ՅB}"[UPuXvn8?hR]CUI8Euիs= e8Wa9b7c煳@De@E-UЪ׳_ z7MC5[^4kAşG{=.l|:hFd@gP;ʕFxy߷B'1brW~q|y'Җ\\ߕ Ǒ]ҿJL/432RżMa:Oy'쓓NQlM~Hy<׌ELzN?\F=c}jfZ8kw٨= -C8+%8 lvdiS2q%+ߟo\o+'?.ޱ6x@|zPnW ٻAXC`3v7kaM8k\Èn^¼)S[&]w J{/"2:9MhrKzт,x[h2ʮ~8lFۃk57|37<91@NBǪ4!6/@7'W>f_ef'} b8 +k87Ȕ<Y\ƣ jC9z!l)̠A ,r'o#t.ÚZe߫_ڊ-*`/QTJqo 6SA*Bng ӧ<+Int'5@f;}3lgux yXFׅg3ɑ-X|OxZ>Ε6'3h6]s[˖ش?՘kjPҰ>5dý;b01T%`?[\1&z[&) s(|pHi}RH!F&}7Ϯ3 ~:u2[~>&-Rܕ0wҖ{*Q?lԸp8_A?U}yܑv6{Npd8mr]{q)HF=u3٦_"|n^4cg.^ #ډ[E"3oP@{6 aG=[wb hKOϢHv7zΔZwE5c_W|AodӐ|!-}98ݚyWT3=P+3BG|\&Zʰ0"UN1BtWR2j;FM7=s*izsӞ1s%jgr42~v.d.K5*Wh͌+'EnBfJyݮ\Ym_{L1!J o2դ Ո,u<79%.3KZ'wLX }5!?4k1B@BTZA%5a7(\7eArK9ʃ;4TɆjLR>QAE嗹L ;8;9,q9qg#갦r?J텬Lڪv$?a'E>R0\'GKd݉m$KA'Sojs6߯;B$ƃ!c]HX2GMS|Tsp|*XRQ yy/fk\Dl S"tqvV63dSKC5|7.; E9%3֐;_uϱn,{+Cݿq}J|*72CY*eAhnՂ#c7 ClX[nY7! *x7 ;%tfV|6/<[0rdS}HG`GSFG ݨT[$D)㤹ѪlUgnt:N=i"MCܸx">]=l㌽䚓Z~UU_wB'?kR.\ >}%33SpM7^G| Y;Ž7(*H]2(ɓ/3vK8ogtTk~3tIVs#Ji}W'^SׄM&{[P}CV_8` nO@ͅcfNTSPA-1U埵{+QCufX浧nmK60W%!r3Œx2koKHE9=I>`!U^]+VA33BGz4B H:+_eP] 9U_R˛f=W-)0qht;|+ZÊSH'[u-/}b=mͬ X-ё7 a7m2+AgǮ,]܏Y7L%Oc%T[eb#N,O^줧6*މ~a :EUyIôyuk=ժGmOLZvRZFR[wMWӮKb [k\>L]t?X!uٚ xja+. ϕ' y%"3ƕz{d}1!zG{i(>%DJrQ](R2 ~6y\~:=.G›jp}L]1k;F&K,w$U=>8pI7haE۳2V)b%xK+yWG0g8ڧڷ4Z]78]-sdB) ¯qIvT)x{vTVd(澧QGeE}&*lwoMm~+%Mޓlw.3@ wpIV4۲veyyrN֟UHxƒ1W@Tޫl-y7E%~'δuQVNв8o?G~;7fMʝOc] K쨻zdsLp_QktS˄-JS(.#7{W=8kuL9~!TdܱڑǷ5dl/ʼ5)]z4vI^_?'rw cҵn^xڄ][TK .ƛyv)s'tD))O4\%u5Ws/=jocD5j[p V"ȷh#f?"9۵b &E\H!r!Y8 >,KwYḽb/עJΛHgZ"泡 el]YI"m`?YVANoI=f|/l5}eͩo>]ΣV{PFvA-A rIyzSmnˮa:1wVIW_oNa8Ho}Blц =1ݣtЋ3[LPjt\AÀ>( ׄcؤo{rJU#0p8jVG鍑ΤW4.*|.u,/ʹ;vv?-54mXx?wk)'d. Dd/ꤠaXa0~8TA ^h@x4/ b+&D ,#aK3#7<SD0 Ku!wO>XBJOCA}nh,N ԒԺ~͌l(o9!>H\ s >>H,x80lE!B[(!A  Y px"!!bQX@QD‘_ E^0 ` p $/AWW M(D<@ix7(E@=p=њr?e]^h,/D9(m"pH88t'( `|PC+/@РzU1 9Kן:|04 } WAf0% b'94`zDAqKU@pHO *#j1.@G\8 9;q ֑?}!ÃbIJᠾJa_r(>v1XIL3 6聹 Ď*@A"!ātA"[ pU07( ;ā 9Q]uXNmH'~ˋ oCA,_lE` 8p~aqo@ Mdu&z9X;Qgdna`gf!}