perl-indirect-0.38-bp153.1.22 >  A `Bi!M@eeexYU^ST*9~ b݅yzǶIGX\I WgR5Ĥzo%`/wQxI`eY2r\ (nJ,fr]0g5- ghYYfL޻֒~ztP|..wxŸb:WSOJRwAHH1l|֢I*H$F9f+/J_>Lt i.459de4176c4a114a3c6038c0d0e902210df2f81dea883334447bf6e73d3f3985c367728eed75c914b76382e7bebaba9d0242cb09`Bi!M@eee0sjm,<Cd8@fۤ}!f%@Ҭ K>P%qyšl3vm>,N ܺ#e14 v Q\*N|('_rV LBN,^a,ǵf! Fݧ aoG/N/7*OX< )-0E7dJ,ؖh@s7f]T(_4¥jǖ锾gkTzƹIKibh&X>p> L? <d  [,0@Daj    (  <  d      R   ,  (68@9X:FG H@ Ih XtY\ ] ^Lbccdeflu vwx x yz 8Cperl-indirect0.38bp153.1.22Lexically 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.`B\hci-cnode2-m19SUSE Linux Enterprise 15 SP3openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/indirect/linuxx86_64&=#XAAm$A큤A$`BX`BX`BXY&`B\YWYd`BWW`BXf987d2909d40e9e6a26260b4a5c7f73b4e31068c945808a96c3ec2cd1aff28caaa00644b092d81afdeda27ac4157575ae73d0ce814a2ac5c26c7f284527df3eb31b4b363da58efacaeee2aceb3bc4e5b3f1c56bdeaef285bbf3c4ad1f6240cb0f54637db729fe7b9b49076261df3bf40fe29d266f4e61c39ebebcc7142761fd870e7b5371b7dc6ce598abda77245ae9d19e7c221fc19c00c77f204c68f2faa9fffa9b75a99e1e06ef80983d551b6ac6e2edacdb2fb1e9632a717997b5d7ad5darootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-indirect-0.38-bp153.1.22.src.rpmperl(indirect)perl-indirectperl-indirect(x86-64)@@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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.1Y@W-@U?U+SN@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- 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.06hci-cnode2-m1 1614985052 0.380.38-bp153.1.220.38-bp153.1.22x86_64-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/x86_64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/indirect//usr/lib/perl5/vendor_perl/5.26.1/x86_64-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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/014dbde429fdb3c904ba86222a027895-perl-indirectcpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=48acbfce44e7f9223dae482f5ce690aea729e61a, not 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)RRRRPk\)Q^Tiutf-8576466757d87c59e5bad7f59ceb20354e484036819028ba8d4e2d7d9c87b8b6e? 7zXZ !t/&Wb] crt:bLL*cN9rnyBH.bo6$b< *;:|0e]9]R'g=pG^4"oZ=? Oqi`<*W%/==oeg˼D3`n[Ū-,g*VHA1"T :g#x)xv j1̈́,/ƠT'K?+sk=z\9|A:DMXo y-SgJw:,5 uC~$?zӐ.db/Kl [Y~Ms~t~r`Du3PB=q͟=~7`9x6P(@&EbACHgްbolZ%Z߰" 'E<#? +/{o;a8iQ)- ~Pmό`+q#kǾE'3-z uK׆= 1" 9)юx I;n(^yb@_6d=ެGqj:]D{\򨟭~8M$IUG#"ܘ+ zmPsfFw*I`ӡv mq/EO5H\{X뾂Led QYuR7]| \%>X26ـ$%??>]Nw0 b}*f+">N4)_4vqw}mE<< { U3 (- Lb_I!& z)'j9ŀ@0fբkwToӂ{ { _n;~sgW}WϹH6XvYi#7#mAh^(M%B Z.*Iȃ5zG{J9ƱfEWa>ۈ5nH}7Y3"b=yp~"k8ЪV0DG PhErZ("1Znݫn{xGFY„A0[&,G:&@Lpšgj+o|fH(>R7N"1_D}yu _Wu;Gd]:ɂK Bx>MQy?s/ S}Tw ~\p4Kbr-׺'@+ܜrL?f;r+*rd04kM7'vk0b} d!qM5ӭ5fx<"x)׶\rM /"wO:hH\ 1Lct-ѪAG1NDgf=PJs WNT_/>Lj @T58}9sH%`A`v1P%Wؿt(EfEgM߷ezXUiYcD~ ]E,<%\5>a Os2 딽#s5<.8'0srPt'{a8=]|, ̍Qb:AECi8&İdU_90؂5ӿrI|q5UDQ3kfE J5ͱn|5%oYr"1kguBAČj3Cf a}st 0/ Gi޵p)+τJD\].I4q3TIH`Zi^f0P谹r p;m$p_廴r.LDT#dWGУZKU: yd.%;]k`SӬj⓵2K5zmX~_IGbw]r! UD|lz1Lmܰ9Xٛ,Mn4}0۳7i_D@ 4JdFY-yMܥ;!1TGҡT=c ~"z4;Lk}9q؇x9w W j  Hz+8#$zLR2(z;Xv!$)o"Ng.9Q>K*6DC)>smlF\j)GhA8 .ggIfx=~Ӎ,0(g+?%3HՓ3A<ûKΖI, vB|Mo7fs" kg. dѻj<K8 &,1Ƈ|Z'XM$~ qD֕I.zrN쟄@ 0 eE&Ñs3ų|x!V`5Y io$xًkK$(P~eG2k(~:=m4`rǷj*P0 wB(Q>F I_YЈe+jv37 CN? `߈"R:lR7pLԜ^Vu~5P@m*M1LsSvܣ EL8'j :_>Y"=&w;0HZ^"g)ps C=/~2&,ZC?{'ηfȁ$};IikA',MrV |9#I^Iuz*Y|wĊ6jRΖ-T=܃[+WX&]gX>Gv,Dw`ܢ/̌zIݍF#O h#=>nN)ñؾ5 <{cE(0+-u< p{k-,S*: |j[e KAe*jO8>8s骐yfo;bkGwh-F+;VJO bѸ}&61YОܜM^B3SV6NEaebK؏RL `!GX#c3938DJϴDG5l f:u?JyON$D; FZdA׆AN޿oMN?̬1q#G 1?=P]OQ^Ö g7"SLZ'DB> 6` sS&, h%p,&IVVKI*ɢ&S]ퟜ!8d;٨ e0wnWݎfrgMqS̡AtFϜ?*\ߨ(qxȍHP**e]ޑi1VlNM9:Uyxc|bva`M# O1Ƚʄq|tkll݄ EezBH-]v &UYMdv aQ К6:&ރflgdsh#%29E:al+Avwۂ֔p#0P ɩ m^}LeKK_ƨwD 5|#GڈfNCt٢<,U;'DPف6GNҰ &[8ae11(I%$xdž)d֥EuD$#c/k!|4/w/?UmOg>=3RIҬC9|-p./GԊhO?V>v@*Ƙ#o3şV9D >qyy̖1iGNn*0 \]DuqyOɅ9HQt^KHlN׽1T_2MH!;F)!,w8A'2 cǚ²Bw2q;e]BZ\J6sx|Lj&ӂU.g-j*` z%ڝ!2^ ќ3|+Ra@L30=wWf/Q%Ԩ6e]j8pi;IIҴQG}!?" AٰH6V[biz [LYu';H'"FU܆(?GQAF~.frM`V#[Rەhnaq=~V[?W0_Kދ*QB_H+@+Ql-gn/Zm+lT5C0[džIaI(@EYSj=q3*SL$zzd {uG| l@KT_^\wZ~kqeys\txAl)4,}J Em< dwL>4^y;+oFpFXMM䐥$G&(Uvqz~&*vYO^̣v~!mA˖+IǙu)Bb qR펶o`iT͋g?Bi+ګW+$cn+_^T42 VD[vi4HuO04#ivc !O+F:(7<.f\YpR@2p{iϷcHh#.Uv~k(b;mUMX8PަtFVvҼ_Z"xpBzzk^xtO|PKf1 q*z!LB$XᗦO@4|)31(=C`Jsl4dazUY H (~`e#u(:њ])!q(jŹd$90{gى! -Oc! ~^zKz2XV T=ޅ{V=UMM**{?QKatr^]0qzYn62RBzǃ%udG8\EX#}wÖ}am2Ӻ0ӿvM5Wq:&X#N)J ,bs 8"IAoc8l2\㌍JΝ蒻ձ^LH'3HFY<18TR;BphhY<ZtncKt[3LGl;e$r-.:C8~L`[ы?kv5ƦYrqrRu_)-y*E4C跸vЖV;(G [EgBm=:޷%p `iX@' fnYdĸw ņ7jvꋽLiSeKU(EoAHB_Ӌ/$,+AFk/2t侔B.:(d0XVUj:A,hL^Qu(2XJ2ǵJ$ϊͲQ m?ĶBQįWU[`q24,l("fws~ZX }3`")N%M'2lEGx|_@X᥏Yo']^ӱ}?uˬa\2sٝM-懓|[H }/$YM(N NBkO%;A#rETʊHp8T27A9a_vMZwc f;z8'I]e#tẼ02apʝ *fX %N"?6a͈QprLxigcv!`<Gօ"Obd'f1z([Uoo+EV=_Tk˳l k/1~ 6T 󓠡I9ɓq:׫G~Dr%'c^<>ADT骠 )Vwmưh #5u%$(!l}td]~i%2!4̖;  "`w"aNvJBg=i_I+ ˜֊@Mw,Fm_ke:FeJP,>[4P]8L7tWt[(o^"9ՅK}ɿ,GrϷU'|D>J'B&™'գ˕Lkt P*)n8|8_h3x2J6\y ͉5 LIЮ OV[QKp.!|h_ps!Am2!k.a ǔg/!Us7*Tq9[Jbk|9HH6lŇ9GvGYc|o,Yʃrxy4r&TH{@ (ʘɔ瀓d8g' tTW nQu*)8NR ?Qg 3VY&rgJ. By=w uW^ 3{8ѧȴg9_'l>t:i[-Ƣge0LhU-aA#WT{&e,)h, M fq嵲yS?ȏ.;'}=f轓)=!K3 &^BC(n/=Lאb"WM氟-Ѿ\s{ig3Kmih,f︄3ɕ+0[9ܗt˹&)I?M_v~t>i@eREl -DޥCcBRj҉rً<.)֛y+Yc7'嚙_@"'n9'%-S[|-ZF= :%Qt]ᷴ7Ĝ:/ s1i7w 7D7IvJ: OU؅2ű ЀG~D8(9_!%Vy 0J Zj]]:M[M?Ouw($sJhQ;_HqJ|ZfF^ye$C:2rܪX{h^)yM|1 ц:SAwmpQk>YQ./t3%Z;UhӉ6TdM<ݑ_EHmRM4VJccba 糍fb' xw23 -q $=޿,g5zW>]$WRy aPBu}BOA`庩*p&A:P]d2L-%pq̘M~"!*oA'v6CYm8TCjy-=5%}?Mk3^mIyԻ9:a/R0K.αGn'?^^Yl^mŠ #2Z|t-o3V6;3'-nN\  ͘Y [xT~؄= Ooeվԛצmm!671"źKЉu'Lda66/qp>m9@qsBtu`MYxi&IK$bZ ҳc- ݍ@PAci6L;>mSc d%+-hDjw4.L**Xޔ ]'j95,TgukVBւ BaZM:ԸUScWE hsa 45Q9@xגU8 HW )\i~C_.AH=C܈к# —hsV? GN|lOm_n,} fEkm{V=, AK4sHW{*)]R2Ij0G=[t0tQ(vi0snܒise$KHU!c=)nӲz+~J&'|&xWըMXN w\lOv)Hmpfuxl4>ь/,"nlbcX &e?IE *~m 1`8V4V* +BBڗWG2q61ISqKТ^az/M筰6$ =Tik- hA(1=ǿ}%y@;5H>҂ .ZVkecV/~ۙw|.u׺̹^]ւ6tߗ3gm )40!.落hdҍr;#)(Z\\@aҕ]},a7Yo: A:58<J۽F4[ }&{ @Ka !5ࡓ2_m[Mȳs-v}4¶':џx^'~rʍKmAD-gHD5CQ7b?]n;#ڹN y{ 7d).&L=p38=Ʈj8cDgFZ#k?ŤY\xZRܸ.?J >QS~DFMJ,eƓNY.ݛXZ4;@2}au Ňlc@PW>GmXDcYM/ȥTxMV2LyvCkc D #CL DqemˠBƬw$_nԼթRƧҎ32B~hMka0VYޠ[05' Zn9H"mplwMr.dêće2+~0C:e g3B+˜)|S$-YShgQ& 3'|I${pk@6G@-`UKuXe^)E, "&'m 9Yd&Y)~_ jwpIB!y1=ş&/=9Fŕ,>aQA٫9֘"gM]'Zg i[er$O%tu7 7O4g^';Ay6(xHy~1c"gF_||#_wٞ&ؠ*R{PȄk_ufb<0r*{IODd#:׾\üǛЩe$`7?_/„ݽђV>4H닮(M´rlGLnDQ}8^a9\;1U>Hj6k/qH%M(G!qO`ŒҚekLl+{pJ6H.  D)x:Bk|xF(۲{9Bb ~n$ )C)9 lj]:E+B4y?cDBgυ794 řbftoS&~Nxuq; e Vc0 \E[ruQ>3L[$'iFIB;Hv<-P #U6ڝ Mh}tF3٥|b xu׵{F,_Ǣ\S%R#w`)| VL_m$i&45\!|PFAXOg.r8A^ف?w_N-ݔկ +NJQ磰v\ӌN˔ =ni@k΢xi3L/aĹN6?!g߽,!Y>'H#xɝl߄w#jArf␜~RWt|֨-lxo`X.^;V["0ch"ʴ;. L9a*? +(mqg!cdnNX?"oa+љPМTloLjcwd ]]vikC|څ@Ju  #SBPxP{>*Qu> UMcsݙkIE)',--:Õъv1A;ᩙiGUΨ6|H6ـKjK1 TcHB7J+个zavU=}7en]z`CέcH4VU`! dr[Lݥ*D BQB}7HNѥ8Ny`G-m.1&_鍊y$1 [y`qNͬRԧ;{{yx-  ub+{s#]2.ݯ76B&^,ÙnaPL?u8k!0yr3! <qHU6^٭7=g= o6 u8 \O,M#KrƖEjju63+ Uz]^ t *T U \AK xJA%O;jwąVJ@lv )g10$ف1̪@|vVi[M fI AUD>5A_O,Rz2*CVKg .`O7FzI&:LNDYOS{og rzwi(>4~MxXY"~RhWěB7lu):a[[M`QD10<+a+r;$'|X#AHFU)\;Qv_ld;X1-;{RIRw(RPw6ǐj`ؑG>q2(b+T ȌY"B P g}Rl7dAKW\Р8ǵ /#4`_#ԜivvB/BE얾D=#x6c%$vby읷_jtt&bϸHĆk꯻y\}SDR*f?=4ELTtut &>=Ýȯ[Rm|<~al36A{È\wX͓ZOQΤt.yFb.ZbȋGuiO,2b4cr]ꁻY(K,<|,V Yd i&9m!獈t8Qa_!Qrw2Y1aPY :ˏSEQzc z..Z{6nzx;肨=r멠 kRܩ%|A*͍.['WZ !bLh?>_ۮp<ĸ9!Hj+#s,>)K?|#P{-Mf455V/Ѐ17Ӱ)Fbyf UD6PT$]sL(Ѽ/,%5pyl<(tJ$l@(Ԕ}1! S65w*z&|Q8!^}&;4VW/ @<9JJ Z4j9h/' VbtWZ=tgŔ.N^{Qz|O^4Yr<ժF wmYg5 BS-_&Ap529b7٩w֭ }]Iy*=ٲ;gu{Kpߥa# 饕V%'MH`Po-]3dCg( G3 9rh+I +g:'{ R=-,s2T&]h [ 53@,KUVx;jΗ,01fC@1~֕|9݇=ϖХP럔=9ly/3_䪢JNbG+J+:(3KNy:n_m= ;+\grZ +B3V@*#\?z1*7ng9I yO7 &mcOP/Z`$2XOџ;>v<,|l`'*"w?0М2H|⸰Qlvi=orئX?#Wk˰M)Npg+4yE#D~.{ic4K1|MZJ7]8.1> GL;'= iIVo SNs~=Ac]jPF)b*G oyV<ޑ~LO[g:~j;+^oEr'`Dzm ouDR5Bh 3^p`9mTK|ߌ)ul9'^S\+QG{pbtxSI4kcG5iݱX*j#BкPSFZqed.>lBQHSV*ZF( tfDTpnZ;"Ux']yD4hC}*|tW k'ħI3僸<#DeS>UCd#w> \ kV. xܧtka_B3wKsp l$1|߂ިܲQ }4ao^{U9lNv<~ky=LȵPao1rKsV@Eus'(-6 2h٪RYV/Y3#uoxؽ-O:#"6PZ:JPNÜ%)yM^O'VH^-fkwV~-8zćg@8 n"l q[>2R@551f_\0%)KE =-j$f=THݠȕ>5iq<)* FxJg jLwM H]'e䇛҈:cE _+JCז\# 8Qgpq)#ԁ'Y#*Ap̅1^%-k{kck nzm2]ra\K­͈ƆȥN(!ϳȪ K2Vu|QVa_̗L_oTTԄZ_ +HQWY)|w塭s/b@n6ȭz[܄bCr-]9pMǦƖ Y궡5N悖[NeA ²]pD#QbъW[H?{Lm[U֡S,l}?sH:|:/j.0{"}"E PU kQ; } "~5R_aYcVi@< bC^|b3&7eә"5KqNȧވ lg @MU85i M-2e?m$Rg=:R/hZ,=UZD87-/"8qb7b{nyǮWm;S[ZJuW^+":2'y8K4}+_`PNkͼnUٹa,Šr xڋ";`$FD%WTS;:*'dUOLM9:̏iToؙa*t*gE^1ކ$ǟBSb`PymmU~kM&X~YtZm6|r#.eg lf,:}"p mBKQz̡#= PtpuyJ&Q\ ?v 5o VQ^" fXU.سW#-fdZF'& hN8<٧ Y n Zh 逢wbe)f=1};G~$sF*5*GʞDXPs a8J`(u[~+Dk eq#f#2> -Fy LIcp1Y>)~ e!P䃅DZSq(0 +'zc܇VX*h{?4cj{6sZ-lY9Z;xՠ/vX9M^&#J( 8JH7S}47TuCې}ƐpR働&`x"n~mz+yP5LO^5-і _iٺ-'ҔCV {K SyzcT2pQ`jX&/& ޭy726kÎ_E6֭**AS Bͻ `sn}#lK= ':KFAzoK95Jؽ{ !z/ymjC+Gdiz5[2 Ve4nec@SeˈؤĀ\iqB{dc6F+'.\4ZUer'1 ~hMjIu c~VB,"4 nހ?d#ɔ$1 ڦPb&0.Q.~j5e}i׊%mؘX .qh 0! 0|aV\| Qx=]K;͸vQ΄Y86:Իa1c̮Q89[^\ 2q_c&qxuhZ>_鶰0hp1=y:MDA #j׭]-PKYvWEquUzYt"*aOO4ok? HrsU24 /i|n@GXK=6)P6Fꫂ'Q #xIlp.[%VT^ʔN1S\cOLV]EYGНl" ӣ,,xzV7Gv+TR""ڱL^S X8DPi~DfT$*T,)_6daFإF0rQ`E*Z#Δ ,(ێ9d$T,cJPJ B.q5aEb 8baJ2YN% Z``Wo?hGK(Enqw쮁w͹eaҖ\ vdqOѽQ aBQ[CКj%>>Hc ?yy8m<#nF́ kG]~(Y'kݛ} "1^O4lVg;D<}QߜK^쨮~~D.zhۺҠ~ߒKI)Y72$u]Ev2k\.,И(dOBm '*# ɷDn&\dA9Wvd.`V $lڛ 7r1ymT3L62G}f 1mYҀ4vKf8ώ<|.T~Xtî7JC5i]6cMVc$ ɟ^$ͣZ/5|f4冠3ǟ/o  ]*}W"Cݳi 4ZYn)d2@ԨF+]s[R'QD!7aXTw2T .)BD<āC 1x16).qz[_~~g`Iwzcy>y?J|VP*ʈ3tEa0F@OFd_=֠7VZHhɀt65_5媗@EH m-- U}@ H|*5f*n_PDU+A8 qo!NZ;ZTjV1TWs2%viPK m ڊ*:u<ۨHlmDvo][ +r/e )PF49崋M@j_!VQ{Y{&vrd1e< !Z>)P^y6B9GA\ZC Uy]* i. t|] ]AZwzǏzti`F+_yϐBȎ{nH3%'xYPFRz  5gz;ru?jg 2} &A؜)cTc|:[Rlca,!>> C2crF:X->:ǔҧ=j%b\Knu@_m+E%`Oʢb@u| ͱА8"Sbd#V] ,L5 UR@Ø!FG'ccCos8Ek0ї\EY=Z4'|v~ic?)4г`>זS&ivX팣z>3cyl(^A}5= jK Muzja^̾v38rHsJ#p7gbQj)4:B {k׷Ml-I|1qj8-K'۵t#!vnwZ-G#'~U)@ bb<++  8ڰbe+{~upXI}q_#H^fm9v%S.Y!WY6zC:'3=Ș1ĜeQ'Q9Hֿ0X0^ _U_(uz 1+h8:}m-mji2p^E>-( ^xusX!n1n蛸w}\ՁozO_T]WzNAo^I ÊPޑ̑(%%i8`(MʮRE_KYQѸߓ15QJa"!IJƂ^DcfLN^Qu~h˅#=MSPt'*/ArgkTlyCyCw/+?kŌQJ!,A.bz7uEy9f,K&"Pͨ "~{1WLG#N\#mـMZ;Jn4zz0Ŷ2V2ڹ 6tt EӣGtxP/wwס|ԐW(,h|֐pAIbkU2Q]$ҁDYr9[ *8}AvK9 *9>L_l,DmѪ9t"UZ-s+ACTViHZ]+Y)m /tkס#{ؼrƬ\T9S7[^s'Dœ"znܰᣝSrk0YW,t  NfȇYƣ~ڪLgnۇޖM mgk7w&d2%7MmPJ.H=y'SpN~jCqDe G1_H!z1Zya: f3>LH1QJN2g>;ήzb,f eGXNLocƢHgK_>:k9F؍ -ny(oaN^;T P[5|Ɠ%qӇv'fqY%-pf7O?V%R皁hPsn.#m8 >,;Jl>dR`u1F[P}YpyW%yMXVsQ=wߍ YZ