perl-Lexical-SealRequireHints-0.011-bp153.1.16 >  A `B܆!M@eee8ɲQ?HݥA|*;8-C*N~ҙPUsE,& C"¼5 0ɡ ziʞZy՛_ralAcN1H{B"lWb|^a+V!w%p,&ObI }Ll{,u+䔗Ⱦ2q;pEn 59e2e29a4639f0987d0d4c6cbd40892292292681d7e5e970e1c132132f83738d04505358288946fcbfca07fb2f7dd919fe224760Wԉ`B܆!M@eee0ßU  H4C{ac ul#m7^ =kfDѐ_m[LURP >1Cy/%W8_i; DQ rQ&~oo!*r;KD%@*~&I+u5W^IUh;*wNU7jL@?7CNd3jϢEZ0-"7,jDxQG|mh,5)%@[2Y8yp>b=?H|M+Cl>p>?d & 1 R       # = X                  R   <( 89 :\FG H I X,Y8\` ] ^P b<cdaeffilku| vw x y$z0@DJCperl-Lexical-SealRequireHints0.011bp153.1.16Prevent Leakage of Lexical HintsThis module works around two historical bugs in Perl's handling of the '%^H' (lexical hints) variable. One bug causes lexical state in one file to leak into another that is 'require'd/'use'd from it. This bug, [perl The second bug causes lexical state (normally a blank '%^H' once the first bug is fixed) to leak outwards from 'utf8.pm', if it is automatically loaded during Unicode regular expression matching, into whatever source is compiling at the time of the regexp match. This bug, [perl #73174], was present from Perl 5.8.7 up to Perl 5.11.5, fixed in Perl 5.12.0. Both of these bugs seriously damage the usability of any module relying on '%^H' for lexical scoping, on the affected Perl versions. It is in practice essential to work around these bugs when using such modules. On versions of Perl that require such a workaround, this module globally changes the behaviour of 'require', including 'use' and the implicit 'require' performed in Unicode regular expression matching, so that it no longer exhibits these bugs. The workaround supplied by this module takes effect the first time its 'import' method is called. Typically this will be done by means of a 'use' statement. This should be done as early as possible, because it only affects 'require'/'use' statements that are compiled after the workaround goes into effect. For 'use' statements, and 'require' statements that are executed immediately and only once, it suffices to invoke the workaround when loading the first module that will set up vulnerable lexical state. Delayed-action 'require' statements, however, are more troublesome, and can require the workaround to be loaded much earlier. Ultimately, an affected Perl program may need to load the workaround as very nearly its first action. Invoking this module multiple times, from multiple modules, is not a problem: the workaround is only applied once, and applies to everything subsequently compiled. This module is implemented in XS, with a pure Perl backup version for systems that can't handle XS modules. The XS version has a better chance of playing nicely with other modules that modify 'require' handling. The pure Perl version can't work at all on some Perl versions; users of those versions must use the XS. On all Perl versions suffering the underlying hint leakage bug, pure Perl hooking of 'require' breaks the use of 'require' without an explicit parameter (implicitly using '$_').`BWs390zp26SUSE Linux Enterprise 15 SP3openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Lexical-SealRequireHints/linuxs390x+ AA$AA$mA큤$`BU`BU`BT`BU`BU`BU`BU`BWYjhYjh`BU0e6427ab38ac6a590e0aba0abaf68a168b36feb13bea8bc88341f3cd7adbb818e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b8557bd226a10ffe75db726e6814b3c9e5a371780897a28b5ed9ec48cc101e8996fd6c358e3a8a6978e41abd903805bba462995e1a3887c17b2e793772dce883b8444837fd5dbc4151e271f239cb0ce49486cf7e215e9f948abdafab297d89f6b24d41ef458539859a6dfe90d11fffce719d4819598d40dcb2bb47ed2d859ac6acf9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Lexical-SealRequireHints-0.011-bp153.1.16.src.rpmperl(Lexical::SealRequireHints)perl-Lexical-SealRequireHintsperl-Lexical-SealRequireHints(s390-64)@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)perl(:MODULE_COMPAT_5.26.1)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Yw2V@U+S(coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.011 see /usr/share/doc/packages/perl-Lexical-SealRequireHints/Changes version 0.011; 2017-07-15 * update test suite to not rely on . in @INC, which is no longer necessarily there from Perl 5.25.7 * no longer include a Makefile.PL in the distribution * update op-munging code to the PERL_OP_PARENT-compatible style (though none of it is actually used on Perls new enough to support PERL_OP_PARENT) * rename internal gen_*_op() functions into a better style * consistently use THX_ prefix on internal function names- updated to 0.010 see /usr/share/doc/packages/perl-Lexical-SealRequireHints/Changes version 0.010; 2016-03-18 * skip test with lexical $_ on Perl 5.23.4+ where that feature has been removed- updated to 0.009 see /usr/share/doc/packages/perl-Lexical-SealRequireHints/Changes version 0.009; 2015-03-20 * in test of require for version checking, work around [perl #124135] which was introduced in Perl 5.21.4 version 0.008; 2015-03-20 * bugfix: don't localise hints around a version-number require, so that "use v5.10.0" can have its intentional effect of setting feature flags * bugfix: in pure Perl implementation, use a ($) prototype on CORE::GLOBAL::require, so that the argument expression will be in the correct context * better error message for refusing to use pure Perl implementation on Perl 5.9.4 to 5.10.0 * document that the pure Perl implementation breaks the use of the implicit $_ parameter with require * in swash test, don't fail if utf8.pm was loaded unexpectedly early, as has been seen to happen on some systems * test idempotence * fix test for thread safety, which risked false negatives * when preemptively loading Carp and Carp::Heavy, avoid the Perl core bug regarding the context applied to file scope of required modules, in case of future versions of those modules becoming vulnerable and running on an old Perl * declare correct version for Test::More dependency * typo fix in documentation * typo fix in a comment- initial package 0.007 * created by cpanspec 1.78.07s390zp26 1614994775 0.0110.011-bp153.1.160.011-bp153.1.16s390x-linux-thread-multiLexicalSealRequireHints.pmLexicalSealRequireHintsSealRequireHints.bsSealRequireHints.soperl-Lexical-SealRequireHintsChangesREADMELexical::SealRequireHints.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/Lexical//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/Lexical//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/Lexical/SealRequireHints//usr/share/doc/packages//usr/share/doc/packages/perl-Lexical-SealRequireHints//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/9b4f92390b556879114cba91edd16f05-perl-Lexical-SealRequireHintscpioxz5s390x-suse-linuxdirectoryPerl5 module source textemptyELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=7bd91d289fced0338b0e6cb298bee755dfcdf864, not strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRdSn n0K,'.Gutf-8d8b0444a7098752b6b264b100dd3506e4ad2c58a394f4a4e01e7621387139d41? 7zXZ !t/k4] crt:bLL*ja ~>\&W8(5 Bsc]t - x(%]?>T5(&3Zo/њ+ ]PxQӀD9jaPł{!r3 e[aR ay/j Fw W]]dNl!!gP.z<“R xw}t$zsR. HR :5` W-(tu*_aU^Yu?)c SP@yi,y,gPFȓwVeM\(F2 -4@S[g1j:'_KY-:l4 Y n= a\.jT9[.~ܢb꩑bHi0hb_WaJ% /+qv_E^#oS՞^@EXQ]TLBʉ*]!B+9-\nˁTF4;2Lna%{*:Og9UMXVɏ#)q4=7Lv6ƁC݃5OZkn&kh`hiFaD )I?Rf Hx@TNk^pT~Z_v}qwA8 <+9YfR~(-N̙.T~NltV}|q&s(4dI`觨9p*)eFv^mɻ)0dkTaIIZ ,ؠ-|^I=13WsyIN*FsOBzS3)Db&w]h(:K ڿ>пtW2 RM) ՚rCYүAH]0 R`JNkC'sg{ԅaz}ga'Lhu؎qz=9?#jzX7GmԼ7cELMjԪ6yA K7Nwu>>9XڴS젥;ǯBɌ],zrg AS[t/Wcl#d2{QʹcŚk>W1lFCttEYMmk$F7)4.vf.B)L:_*x5=۪@5'نĕFODusNqXKCvQq-]VuwӇrn igG 60S~+l82q5ICӾMOBU2-!rȞC?(RypˆBL zjjZ1!5b^5T|߲qN[?Dٱ2Z+Z|] (E- _lCEެ4rÍ ,ej2? DbCv'004J|5Bk~/:9/BaZ፶}vt܂qkllՌziZOԪDq*OH>g(^VZĕ@~Yn*ÍV4R#3];pZj(g!ڬ:h4ٗ7G+ RtPTIeN*A3p:q~yُ ݜrx $rɵu{ncB]`nIMe i2ٔ\"{gj;{KP?R bX5n|Uۛ;uEBs[_tb^*W؟4ȸ<ށƇ|R=mX|VMltMż'nCL % ,\VVf* bv>&OSR55Bz"9j#h _Ev<{891~~:QXmW]hÕXH^Z9c6XrkM<~',wCKOí-&W`֘A#BY?EEv c]ӲTY+]b=!'-//U8SK`cQd#U8+-ˆ ƼYNO ~/r^=z^LoCI3@VvPc7Hx:SFz\;ԘR ge?Y^IJ+c9)dw$=˴Ҧ|Hk] қe-#a,tkl9LkRÌc1fe/q"Sb_H>!1 qU9Aq1dH.S,,@Τ~e`y! VݶeClllyW QņA9^&)h|)H:^u {x?ZUDV1I#칎;bPqf+<0t*|,iEWI ɱ3ᇨwuS*)2?|sl(=Uh[,vM2 *5^M hP,az8N~ .OS#wvGoa _XwCJs+mk>{;{h|t5:z8h͛7𿄎H+8^[e1#YIx0}5[cjL >}D)p>]Kcji0#LuLFx:֑=R DapF'DO!W{"c^I3i׍b@aJIO<2F/G'%2k۾?p]pAJ/M[1Yc(rZEBsdD?0*o('\*Lnxrj{/XYhG䉠M֛qtƖG j[pB Nh)uPz{3ـ804`8)c܊z{M̵ݯo}w(ރv]I 3/HƵ|ERя8 *ׅ,{QyU]fuơ84Ge}|='E̷X]x6!Hz Yϋ]P[Coyc{ǒJAI/6Nhd@/sb+ Bm[R(uL ]Ck?WglE`"#k&o5q[d,/).βQyX-skoZ!;Et5dH*g.檻maNհYD['Z8\Ё&9١H29sI"󝔚I]h5C#z !~sg\Oz/mrRΚz9ײO+hZYeG0%F‚Jĝ2e:/N2 Xat[l},D/DlXY'RRllA6bmiMF^S↬1굱?4-(7430?VsP<6(B7YQp eg-'fYڮeV*|)r+M%mO(vRIBeWD˹K㶉3qF*zVߍyT',[a2ԕ0d$Pŀ xz%Âxi]S)9tI5D3s|셂[Y$} -)XH.,-lZc 䢕TCvmpW`\+8co6V|Bj=[Og7szu"` ] #gYRߎ0=rYǕriq|jʶ1Pl#2FS -$K:[ :XCЫPL< ` %.XgbNo9LS^ !B@]P<q٦\UЏe( >wC!Qeoӳqld~>iYtw#;&"ExwK5MFV ߔ m%} Z;cAcC}#9J?c_u)RWRI}47-\Vҩ u]VӶ>dnU!E+`{G2TV]kmJ!k;R} t@4{jS[v'i'KUSHL9Ue/ ])=LOY3<\]pM\1$l^Y4ÈY&v9|E.h=ܭG gۈ:ah~[LB*?TK:x*Z@Θ $rRxJ"iUXGtTDi@2R3vY!%NO^T>j%: Y~)tȴ`t3 KXofYmƃv̶^25439U4dwi0LTE-5Q` 'TbH;r )&3Yݰ0/2W j+i_@)BF|Yqn$8g,io CޥGIWJ5j&ƛ@H⡵) *'+e0ϫ/AM6)s6#ɆT#3|>̋2R$ EE>|$V?Ca'#tG4D"(p2S8#Ț~hTvẽ쨡 3farLAfWb: kp-l.¡<MSa;v3?wU'd)}k-m@/ :O,\Yxs@mDfn\" [Y\^B9ig9Nī'"Ƃ4PKKpQ ;DD7tIGݶH?5AEBQAz9nx0%]8ܹ?wxú.H:UU{ ګG8fe2</dzap݁h+ZcrHEL<5~F;6``KC7Εs>TiePzQǽ"1!mLWuQ.lBuY jH+mІವ{4J0U5un]+ ,2] 1F@$cާh>h4ُp) -.Ƿ9%4>kc/cdW-8J1Lm25Glڃ \&E-teu"QG4ړwes[rX74bq]^yjd=tx?_ec^?He 5ǾW5`p"FÎ.R( R/q-%U(-6f`fMڲ:-`tS'DX_ vBy*HG(VFҭ+V)xަF9{X4]א4Q.dGC{GJ+o (#uĩFW[$2$z=߆_iA\A. ?o,|bY9K H_7YQ<("+s_ocڲt?,?} O e:&CNO^@5.Jbvruu;Ysc{Q6t>vOy2RoUoxĎŴz #鲋N.!R&o9ǩ0WD\XtO5tidg*6ұՆ0F\b5ri\ np"ɋ~ :;Ek &Ei @OKߔR|@4Q(/^S4Y;C$#p T3ـȷi1n9d%.wuRz^zL^>Xչɨ2?4iG8[Ǐs OE5|4bӃJzQ+1Sh]闫K/!0srђpx T+b9y]a+4"jÈz6+BJ^1rHӨ6N!|V*S_ y6‰hoHhkj$ VFC;U=r7$R z2!`,[AB4JJI1U8]+x[YEmk? fI Y<; <!cFO "Ŕe,eЃ YS 2>6 -\TWb=p:FʇǴ݆gA0~%|ؗF+WʋPHڥfs:ᖨ2 o3#kY#)hntlNg-G>DL~1l1FTJ'h@˯>[P)G6q 3Nh9z<`)5xC&?p74uοLD ls49?~Dz4#BLGǺs;x̡|TMgуb_-# `qY>L]O&/I(-;6pZ hΛtD c0ȗ:tF'B'ƕ$:DzlN6?"quK }1v"(&@ikQj|a>;k?"d3з`!7_Fp8g`.7oVچ"Rl~XCۭ5]hY2Yz͹ܛJ*aoLk/Y!)4i֔"F@3vso;sfP: =mㅛW8IɿOL[jt+M}+ eY:ɶ޶Z]݆@_gnty4j _wI`chA#6{ic93 6mkBZaKW0`Gϓ[dyb 1ң9hCb nsR͊X&۟YrE*G/`b9KC\w3 .)I4Mhc蛪Uw X]< 4!$#>d ;絍¼mbc/I ̅ɞ%VRB &Op#e㺞T-pD.ƶ?p|N[RG:rW `"0Kn%n7d~tϽ> v'ߕWtqX-X}GpSk*P#@v;:?nLc sQw~<2jژu޷ t*<9~v1Fv2Y+P;!ÑBb2i$Ӥs)p@b$k5ٍctC-F:t G$TF[$$•q%geCٹy{dF*;b``HeTAU[)I<V-ZV!>T/4ce>%1xbˈ-%)P@n%`˓Y6i܁)ŎHCU@;0 cO(k()l`T&J6JcwѹgF\>j7R!)(U<>RK  K>ES?HP i6!t0yC4;JseaBjFM*E|LbC}ϰ6{^L#Y 1R7?vZ N5$,2*56g-K:M[KݚhSn.[L&k~۾=:\t⼆" k?d h>+RHW`dfBJ (!AK /r%QuCnq1K Tw/ XWC,? Qmd9Kɍ)]6ݢwk[x 7,2f[4sE(fHs_ *s(c|^Z74Ev!%ͩ"r‰a9OF5 I0MX)>ktbzMs;&,+~' E+[L7OK 12v,\Gzbd{H"1?5d- ؉އ7`ҦQoS wq_$%j !n'"d;emcyZ]ȟsunZmh7}yh[= MKtΣںh' pjYv9*= w uK tRJyxCmJwq+nͷ{"9y)5JJRKZϛN!*tiiѣm"@=<( ZGڐxE5%;:+Qe1Ns=!r]to Q|Jo9:-HnwK鮃 zcX9`Ѣ)ɺ?#M/T0kĶAcTY.kJ͠bC[JSX]QtԌJHbTݥl$ k%gKn3Y<矬ៅvSIӗ_.(hylWڻ)k["~[J|hJd$R&Nr. d Љn|,o>Hq-{j޷&aɳ Fo}i`9oX(6)u>vϮl\]ȁ\Qg5*T{ŒYREQ3%GT,,_7c+%ë"Ql`<aį >oFJ~:W=ڠacL[բq -%b&]]=xt*azw_g)MYDH'A71mv(_>5(["LOlavꏁ!⌐)S PM@}_1OL[ ,1Bs y`TxT:peP ۤ:W)|_pzVRV8DI6gXY0P%xS#ܓ;ZH_z%_i~e^[_y v׎ skYB<8|瞓4R6MYy)BZ3 @h,AdVCLȎC9xԗ}P:r ف"Ek\ Qu ϧޟ_Z%CC N~ ,W6K!5_vXnZ%ovZWozl0Col;BVhm[gMbI:rÙHa!>S1%˙gAyѥxuT|sHR.r865M |Z`˦3Vdbn!P$3`Zdm?)uP˞3Ӵ 7V{ָB_f(~`-3^趸(h akEU/*`[xo٦ B qe9Ο9x>$8v*dy<47Z"⋵m.Їid9NPj0N' YZ