perl-indirect-0.39-bp154.1.18 >  A bx0!M@eee_HV["y ctKw?U%zUIa;<%P:_& )̽ޏ] `mjEP Տz*@ uB(_?l9ky(q\p>!?!d  [,0<@]f    ,  @  h     $ V   4 + (L8T9p:FWGp H I XY\ ]( ^bcd1e6f9l;uP vxw x! y!(z!<!L!P!V!Cperl-indirect0.39bp154.1.18Lexically warn about using the indirect method call syntaxWhen enabled, this pragma warns about indirect method calls that are present in your code. The indirect syntax is now considered harmful, since its parsing has many quirks and its use is error prone : when the subroutine 'foo' has not been declared in the current package, 'foo $x' actually compiles to '$x->foo', and 'foo { key => 1 }' to ''key'->foo(1)'. Please refer to the REFERENCES section for a more complete list of reasons for avoiding this construct. This pragma currently does not warn for core functions ('print', 'say', 'exec' or 'system'). This may change in the future, or may be added as optional features that would be enabled by passing options to 'unimport'. This module is *not* a source filter.bx*obs-arm-10SUSE Linux Enterprise 15 SP4openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/indirectlinuxaarch64 x&>"TAAm$A큤A$bx'bx'bx']#+bx*]#.]#.]#.]#bx'932fd2f80b710ae56778dff4b9a47f2a2830a71ce294f3e3e6d78fb4d4047974b8746e8d0bec399274f896e9907f5b201561904bad8ba9c523c9b95e2dae1ee68e9088bdbe7fdf5167c07f47702f9c7ba00864d64bcdc7082bbe29257c467379bceb35fe030749c2ede6224b11a8da7977cae025c58684e9438abb00486cab1a70e7b5371b7dc6ce598abda77245ae9d19e7c221fc19c00c77f204c68f2faa9fb3f810119ec6cef1a10152483d708a5a9f3de368214b06e380e1371ab75c17acrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-indirect-0.39-bp154.1.18.src.rpmperl(indirect)perl-indirectperl-indirect(aarch-64)@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.3]-@Y@W-@U?U+SN@Stephan Kulow coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.39 see /usr/share/doc/packages/perl-indirect/Changes 0.39 2019-07-08 12:00 UTC + Fix : [RT #127118] : Fails on perl >= v5.28.0 with -DDEBUGGING The module has been amended to accomodate with a change of behaviour of a core macro. + Upd : Contact info.- updated to 0.38 see /usr/share/doc/packages/perl-indirect/Changes 0.38 2017-11-04 15:40 UTC + Fix : [RT #123374] : Compatibility with CV-in-stash optimisation Thanks Father Chrysostomos for reporting and contributing a patch.- updated to 0.37 see /usr/share/doc/packages/perl-indirect/Changes 0.37 2016-07-12 16:40 UTC + Chg : A large chunk of boilerplate XS code, which is also used in other XS modules, has been factored out of the main .xs file to a collection of .h files in the xsh subdirectory. + Fix : [RT #115392] : Intermittent segfaults with heredocs Heredocs should now be handled correctly. Thanks Graham Knop for reporting.- updated to 0.36 see /usr/share/doc/packages/perl-indirect/Changes 0.36 2015-07-17 22:15 UTC + Fix : [RT #104312] : fatal hides perl errors in modules no indirect 'fatal' will no longer hide compilation errors occurring before indirect constructs. Thanks Lukas Mai for reporting.- updated to 0.35 see /usr/share/doc/packages/perl-indirect/Changes 0.35 2015-04-06 22:20 UTC + Fix : The module could end being disabled in one thread if it was first loaded in another thread and that thread was immediately terminated. This is now fixed and should address test failures of t//09-load-threads.t and t/42-threads-global.t. 0.34 2015-04-02 19:50 UTC + Chg : The new environment variable to enable thread tests on older perls is PERL_FORCE_TEST_THREADS. Note that this variable should only be turned on by authors. + Fix : [RT #100068] : add link to historical tchrist post The link has been added to the documentation. Thanks Olivier Mengué for reporting. + Fix : Segfaults when the module is loaded by several threads (or Windows emulated processes) ran in parallel. + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting and feedback on this issue. + Fix : Be really compatible with the optional OP_PARENT feature. + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which will address failures of t/41-threads-teardown.t and t/50-external.t with unusual compilers (like icc) that link all their compiled objects to their own libraries. 0.33 2014-09-29 20:20 UTC + Fix : [RT #99083] : Breaks eval in an END block in Win32 pseudo-forks. Thanks Graham Knop for reporting. + Fix : Segfaults during global destruction of a thread or a pseudo-fork. 0.32 2014-09-21 20:15 UTC + Add : Support for the PERL_OP_PARENT optional feature introduced in perl 5.21.2. + Fix : [RT #92806] : Tests that use run_perl() fail on Android Thanks Brian Fraser for the patch. + Fix : indirect constructs will no longer segfault while inside the empty package on perl 5.8.x. This fix may also prevent some segfaults during global destruction.- updated to 0.31 + Fix : [RT #88428] : no indirect in eval can trigger for direct calls on __PACKAGE__ Thanks Graham Knop for reporting. + Tst : Author tests are no longer bundled with this distribution. They are only made available to authors in the git repository. + Fix : [RT #83806] : false positives with Devel::Declare [RT #83839] : false positive using ? : syntax Thanks Andrew Main for the patch. However, please note that the reason this patch seems to fix thinks has not been explained. + Fix : [RT #84649] : incorrect RT link in metadata Thanks Karen Etheridge for reporting. + Fix : [RT #83659] : false positives Proper method calls in string-like environments (like "@{[ $x->new ]}" will no longer be reported as indirect. This was a regression in 0.28. Thanks Andrew Main for reporting. + Fix : Broken linkage on Windows with gcc 3.4, which appears in particular when using ActivePerl's default compiler suite. For those setups, the indirect shared library will now be linked against the perl dll directly (instead of the import library). + Fix : [RT #83450] : newlines confuse indirect Perl sometimes resets the line buffer between the object and the method name (e.g. for "sort Class\n->method" outside of eval), and this could cause direct method calls to be reported as indirect.- initial package 0.26 * created by cpanspec 1.78.06obs-arm-10 1652091690 0.390.39-bp154.1.180.39-bp154.1.18aarch64-linux-thread-multiindirectindirect.soindirect.pmperl-indirectChangesREADMEsamplesindirect.plindirect.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/indirect//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi//usr/share/doc/packages//usr/share/doc/packages/perl-indirect//usr/share/doc/packages/perl-indirect/samples//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-SP4/standard/825109ec0ef61890779a61f8744044e8-perl-indirectcpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=acb1d1e4b570d1324b36bc0f652e6342208b481d, strippedPerl5 module source textUTF-8 Unicode textASCII textPerl script text executabletroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRPrGV G]8]#Cutf-8022c0765592a8fb4f6d1303f20bb735f072e5587f77bbbad41734bb08960b5bb? 7zXZ !t/_V] crt:bLL ?Z+"o.ebz+LbNjNk q$u JrZ>$[[C4ωɢfN=qiZYak](Wŕ3[(v)^UYDح=d{fj&Ue9׋ 9<nTBMZbއ *$R-ù !HzH:xC$ Ũ* FօIhFxLZpx`>6c2ߔ$fܒԶu.;a3VRn NSRBNm e5a|f3mb9 )w'I;u渌JrrsKهW[Ut>|1Տ'HX#5^"W&҇m~X,RJ[b:eylCXZ%NxwpsH*זpaLb`p"ӵ̈́7fy!l|xeFrWyۣK2X e =q6݂?b`դ[IV}ʽG?6_͔g3l0 W YT{E2JT;BxVgQM+!O6^SfCHѧL o^ . KqAemfS?뒜AhZWHԫ ;[F3ji$΀0K^H$|~#)5d<1N1-63q5ⴏ/IC-ַ]X^=2f sk^8uҨX件N~$AzZCRhQ-{Ś'>J%TL.D@m!Vюh6]t~-#scG Imd_ or7юdBOhڃ$|_rp?w jq 0}&]jTgbG_r><\S.6Z;xY-'K%OGQzi t`Α7Q.x4[#<2qDETo@A]p9]rT@]7Xl@`7y`c&c"7NcE5tuG]+q XtX.D4KV M}P+QĄqor BΚ-3hJ?J("Fݬ!*H.n/%}(H흙nVo@q*4ԯӀâ #)Fa@60,NJbA.H J̗ǿH9}Hv486 nCL*Wu֧?"J!E\ }WooRp~#Vxd~mݠ40gvU MOzd01H5lue6s!V1o_(}"n枒㆙PH"[?'3 j eFCG-Ψ,1,&\x;]~5}"~ނ F nТr&+p級^]otȐ.Q"TiQN$piC\ş\T Ş .llC ig&~8Ddi8U D#o>,#c>2POM\@ڍSjHf^qlJ@[<=rcWAr%'M߷՚Oe͵ R#<`T a& TD ])MݤY ۗBFRQT$zvf<WFZm;-UJ/{M,J@ukqSz}WDCT^zS^f ꎷ4xh?ag0)6(Ê s$Ww g6pG6՜WL.`Z OJ35b tViʵӾ;0 9.ZWA4Hc{c>dϱv&s!p1ڕ0UҞax\>EKh| y]% Ǵf+>EmQ\ъڵ; &wUg^ؠQgT q51޼-IW: `UHQTxYYcx9KwPx"l-6 6t{Э?>5`?XM E0;Loq niH4/cݵGMޣS҉A;DVH0X'!=M0@g V.(x| uvxw +aΟӠ-j}d(OƙYr:6i)V`:5/0/nU-Hc%_4] E^F˞ -Ҹ.Uz=u2{ڻKM2pnSlP~lmV>0 k{a[l{;>dl<$[Ak%Idm, TT(̔`Ba ϧ!vl%$%C/NyCiFۇ+h Ut[nM42v5[r,,2PiD|$xK%X*谮 ڂWcG$>:dG03F=/?LށV;OWp|C"b/e!Fa-GAL-)ZbOK|2zd%Vm܊  t|fÆ+Q_%lB"wOA#cr>pK)4=^QJl2MliKiːA&^e|"^bϵ[te#2zfm gQk?k&t^{YP(r:t7NQXjHS3l[P"$f~-"B L.aG0pލ_3f$B{WRw6Ծ_KХ'0plvSSqhKv*C |4m2|~kP~".yR`)Ģ 0|N)ek+١jX@q ?N ߣ{FDL4zs(׃S©&o?.6Cw߲($07z.sHvo ! r%Cc9Œ+Pͧp(:!ྑ fv% ^#T1S#wf22 l6;B@&X Ϫ\9_Ri{/3jMWj ,&vwYJa~e|kd7 W1[[/lR%8BН笪(>~GX$nMwކA+\P[-+yFKsƅ ҆T^52ҾsI5ꁇ( @˳@TZݫGIwVYiMDʳ;U٩#uiz0N̏e/ϟ>lY񹥊}A7p5F|'"r@G;dp,q]R&ڹE #cQNI1k(l[6iy"4.SfWI|B c]mP=czR #߶- 06Hxo ϘdW{+w!Yvqe/Pb$Raun8#}6;oxu83EjopL5x$Y|gY1m%Éy04VꕎGI6ҟYe]!ɣl'Rܠ N8ǜNdCQ@|<03 $MػM mҟS謴F ߈Пtf"{Cbn~b-Lf'#f',GVN^A <Ӕ͎.G/%7wu |ʗ4)K7aCcIb(jN =C)@b0nz@3qnxrXѩF䖣VNp1Cev iN<[v8/Q[? y jcBr?aeU'Xk5C !T%2TG9^y lT\6֜LCrțy<^ hH($AVMrgJNz S)@ O.`.CZۯ "W$쾾,k N9+"!]PF{Ϥ.&! +d#_([SEa$\tȟpv MqoRceV>c9""b`m<{d(4o?bwso0adIJnf(>F||w\B=fFڂ<Z2׮3fM+} ED 8{_ڹ-qoMUq_¯]`!cjAe%ٖJܶvKrZ$/5;A\v7W8O6{ƨ/Mq@.-,E%EH1֑̙~'p 5royBIQьΎmǩtk^F&wLωJAn"k4T\\җB㣏w~i\cpI(D#QU/Š3: 8p@,ѩň]ݤd*ʯDau%_8*IJ)k2aO9 ?s<;J :mihie&I*K3ǿ)AI]n"A/Нi)e|6 U#vYDփfm Ň?X7I`/G7].(V  J?mϱ4^PjuxU>6o/噝PB 3!7-͍"?KfV.>ye⢜)8ux=:3"st  %%9:Tic:Ee8r:e} qa75݄cq25wfgS!`%m [҈ Ng="l.v34-An~^}xe#]RtZƺ9)(àϰotU/AoH]Mh;FĐ#zc w (YνT#z{̚ >bb ^)('5 2=3A‘QQ (o\%cd?4e Um!-X I|PzyKmׇ'p N| ZݬC.R\7*YO fM S ׃0>q.)SJ=_b#V{$7*uD Z>@w(POb~z$aԘ!Gq Ǿ}i7좣@gwAmV9}ݹOOزLGzޏc w6-|tu!FQu_]XzN9n2EjqK%9<|@x"0lWdlE.b=; >ٳMKMBKd۫" :/ݞ07D`^n!NX N,81QwTKd5.\hB6 PEn֞O>q7M_j=SħMv`\[24ԛaUve~G iKI8%/ 57?:wq;'D]]O+y;{0_dCklV^r Y? ^~Z=h>x2 ' f5(/0N~J\׺=[DQF[1,a *~Qgw4#o«#q9Qh=wZp?M۳%N^ būL `t5% blu9Zpܘvmctjw2z37kO3m{F&Lr`ca"F `,m݀B2}0ڭA޽ ,Oo0ZAM'A:Zm E rOqd 5 ӵV)⒏Nǽl%+Gq,Ǻ08Z5椺#J7$>0*I&/ǎ8_Η~U%{yzuS9M+R<6o5B Ya S]&ʵ\.B^"О.y(f6j6y,`W<מPq wet"moщe & XbPX:*7Bt[I:0ƙшMg}nCj/8H(دa@Vܪ&/aӸt^"jS}DG]`}+Mn9 -;Jw.v?C;8-0I~͙pGx@ۙ%Ba=~M~u ɷӑ'P ?6v9B O;KxBά42D2/)Fyp6NߠؾDYН 93I\o~P u7#",7)Ӭ6cM-SA! ̐d.Jm'b'~N悸VY '25 G C}u*}VX3 &P`kmUTfWYd|D:f0Wi~]ފP*HM|WpBMI^=՟u0Y]¬JS%YfG#H{$9~K,}a{ ;|| >,˝%qpZR9{ngI K'fqF].+U!m7:6vOJ9@0,gRGqa_ʡ}b4} %)3$t 06wVsO CD AΚǖ)KuF Cd"խO bPzèrgZ"3De6_OdWs-ᇕ v&xx')#/t\0f\Be!_ȦԞ?.qX ߺ%;,z ƈ>Md7DXJ|6AavsNȷms,1ƜS'M^F&EA&d J '~ƒD5QW2;70ӑC(A7Y#܍ ;9.MsR{1Ej90Vԏ?([GMS%":L*DxQSi>w\oaPi>zKma\7ڻٞj%򙖨tY,<8LH4ZZ Wmš$wr>4p57$O_8 !rDJfB!i6-9߼>+-w}_l~*sß9if̳dS:!cP!y+醙c52),ėy:(VM@ 43D W߳CU@ HKs/{C9a7$u RdCW7$ٳjMQCs3~u/svn[ˁ #!C^8mCEֽRǥˎX &[K=K 5BuTb tٌIu9+ob2X=C;3px>M0Jͻz˱A=ߋ:bv4g5mWaز&ȕߥJ9131}[[I,vTEJt(um:z̅[bI_)6 m7!H$[˙m6s{fS>Wv併m=hФcB g/ cGNW-M8v>8MRj}qQPSӺ܊N=iR)`u.ŦslzEI:KJ߳w[uAۨ VDƌqXC!kB#LqV8gW5*ȱ 軶5ʠ42dBxxDZUb[.{8 u#zh]Iu8[y`ʊ z)xSLӪ1@$?bS9N;| Kt, lF߻YIq ؄!N]O:OOY^x7m|2p ~ڞZMp|OlW2bkPv)#` Xy' `Ws~k'@q8KbCLYdzo)pֻ X`!Fƶl/mL3ȦSVi¶?\x(J?qF}`yRs y?ΥLleQ'ۛ<1ǽjKGӲLyCn)]-qu᤟ikb2nӮST'csqQ UyvT9 ҡYgY6I3aˍcE#9'Q)Fwd3{.29)rM4UK_7yrgO!W 7/ -h)c97n `r(^XN$:wv.\UU/ieN ;'5,%뇹p3ʼn^rw)Zp :sY;E,kӘ ~z*_{UGC/ I۱*8TZY}K$ l{ݰr <Έzua:&d=,ۿ9euxs+ |b[ooaxumtmO/ ަL{Q8,6XK1O9ZhdϽ)-C.15"XlV7jObѷ(8Zمc.uHX֥NR3k3idT;Ї6uo ձ+7>Dpc >~BGH8Ws7Ze2#4F$z5xJ:Y JJ2W{iOFnH1q*hr-%N#ŢAۀ I_wng8$[│XXXlOx<2}HZ7MٞԳcy5zҶfnNQƘM肸X^} 2R }vhӧ4PlֽM4&R+.s* MI4ԺRQQ<ٖg >񽍃fl+D2ooMs{mamʵ\`D}F(2 c0qDd4#%|DI S"hBIT|Jz_77|2ś˩1? jHCËۺel,`N~3UvUJ@K`+{@|MZS[y2g+}QSw*d8گ ޓ]6&|*Qr-p|B&0.v[ϫh gl [ubSͣ=V!|%-ύY$'0-g6|d?䙈|v:^ ]Ai"c!r//QHD Sk# Y~z˭c7@UsgLoGМ[,H2<\)C[>Y*P:gm:1X¶0F Wnrj0 h\Xuz}4&?0cA`Lx(2  4}rgr e;h.x8GMH}j<=fZ^ $}y;\Btih$l(_S.\o \ ̩MĬ?OwUTDo Ӑ5skYeGIPM!dhVY,C>ZZly277ɦfgM$b`!%Pj$n6ab*i04uptO *j0Y*˶C>۴ծĜ0R⯈s$N6Pc.=K`ˢ[_ʧfL[Q6Wu5>7kJ=s47Xj ]kmS 4-rI7ZɉR[|?fޥtSowo[n}7m1U Rk4ǑEdI;UܔFw%=_ar:ZlCk!X"FB~um D[`Iƥinh ܿ:5"rzEcs꾒7aJT~/6[@xl"ɩK ԛEn!eu1ذNhxmk}ؘD&N{&Jk#_u fyзl EX@vq[#h~BR{&ڋ;,VujCtBRvcM%Na˨:΋e A#?[k;`rߟUelN&/Tܷc2L;μM?\Ld@mz'.ö@pSUҠc}~ GQ_zVqObWqO󗹒U[;zf(A^o5s3'[C.}cM(~^Ȱ z-*$q m7 x|I؎ mf"S蹤_d1k,*<嬦Q'PȃKL'~"Hdѷ ,M-=AuIuۿkbK/Oh:Cp션6 bTUPWo* HJ/⺪I ;;306&= %)52WQsڟbO∆+7ΰy>tk >h.t99z}0KtG?\[6Ŷ5+{1gCXMg\C}Hm*)Ia FwԽH6qF:wlnmѭQLߗN0rb1^Y{޾,d?nߛ*N.Ni̛i$p,jp #vdTF!N5.2x:PLGsP.ހ1MGbS{p}\P&%v RC2kd^i$|{K(b%٤Tܹ8xg:f 'fѧq^ Ȣfɥ{tol 35{7X$@L b( _7ik*65 B;i9uz]uc#" t&$DY>}(,8iZ˓eB6qe2XZjqxq|dx!ɖHipJB+]v&/#hLi)]%x?nqfv钴\dwؒJ>uɮ`U?GOٞMvZ~s6+=w;ۢkbo-ރհjK ԩ6|ɲ;"83XwH`!jcC%SD6?wJ4<%!r{4ae$l58]]0ƐQo|'IM; +2kTeج i4MR¨aF=$" T <yeC>UtG!=SguA,oM7J"qmNur:2ރTy6 9.[> aP#˒ IO8 #5R*hE-C iF/ )M!'yPkwav(nPi=[&/{ުḊ8p"8~? _VWL1fz;߻7lf54VO]RVвwMiԃt1taS[m{0$(]^U:9JTTۣgU0wm>SJ^TzAD267JsoFq>rqN. aţ@xMr"wӬ,Z%./BǨo-7EQW#yX5b̶UF)\ٗ^f\_;#c%}^85!!uҩᆤ::\/>^U\mSX*kU;Mq.`0)x+.=(pmHeQ t&$uBK(YeMl(PRP jK$xiF"!n9MS!BN?-$)9) ׄR>9IjIJb4!_ᡏ`!2 Δ͹aJ";N!2t9c̗ ?:K1ΣVP*Ȩ| r+ok~`\s9 ,~P8 ^])̸0K0KP*ɴg3Apԅ=_3E‰}>gV,pRc 4x`ɯ`OaM+"`԰F GF9G=hB% g|3'uk\v I}+G*Vꑤ/]4^A 7e6Tg_w8Q* 0ѳ!!6&p,J Q).f]G1lSUK&g2A::2Hi[~|<'Mr}!8wb{F IkAI@= {=jŬTW|x g ) aZ2ؐyӮQjv\SWh>Z")& # V塬xΫxޣuCR7FqJO9~7ޓr_F,_[qj}ta =,z/TJG~5V a<.9!njmgZVy 0C$nq^sIϘm7.B- ;M0 74NY 4el06ႿߨܜB'8p$:s"BCxf}Z"K g4,ʆ5*k53A߅tea36]>HP έq771މ}opi(j0h?Z#NJժ.MdPt8)4<4 Ʌs Hg&3mzM9 0)ztڨ\RΩc|4&tA% ATNC\z),ک wtH\7\$/B֕=W4wTFdB+=QA Oay]e,.x9LJuC +Lz Q#8HB#]TQV/Qy|fߙotA9AS{D1|RS@`>Gͺ*&sv./J3i5A!}Ϻ^G msսKGOo֥N8$c~餉|G-Tpm`Oq{=zt%RxAA>V* v3,ѫΑo2(|?B3Lv>M#;̐8لod۩MӇ'oRGPjO_4{ L*|i0Η7$k攗k9dyfh/<<| $`,emԖࢰ@,WVTTwzp 2r/b<-`?tZW7-TЏD43N=V?@:8ٞr0!lrJl׆7FQt^ۥvhci|G[=jnpJ &S2;S/*o<(h,m(YOieqGS0|(x~M.-\K)rJܐ&b%9z#܌SA7骿Aoq8!CvHG^qPܼ0iͪO?(IRyhƎyJL\u6I#]i_.YSw]C@] z]bN ~i'4QkH$:ث+U|:)s[|$N -Z04D eJS !wޭrp)\Wd2y(S}ҹ" wg+,X nɦн~m_1԰YXmD$*!Z7>y.ϠOxcJbB=ac h"N^~2跠`g~,Ķ> L(ܤKhE^:u.2f#M+>)J$ w]5fI)Uh+GmэWkpEqjQF|[@ (2!=*⛰v ǚE|6SB/Xy %62JU 7$kyL t/%W0=$=xJmwn݇iΑ\jBehp<ؘ T1 z2-u`*)i 7]O _c+N$T=' kҧNr^|h_$I  ܾ7bYkYk2z|k &M M1.r9r904-ӫ4ޢ/&m뵽hٻ98放8t; tP1v "Q mn'1|uWT?):ȲK,.旕vIcϘKlb%f9|̧T@`{ߨjN3>:w`-'60 't Hs#}l 8ǖ3?ܖ,C`68k%Z5Q5z4nNGVj^O+*}L}=>4Dr>{C}`:ޡ3@ano6gmsfj|>UId vzƂ} Y{g>5i%.Pm+؋r85-12 0b8!1r+ZO@ڥ9*KZ-1ր9cT; WoϬRPlw|>E܃2um$I,w@_\ BYKqshT?ـdcbDŝ#i(ؗIau +Yu;d:ʆ#ʡ-/Z%|L LZZz|Ļ: Y9wMXz$דmS CQR#OyC?8.vaXhSFG8|e.FVϹ52uobM,ڨm:&>Mi(H"^^g?ٿ!Z?ykfC&]2XE+.nW(L>}mm2_p]ΞL HRb|-?;iHl?^q2Ga宪uұGp_sICv'LRuG> /vxe .FdhHItKdpS 1in 5s\_3ku30+r4Y0;LPx1<9s^Y=G5M'G,B"`╈E"yE>hNNF7 =,N޷[vcEjLy݀wcM@Ilڵ֫@мArˆrNsqޯ'M1 X1~#z 4e>,Tj٪/^4ƺw`+`.߂P'V~`Em+-,مfEYt jyeI).QNr2iöjz_veKwA?$qJrA5,w<ޢ9 \!boRΟϗ0w`B E]ZaGMNH}B(YCUo;{W6GS.t/yo$jDyt 9D},{;W?u3iB%ÔܯcC)a`\rDMvxU`jq#A zFB$!F&ςT84җ^[4G#Bveue%M-cwmFNqKy߂>nH]60Jj .i"j\5ִ.PpW9xd |mDVO‰7OIm.Ma7j>2GD,d+ڛU" |v9$v\sPys%'y3O{ C)oq큅ɳȪw=+VS'~썁6ȗ6/g&bN:\o b{E.+fƓ%pc,ۺIFeDA]x-_W:k!:Mt0KS.ڢjJO=@]@p2A <3Wl6ڃHF(͞pObB#kmS}">BD¨hy{eABC{5& k5zvהux<(6.U{KpORSt$vBݜ.P1x%J"y6QYQ*v[ }}w̦?-fV1a4^>}.yCPƆɭ;?!Ζj))6u1F?{~LA-猉v.RMo 6}`Gb*W{+/’ ;bnPC6њW8l9ܓO?L *DgSR¬<.a!cJ:YvRYz!G2T-(P ^h7, W!tvc l%- 5="$U5 %CӅWq^t TopO;=^ҝ4D |OQ*]ۋFA24YS\HSZ AIMl d鞞J'pռ^K@y(q+cGC?G)1==?r&`JekQojC3q߃aFFf~lmŶH⧠yc=vad 4m/8-(ي_@+}rbԾl1n]0.z"-$$g YZ