perl-indirect-0.39-bp155.2.10 >  A devLI%z .z_hsJ9/F|7`]KTgW5"]S'oIgw?O"GsY3|%R/E\:7?a5>\£ +f :lRp@ qS&Z Lm*j؉<")D'", l /DM 덐K7K8ca3K=H?J%Z fc$S8M;^MKg^F U@KY`#xngM9:4_%12d-d3BYHnH>o5-Kj;&2IT8Lr~?uPeOzI\~:ֻbw, P%]FRְRm<dH 7;-NhFV/ū-;7`>MZ|d=)ֿE={V9196667618dfcbc788ac603005f8effdec7606bcc3cdd1d2a18abfa291d3bcde6bb24ede1f9585534a7a1568e4df57a4e18b9d29؉devLI%z x]7Յ &CM;d-wk] 'DNN;ɋ;P$Dp\Bym" vŇ&p!R^#u?i}:*i%!F,ul M`tG*ѹt-+/:L]Q'!!4g^E Ox ~'G+Ұ>R͑q i'3!?PzvYk۵r,|5 3: A5,jI*܇ߋXѾq`rd` n8!CAJZRF_S߾YTѣЃQjq8u - YK2`K"U;St'nP]ڮX埇?L|1N ^7:GG#ryn9sm+JjI'P`9rp36GwJچ@51A9 z<ᑐŤZdi>p>!d?!Td  [,0<@]f    ,  @  h     $ V   ,(8 9<:F#G8 H` I XY\ ] ^kbcdeflu v4w x y z !!!!PCperl-indirect0.39bp155.2.10Lexically 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.devs390zp2aSUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/indirectlinuxs390xgX&>"TAAm$A큤A$devdevdev]#+dev]#.]#.]#.]#dev96466034c23988a38291572df42f8acc062fa2c7b45213fff26262f19e058ebdb8746e8d0bec399274f896e9907f5b201561904bad8ba9c523c9b95e2dae1ee68e9088bdbe7fdf5167c07f47702f9c7ba00864d64bcdc7082bbe29257c467379bceb35fe030749c2ede6224b11a8da7977cae025c58684e9438abb00486cab1a70e7b5371b7dc6ce598abda77245ae9d19e7c221fc19c00c77f204c68f2faa9fb3f810119ec6cef1a10152483d708a5a9f3de368214b06e380e1371ab75c17acrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-indirect-0.39-bp155.2.10.src.rpmperl(indirect)perl-indirectperl-indirect(s390-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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.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.06s390zp2a 1684371178 0.390.39-bp155.2.100.39-bp155.2.10s390x-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/s390x-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/indirect//usr/lib/perl5/vendor_perl/5.26.1/s390x-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-SP5/standard/825109ec0ef61890779a61f8744044e8-perl-indirectcpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=afce4cb40de809fa26bfb3a2f6e480ca25ab96ed, 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)RRRPYgԙMi$4&utf-85c6a729062d2bde6ec70af9f0e4defe2fa36031bae31ba69a1608a91589874b1? 7zXZ !t/],] crt:bLL dBTvGWavAd&+SO9Jm 頀j\F>I>l'\'*]dַ5bD reŌ6G4|4d"edwJ# VBd= ~aBO; d @A):i+ѳa䅨(lxMæˣn&}L(C ߊMHnuV_ x=Fm`Lʑ3aLinkcߣʂcfr Vo޹&2a89+]QA"wTt׸3UE7FG&K^B<6M%'o>)Wa ܝdu/ ;Wq07*o2SP7*.J^>#i1k~\l.r6 4V+5o\:;Rf2 >3˟l k>[I~_rfώJ`׺up(R\[ε*Sx)x0`: TWk9DPODԗ $tAG$l /4Ex܅n.rjZb5!w*awQ(TEҡ22RW}#`t-V(Z+V#/qy>wh9{l]<޹$O@6+1i͙';h)ƏrKc}ߖ!Hqr7H<օ; %T2듵_ˣˏ}VA%MD{_޹żr/ 65&K#!KTQ^;Ͼ%&EJBߪU$H=O\F|? ӘN#O]D{OyGBuh{4%fk[ wyONecpODO›і 7NNf@u@ݾ+>wTdPWQp_k[2RF?r65 ;K\UBy$b;Ҟ ϖ1h6P ۵ _J- 9BdQ}g _3Ɖ )9?.TpHKR~Q;f _Z4Ovx[5 ꂙὴ=,p=U3: vi2eCPЁ@G1AA D{<L0gl.>}/ӓB;u<-dϾz߾-w ̖me;KUY#"I|imA"%õ=v颈W܌kvkn]VOIth8g۲OG?!(~9~ щzձI.1n${,C×dԘhA;_HD@N{{M4g ?Q^I l3FO+b8ӄA#t/E~~ŹlwvzN`?քfP7nMek[y(6 $atWtYzE8|n4t`z]^t^ݲ<[B`m ÌJ~6S(g%hd&* AATۧNIYn;]K2G|A#a&vkNhUnv;`L{z_D?8Rp Eڮf3Ƴ BVHm_ /TQ޵*y3mv妰@<}̩A t}0{,stώgp㊇®[79H.7mjl8;t8vwh` D8@3&K,Ao,-?tZ ~6߄!-kaiyP$>`aF 2Ǖn sSjŎ$ȴfNIJ8Lޢ*>3ywI"Pt$nV=4v&bC%n&^fniS|boHfO b "U Bv[0BgKՖq2 vhv\;?sy d% #DÐ&yyڱ{oZ-+gxtpkU?yǙ,H 5- bMYd<|TidN ^}=K6( V] c1P;njvaK gKzߣy3=91T@=!*.(4۷@+l;k\X ݐ5F"kՕc\Ⱦ-_OLp /l J@9\ ^;}"=R9SaؒZXCp{f~)n_!8~ "R-$q9zJGDq-uQ'풐ޜFΠEf $/b sKۿ)qדqz)ï%3[ YSpEΒʘ 86{XWOLS{62 fZz`YS! WA/Cį Яވ Af@"E1b$F zl+y~Ue"<]ifLͷ>|A/6\rGћ)p,XS7V+&3e6WPAY2Z=3OG"düO&wL쐨_뼻?0HtU 6r}߾p=WA?rH! /} Ex.j%) Iꨵ)plg4A@n1ao=9Ϲ$}ꍛa%; jhN_:H9oFg= nç(P$GpwB\t/m?\X>z%h6ۿ\(c%UZv.!Z|c3꡽ܵ:Y{w!Գ?B8ZNW`^yŖXBPx)Syb0[ m z;fh nWY7,HA6 ixL^+STq/ JD:.aWt=ma'lE_ GNW:I䔋X6&] $1E#[ِYi&Kb&kQMD;bOOM]KtvBP[:Aqaq"#="јߛ; 5fD /Fb(qOy_l ?ڑ& w#pCk0-XѠBڳ#[XOv%v9"[W^h{EߝɏV|tMmV悠l7Kѷ,}ui􆛗%Zu^'_NL%6'>%[IܸΑJ] - G:K Y٤ 6mÏNb;YI7 P|Hzq'b{9* tG6sc@/n[ʵʉ;Yqv./aSҶ ]$Qg@T˻ɩ73(y9XS낸Pာbhe5.A>-aʀ5U`kLCx|皂U /6':M[<ixk$"`_?T4gucGH'P NQK@E2s4./DB;-s\&&off^٫ ø7eD/]:kxx m.~zăRoh3^iwDp;{tc@ʍTMw0ljVɑ@F)z*G%Yi5,T?aE&*tKeAk,-!.BvOJ=)@ \z UbKLS J2$N^}37)&IQr¦l4U%gq@W½5 =>y_V-CjaϘ1[m4UNs@ k?b3q3.F+Ƀ{jbuLRrgZm^3.:26&CӚ~Rd_IČ6`| ZIٕ|w߱_t*w[ 9y{8o`Ԉ͸,`eNxAdFVgTi2u)5/j\–[V 1l >pZtaVY_fR Wm`\ꕇH+c){,cXL=}>q>2J+8ժ&K,0iTDbQEeYUߞzzԋ|A !Z@~ ~3Yv?&]4z_-gѵYy꨸1x L[;2\ 1|-HN^nYP4mAĚcK{ѡ,Igp`#Un]POL2tXqM~\@cl˝R e0ezޯot%œj̔"s> 1Ji_.8?5AKQYD yT툣 #*PMB).jfޡݎJPvB_X9@?|HjJ*i.Q}A?al b ¯J| g$Es.|-"rO"㸳| 5r@Xme{mEiH K-)m5Fn +yz3_0r'<3b(g}q $gq_324{Nd:-O=%j 9ޟao'HV^}5er{)(U;kCb5_B2LG}2.U$WK,Bkp>dŽuh^mtx xkbLmWH1jGSG7!N%v4>Rs6P'Y~RA'W,QK'epw')9=`xܪ蝡pѶnEFR^N_aRnaKZ&O_-FICp@p U91Iڬdo`MU/RPܠ^XV{uyy| .7}Jfeԁ鑫iPj@O=X:Q2w`ZɠgdV:"QwTPD㏀ˡ\B GK-c3xLdۧǍ`r=ZJi;iϿbˑ"t tZA̷#Y|@!=&Ŵ K+N~ryC k-†iD(ѭifIW1(8$Sko.}%dzI0kvA4,72rxrM|sy`m]duUsaӊ;ea)r~'i d ŕª,eFk9-ƞۜgR^gyAլ$a;,9~(Agsl/5`y؉c*ZiUU#/b)B z 3?AFRpԱUâqy[w`wb -3mbPBL@7;Iz劦}?ٕm܄D]ov_DUc3Ƣ _\NpDw<N!Q-W/F޴.2| BY2=6+ 50βX~Uϐt-PipO}dNOe[}Q?_ݑӭ‹Oᨁ3r9c隱NԬ/2 XόU0߭´ 9s1|+/k"?Sp6!MRh\/|~D;͉ 0Bτs)vfu%O(2nW=֫K~Ӊ1P,䞠}jձa.' JsęMjZ?(KuR愚m4O'{0w{fzXS}Ca`|d} Q[N)t7:, 5(!-aL'5Tx1~$?Mh4yik [E xj*pNA{.#w9)>c/5z7Hu&+U9~mx;bldE}5g{}!wc14[egӱN1?`uXؕ7LaOKS"e7UeWE 4D!/aƤ[;x+7vxVEb3Cxl%J8ՀmKo #Q#F"EB2H[q>DO46g,y\ܤվ SR5uUК̗J!Awv_׷y&0/>$ #q Nqid,iRUjnGWixs_[WMa~7&qǻWQmͣQe@ovLtR_K|?t=q];!j'Q50 v@+wČ)|prw"NIzawxbN飼 wXDv4% պSeu`[sj`pYp'AO)f-~RT,Q4~jG皶2D)^|_[ mwC\ݱu`C 1_EZYBf/v"Ƿ b>d.ur"HjHa 譑NQ%QB,lNR=.8jm˹ s=af4JOJpl,oH!ȅꏓ$&n tYL.QpM~OECU1~zHT "Vܰt޼uQS﫟dGlΥY4Nl/*yVeZEѥ̮=-l1^xӯ},:F,Rp<90աM?Փn]\7_f2HR0^筿PX?|go#K|ۨ!wˊ.@o$s,\wYȲDCŸ2L8˻$vϫ!./V%./~-n4;޼ݩeAxn:V<}PuPEPVb]A r6wB $-@Al q]ȋG'v1Td4/-OxW1biK^9-{0}j^IAޟ(I.8S_`e>Ʃ?|jshTCR>wIG)`oB|C5?2A>=1_g"3 v׬ iP6ۄ8޷D&dTb=O"IRu{-,{+҇U;k.qxaټ;ܝ`xYʘ56HVߑgbIgZ2-O qhl`4Itjh rPYߢY*5  7dh2ۂ$Vl?,XrJM+Z @*O.h^w6:nF# i=U?dC07),: eKpCѕ'"Sau~Aó_$Ӡ]=lGҜVpRJ @;W+WowRvRɵ} XHl} HpZulv :ؖ9 Z_=]fdELzN浜'˸)Isk1@Bî(rAc}ѐvENio@H~LwQZo?1%EwX,3m1*n]N<~E_ %F3][#G'[kG0mO=yxB`#)pasTm1N`( _]N*Vmp&fIraGj,DG ma>F WSܽcy3ByM^f앮*Mo* zAD`/VIf=\9iQ@gF^CTFb%-[5᛽&6TQ0Aݰo;eO'=~ bcClk|'#ljRa/IԴ> !Y5V}XFvL5JjkfLaٖ"8- 4N3HO9b?#ٔg1[Hgޓ |0gT"F1$}Î-Oj:"G4^cm63}rGv=Hdp:r:~,Np'+.yw zEqT)c s?$`99$zmtVC{;J{heN5bհNd22!z\ǘ_utXef\hF.n^]&m7AƛE隼?)^L.'H#]L%: 2Inh}睃) /{y|}\E% 4m ӸH9 ,U]axJ}cҵ7Lrd9 j*֌}ԭv6s0ri5I2{1zK5N'H%a }En6 ׍gDϥ弘5gmkaJVƾ1"5@C7CF2-rxט,䧿B(m;D}pb>uW+h쿞k&fR.ک>Oi}Or* W]mgsr'" aM!A׼Ϫa-o +l`!Q/finHtψriɽlG'ǸybUWS_@zgf&^N/rb׌"K(#9)KX_7.£p2kEm@Wk ?<Dżv"s|Iq>] 8}?@{W!7rLi&5l7h ytwpm)[#TޏRKf}$«52p%avhqNjJ=_z([|1g♸)1b0cORLR6]HV0M<,[cǥ)[B{JcY{!Լ"K[jk٫V#,GGb c2u7:C^iLR%ܷ3eW\Po?Y/~9δ-"OV%G,]ρO+2oʡ_%9WB(GƊ`Rsny 9ո'?s-%<>|m1ix1$ηj ,+X /*EMDBզMRnJk!2ĉ'xz15ƵQ= Sܸ!ؗ8[g1XORB&y*PatntLD>nJFA LPUHGB{F56J Qeb-Gi& vV2QCμe̽][<c5{6+ݗ۴W{[]AΈ<<GZsڂn͌t?KÍ:O_0.ڟdVgKGܱ ؖ;C%"}T3xd|+) -r2`.(I!k-3"rj)X17D4 {\;U4\ 9g 5o1aĨy~`'iɻXnkf-u'C}3YṚ\6~;-'rBLva6 c7n5L;(8?ϥ4#E)r7lAPCEVMa0vc1~"j/ڵ{ )pnH+ku} voA8-HTx, 'X 6޷WI'}[g A +>2LOPLBųY,‹&йwogq[J}5PA7%p"LU'>>i^^,KiVeoSlݼMޭDZw.߶8)4ms1hr]{nIS9c>toGAgi;pM)hoV&fGl]xHOL9$ٰq1YX;T2J ~Lڭ!O51[5jofAdžܾ,ǨPT^fhdOGP& \wdU#KҒy֖P=V 0f /ԻR]Z_ި lnwsI.8ҚCH[_^0)Jʴх0i@Y=WU *µڔ`,C%?e?@0xi8M`x<`;W?Bx$҉hQ9K~K},̈́84()7׳^ Cu֓oN J| 6dFvj]&VO* ਸ#7Xdp2NED&9biɞ@-ع}6 1؆.6FoyH\aNπ25kC:DPdDFY)@̭U^.0dO-_d mD#.P`S#p`mfu+\#DjϵGaw0r}6T.ZO|a `?ZZKU$_0c)%D%}zTOqi)GqiӫA<];ڦ`Y*2rm@Gomv2гGIbU)(4!TQdmZ:('62AxE3jIGSLݳ+k{>QnRGHfM1D-j/ٰ#Jiv>c߉/1?f[f~@ f܏us#SΜxy´Wc/ !r یKp{Xu3g~ԍLUhY37NyJb ր!2ط/+!O"9$-Z0>凳gZ*&'rA㬋":,@;.T[j:/iHe#с65h'.?W_Y'"6""Q"lL2Ε,RyX5N.LJd+>lM)-q6gRt+o<ښkɦb jw8O;`_i0r?,sSvI)E~h C(y~BD=fk!i_n9=a`KٱviS_mpq'ۉg*ܷIғ8 kySř!}v^@;ʐE=7e=d*Q<0z2Ee$&W"=ۏvR>VThXV TVx8|Do p}7Nh TCP8lC F,Fb.sV4K>l '^Uӱ2~b=LaC,`pItZ1 yILZ`Z|2!1C)̐;1ɳhLPpt'v]KƘsp_e^횋Hb\ԧ\%ҹljھȇ lSȲvr '0oX.! { ^إ-J ׅ7N͒ajgDYRMxhRnX 0&A!RqڪGX0 -?DaG)OZ}) w:˴G qDr4Bds{'O)j%[ݷ#TT]۫ ]_sn`0Ĭ"!\f6͢HOk\onP]!%'L H(Ϣ ܧSAߔ% 182QozhKAoFTQߢ/( SRɄa2%gt`^7R9ߝ:\KaK{!Abyft %%ȑ dLŷlUe*XkDdS6-Ha!.):%M _4~žeС2c3j{=&u@s\Ux2(]0$ S]ӈ/PS3,v;=!њ^QDHv0kq8ƾl#ϔč)T*j睋f* l ?%> "UZGs tl8Pb\!>f2{knѓRYo &¶˹^J1 6kXM^`g"FLAq~dST TkJ/!y%f]ёQ&ˁ69퇲kaDžxSAfD#rVBAԪ-ָT$nKF"dtlq zϷi\i-B^Yz[;\F#^8V?4Rll2_  50_~?ldۉ3>QσƆR%oU~Cpk;Mǘrk7v<`yXp˃wzgB62Г(; OM{d"C!t>[ۧf* iMZr5#oy*荓芃b@Jj?v dUD*lxckLmwR.R&z(/\L +ԅkݸY5؅ "F*:b[ibњ" 0Oz]N6gRo}PR6 -1]r߼%1{ њ,.SKQML]:@! g{A=cyFȠ~i p͖{rb5ιN m^[ Éij[bﱳuz0{cM_&3-2jcy)@YLTVI9UǛPtsC?DtVnB6_EG(8[K2%;3`f;)@~Ww3Ujq˽f{TD.q_Xǩ-&_w+V9XUk)skI(zl u69Em賂3jc6:,;BK%@!>ʂt21YHh/-Uܢe\B"OQ`^P-!7ܦKmO`Yo` ՑୣvQ'+ݛ^(Ա0qm/]ۨ|]dXP[w $1PR0fdLL+QW{ypt> G#]1N!*M|~k a*OAg펩z,(TMgP)ĄI˗ӜY& U:>4E;(9wK%p6[ ȉ倫*\4{G24/7HuZ,g(EroO,wIJ_x &16%y)uS.깇q2'^~N\2chqH'sEyе5貶zPKicԧ@1 6Jsj}1$_ɬ0B yao/-H.IGXe#Vo,-dOWkI&S.:Z];Q|]@5cK.3.9_6ƒn܆tUK̘XPSwAqdX1Aw Stl%~TsdY2brĵrܵEm7̣?^m]sϋΚJ|o@ME%sS遶#Jص6M;z]K2zPۥ̿5|p_ԑSWXղ-<OobH7*>Jc8 ADzl72L5_8%ʆܛU:d.p2CBQ0HS:q|p,O$ #h8[f9!žfwy!uY.%w6OmX!lVސl* aHw_[l(0 >UIײk;L",2Xp^ 7kJ0ۓy{DTSAkcpdqj ٬}!J "HFT Q陼晿Y8lo חagvQkثF-H:s?%| {:<5Xs3oNO_F@‡*a$萂D5z7U]˜A P(Qpl?h1!vZLxԕQsߟ &/{%wX*cɒ+%h#?HI2t#nU ):||t,!|L:D9m2]"|u.ipkkN"YxB <QHZ>[y5'!L6;0NwU7ًJ3D,Yqۣf;rZC^Pn 5ZL.8CMt ۭW4jXQZ1ȳxm?;5 ]X3O"N -VG Hq8WVsBĠ 5 SLxJǵR2Hc"VnWr_ +cAn :r[&G_+0  }΍8$Tt%amH6ѭﳒu7 |gP% xL<|Exxw-]X}s ?3q {x^Vw B+U43ɯK 3#EP3c} ws|'M{|:;t8q]ᩎ+n)l!==*IgD[d$BmcRp/\X,. `4՛^`'Kb~- #'/-䭉ljyzgB.4PJ.b;JMi8s b+/YLA|QxizPɲImHEfrUm `%~2d<5(Psjlq;&ڋQvd*\TS lS5Fm!^U z:rGbghV[.XV9`)jnxQ=kt~ pGeqИ6X7 BWNŶx(IvՌV^\o{`dO\w4Vc2reGYf)b^ޮX=Dh|}ۘ7,AF^a CnN|qyV"5Wˠy$Ճ/sLj>. S85ͷN) .-&Dd|v2GCLP>dnJDۑ#C`yY)BY+vYHj'_\*0ɉK@s9bU?H͟V[:} 0[ *u^d)}lay4х1ÿ,/-ۑX|iGtyxK$ojf#Qif5@n2j.9j&S·zCe9$28DK=<CLkt?pK#LXͭ]ɛ@,:S/q T/vТөԷOW!U2Zq•;p)? !F{ Cjqm(X$uUȴZCsQ ~OvqJ(7g{h,Yw$ ~ǮbpW9\ :c.wɫH~^a/Nonvp鿥 c4W|5`e!M'?s%$t}ĦPl;ARRUڔAϋ^T`/68fqyEmSU8XR1|->5QyZ7.uG>g3u[o!Q;O­4 nCw{"CUG2Bz vQA㖢HRè{@ =@7{:{,|h8%toU`chn:y gGaC~ŘX"_s~TYٳH s;1ཌ]J?Xa7[&+y^DAd= É.۷ۼ[z¢ o 喛d ^ `fKZf+%#c7^Bwϔus> ?rվf˛=Է~R-S^(gyKUej|_dt(.DGMs4-%ozF,|q /Pɜ|, l1X*֌+{rGզx=$RhQǬ9ÞT8ߺ! .K+UBĞ_~=(ʷ:Rt*c*gm^y8d4Gֵ͈&5SZ4czxiS)鐞&&N\!bʦ~->BzȰp{i,g*y Pxw[j `};6D| iIbEܚQn>ơwp{jMDV[<<1ބUjv"x :ktm0ߓh#p| i`yҸI.Y2s'Rood.*ѡb.s4bPJ#mϪ !yFB0DV9eaU*씴%vk.oOzIS"2rIMO܎nH;K"#Va6D/>;r⺰[*nXQ%eH* u 1!#NU(]$v8l@ yQ̊1vDsj*>0Sڔ0u@ӆ4uJi^Iz}OMtP, dݭi_7X]sڅλE#Lp[H̨e壅tKqx-abMuu-PY|S4 Th =YSNp+\p0-xMw+sy"= - YZ