perl-indirect-0.39-bp155.2.10 >  A ddڵI%z !%9g6Ns,אw`Y!:^o`ds>mxL&Z$)h\pBxJ۰w*P, L%^Vv6e׿È0oǿ*3,y2.̩cPf5CIMR'F+TÈCR`Cc?d}ZSgwRO{zْ_;j%n_FaNA4c`*C3NX&|X'E>H3zfp(`\ta$ ^Lݖ)![s\>/SW wHIvɗvd75d6bb9732ec32b0d4c4c27257d67fd22485cceff70c38baf8bcc017f31edefd03e4be9635c4d9d0342a86c2fe678fefd5d5b2eddڵI%z yME!u9r#h#` 0׮>g\=ǧ[tPhMd B}֚i"@EK(d9dQA6oWr٩,j`!ZjW8}VJ,_5=8lڏھq~pӗ7Q[f/?trKgTYTk)ONGCvox 9рK| ۓT~pe%)p5hW+j.`Iw|2 %!4`~E>p>!?!d  [,0<@]f    ,  @  h     $ V   0  (:8D9`:FGG` H I XY\ ] ^bcde"f%l'u< vdw x y!z!$!4!8!>!Cperl-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.ddګold-cirrus3SUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/indirectlinuxx86_64g&>"TAAm$A큤A$ddڦddڦddڦ]#+ddګ]#.]#.]#.]#ddڦ9daecc012745a2421254f50acade9759ddf068a7274defc974963151473984d1b8746e8d0bec399274f896e9907f5b201561904bad8ba9c523c9b95e2dae1ee68e9088bdbe7fdf5167c07f47702f9c7ba00864d64bcdc7082bbe29257c467379bceb35fe030749c2ede6224b11a8da7977cae025c58684e9438abb00486cab1a70e7b5371b7dc6ce598abda77245ae9d19e7c221fc19c00c77f204c68f2faa9fb3f810119ec6cef1a10152483d708a5a9f3de368214b06e380e1371ab75c17acrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-indirect-0.39-bp155.2.10.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.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.06old-cirrus3 1684331179 0.390.39-bp155.2.100.39-bp155.2.10x86_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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/825109ec0ef61890779a61f8744044e8-perl-indirectcpioxz5x86_64-suse-linuxdirectoryELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=7b000595adef7c3597e82d1aae7c5573cbf44902, 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)RRRRPc1rmcIYutf-8d1ecc23c28e1d18e65eef47e3a1de678a331d4ed635030ccd819ac1161d0a627? 7zXZ !t/_1] crt:bLL ~ prl${ӖVGkH Zهtƹ?=AC %ogInw&1Th, LJ^~ƥK32C?3ێi3CmWb 1qYn S͸/ԙy)eOq|ܫ=an.MB`!(Xo_1{RI0YZ9sNB`l''ԧHjpeǽO]])&"ʭr䔑$U*-4fba4ƶ_HiM!ͱCJ(&ATt_vn}fKc0:1WPk&[ Cz_G69Ѐ|P͌| JxdIynG ԯ(zaGoR B_KXR[f.SA1jY}kJ~ * {Џ/р('8| l~ĨYҫGoV:|JvTHyh橫K vJ >$E鿏=9? - ݙ]5,.G}|!~W̄^|&]}$!f  j^4sMm9 (f e+k umUe=zH>N\do ^oiݮ=l>=Nʁ]* x ϖ0/an B+ZTS  م,!T-hܷ[b6|lt)HwGzX.x$B`S bZ›d$4]f?L|~uяQ%* ;RÙ(xh #K$Xna>8Jm"EK&J )#+mQ7M![SZȣ`U>15|Z`*;vLcPUI]efhKТhQcv<)ԣuo_O;^s}Ou(8دAۼjFګ"p_ù7ۓE%,.uϼn$w@o^ڧ^I "`C fEH"pQi=CLVa p_8P|ğ YZ3SVmR0e5Oy$Y5px 1ѥnt,[UIRECaȩIIieGr8L+ha2,T#7[^b|Z`فdKЈCV->DJo}ƍ PkwZ^驍!\K(IxFjar%"ϖ&URgOͨ]*࿥~F7Δ d!K{fI[2?ZyyՅ2bZ$DϺEN%N2Mu\wYfo2 bEͲ)=m.[YjBf6C1R+0WZi_Ca PSQ{a# 8廉E|wA:+!ǟϰㄺ1؞Y`o 4V5(B-/0ݽiT{zU6݋{ p"J<xGiHBW$ %֯=`n(i{"f>d3UiBYn›ޫ۲@z{_iYRo5H7vl8[ʽtrydɿnFCDNdǞ< IJepCP{~rrav.{e54F!C]>|Q , 6e玑I%7خm+,X@ʣi;{ڡT+=ƷOoVJ7q4jPoQo" x鎽gU#UVbE__n.0HCM~bU5nBLo6 "c9;&e}r#`o:As oq[!6@u?:%N" BKa7(782bYc6P~LF(ƻdAz; 4D!ǰT3{}+8KJFX!$//"6U_`NECJf3kp6U,3<8afukk& :9>ǧ,}:5tm) ض,J\/q}s5KtGhAՄV KZ^ XpF$N7;JZ i=y ~sH=.=#G0 =LyaPHal&q(d٦AL`d db }`,@hH?(W>dYG|1pE %/t;a ŠB(;k$QaF"*8.Lvע ZpuG;hV8Z4+?z;8rMw>[D1ܫLj|\@ܤG7}"6#RǸ+26]]Z;ksQͦ=tPvep3"vz^ '3]3z +: ޞ\f[ ,Re\ GRA[P=nKvGjPU,잉N"m#K1@"ǧ$% &2L04T2@o f3$NWQVhbezE+,}4kUT7ghf?C1fb3*/ÅO<7GweP"Z؇U\I\*J⴨TJU w蘮zx j_cC%UJF.VG F*-`tsRCB&R~ܞ96;£qN3 kW\EL"R5+EL?%\J3l7tXhj[9jW:#> T$syL;t;I}gg'k `"D"wBDIOVھ>\w᤯zQğ]Ȃ\ .7_"x+OMwh'OiL@DwoE싈;zCy'C^˯ǔDЫtϙ$lm*o7%½P*]%v7xڰrJ)G32F( Ɐܨ{uL2Yc5شSgDW|G˜xcF#ȟP0*$ xρPZ ;MG&M22tJAnC3XFwS'F oLr؎x;ɺr6Ʉ$65\g(6Ɗ4k7?[5kʇ9 {iӛtu!B8sQQJK8! $g IZ?M8)lPҵW7HEp[kƸqP&pSxxWxabmk$eH8 A bWc搹̆7GӀ-ѹD ɕ\Fʽ1$Eƿ²[R-{_WCKf!i//?^uI"Iol;˝9}p]`wL{7n-]L.ZbP´BDqt?V,YnQװL @k=|o?q-LXbʧfwx$Y(]orRإwH`v;j"A(&fZrI;%[K˭ NqG~D=ZZNէ֩<=zJrpmqz^C#v\MElo 6W4v)«U{w6!t,mrģSnI4]ȳP0 BHn,k"a)QF^fRT{M,BsTlγqV? /qӸ':=Kι@j-~lmgs! ~zmkNLRz[ S܄ҝk^l}}D xۆhF%U>q]ȭYT憯/Bbx _ڼG%Kr;voYVY*uZ.}g-"^? s:]w,>9oF:$Neђ432$ &ĻtS9ow50z ;*sx=o'& dk/wYM3+Tpx{7{*6ŘW.qQ0=ը_%Ş/q5bvV L1dvE&F&KdkQA&H$܃^Py =S?U/엱gI'>NʉKt˔@h7!ٽd>?ȅCׯqL}~61f27ي^:Ć6D7 iY,ހn8j܅s(IETdMM}tmu@FYNo~fEP&tqz#0/l\|Oi8ӞO0) Ȝ >pHsn]I7IL5Szno553;QY6 YbԞR]ШKb@u^ձB/ƇV7RfK"N):I4hR.XU /I P mq:nݴ]Xi>P.z} >K:0E*OŻXf6+Okw>.2bț~FixQ'+0vm۷A; `Dqn\-LζZhMu>% 2G8Lր0n;ML5[+ :Í?_zMr~_C_':a9f!^x$c䝮9LN6j٫ߪL#`k,OUKcy䡃?7+J@/f;lzL3Qھz"! ((crű7T8m+BGDVwix3,˂ҳJ-APy6k4Qe4DSqQP⃠O@Gry9\3hU'퉖QbB!hE>Mit)H.|#Zi. >c[=. zq[7Rm}a@s|z x 9#f:Նh|zWy5եu  M %8Rɡs.M̮` a .k|Tj$DXJ't%wmTdgue-N=G@4[tb286GA`ot5(ԓFpk1dTiVq5#ƅyv!p`~c |N< W lNl:e0K]%Iܧp)A@\b:[ gV އ26)13+1|}Dp0kbl: z0\+haq'A [ l*i-t xTJ\4Rù(,p\ibBaJף?N?ƖT_CIȉKڙ1QV[/'ZC17vc1f kEM ~Asuh;Y (sL5 _^C-MGЎG|CB8+FbxaPfR #U"LOs5iʽ]qNghPn73yWj䇔 XL2MƖj[ .l\BX~c`7.ZYQZP+AOa%ѦJt54>_EΘ9r7)5UԫtP+|3orpB;(t|놐+yͻ'b9w|ď*¬E)$PԝϜU"Pzءyr#c{jpmzhA +6=֓tm&kѝALP;iqCoaH5)y'LA-?-r ºZb2B(L@ģqA,BܔQ94v^Y#08;i{MA1z.m=i' 7f I dBn5V;u G ё:1̛CVA1S;Q! 'ܳKILh˟׭eʣ]m@1PUEIoeg~RP@!s1Ș}}Fg\&FS6.髷YVsU:I毰ψҤZSSy]X bl$&ޡ^s'@"] +`),0h*i~ 3ԺbpS_DWDhdzȁai5l$›UKݔg80+&rrToF%<^4(MkoGI5%)8 !fR%13sۡ}UjۏijJޏu2Mi-Eo܏A}uCBBu|UsD) 2"iS (O*엳$T )A("-9l,aP[x2yos,=HeP|s!NGXC$ugJ0˩̍9]4ՅsY?ٺ. tm UX,>5X5KMPt!"$62a5sY7BjAZXb4ءbm˒'΢fo`6J0}4()َ޹cU RzSg:֭Z{~ˊwT(N^i(myU[s:0'"/~pmK#tT?VBXHz|(T){.mT8Qـ=Q0aYtGV rnW/b0ο. 4V 7ziLXtBMW{8$M4 f tU0!l`\%wZRԶ"iDzG-#7km $INe@CUEMo<* *0 1F>&gIzJ&'RcL8ȮR]PUutr_w7}g oI4P&g0}Hstft>霌VE%Sf7GtuL*q[y*OM➡@/6X{ܚK:[n 웴ן+Jk>D%p.ڒޯ UEaڕT+F,QԵ[j<ԭ9ܱ@,uK. Ib-߱+1{^+w?8t$+2ԗsTUjauEe)v!xSER}!Һ+̹4>mxiuOQ}R))?Eo|I~`B ٰ]Nf;ysŨ6K>"`g^E4(5+b]bSŌnlgmy)q7f27O}MEéٗzKM]{3?r>K V+Z22SdU6s`4\a,#/m@OpXg-^_Ne靜$2"S+ |ORyc~UOueUyHC)  ~t qzāP>fzi R<$4J˶.-c疌3 lm $shA*BxVw՝J6SW,!Jpvөw[#`i#5aLf[MJQKk?n: %r㇝/ǒH}˂o-OB- +LLRkF Cr@Y=m#yo{LE6?MC5:7yPLd}nR,V3+, V$D_Jag- X \"3䶸{rۿ$c{l\TS?f|7ǩ(?kb%Zh]zh 7}'tD#֪A0Lv4E 7ī}CGФ艫*Ux)M[%#aJj驱d$O}\Y32}vZK lT:(}>ujgpwѻ#1L"+0 M=D9h~81 Qa5`gE4_'̔=] ISw>q/L(Yⲇ i;,ŵK'~WaikulJȤDeEpN"r4_MhLb> sy14&F)l% W"+>{yvuL t.?=pNSf9V?. -iͥȝH|\T-|D!#Sֽ8 jA*-⍏2pXv㹷Vl6YOx=P'B>0v25X]pvG`_ڷ;.0 1wbQJ]]9!g,90#nbčq"~d5d@R:g^i;e }o|^1P0ȹGMx:nٯC&z?ReRC =jҬLfzNu }lppQ>>//s| uj`gi"A,5&9[AT1}~Ǟͣ.ffns$Vˆ4޹ULq{S<|/Qv,s@W0d@ U6V L@%!N+Vn:Nޢu)4N)75F/,v@Hzfݮq\6 ٽ8gQ+sxuMy㉂#n+R &*#Q7E\ٌ]R\'B^=\hڿ_O~QD o"Jo hНAe= F_w\tX[|)$oʦ4좲'sU$sN靔4 u >*Gt)2ċ\t*al_O},h,2/h6] c p"=DOPl櫢iK06d"=—#`W[OMg S{J gZM#Ց l y l00_`|w *S&H1bSYP8~plmoSnAT7Fm%1`TR a4AϾQu1B?wghT 1̀lg&sRKrppb;;tox!T,7 cy\-P# CEp/O(!Y}.B=Z޸$ߥ~]܅[ll`R1adH *GП3_7 j[5Jt4WɊ$SրkPUewif.H|+᪰iZ罱Ë2-,/!K,2Y6xV0޶ + BHl?Ÿb:5ڸM0X|$zEw"qDvre[ɼA=P7YVɟq"7Ljg*qR?߰*`X*U*"TEY.JFɾY/Of,o$J] gBCAճ/f9QmjQ(7bEnHvTFXԺMaMP[8fA% d@&y/#H(Z­oR;c#m^nɪDzU> @`rNthƒ{)o4<951bx17'rc J mt@6s8<%еl!' "Lل(햚%ז.6Bꁼlm& &fdF^(# (G~ c,̨4u{{=Fí8 .=4jo a 4V*q稚wBA2q_ sg[TULF`6=U}♼RRf,8 <7.k|o*Q1WsؖLTvؘdF` m&7T c2}l. lQu:I}΢k>=q]G0pS{iވ rF`"(,TGkxR!9ĝJ ^u|H"GBb1b3Ywe;AQYz0tKD7IIA*Ϥg7DFmOR5N􉟘%*Vh\z8h8QZJp3 P,1 "6K)yNW"߯t(0CfB'~ Db=OVG&/AYA=H }h.*!!I !#\s/dmSm,.Uv?:#S\ls)lRQ2ąoqA~3g]jl)Yv1HtJ$fnj% ~$O%2ѵwbR{J`U,+O3h 5Y͎zo)''aIyGV„uQ0+rp?냳]kŏ4Xfbuy:Ju懵_~Nk)xbs4qg?׉jNG~{Ƣ(u#ͼ+C\ƪ?3H7+ qp DGO*6OAg!Ux?իzxHq  "P7;adԖ. CݥBX% *٪}K|ءV9ei6F- R.xֽc~|ayg> WJVrkYRopGM}W0|FgfgƷ# 6j_ pSdV]2g,3!kimEJm~YXh[ͺaGM%x3``:NT昂nyAum= d?“7* B94Ms HGWppryK RDQ5r7}HŞ^-2a;@nFqIc伽 •"*nCOKak?P~}_ɔtHήB-/6||sf0da'YZG G nV{g!$i~`fh S>,NHF6g+'FP`)zLM_P K)K htݰv#%!penB9wݞK-)3 ˹Ҳ(v!(X.(Ddʫ9D=Eh&b EEn&N(>Y@z Gw F7G {{ٲ1y!A/FCJ?꒲(r =9iM)PtT_F*liZ6#JRmWXB0I,GI ~7H$K +* ,KOM:shjYWؗ\|Jws=Za"fH`|=+F#ЯCi~uݺu5$E^k}w´08S缺U¯B5bz17Ƕ։y |xW &mЇ5\cEc1 n'b4:I>Ҋ2\-P{T_ON=A:{0z~_]C * LQe !n`IJ>վŧ }EI@OALt<֫cԦ".I=֞޼x626M ~9JSߠT)]q̨8> 3С'dZڨvT[ߧK!)=.HzWչ4 *{&?g^ ӑ.ջ&X;ZOf.SbOPE71g ^Q^ (6ESgH%V߾"hu⢒:Ey5QslY{WQkC&Ψٶ %.,iYa:.|Xy +3b!ypKQݧ^e90bjҦ!I%Y\3!BI$qjRu!?|Y06K$ 3R?2rrL_Q.A_sӆϥ:5$;%r'p΢b{-x= jޱ5^?.8B .cHǭX~q"ա7<z.z%,{rJǫrje/7>jQ+bkabcAZu?;! V1;vq Li#w‘di޼޳^/ڽc)%36-wRegs=)S>sX-?§Ցayvc]ͦP1rc+]itRD~`[%K4gW5.#{S77 ,2,CAΛ$}`nHãGlV(%XIYe˫Qhי#ҹVaB`B\* YO!ߌ'M1yrVR- *c#u$hE r4ѹyLX6`vvE3hCwymZn 4-jD:|]cM`gLb(\@3%CuQ?{^瓡n46AW53YLNc@S1]QB~"#Y "n@F)ǜ1wm8ku*J,Rh@"+bʃmp0ac>bԫּ\nr{#&{*l(4sf/.\ oLh9anKL 4Ll ɨ!Ut~Qal! &q9O{->7/;2W⹮0 /U߇Ŵ4۰o˜̥Q2v4ڭ5w~ŮL6N-HǞv[.,/\Crss@X&4Hx`љaxK;ݛq’9nF/%O dAMo*ؙ[Jtαte4B;\}Ƞ]haA5A)K =@",ܪ/!#D;?]οX'1u +;BuB0Ba&oY"15z=@Bn (pW-N">6"bWEQ痠oJK}3tp>jT034z, y G,8gk]Z_-(=Zތ ,Ynz/`8I~C]pCp2{CN@ =Ń͌s׾Ump GPsVza ̸#] 1mS+z!xp=˜dr{Ad>jU52҄^6TQcM(^rY"(;yv:)r=]P7ҩUzbA&OOzesв ``x7)s#A)XEu*'3pL7b1cK)f0vذ'#OȺTAtw"|λ|~ɲlvόרl(+\fwBjZ H'|w߲:k;:+ax8fE cy*.p-Gf@9S^ kgK0:'NB/osT6&q$jYdM#ZխG.N;n4 v[IbVHG]nTM9;2!=Ub YZ