perl-Lexical-SealRequireHints-0.011-bp155.2.11 >  A ddI%z [[__R;9cEte#&%_6OD[ud:fijdzKkC۫C嫱^lS-6a{l*BФa`yMWhϫ V2axkKWXڧ")i23]q~#`i2B,')2mУ.j[t#`?=v, ,(fs[Ct!d7fa6104d695dc70073b84067342152c52c14b764f5cd29dd2597a3be6bae2c097c2e3b73e5a29bf8b8ac8aa7162e5c11df1033aVddI%z mFkս6}ZH+_ b"ȫtj$]*wU]0_бe-h+ƺ։LZL/b)VI//VƹpcG_iCc~rӆ&QGC$˱7Gcٿ_2ǿdPw/S/?(%h]etjGGL.!XAԥ$KfO}]X7 -mZ}X;l۔V jOaGO5 ^y,pګRʮ? FIK[Q* FK.=A|!ʿlPRM 䏕H[鱚Z/TPNUuryI鱒9trBM xd Y-PT%eWbRX/ͺ' !2zцz%Hܹ5X:媶8qsɖf)\kN7h:_)lK&Ew{ /zX>p>?d & 1 R        9 T                   N  4(8 9:XFG H I X(Y4\\ ] ^M b>cdfekfnlpu vw x y$z0@DJCperl-Lexical-SealRequireHints0.011bp155.2.11Prevent 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 '$_').ddطlamb14ySUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Lexical-SealRequireHints/linuxx86_64+ AA$AA$mA큤$ddشddشddسddشddشddشddصddطYjhYjhddش0e6427ab38ac6a590e0aba0abaf68a168b36feb13bea8bc88341f3cd7adbb818e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b85521037b817dd63c5af17cc59cf2433a0ed3e72108dabd43ebf5c3a99673f917aa6c358e3a8a6978e41abd903805bba462995e1a3887c17b2e793772dce883b8444837fd5dbc4151e271f239cb0ce49486cf7e215e9f948abdafab297d89f6b24d41ef458539859a6dfe90d11fffce719d4819598d40dcb2bb47ed2d859ac6acf9rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Lexical-SealRequireHints-0.011-bp155.2.11.src.rpmperl(Lexical::SealRequireHints)perl-Lexical-SealRequireHintsperl-Lexical-SealRequireHints(x86-64)@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(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.3Yw2V@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.07lamb14 1684330679 0.0110.011-bp155.2.110.011-bp155.2.11x86_64-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/x86_64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Lexical//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Lexical//usr/lib/perl5/vendor_perl/5.26.1/x86_64-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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/9b4f92390b556879114cba91edd16f05-perl-Lexical-SealRequireHintscpioxz5x86_64-suse-linuxdirectoryPerl5 module source textemptyELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=e76894653e9baebc7403090089c87c6d6647c955, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRR\8 6a/utf-8e01c31cd5f9068f0b20f5ac992aaf4057dd78893a1c3dd33e473ddc95125b2b9? 7zXZ !t/W3] crt:bLL rVq,1?h*&(bq#ȃ-@BQ,KLR|PP5T+hHI9t\5ۉ$k(5p6k.j^;@Gg=6 5 1+VCXsTKBb9% !ܜ\%-g S.S5N]@ґE3134W;}+v~Ű]n{n$+;^bTM8?Ko''}фo;&gs?4䋓rE$'"x'nߒ_+#WQHSgzeS'1`H8f@x?d F3 L ,5 " ,pM~op:? (\Es51Gv{2O!Ɔ' 12Jn\}t?A;6C.oC_A0˖]͢Ijaϕ'v|;%/M18Lz_þYFh}˯D24JDKMFi#O_ ;~Gdb"Z-7ڜY $rR;xlY#X-C&Ah @/5d]ZE#÷Rڋ-ԓc!f XIhL9X~-dwb¥41\ |;vzLl#?#FعĢ9ԽjYmyRʂXI0d#ZҼDɀʶ)Fz(o5r7}V΃7 ZVsGrxi7`IBR&eqq"1IǞ冘]7AUGy!?j\,g}Ӵ(,> vk`ϲ\Ϣ`ngQ#ߟfffRaˡ@{Ow*}fӉZm3aOD%S=3sȠ6O]'A;F\^P0ox>0;Jb~$wYbNM݄0>)(um 2vcɞ@yY'G-kF_;ŤS) yMfa^:^u?"! EI;߲ :KW3@TӣTUyy(S[t|?\KUh~<{-sr X"pA?>l^!ΧsjP=m HB2&h3`cnp gwŽv=VS3NjBވ|&[9.`9)< cU3Z{b^W"%Iݤr@C:bXL0xw$+v29e]D2{"Npr80%X(σ;QwbɉHzhG|Vm@:{w ~qP("@_x _1sA K+BΜL7.no1\|EB {R[GY^)y yH_~!Q:}, ׇer̥)˄xUgx- ԱӉs6ZO->+TV_~ eOzgJ|^n%)8eum3N<QTƆ T\+ɏt.]׼9또DpPMJkRBD\CNG,.>I%C,0b 0R+5m%x+:n7Vu vD % .(1$f"gꈔ25Hʶv=+n ]VX7iؒW6@U|e[bL|o4%PB|D) \ K@νV f6ZLKRwJ5$a|n(L2 cu4` R&0x;g&v$Y~n=Oh0cH)#R;OWo]<(FpuIX \뮴Rm$Aa7ڕH 4~Sw~O!vZƩCK|/D1=e==hn[ū؂Bq)dM@\`W 4}O{HYuŰ?'uhsV(96O ) c^s9+ RW|#Bqj8Xy5'fnӂmW;P6%6%卜T"?rHwCɿa]jHC ݘ.NWNHe00n΅ǫoZ&˞)3UCф-^H=\5ѕGBD8#ɒF-By"qEY+MiE!;#_Z ψ<),kzRO(+B@WHnKȤWo@Rj EIjdFl0P :TMAyXeMJU('vS:+"rc{1@^У5rg""Kygl֝ vfjb-v&FnL .fϩ9eextZX(?WldވҵdY6b̴N*F#c.eu|z _*ņG$\/ï\Ý^&`Qw,;ڋ$o/2ϟJq E<s߁&СaDIOz` v#i/#4nvKHWwr^Uw'Rd3%B]hޞ`! Q=k\\4zHb?p%=kŷ Q#ES,nb1pPN%\B3-K&#1NE5=En#gگ9}COUe1iq!Ql΂dž]ƺNpgM)U&D31wy ,2`gHj r_Ƃ!~T`pи&{SʶM%ոf#-b׏p Ժ~x. V;>7Gc#vrt /,g|z&n,yHVk*NIxm$V|W4Y+&( yOR3ٵ-MX; Co6vۄGyRҖ*Fʕy.7 Q%y=HYmbF+4X?PWӨ9 u8Skd~UvLm!C#< Z&䷝ #g)DOo`5ا`7F ͺgOKGZsƹf/r3%,8 4h27l b}8W!ٱߤD!r3~ѫ$K_,]5fJ5+5lߥ* ֙3t?+{ފI$Zċ&>&ihTʌmNNq(VHtbr />ǚ=Y; tLHqSMʂgwd vLgSk0arg~0(%e$B#laUEK5oA?G.Na[t[*"kA aGn\`ƕ^ ߳?^}=$[.m}XGZ6'v]P?jn=-Q|9A0H3p Xp,@|D*sU]LrL=N[ClP6I[GjO)23F_Bp1¼$2]x.k<6Ij0Z.hD;M1'eICڮv3V-RTog C}u56J?.C,O*,8!YO3{ݢp}Bmd"h6NJѱ:veԃ@}芌$9w8&44L )gPU`!t;6S$]G[C4Ǘ΃ƞ P'YZ|Pmgh]^ssH/`qAĹ?dM\dl%iAO2uXKH Q#5qkh`e3ZH | ` }#Zc)#e* ][#}.E5'x.JrRbXFVֻ=_N=5rθ. y"@W\3>! `se]myMjJ 3~Cƻjݛi+?+l_/}@w8o׿LX&@@>Z4zCUix$ ƍX}cLgpplFޒ?+ˍ1% Rj)Ⱥu 5X*qe[*iǢ`΅"č= mr"GQPFQHތbW } MJckAO|'ڞyT0M^!*QC=G6qa~ݶŬ=j/p$!#rnVb#s?S{-WR/eC 9Z4"xX].].5@k5}yCzsL8ZN-E|TR;ED́'1PP3Zf6-w¯3K|(-%uڢČe2._͸ΨSVyO~Q-:ְ;y??'7^biIER[w+sSSM-7;`Q`J .қ3FqۤU.}YPQLJ>QM=:su2 IEQ$vOPW'Kw =YyGh3)?ei*zr]U Y%VLZ+etHfrc 0|7!MB ~]#3F*٢ !K#UUȧ_ڎ~3w5&\j9 6'bob^X)T/)ﱣkX;K0i\_=A6$MJڼ#X%0PHdXeC!/h^'~PU4[\F Aqzl ;6h{glߴPPtY0bo%4p 9!/\QݮTq޷KJGKR*@j58%"əEPʑ@ilE$ xzl(4PSl';OJՓьEP^"J@iC%^~j: ҍ\Zx"c;wrː*^4!M*^(qԢik˸aO O :~ا=}-Wg3'eq B2H㋮+EOSE77jzݞL; { Qv"-w)xՉ9*ʂ~ލ=}OTqkD~o!b[Jk%xR! `k1C"'R%WCA9_`N'/n%mcJ,ህ۷w0)3WE"76,{0ӎs ,Ak uH,VҲsábߦTIz]yK "#ȑ;y( ,>UA>o)q$ ~P9+7Į'YRƃtkbN0i%HWOXB]G3ݧ:r@>~)ՕR;/V-LAQOݻ)&Vz\Ɠ2G.{?UI- 0ƊYiBI\ly{:uF3J^uP0qM>7 滂e޵/YA&\ "pd4"ٓu Zc] h# uj/Z<8kvz}pդ[d9XIfhDxE(=|9yS'LwNv/v| be¡j5 5V(oUF~&5]kX-*0paIH 8ࣖqҺ*91Ϡ2zY2Qq`?HV1[h 110 ULVΝk-_ !q7+j@XUCdlWtq-߃d` BmW5#u=5`EI [nV:hma[Ѻ?1W4saM )RрXm϶O.8~ ]M-twe5uzCQ!̏)?tۡip{ax_{~cD[&9e DF.4zQoeI =Y ~n{b_O;NZ%5;k, i2ܡ3DTrs,rdg4aJ5z͞`noˌWbGi`FyKS gWfzaްCU4br$.{E]6GqBZd,h)@!0;Od7n[G8y0Ag+|g\Ci]}~H5>Iu[j1f6'}<5ܚ-'n/+Fm}2a\dHȢ?‹} B8D)qq1n%o&[_#t\V;a?ƌt~<.Gk ?8/S>=P-?+MJKlB:Mz`,VwEZF}RΦ~ͤf./A`oՆf|A|7{ozz=FktdL P'Q\SrKF{TG'08^k m@(td̲Ox![cꀅeO(0j7:"֟l#¾W_>Wm)%q jtĘ Zu>ݗ7W-Gׁ Ѐ3*Y {U,TK]2u;,@uϲ7 X'z\=v-G8ƬP94_fnӢ TZ깺*Su>Y"jZ=uu®yTw]ƙcT ݹ8{_':G&M {/QUP$`1_9RiH/ %m{oi\T[U!'b>Ë#?ZG_ߨ6uk D_{ЮiEi`zQXU|fWkH=c(R.F@ _ Hd 6a w+䖽PgU+ Cɛ7xV@*B.+'Kq]EJ`Fk%HSpzQO)w)g$)%m,{ K+^=- N1產]Dyr?3c?"%jVDt}Sb7+١US 0 Isp{׏H&$d"h%c`9]X!DQT3`b(/u Rc$`xɳ|kpC+SfuhUɽ&+V ]VcCa1ub#2Џn,h?kϟ~u!Ϩ -0{9XPv5šxk]ȽjĽ@: +.$d1An)+6܂8!v /hq Ͻ#P(^އR t 1 7Xq4G Y8֗mc5Z%R!:ٯxpF$!3plTXHtQ_|~s_lS31Lj[AG-Y3YWѭk>WR,jI ގ"B|APjOLܰz6GA7e2@z,-etDciq"UkJ$NfU6$y?}9z ݬ;Eڡ+c[ }mk񼲥K z/rJ2UP/~2 /%.;{N UaIӜBG[{9 B;c@9XdQ.8@ǔi> pf_{+2(A0wo2݊p02fBFVZr}+_:a"mBIĩqL:㔦&<" l,~r@rCBtHh=졛Yk Ӂ"Y[>tl7~\ ZZO噑\CD(O -׏h1ֆ|=lHXGJCF^+ UMrs/=r@cA/zu;Jy#*DXW ca_q[EPi% c0Z~-9etxI '#㴖Ic>}5x7@G_-S^z sc2{LS{MKdoSV˼ @d(Pk0v0 RagNy.d3~/RF }NM"`>JC1NNJ $d2ٱN.=%~[aiT7#'C`[}8@1J-r-қ\>W'M>83\]q#7ѐу,ߠ[Rsz SIh㻋aa@4^ߜ2[HĠ d]ew ~1&=86t{ɽD9H3 'rwRiSgrReqBBWMqɴDː,\;Q@;7'9|̜@{jgMAa9nN9yܺ$Dā\&;p^\C_foAzcU޷-ǟĞ#Gқwea2tim%~@֢dIRe()4)[b>A WTcoԃ%%Qܒ9:u(DE5z&dy.)y3kij9PnӻiN뚆,0.jV X=S6gD_1c20%XVX bjYCeyEm2LfZbQk@Z4&I A`v06rbesrXI9:7KL\zVyD$\ \ԅN߾Ti"mY&y\P]1([7qB\^-=SpfhZn=韚=+ 5wL zdAz @sKBFE| .K˅$#O7e/uJF,\"JȈۙw`cT~*av}xaֲ8cj XA wܢ/ב†Oe}e?ic̣)!FlP$>EvT @dd<\#%PV^,?pQy3jՈ0+`v z\!.ݲ.A!ςnjdἇɽX+J*jNBڨԱp 53i|^D'qsL$@kFc[3?3pbʕL7]k,䇚3NK*.)"Dqύss>ðxhV`igsn,fO !6U!bDd/x3q^ؒ=f<:y g;8=SM^V_]٣&<5l('ĥY?0d~4{x`V ޕB2;,POm'9y-yr4HB;TkETzð69v (_! Dvӿr 7.*C<^X"N@88_2.$dўBCJH9Wn&zQfrv ,[V/`be)cv g1xVAG~dRFF(렛8hmYi@^ދQ;f+',+4IThl7D,Ck~\]b H(enn$*ml#U!G\ߎ&%} YwˡF5o?wfr}.[> .Õ@#oy"<D,VE N`aiL(Â5\|8ubyz?x|*9-Sƾw,uB]Qg؄@O YZ