perl-Eval-Closure-0.14-1.oe24090>    fB ;G|`u` BxA`[@'+U]`D{|."f;*YJAc[DU_eJ=^,\ }_N.L`!ݱ3xe4F< =N]'aHd~-J_E3kG)˺Pabmy֍l#N8fL,2nzDkOc3r>>LN#Z5@%v^ %g8KtR#TMHA*.$]ل͔DZhT8f?"zɟo*ӜYX!K /,J;~192ZCH!V4cdʚ; ) RG"Oc:;Wb101939d98b8b26a448803aa9115ebe7a0525c97c7f86a3c05d9c3804d1408a1237e0b1bf1b347e21f5f281656cba31d65d7ae3ctkTdP7?d " U .:S}    & (0:DLx(89:AFG H(I0R4X8Y@\\]d^def 5Cperl-Eval-Closure0.141.oe2409Safely and cleanly create closures via string evalString eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it can be quite slow, especially if doing a large number of evals. This module attempts to solve both of those problems. It provides an eval_closure function, which evals a string in a clean environment, other than a fixed list of specified variables. It also caches the result of the eval, so that doing repeated evals of the same source, even with a different environment, will be much faster (but note that the description is part of the string to be evaled, so it must also be the same (or non-existent) if caching is to work properly).fBdc-64g.compass-ci^GPL+ or Artistichttp://openeuler.orgUnspecifiedEval-Closure-0.14.tar.gzhttps://metacpan.org/release/Eval-ClosurelinuxnoarchNufBtfBtea0944f2f5ec98d895bef6d503e6e4a376fea6383a6bc64c7670d46ff2218cadfd7611dce33d9b7eb36c27e09e8e6a27dc54b37bc0ce26b80e0c8d02696995dd rootrootrootrootperl-Eval-Closureperl-Eval-Closure-help   coreutilsfindutilsmakeperl(B)perl(Carp)perl(Devel::LexAlias)perl(Exporter)perl(ExtUtils::MakeMaker)perl(File::Spec)perl(IO::Handle)perl(IPC::Open3)perl(PadWalker)perl(Perl::Tidy)perl(Scalar::Util)perl(Test::Fatal)perl(Test::More)perl(Test::Requires)perl(blib)perl(constant)perl(overload)perl(strict)perl(warnings)perl-generatorsperl-interpreterrpmlib(CompressedFileNames)rpmlib(FileDigests)0.050.883.0.4-14.6.0-14.18.2b>misaka00251 - 0.14-1- Init packagenoarchdc-64g.compass-ci 17268251280.14-1.oe24090.14-1.oe2409Eval-Closure-0.14.tar.gzperl-Eval-Closure.speccpiogzip9utf-8152f0b829ee5935ad3742be2d92ca077fc2356efe96584dad4b66da5b5369d337ef6842e179e91619ca0ba2f81c43a70833eac2f521645ed97f7bfd73e9c32da Name: perl-Eval-Closure Version: 0.14 Release: 1 Summary: Safely and cleanly create closures via string eval License: GPL+ or Artistic URL: https://metacpan.org/release/Eval-Closure Source0: https://cpan.metacpan.org/authors/id/D/DO/DOY/Eval-Closure-0.14.tar.gz BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils BuildRequires: make BuildRequires: perl-interpreter BuildRequires: perl-generators BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Carp) BuildRequires: perl(constant) BuildRequires: perl(Devel::LexAlias) >= 0.05 BuildRequires: perl(Exporter) BuildRequires: perl(overload) BuildRequires: perl(Perl::Tidy) BuildRequires: perl(Scalar::Util) BuildRequires: perl(strict) BuildRequires: perl(B) BuildRequires: perl(blib) BuildRequires: perl(File::Spec) BuildRequires: perl(IO::Handle) BuildRequires: perl(IPC::Open3) BuildRequires: perl(PadWalker) BuildRequires: perl(Test::Fatal) BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(Test::Requires) BuildRequires: perl(warnings) Requires: perl(Devel::LexAlias) >= 0.05 Requires: perl(Perl::Tidy) Requires: perl(:MODULE_COMPAT_5.38.0) %description String eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it can be quite slow, especially if doing a large number of evals. This module attempts to solve both of those problems. It provides an eval_closure function, which evals a string in a clean environment, other than a fixed list of specified variables. It also caches the result of the eval, so that doing repeated evals of the same source, even with a different environment, will be much faster (but note that the description is part of the string to be evaled, so it must also be the same (or non-existent) if caching is to work properly). %package help Summary: Safely and cleanly create closures via string eval Provides: perl-Eval-Closure-doc %description help String eval is often used for dynamic code generation. For instance, Moose uses it heavily, to generate inlined versions of accessors and constructors, which speeds code up at runtime by a significant amount. String eval is not without its issues however - it's difficult to control the scope it's used in (which determines which variables are in scope inside the eval), and it's easy to miss compilation errors, since eval catches them and sticks them in $@ instead. %prep cd '/home/lkp/rpmbuild/BUILD' rm -rf 'Eval-Closure-0.14' /usr/lib/rpm/rpmuncompress -x '/home/lkp/rpmbuild/SOURCES/Eval-Closure-0.14.tar.gz' STATUS=$? if [ $STATUS -ne 0 ]; then exit $STATUS fi cd 'Eval-Closure-0.14' /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . export PERL_MM_OPT="" /usr/bin/perl Makefile.PL INSTALLDIRS=vendor make -j${RPM_BUILD_NCPUS} %install export PERL_MM_OPT="" rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w $RPM_BUILD_ROOT/* pushd /home/lkp/rpmbuild/BUILDROOT/perl-Eval-Closure-0.14-1.oe2409.x86_64 touch filelist.lst if [ -d usr/bin ];then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/sbin ];then find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib64 ];then find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst fi if [ -d usr/lib ];then find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst fi popd mv /home/lkp/rpmbuild/BUILDROOT/perl-Eval-Closure-0.14-1.oe2409.x86_64/filelist.lst . %check make test %clean rm -rf $RPM_BUILD_ROOT %files -f filelist.lst %defattr(-,root,root,-) %doc Changes dist.ini LICENSE META.json README /usr/share/perl5/vendor_perl/* %files help /usr/share/man/* %changelog * Wed Jun 29 2022 misaka00251 - 0.14-1 - Init package ?C.m[g۶m۶m۶m۶umճ7I2IeZ+FFF&#'+&vvSVfYM ` )#=+a4^ymIb֔W2!ʘ X噉٥6lےč,6X660+ xڒ]fKl+ssr6So1e};9KMQھM)V kkܿUWFO ,ې {6{w'wlqVu5ŏߙoXW~W`C"gQygam$xҋA ] :u&R Y\Y7{[{OC ;HqtoXx;{&< h^bjP%S) ̗df{*6 cpEwpf ޴b?L5>?h<7XB+kD)X @#0YMYDzD z Y s{̹zlwM0E2)NWmA7Y (H)7HP+>8x6ȓS<.MZ_[࿘eE|&6Y8Ujjν*>nī &^_v2 AC+SKE|:A֣o(q7wW\:X Fn#HQ αpq}=|D,6s]Ye)E׹˟n_JzD7:J(LI)<˅,\u& 9j|j5*s& _LNIҪHc +[%m4cX/Ĕ$=Úsҧ2d`(Q昆RU}U8AQ޼swÞ?Ù`s %npifYc r[NA.'0@я޻]c@ Jp-NonGT ,yB"q9c-CZ9nQ:@p& iJً1`aU8Z jj`:Y* Fa> % A , |[ZLިhȀte><gV//I0T.!fp`$q +I LNnM:3NB4=|/ ҠJ_u(X1PO4]y ^6 kI1#$$(jG,P3 [5/j{&E|*u"mENﰼu H$g/`6^H@m)k~<\HVsJ֠vgs+/Q(4x [9(5v{4),CCn}j!&O(#)R0_y|VhP"o$b{ SVYd"&o_XĽ6g-B 2$ l'Ԩ&*6B'%@x /P:z "2{RFX CMt9ybDt;+QA=Rbg6| (BXc(JEm$ N;/L;1p'X\=#Pܱ'u#@ )~ A938:#c G@mg KNq6aDl[ -5W=jTbHTc'HS 9ԺF%%?^+$D#aRO˵fęÿ<`;*/͑GBcje\RfJ[Z(NmS`l0bdo]C'˧[oхQ՜UAfx[f\W:ɊXpaEA_& hݷ#9lֱkH!2@&`seГX5 *LTSH Sɜ{|*МH*OΎ e  $eWIFĆrlN~ B˂XJ7#H C} Ť9,^V!eDnȮ s,rRq.#lvY eNz*)SEU䪳"$>ُ]OIGXyCoVBuii bgr#kG -i93rƼtZGLZlDA]'@\ 1ި Ɵ "~6XDE5I?GEd\dŻWم0Q0P` e{󺻉@ 01r93F~WL ('9#祐~.:; 3%]o+רYRGl#">W{k㎃s &ɫJ\|q`U6c.cS89~Vc9R3j !"W櫌reOJܹR=اsl8mŝD oHdr~H0J!ܱF)XўB@6T?;'yM-%I<DNˍXjχ\}HRW"V[6}qEѣD9AQ.Wq:8IN!ODz(19uϮ`Qo#=8Aė,ΊIC:E{Ϡ֣=Xl @@1H󤑂~r g/sޱ' '_:sdf3At/Ac $e$)k/Ta't)|LD, Q. ™+|)qtG's'#)%ܼ\Tjcu>\Tlj e҅N<aԖ]"+`}Gy) l#Qm*_${q6>|,/y,8마ǰc?ȁ0 8cf/{ST"7W,׼I~ET߾J]]pKr%)ХEBVΡOD-E,yLsE#H s;2o5M>kIH=qiǝe"OhZ$ UvZɨ*yNA_ʁ'B`%UeDf HLkEͧ[b2'g:@,|. <Pt3;|avl2S SJn:xҙe R8Ti ։rҸ. Ot7*':>|дVK,sq7aP>IHj@@ AwW*J}M}y@ "|6k@CkMT ]jf Z\X UPDZ{9?(J)KH|ix84v{jZ ?~i2x_5!D1`3JS77$ *t8ԐH^p/V-&~NHRWN=F59 p?C$Sm)K8Ys2b 2>S!R#W,u i+MXA|_t_j.>ۅݫm^j(ȗ!@QCǀhJ=[ Έ*a%Um<#t1՞Y$[Sp3CcAY! n0׌֝817n{ReS T?1,S9DQhLqepe:VDunU$fA }"E/Ճfd_qy s; ,&/UխER\~ۄ;ln NΨ9^f<Kќd$Ҝ A^{P_?Bb>OWgNl1iL6%GvX-,LiXXmbOEāEoK7܁u2yg\s0^},,%$'*<3߹um -T`(2iً/Kx?M^|58URŸE/}xRE% avX'sB+zEŢ#,hTC̝Ctμ}[d[ <=vYg)ռO ݯDIDčciΕK uU^kpy.Tiy%;m4 [>S5qz K)h{3MH:ƠQ'W+Č'~"}4'Q2y=K#B8w7(AJ~asP|^nXjH8(iH)b@'u{38F\o͗+{LsݪSyڈ yx ?Œ#_?k5ȷ~1W2tG諱ljnxeMDJfdm2il8(tBE|F<,IU15ʆIǾy geF8]au.JUS$.xS'v"z`}(-mpx<ӊ1Dק=U@Hv`^$xWj0s.8[\wseByh͇U{ڼj&&>i/+|re&Z'Ѐv&!d DDjk%f|ralU胲EE3x9lꉉ-|;[tOZk-\+3ЫAONKY. D$J>d\hwfB<$\<9zWײPf]0tmC?KnJa(Y1C9=8DoZgO#iP_ 3=j3![yD^N?/\&igӵsKckjӺۘtڳ*K'&`D9֓I;<">#l_ ף$=}&59Եٰrg`/9畫a\eSsD綅e5 `$KIu&V4(KcĈ+aHխL]מ,b\2,ȁzy*F:v=RHu ʽY 5޵6hka Qh;e" bp 9I^{ ܊!<=o;K1$0y;ϔX];K=Eڈ6z5 u!w"^OĈҞBD(Є魱cN'"eFU}+HkT=8; joMtD}Wf7+%n´6ͅ-H%fE٦ge@I(3أy##_J*>ʗYl "e6TP&g#-߿$vLúK 1^ԋϻ%j]Eu25̾;b W3$u4B<=/ ?[Qtշ:B;_ĞD,Of qH~ȼ2C͞{WSލ츕h 9 UP0h^^ന1]ȝuSPmJ<P6гgǓ3]rbQu;,̹_]*ev5.yusϦRSC_bXiUzn7vwuXŀ9=[26%–_KnZ̉%7GO2X= .r3hmXgD =h_Nٵ q7yz'm4p.m)sz|F. ;趼&;xM+g+1 wapsឰPkZ* ɩQc\̧&O*gbdy<~0y71=\..dwGdt|v$>ѼWg2Җ1{}nb{T ͼ<&+s=׷+grk'O qƦoq:g{LQ8zz=vg$s:[ZqZc1Pom7H@#5Y{ޭ7'hv]G)k)!λpZ *RgP@zb@ze:a̿ Pƃ͑a+Nt[1Alo3/B?`P? W`=O5N *+#iҿӿz΅ZwT/mAԏ*GKg`+~F1ϟə)uʵ{]#:׏Tzz.sp:b=oyJDH|c#l UC6j*}[;f,*"N :zS1tNj7:-k"03_ pL6N L魻GTїX#x_Mh`%U:/] *f!!Dsy5InE^`=FXGSY_EsڡC=Ipze)R"RbqSڙtD§&=Aeok[;| t_=up&#Q;Vu$[t8&W6L=ԣ"7[+S(AkmS>hwZˑH)ѷUg3oZ :c\n)>u`p1bp!}7ձ(-MUuI(\UvNM-/G6g놚;DƘұ&>F{XVP~ߴnl޷L~iz{ zS2P{,0ê,l !A.Lf]5@Ce"f"3@H57B98`S 񫷣&=f+ IߕѯpT\#vt gu Q4u5BаXyKii!˾NX+Wz>y1쭴W ^$ZU'NUaƥ!jUJQ@^p4ťQHP3=1eߦY7^{7&Љ2Df{WD|kí,#xb[ԛ`h ) Ti˻vO{`W"Y #.Yo`ӴHg-U"qq=~ 2dJ.*t4W :y.2:Ϣ_µ徕?N~ \UE;.!QXU8_@{GVUyRW{%zER:ge.KN9c٦ /fд1fqdz*qۙ)k9W&l4 &B}[1 ɶ+`isڲkNFMľPrRS9T{p&}:GwSyhq9w<ў6\Hc"NbCWXi|%]uæ+:j&f>l*}GM9N:[3zeRyԨ5z7,hFlG,Xj|ϚґthEW`*bh=yv|ǢTK~n]oN\zQՎm/ekͿ^ V_]O-SVt?$*A0W[zX~]'u{9/o)_t"Be ,baGE#]^߳@.ӁJ嘝KHi*\IˮinPM3ZU*39Q-=:$-Jq ;ZY^k_g8]q75ζR]Ӄ|_)cٕ0Z)nL'QW"]Uۃ.mwDl8h$y_̃L77RQuYHRYzȼq2겸iذ= BN&R# 162/u͕?U8Ⱥ }.lugu~_ +Ȏ쁲d 7ųDr&eA 0~'^Ea"eE=B~oӫ0v7nPqI  UէQUp+?6ҧ5n$ju'`p ɍGhoa -rKBތĀwx  E3 L'r/XyULkUWiEGGЙɜZ{9ZXx`FZ+e`@39~c%e`S43C6w_IG)cyr0}ˌ@UF R {Et'ꚜF̙IQx[Z9]t.3&Ʀ4ݫ,ј]3kmejɌQyi|5b S +:&X켳awЏ!>fh"3߱0j'vG':_*$hqqpw>S!Z61 [9jNe~?k%U[@vjzia{C )X'9@!\z'Vl)R Flg6 '50f?y=^=z,N+SU x?b5x .|EIl WR5 Ow~V*VQdPH&$xr&,{7 Ҳ'cϮ*mѱ+ߪc:z mplѱ#h=s ~;!Ϧ߲]! w4;.獺X[ 4-Q-jTY[ %{p4/ZP?l KZheԉ-SI}r>"&._P;#ۇRl̴"Pf'4v$FX*1M2rK#g>^/Q%aXC'H'w*Kl`@-R|jNז㶻%5oxAyd1>p~I넸H!`/ZC{s%0J]+j(QIL„Hv@;e3jDlѡ{t'Q]{}X <88AvH'1 .³nF 1* 2P]ĸ0ȹ8qFgVɕN·`pLIR#`߈#ɍ|7sSV>ͻ¿fZmjz+ڵ\0EɄS G?ys`꿺 /q3ͩtV0%4{=[׸13TcZ?YW߸hC>Xf07lpNED\Q ^vLc4$1 MEGd츓b10^魎[:[') L1zyz+u&Vowé8+.Zp6 &- PN᪝\ {"ѽ"BhLj'zU5@ܙ`X S, h2՟K{u-aچ !Z# Q/ƶ80@r1|R( 5~nd#].),zشwxÖF',=aF#R9KFە E"0< J,ZA/_x9}I=jSDM`C}/{hVW"> x㔰GNAp5tR1l!6ۚECp61`<uz8vU4?'dtBFXJ[̖(#y^Iw5]hF7Us[p,6wL8sW ?~2 SgG_8)G ZI?2&!6R a l.>۬;/9&[M N(g74361Ns&Nq?:Kj::[A0iv+s^|&[&\U\0!S v>&J=?L*{? 5ԓOOǭ/y7[dK.6=+[^o\+y/Ҩbo~>L)da}GzEie=qeߙӇאS~B\3!*,ra Na d_V*l{w7mv0LGEgrD meW7xDጋDgYDb :SS[>$6v+Ǻ{/JY#vC<.yfE3SCӟ &I0X&14!$3A̪~1WQcg+$%Idɓ`զ0L1b1K'~܉_ M)){c8Ckrn@ ЩձU _]-[bXb=W CGO-Wm6 .R5#(ya63JBgEDҦ.EZnD[*Y[}2ygs|{VǁCRXR(Q1b@-偃EM]cK[mgV-7+]sp[Sג;Irm9͙n㶺W6gm:6TT)j-s?F琢M4˭{k(-/)0չK-n|,rT9 'v^'+},{Kwl1o1"5m}ZWJݸ ܸ&J:QK'nDKlxSr}lo4wޗTذ{u3[yw||vc.|QC'.<77'\IJ~}ֻ{0|6:?3cj9Sŵa8ޖoGGNr+6|.JE+5빡d]X垏R#UO*ƗݳXmZڄ+ 6] knn{=L9S|[/O%I Ms^GTsFk.LV(uei 8y sb֭VQ/>%'xv%OF@O !S;9M:ZzHo*8Rd7u"1ډOwŝb=HYvaа*_I{V WֈmxmYAz,7gk$V,RgHOD(eopnwC鲸K;}Gbڋu.m,S٢˗ޔc6DEq3EO(vG9b\U7buzBU&zdw^oAD;Y ,zxńgBjK`ߪ[a~[WN*u6)sw 3͝gZ g'o9F%8}>9fE]_XG"|MZ'[{)~rXS!iR{$3ͨ];hK~~kSκ˜Ӝݖi3UЏeý%F.g+N~}ddzrre)ա?E)4JQ2KG4KaNɲe~;̗g͛6׸8͖Av,ʺUM[n甿ݳo̔okZ縝~$45Ѵtn7It*7 6p8)?UmҡՖVݒS5 Dʏn WOF LIk~ˎF(孜ٻr,_ΐ ߰5-ԒF3~x'VYkҭ*S;&;}68 Mb,5s)%ɅU_# ࢂ_a!ֆ>a6- Lg~m#&eɴݼ<:ߓܓC14ޓg a4,OBHx4L0JA8(Et*FJ#C:8LG_?Ź#lSJ]+N١ 2D Fn8 ́0AT/8;* a|jd1ِ9rP* {[!?eqtI,djgL W&MBt_90c9T6A3h&"6`4gfL4 1epz IUcY&`5@ (ИdT6 *"31G`4/1t`0A87? I8&-Daw ls k{Faqahٽ p$,Q]m BAT6AG4P?R >e[|M 0X8i{g"Lt6lYf%9`#660K)~05Jaas{pQP,uw-U f 7 gC2f*R:3u*WL&bPŒ`p3XV U=ʂI0HBcuNNIf~Yug89N}N п  psq@gPL!YTtx!͞ ;Z~4vZ }VMAP4@Hqd2}.,]DG'7cyyN"+p;;QNdY;]\Alvw9tN {Dh9tHMV87l#]p3`,`(qvYBX/i }9F&+П Sжs,'#,@03(?Wll6 fp C.:'Pj8# Md89MM YZ4ظ(P ʍ}=H1m6k,P(VVlcC&&?BR?r` qOqgfWs,& {@fAl#9UC`>@UU450E3`I,` *dgmaj [ks X-AYaHi4r8VK*)xE93CF1}qj,.[aL@2l;AH .NfFݠpE^?ENN{/__