rh-perl526-perl-Eval-Closure-0.14-5.el7>  HLk|[ NNqUrDq ۤc D=<JO5K&Fn:<ɖ͍q PKy% +.熜l4b {]f7 %!*γ,w.m ಖD2d?PIje`WhXX,4 ʯNm6qf:mO?*u8@&920 #7X]+Yž&4J2jT(qjj,ѻh sB)΍{{jf0f46e30367399903ff28a9597cc98a48f179390X [ NNqULhIhP]yp!FZ+Hc4jdTgMG]͗GБ4B 4:S^ĥ?~0f)ۭ) P1g NW_CT/zA*L- A'$ KKθ Ze\>B.}&Ft9bj4- (q}n S4jZibgdo;;'3#]bs3M3Kh>9?d$ * ]"3 HT~    ' 0Lo4p( )8 09 :GHIXY\]8^bd8e=f@lBt\uxvw x<yXCrh-perl526-perl-Eval-Closure0.145.el7Safely 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).Zxc1bk.rdu2.centos.orgCentOSCentOSGPL+ or ArtisticCBS Unspecifiedhttp://search.cpan.org/dist/Eval-Closure/linuxnoarchG &A큤A큤ZxWJs^WJs^WJs^ZwZwWJs^9bd269ddec221b1a4ce42d14e815ee79257f2048560dcd17acbe257b1207c7d4fdc2b30a89f08fd6e2c1bfe5d0ff15b3e1e4d5805015b562355145b8cafa63ef0dd9f31ca826523bccb5f590471e80fac157c8c924cb8136fca7890337e9d52d49e62f68550c4a161f8e9e6804d816aafffd97a2816b8084f13be8c411b7f31097467b134801412fd6011cf85640d7bac45a19b5c651382194e4bdcb9a62bd46rootrootrootrootrootrootrootrootrootrootrootrootrootrootrh-perl526-perl-Eval-Closure-0.14-5.el7.src.rpmrh-perl526-perl(Eval::Closure)rh-perl526-perl-Eval-Closurescl-package(rh-perl526)@ @@@@@@@    rh-perl526-perl(:MODULE_COMPAT_5.26.1)rh-perl526-perl(Carp)rh-perl526-perl(Devel::LexAlias)rh-perl526-perl(Exporter)rh-perl526-perl(Perl::Tidy)rh-perl526-perl(Scalar::Util)rh-perl526-perl(constant)rh-perl526-perl(overload)rh-perl526-perl(strict)rh-perl526-perl(warnings)rh-perl526-runtimerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.053.0.4-14.6.0-14.0-15.2-14.11.3Z8@YyY5GXWJW8dV=@UUrUQ@TTcKTk@SQQQP H@O؀O5O-ON MM?MMoMQ0@MBM<@Jitka Plesnikova - 0.14-5Fedora Release Engineering - 0.14-4Jitka Plesnikova - 0.14-3Fedora Release Engineering - 0.14-2Paul Howarth - 0.14-1Jitka Plesnikova - 0.13-5Fedora Release Engineering - 0.13-4Fedora Release Engineering - 0.13-3Jitka Plesnikova - 0.13-2Jitka Plesnikova - 0.13-1Paul Howarth - 0.12-1Paul Howarth - 0.11-1Jitka Plesnikova - 0.08-8Fedora Release Engineering - 0.08-7Fedora Release Engineering - 0.08-6Petr Pisar - 0.08-5Fedora Release Engineering - 0.08-4Fedora Release Engineering - 0.08-3Petr Pisar - 0.08-2Iain Arnell 0.08-1Iain Arnell 0.07-1Fedora Release Engineering - 0.06-3Marcela Mašláňová - 0.06-2Iain Arnell 0.06-1Iain Arnell 0.05-1Iain Arnell 0.04-1Iain Arnell 0.03-1Fedora Release Engineering - 0.02-2Iain Arnell 0.02-1Iain Arnell 0.01-1- SCL- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Perl 5.26 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Update to 0.14 - A couple of minor optimizations (GH#8) - BR: perl-generators - Simplify find command using -delete- Perl 5.24 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Perl 5.22 rebuild- Update to 0.13 - Fix tests under blead (GH#6)- Update to 0.12 - Fix tests under blead (GH#4)- Update to 0.11 - Support lexical subs on 5.18+ - Fix pod links - Add "alias => 1" option for making closure variables actually alias the closed over variables (so the variable referenced in the environment hashref will actually be updated by changes made in the closure) - Classify buildreqs by usage - Use %license - Make %files list more explicit - Update %description - Don't need to remove empty directories from the buildroot- Perl 5.20 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Perl 5.18 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Perl 5.16 rebuild- update to latest upstream version- update to latest upstream version - update description- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- Perl mass rebuild- update to latest upstream version- update to latest upstream version- update to latest upstream version- update to latest upstream version- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- update to latest upstream version- Specfile autogenerated by cpanspec 1.78.0.140.14-5.el7rh-perl526-perl-Eval-Closure-0.14ChangesLICENSEREADMEEval::Closure.3pm.gzEvalClosure.pm/opt/rh/rh-perl526/root/usr/share/doc//opt/rh/rh-perl526/root/usr/share/doc/rh-perl526-perl-Eval-Closure-0.14//opt/rh/rh-perl526/root/usr/share/man/man3//opt/rh/rh-perl526/root/usr/share/perl5/vendor_perl//opt/rh/rh-perl526/root/usr/share/perl5/vendor_perl/Eval/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericcpioxz2noarch-redhat-linux-gnudirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression)Perl5 module source text PR PR PRRRRRRR PR ?p7zXZ !#,g9] b2u jӫ`({pESf5$?-ԿVe(C?1:}~3ԵE8}WTS$c,YggZ2&s1l#^T7>+p[WEN|x.>!OnZоm[f\>mZb,,JJGQWx#KL 75Ox h=5"vZq4g]8*DŽ;[NJvc؄ߘnJݡ=>gu)C,tB^>j~(=\w'2w[oۛj~RAEnyFB`jUi3P>:d*yAtu_m{A]4 ,+L}7J"ej^_HWUS'*J-RK2e?rڅpI0%!h~CX4P); ~~X>Odex; $NaC鎘Ӌ~֝ DNj3[b!Hee {KĈ`ZȀFFpLV/- 1+Kpa4\7gq\P\9ٌS/ ٔ,.6ӓ~\p3ܒ>bq{/e/UJfuz V -ϲb+=3zC`^ݵ@m p+=[]8`[|!]3y0H\UvLݢjܞh(q;&̧&]zG?X uWQGlJ«40 #r.\ԼH^tӲtYu˼D)x<5w^ShMF XJ/$t5;+uQ^t̖zVqAR);G ^oN&Ȗ-&r!o X(Hu}ի X:ei{Px+u |rZrrJԲ1XUO7{\a5ޏ7$"qz$ݼn#dFSb ڭN櫕Sװ4*nW6%҂<V:,iZ,J ^ٯX1ȁPN7Mu5 B|7"=cwϲ7ZR5m?:GV*/XUӽ#0͆WQ+64ʹZZvaM! 9yiHzjv/H~LM N'WS UƆs m6|9"ܠV'3@qbxᅆNWF61ȇDŽP^Ayf 8johOGS6իsqp<^ ۶'9w4ϋ~ݤK;r= `}ydo`_)ӱSa@0;7`ilaGCK#:?;$6­k5&,c32mڕ ܜ'>;R {ZD_ he: -U^4U!ؒg ոZ&yGߨFHq#B*RR.*1Ҙf&'Ώ9jwle?&QgMx^U`LBT F%s|E6C8zXmtmn Bϻ'o6y']e!lۥLA[ - CсD_8XC2AEWᕋFl'eK#BnEVZuʮX\pvF(7Izi$ܔTsl7+uiJ/IcM}D&Pڔ%cVFPH>( .k1p%x6g'{7FYl2þ}?auXݝ\ljY_Zl>Ntzivf1.7"%=JJZ1V9)ʼ ɟ#Oy qUw5vK"ܸpadPQXnHzL(KNC-3|eRbx*\OdjyQ[Q&ToL[i\%vKɺ y=@RzҜ=$Vl5"l 漢yE2,B3ފƸ3?v,& Su“v)cmjY,DžDzpٹAҐLm r1\H׊UkO׸X kGj:Tʮeyp~E`iJdm4 û^Q|a;Y"$Z ۉŮ% LI!@k͐iY(mE%Ğ|_u,-A=>R_`دo|SzEJmG}w {]T@iG TD,AyK]=c"|lӯӬljy|bZ 5 W/Zmz;+ bDB0IHxPE5=˩]_2]~H.CIR6h$<,.>DNm x¼-i\.iիZkRĔp{D:cjq z 8ʣ5I a;-yt3Io֖5g2Au\cZ)[ "] XFrֲ$c/ N#ls'j+` Vň-oCiHl>Z iOo 'fhX/Tg$SfP2Q?]f621Fc/cS(4z\NZ*WWZîjVʺܗ1RXc$5&e +(@@% \ȹ͖|`V&9Am < \Ԋ:L$(ㄈ.^SbU;#A `J,q\Nh !98yb~5ա BIpF0 Kl5=5Ehr>7iDQK֤]0? 8P-sCCU@~<&0T!`v 0(DJm,bx؟?;LVI3Z4.-0*apq=FOʈDYQceI"9=;S~Zu5[1X&NAs?®}7v|ߊ0w#]uCb0\>\eh~rȳ:6iضy;QP ۞oh3|&MW_ʌK$=q xeC0jhd9(@jzne[V6&,O*,28(d k{=R ,:̪4_);$^>`:wo"b bKY458 "o;'/)*KOSCptJ=aaiCh=-7s= ގό7hTkHB**Ճ).Bkrz\,X3rC](= gs?oi#'UT "D)FSs6z>JD,9ѴUr]j{w@*AWQj2I>Q_Ta[nycLϯRy-&I&C4(ܖ%p9͟[_qal2\eQk7t%s%DD$]tnА[̂jsq팰xKvBE'h``<>.ޯ:!H J P-\X IybJ2]XdDOf .4 "{dOTKNpMgVz;L|2n/č!̯{PJ:ּfYwɬ4#pzZ]'hqq g|=WYìu g pT'fJ+R8UkА)ܳP4C1ٴW? j2ewB{Uffʅ#F dXZ&_7l.Œ F!qBF/ ףFr/~ˆ$q[kq#Eo͵nέjaW8p-R}yb@oy.U>2bBB9Y 1ŞkH18c#40k㹊W jqsMaeF iݟ U8Fa] Xrd, fPÂk* q›t#˭pb\p)V~e[iu;ϲ*Ә \#DO$yĺcwߣf.}x"1 ,u䃰㉼WR3$ŠANh~`?^K.Ϡ%,PDfyI5{| L#Z#CoiO3 vz絺lD`$k!N.2{6!mڞw_83<50&} {܅ u_+R 0J}HK 3`!ꄚXk|ΞI@:wdy,}[@V(&i!pD%`б@ӊv>k8{-Av`rdGgDJ )q%Z^-cj_c){~_ǀ ? U %*qh$nѦ8e7.GvM]Ζpͳ=!lc AfG+!xd<`D!=.F07ˉTn0OU/{WbJ]?}f iz+84vN1QæVZ'_/Kvt)8x=$۫׉?bPؤ)QrdX$N5EZ ˥Q η`NZA b{dnNݞCc$ yJcY34$}ʫɼE8@t- hY5å.|9sO\nςvI}R]lJńס(q9OnL=MԖ{pUz֝|KQrRNHF(lx.xnvo|ďIJiXJ,IEC!NrZk2te( \=7,kIQ!ěy~: N|4{=h7!ķ#KiG)0\5 r]Ǫ4r4i88)ȴ7kVHF 5 Jy!qPg^[}-Xz5[?r_ۥT6fV[IhSjIa)_Cߟ`飚Qwub4˿ǻXUP'HeИPkXt /=EqF˪1PTvfݬqgޝfbH4󹸷Lf]5:ځyQZ3yޛ5ڑp{xH=\ 2Z5䒀1Ķcx'lGRth팰=<gw=|(h€ ЋeJY =H)%GCv$.Ƃh}S8̦-|6jҺ{C?m +bfA$8 R9 A3ǎ' !.t{w0W$D`|q40)My $?S3@;T1Q9)@T2e\Q_j8`q'u<'ƍDZb l>(³c/Vy]G*ЙWH1 z 3_RTn؇`G+'9CL8P2| mz&*[ԛ|5"@Wl+4JLFAVNjz=:E*fz/wVվ8S%CzAda7L3BON1Bgpd]k/)h-k5c@J<?P7M;}}0*cا! koAݻ،O<+?YzOQ+r)$9;C-#r.EdH;CgYWOBYFk~d'j]˒JGTV۳`Tj\Yo,Dm: k[ǧ[[zKy}#pD>2eBOŋJBWtASRcxa!& +ڇ9Y&t!R%I w ;ͪXB ^e %; S..4uPj8BJ۽5pZ c9YDY!POԹ `{R?$q 82Pʲ̞֜t?psqC A8O'ESn~J&MbVAlfT;DYY"$d/3 hE'/y;13 HQW/ƩkMˑ`?U&13~[S: VKKv~BdU#f M|":j9`̼~ŠGeO%PQڂ˲tlsO7#gFRk(A;aD3cMB^'WLFmxaPҊ"G;>|rJn83Tϳy _"Ze;5BL D 2SԵ·pmEi?3V]kO6 Lz)J/֜x= [0*tX}v=7'"99C#t {y .tF?ND %N?IGy *c3ʵMsF;ws09,*IV ,UϝHwݵ(@)jlpEWƏ~$Wk3pv~{oP 48-H30S9e=S:mCsĶyxZ BM E>OfNuE.Tu͕ Zuv.Ys$[!O`v졨~$nEm'l)kbkícM]^7X,4y;!t5-M8=ڇFÑ'o$by #KwGעj7}]3aMI#]ICJyBNxtx F+Gd1ZЀ˰"LԞBt -:˚{$ Tqeia#jKkQF]>vt[TqqZYHu^ІP 5m Bhꡫ`zt!8V.ȹ کm*jMq`oЩ2J ">?{mg}kg,/+^U}؛* BIrOx0fgR+nN36-8N E.ˑ;\2nK|/|wdhIx`PmImģ<޾?y'ŀ0g 6`-PuiPR,"S1L H<^*N_U@YQng7yPyb}Hu_|Ɏt.+YU30BKKrA:vm U>X 3RФsL)\ Jsم.!X(mIZ[LK2K\; q6r>I8<ƢA? 7ϬDT -" hsASIQQ'fn3r=)P8˱j^'e_(.Evc4@ǡze)7l00v p6lq޽P }@2wwK5>hP6=wtPlK~B%O:嬪CUcp&a83(54*+mqR sWBOAkvꇀRRokՆqjF_r_2-*X3~e  OToGPeM|L-ǚ~'hM ݨר;GNNSH;w~w!zd;ծ4a`E+u;{t;1GɁ13:mNǨ}(~.3U)S(j2AI-gR[]dbmouƖ79.0@t=ywBgUSރ X5ۋ#p[s4)؟>m1qUݍ-m ޘNq#g z Mss}\t ߓc"ԂUn݇=|`tM:qgMsQǪ%iDK̅w,@^17;͹IXc\) %M Fg-,"" ai׵>W3?'Bܘ GvV/B5 'jDPKK1wĄi3",BYB(MOkB L0N_b^BĦÅ_9YPE8)U˗ƾePOVfAME@Be?v/-9)si3W!G`u)ʪp4KT?5"b'L_KeS_Rv$|^ި|bȺ.,GF-ns:Һf[GO*􆰽uKSrF YEis/E~vTI D\h}Ȳ谻%:;ٰOVfjoL HBC(ۚd Rs xJj&yZGzdv)vWNɄ۷7Fϥkl[ʖ`k#9:`MtQ Ř5NQ1M6(b6;qɓ<Po g5\^δ9A߈m .Xy;է-rK)qnhaHMjxMb&>(̗sW-ԉ8TbL^Ze$3Ok38B"zQ#}d9.GJA1ӸU!F1ry+پ`N_&eWWy$l(tƪu0*hJ`tJtr^yOKč'sqV4d H:/HBvÏ~DgւC93Xgt@؉ȷ4fq>rO<" PlDjlJl (b?$sz``Umswqڀ#v},Ƥ)(id_Z<#"m&o+5^9sl_=2n\v22zW+ZxtAHٮ]tndhLP=rL= zV "ԗGvDԶ)`VŶySïE- yvA\SSz7E8mV%ڱ\m/p85\,ϧS%-eg{ S+0mڧzۑ⿲|{IV |3U}ZKQN B늣)52)/JqY0.u$8OUsJtoߋEptBd%iqeđ޹\շ}WYNʠTjB>{B$XeB<8QUҾYW0JkMn+ /YNwK|`x;}4!.$E۫6r`t艉~ sS YZ