perl-Want-0.29-bp155.2.11 >  A ddذI%z ;C#BvͦAkSs7+=<%h  <Щdu㹨?"=yV|=#_aSqo$먾{fS5?j(wࣄ6P䲞e%/<)۠K"i#e@1;!m)iϪb;h?\RJI40I_|hF%ŋ_:]2/ ULwDj {dཿrT7Z;[ JP&>'dHñÖ/Fklm=DPf;,Ctr{1Vxb=%)4Þ@.(rrcfjT9uMCZm-w-Jj[:1\]3!<8MzH^irL Bt͒C==,kä-b!y~ipFE$~g*z-w.Ѵo/c] 4Wvhe,h*4c00850c0f3f7686cbd178ac35c24d9b966ca3ba87aac44d1ed522dd14476993929e1a8b5ced02165ce46b7ebd22606279f96d1fbddذI%z ]d2$xkW Pd4Ӣqf\R}Ul;bO+7:Ѩ]NF}KoܡM H쟚T\uG8[~΍w&Uli-ZR~IȀ[FGDڼtݲ,pr4+'"XP,@h[K^Na ١GJbod"^o%D>p>?d   ;3 Mh              8 \p(8 9 :j F#G8 H\ I XY\ ] ^=bwc deflu vw x@ ydztCperl-Want0.29bp155.2.11Generalisation of CThis module generalises the mechanism of the *wantarray* function, allowing a function to determine in some detail how its return value is going to be immediately used.ddةsheep84SUSE Linux Enterprise 15 SP5openSUSEGPL-1.0+ or Artistic-1.0https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Want/linuxx86_64GW UA$AmA큤$ddبVddبddبddبV׹V?@ddب499626f58f37590028bcaf56987763d41f218c50910a74508ef4dc00df779d7cab003274b240486766b37d45f6d85b64aa14753d9dd44d4efb0c56aff353fffcd6840e860a31dc4a088aba874aaff3b53545fd39b3441388af9d573306f7edbecbc2fcdb4e00e1f301072f80dc850c87e0ddb73bebb1e71dce276f221acc5a7a9a7a76dfb9151e91c4bfc1ba7ae38cb064305e267c1bd83868d3134580853564cdc051e3d2242a86ab69822cf22d52e30ec9e6b7c8322d4b1bb4c3b8c030f79drootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Want-0.29-bp155.2.11.src.rpmperl(Want)perl-Wantperl-Want(x86-64)@@@    libc.so.6()(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.3V޾U@U-@S˯@S 4@O N%qL8JjJF coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@novell.comcoolo@novell.comchris@computersalat.dechris@computersalat.de- updated to 0.29 see /usr/share/doc/packages/perl-Want/Changes 0.27 Thu 25 Feb 2016 21:26:04 GMT - perl 5.23.8 breaks the hack we were using to implement double_return. This patch from David Mitchell fixes it. See https://rt.cpan.org/Ticket/Display.html?id=112226 David wrote: > Running with a debugging perl-5.23.8 will show assertion failures in the Want test suite. It's because PL_comppad/PL_curpad save/restore is now done by the context stack / cx_popsub() rather than as previously on the savestack / LEAVE. > This stops the double_return() 'convert CXt_SUB to CXt_NULL' hack from working properly, as PL_comppad is no longer restored when transitioning from the inner to outer sub. The attached patch substitutes one evil hack for another: it keeps the CXt_SUB context stack entry, but sets its retop field to point to the return op again (rather than its caller) so that the return op gets called twice (with a bit of markstack hackery to ensure there are two marks for the two returns to pop). > rreturn and lnoreturn are also a bit under-tested. In particular, there are no tests for rreturn in list context. I added such a test, but more need adding. > I can see this hack breaking again in the future. Perhaps in the long term > rreturn() and lnoreturn() should be implemented using custom ops??? > Dave M. 0.28 Thu 25 Feb 2016 22:02:42 GMT - Fix test failure in 5.14 - Fix test failure in 5.23.9 (using a patch from Slaven Rezic) http://cpan.cpantesters.org/authors/id/S/SR/SREZIC/patches/Want-0.26-RT112226.patch 0.29 Fri 26 Feb 2016 04:42:19 GMT - Restore compatibility with certain older perl versions (5.10 and 5.12) It seems that “ATTRS: lvalue” doesn’t work with older perls, but that you can forward-declare the method in Perl code with the :lvalue attribute with the same effect. This version of Want is still broken with perl 5.8, for reasons I haven’t investigated.- updated to 0.26 see /usr/share/doc/packages/perl-Want/Changes 0.26 Tue 28 Apr 2015 12:31:17 BST - There is a new experimental option in bleadperl under which one ought not to use the op_sibling field directly. Quoting from perlguts.pod: “ Starting in version 5.21.2, perls built with the experimental define C<-DPERL_OP_PARENT> add an extra boolean flag for each op, C. When not set, this indicates that this is the last op in an C chain. This frees up the C field on the last sibling to point back to the parent op. Under this build, that field is also renamed C to reflect its joint role. The macro C wraps this special behaviour, and always returns NULL on the last sibling. With this build the C function can be used to find the parent of any op. Thus for forward compatibility, you should always use the C macro rather than accessing C directly. ” Thanks to Reini Urban for the patch.- updated to 0.25 see /usr/share/doc/packages/perl-Want/Changes 0.24 Tue 2 Dec 2014 10:22:39 GMT - Accommodate another bleadperl change. Patch provided by Father Chrysostomos at https://rt.cpan.org/Public/Bug/Display.html?id=100626 0.25 Wed 10 Dec 2014 19:31:03 GMT - Add support for the new OP_MULTIDEREF Perl has a new op, added as a performance optimisation in fedf30e1c349130b23648c022f5f3cb4ad7928f3, to represent a sequence of array/hash dereferences. This patch adds support for the new op.- updated to 0.23 - Accommodate a bleadperl change to the optree, made in 7d3c8a6837b55fff0e6294ebf8c94a1601367c76. This is bug #94086 for Want, and bug #121342 for perl5.- updated to 0.22 - Prevent return from being optimised away by newer (>= 5.19.7) Perls. This is a patch supplied by @wolfsage: see https://github.com/robinhouston/Want/pull/1- updated to 0.21 - Change tests to avoid the new warning 'Useless assignment to a temporary' added in 5.15. - Remove a test that was testing the behaviour of perl, rather than of this module, and was testing an aspect of perl’s behaviour that has changed (bf8fb5ebd) in in such a way that the test was failing with bleadperl. - Avoid leaking the RHS of an lnoreturn lvalue sub, thanks to Father Chrysostomos https://rt.cpan.org/Public/Bug/Display.html?id=72083- regenerate with cpanspec- switch to perl_requires macro- spec mods * removed ^---------- * removed ^#---------- initial pkg 0.18sheep84 1684330665 0.290.29-bp155.2.110.29-bp155.2.11x86_64-linux-thread-multiWant.pmWantWant.soperl-WantChangesREADMETODOWant.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/auto//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Want//usr/share/doc/packages//usr/share/doc/packages/perl-Want//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/ba16ff417532d389277b530a0750e233-perl-Wantcpioxz5x86_64-suse-linuxdirectoryPerl5 module source textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=6a6e9d929224d33ceb2b07570dc840e2663ccb08, strippedAlgol 68 source, UTF-8 Unicode text, with very long linesASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRfn/zzcHZutf-8709e51046458b89bad89d3c14e81f4efa55629ecac880087822bd6d4f60f2b0c? 7zXZ !t/Ca}] crt:bLL rVІ-Qe&8uȩL0҃9@r$ +xKŮ{]7)GO8mDrLh]9LSX S얶'Ҡ34E ὰYE< /#d7n ̞z*ֳ&w~Js4Xy0Z !걒3LYx#U[o^tגGh0aH1:/DmJʅ4$j--&k2CWPJ ۉ#˷'!S;LQf"qLT)׹M$'f7 {WZ6B#mjH' ^6 J快+|=!9> .!%SPBO+C~(y1W\<'ԉ/AWc%ԕ87:4A)m^@džLyjrbaA jj={g&SVqq2]Ca+*$ GD`6q?U}H7$T=:o)NUoMm:zΌnmJRjb["Z8nإ(u{D Z5E?wѱ,cz<ӡ -: AO.(?:hSX9Q,6ڃV Xr Wtzؘ$Wc.]]vqhvvuU@ ) JJ|؀4z*q!Ȯֿ岺7 >[Ǥ"~aT> ߨr\ 5aN@ŠR).Oi|O!4NC8͉ hf¡&SJ!iosܕzŒp#搭xT iݚöawxMlOY]YͤHΎt$ĮlhcP!9, $iD6iiP|QdEPf (/;m!LTnmVt 8^uSTbHM]IGTiDgoJ ^]M HҤX9zF[HƊ L(;X^-x! "=)~a{1={Kx֦+b_>8Mn8W3~B1c˪t1뤂B a=Ќ0U G_\-448ȍ;"_44ÔRUpvٙʥZglH9b$0{+Ba_w'JB8D.qZ1f;j6r;TQ]LfC+fҳ$UcB(%%#|:l`U|;^RS{Q^dżS9/& ȥ֑Q/-ѤԁBM23YkeT̪WUUnɧ(ƣAcy1Q6JMgTˀ%R|Fǘ+ڄǑ4(lcs*% YIѽÌY 3n(b="BrN"d4;)g~\Ƽޘf*NOl l:j'Y|,`NstS6X?ppdآZw Fb#YW:#?m!{m:[ăg ˺ !dc=7hUaxAû1okٯh?)QfȘcP ,K⩮,R|9 i(6uyԛ e;M6鹍:.D74 $۟ٲdB{5-(:=7hWP8V@ϯO| Au)Zx6 ,0EU'wI646 y/PY$18&>>:oVӎm@ Q$Va&N(_^^r1HVQḠeB#2!ŸcOD{ͥW&*%rɄA'Ku/]ŸQũ›E^BsA?S`ņ~hHJ@%)>a8/d@5d.)zǎ^xЯQ:8=*odImup Ggns*UUp*_=G,ͣ ] eTeT ͋QmRMf߸8(  ^a*?#Qga€4;Ղ+!>O\FQs]w+z?Z٢Ke7מų*jp2`~,<^8m>tM5k8^x&tw-_{b'n{gfȟ7-$N7ۗ#{C_r+-}=cWJQȜe^yF(BK\/H:Dծd#fi`54J I曠/lg !7% >+}{_-3&F=0[i8f GR!:PJbI ?*YS#.2Q'pJÕ&JDep&ed΄ 0 j#ʊX;b=`h4JxyT-Q[Q۱3i,!@>hc棼F/7Ʀ@'b%SuOb| $/H$SXU̠OM-jϼ*GGRyVB۸bIXƨzjgrđYYys ƒt~}6 MկP?~#a= <{(*6y0LFcuB&-1AC-j]EC?cE6JهJ5wkl _b3C}vI^X\xE 2c9\޵{u1=\ċwsR?/ ]=\QuEq8l}J_(7q+-8zNs:NI~fb0\SY Rg8 C6,F%p%&aUҞ`m>NiUpg+Jq{Qc v \\^@*MP3v3TIɕ@d,AuႆT$~&UX i^֑MU6{Klp r~.{_7 3}Z@d#e "oLƜCwkJXņR)Ћ -I}B\l;4O6ިYpO~v@-js~N4Gq. 0x ld?ޤE9 G񎨯7`W?rԥ2ču#YYT48 le23_ZiaFvDD1(|gw~Akg~0k!w2 4?c ۂq"-}缌 5T3tp'5j2]OhJfprm>U+j\'Zw<~&V^еVJg}[b|KRפPBn88+:߈Uqo.߮/ǭ4BV'p6tg J&sK}.LU#f|}RK|nf(wOz.- (rB_M xsE,;*Gpl y4if6D8^M IV>_o8NN:(#+з~74F+aԋDS*n*; hx%**=ץW[=^jdn)bQo-F=4ėaXZ -Pi: Js1 |e/sS-~h骍ڻ d"π3ɂ*^ A?s_+!OuFJ@;C[*M̕Q%*C1i!}ɱkЍUGzE]ϋv">A@~@h[i+_\q؃w?!$J/;n[)6gG~m0KSkN}@B,BW 5nm ʫ fT*8r8/&. X( rbAsDK`i)Sta*CCo @L06 ^Kȭ>x4iG*m/2s6:9R^;g<[Y)wS~,;]_f:?KrBQsqAja^-XdlW4ڰcv:Yܰޚj^!Z"!3[i=~/vfڇ]µ:Ņl = Oi+7㴻s')xd;?B{ɟR"'{WZ يltnvp  l@58ANn5/kq`гp 7=8-8;)j²L6Ab)A5 Wsoo{ӝEJDȃ Vx[XFvv񂆫MɊ)? fh2x˭9f;GƲK(!_i&ॵx{J32$3)eszLos 0q"gRڐ“ xp͎\bBD\jn]UNQ?YeI'-zm%ؐsko5yr kC2GH&H:Z~G í:b:=}.UƩ¢Yiv3$]~ذA5*N|H{ڷCLrWry>ҩ$h :K'ZCVHR[2WacZDBﷅ}ffZ"b[d_"PX|B_Nj%[إVjW!4G@UwY$/oѕY ѝ !7(B]LR@ͼhoj7 $Qֹ!ފ vt8;(GܟM'[?. AFnO^E j'ywBu{7wEo0!դ !/yytO N&1OQL)W#kOcR| d<"k nj.>z #r뾂X7]n?֓F7&T#NTI7I/k5ئG78| PPO7 Ge62glYQ-_XA_ !V/ûO UI=& ݯ}qQg07b?>9o85&2B, fJ?ɣ;vyT+fhI5{_ xHmN=CgOuŏx}.+ɼ" 4ÊF"GQ:}b[,Ӈ;K-i&bAF;Z| bN7|wߵ?A`Aem]qPPx }pAPɂP.p_|ⷯ3ls #KHؘTyî bA\ƒcwd%ҟ4(+ P"rբƱ (ˬg]ݳx[It%c6Ol%(\~gxNѻ).<?t+qD q7[&Ăxܦ RfvRiT A5m~{Rx!FY1k--<{<%$7K gOlQY`5MZ">/#j!Ci:}]ݨ6Iahm~~C\2`ľRG'e5[j{V|J=0TankʛR%i Ԥ6m[`UG8eф KLdٮ0-+cZwc+Z}hTucL_ڹngӧsu31:[8uTXyABa]Qnm=@="aO0Rų(1ϔ<ΝX`?>$֋MR33**2}mѡ'NY?x@HCCi#4bO"}(p`yزud+:5aբj$?//T gNZwc3R!d܈8ZUխ7Q;/J5?mMT0i+7!t iZ"ECE{a6 sIE=;FLoLֹ9(Ztoټ&]$FWU<93}3Aߠjj(M֧QqxXiPX.$pKq\T }>N$E e a!x Q~._.io ={{(y7V̄oEa"8?2!л0ׅo\?)q1Irm^RkgzkFmYTEu\r $lG|x#$K': BͳJڦMkSy@sa]M!+|􏆭n44yh`z 4)ƫ\7UK7,r]wlY6m]3Ơ^"'m峐GJ!R4[Ley$jnl8͇YC@wxdmcLσCZg WeaO-Qgסh{1LqESWJP2aTF#W}x(@JR"3m%.%RyΣ^ t)?5ɾo&e\[f|il^&A2S-—ί-jK&.2N25%jK=-Ww/A2IGCs}x^|ae>`yh倶=(Gl^"0mWvVY~Y5NSw]Kgn *-O`o \F_:YDh:p>c4os9I?+tP_=d:O"*xm !HE56Jvei&1Lm}Ih3V[. /y5D[1J4mWH>zst\Hhp]w%F_3q&Vl]w8ov{ƱyPzzړ))9VZ+6Һ=YM5it_Zm2"b/mnZ{,0êڄY?|hV viGLOr7u;,=qaE7E=)uraq2 ~R  n&Y$>:]{F@0HA6"CReۣ`8bW%C35ĔcdÉ:n[ȉysOeh?`>hr}X}3@MoTo)ګH|lh# w@^3yTxrdsoZ*ZcU6$sn]yWH}PIe~R4j"g{{[s¯2W0:F7ɉ[y#z9 m?Ŀ(_DBa| P,Jq8~ GC<:ۋE<`rDC(<Nﰢa4L(R=DOwV>DՄ: PD)(*rܶmVB]K<iSeRNYB.gEwrbTn#6%`@ƚ.*9CWs좕x+pڞO2߈x9NJxc( 0h.f:q+WJ RLv/R ih;$ɹ_㼃EiFȌ [JC_}Ӳoþ6'j/S3FlJj7a^[kq7V]vWQlׯVaɗkW=)W>6͕T/k'_U%^} n~bJ9j"s}"_-BJ0GP#?®;\lKBPszt~W`RZ8Տ+H(2ͨ<7nAAio.Řph5SUW[mⷀo~5AdS=d'BMK LS󶤳M@W W1O,ReK4Mf$:fZ?/ "S;4c|#lqU('#y%(&V3@a\o U3 g<,9lOX~g\!W~Mlfp7-w)_Da({|XXyԶ|G*DA֧f"%3`6}h6]DKSuGft6HCrAn8m2B̘!;~'.QA1O\~ [g*.x]9ƂԄ '`1K|Cd9i-@eb,kIx*IaWޱM`B/lQ^ [=$)zk Y (Ct@9: &>:SEߝ>VCArM4YNY1R>wEbDEQ^ @nQ";!aqly@ke1~ldRE eY#c+K ([Sb+g !X7A+_ǶY=[;uVQ-ʒ|)8lgT!6]]?@U)~iC 1>䉩q_@YEba4?_*ѫ>Qy>#'3=ⵃV^`"s b!Tf ͻ;O.<+mPHO >Ttwlcз}فoߢYLZD (AD֊!PPG?3 X~-zZ=ED,vD#LQ~U 9J!-/hsK粍1C +Z1ԍ%  =v䑆1MvO1OO5eRvD3[HjgMG+=2EۏsgFdהg{> 9JR5` D_DvZB%Ga+0~þ!@1^ @djɓ6i6 ѲgErE@$|>#~%Pp =k7[6ڔcqp^^PP=&dIRH]Ogqu?W&h&JlHH1z"31jE$9~1?0D/Ե az|#j} }s$%&9cݡkde7wZ,34VR!Fwڜ׭{5X&cdOƧ*ǾV̙ x6 M־Og r{[k#CֈEAC1cC_۹M1H+f AO\lt:@'E'"k8SM  z" lҞfi Df·*KoTB 6Pc̏ktiQ9mv;WS/ Hk}5_[`ͬ'I-k-꺵g}r'Y5ⴀTVnrHXVPS9ysq̜J&< `u*54^K"Rc{6eg YV̛[ ꙵt5vPڑ)$pP)MZߓckH`TE $ %*H^ |垒Wj8dsnf4WHg{[LˑZuK,6_ *JW-I  Hq ?'Q$S9̅-˄V&([6u&髽- 'BdT/W_K8Q't:!і7qiu)vrE2 RY I?G(K} ]{(Hj0 %1wj}mm6V>&9{chumhn|a/aZ?hխ'f(x&jQEbJDӓxn=4bZ:W&.t2~ ^'_ Wt1K$Tph~ǗocLyȀ_FcRĨ,1 Ђq+ `?nHU~ekAޘ>v)ě,ST>x^|bt91*+)1oG֠w =#8sI=oYB@%]5z+ζ}\vuVQFPo^Q)xfWb: JUw)Ż7Yt3\Y1'5 R|ٴMNx46gr#r=hxj  ‚WJDN@I RC'>)2ez*TE:#6ɝa@AcFܟ;&yAad4ųDy .6LjzYPۚɻZmEyƿe8lLj}1'BqnO!Hdb5&SM 'W@y+<|gzw !=< iDaw娛pNׅ"9cDy ZVR@pkfAp[ĺ>єʺ%Rgh\ BDZ\y&~8vpl?e%#?8x5:@I5r8QaYXwOK_]k4֓@KPuqf@즱pxN0N~?łR ,ą%@N=z9{**òXX@*;O W@DkI>lrהV|K=ߩqHAO_uA3#U6(^4>ǎ9 5( 9([`=Cf%qr)âɞ?wPލlOƹy#9˅4RHf~iYEu~pRbtתɯd"E7@<-meS#+k>HpӳgI(ߋJ H Z*>aPT"LW-͊6yY&s]Vߝ_Sɥ2quFj鑼=Y TgUtI|ZXbhkT-uLa}9/zr;lJ\Q\Ɏ cyc80Osq.1맧'_-utrힼ\ŸS]9,heX kgh ?Eh,|DXb_MOV <w\~=iώNZ9{jMRi`􊧲jEfTcS&8G.>OAsdLS !h(~ I(8nF"S6ՋCdr߻ޛ~h{L\l߄; 4( f;v# Y/[$r&3Zu @9 +SO+JQ{̩*^DSmfC8Eg-= uDMh4iHU]Zrp셭Q>j+`̍_i4GD=}+#BWzvSIx n GxejqwVBn;-ʄup k]w,jg/*Dž 5/'`I`qXRFͱN+n}k`%2"}?=+2)1!ƪ1؇B4V?5n2qP,O4t]Va}}F?w} D&.(G!!4]jXNQWQ i߷4&/2b^c`a-!މ5RLROP|(H[7p1u(z_i(vQ.H@D-GGmoNpL5K1q+5/uKw">׌2!l+4E-'~{ n 1l-$n: 7Cqe[kgvnYuH(]l2yڗ,n N2IO2t))"$jb1g>f沘—YD2[:s!+R( kųBfr_@ ծz)W3`׺ۏӇ 4j.uBZp]v.3TߪQd0R_5p9jE: V5^2juQl%~,xJFJǶ:fIYl:f Q"OSȮUl|)GBL@#YYn) B8v TA!L\) , A8YJlfspdA5[8}IM{N)7u3ݚ}6۫*ft\1cE5x58nuX5o)WnsV'}s6xNf_@BwvY;rx W (`BK+w7G`U&mE䥘whJyM/Zڞ0lhs1˭ 1v;n=&,~]-Ox~4Չ L/}5Z =.w[my.TcYSK_\S ''B2ԝͽhPu)3a׾֡2cBh]t v5 Qel(I#.TtTDM㴾nP/04]5_u79@sia_%hvc|ℜ'K%m?[E:lKn'$*aKDc]vW'nVw^>r%&+>g6zydss[0O^mo|Ooڡ6V,G}fJsxr#24j;\B& ,' \u؍H?69qwgL7 mJ:TD߸"ZHS۝X7}l-!. .:;F,wU'YQd O-r0>ŞX=J W] f"C>^q<ƬN x1Zo RgFII154=E5o[I@ݕC@P U)Vխzmp3<>Dx! N,Md^T7lk ߭JM8b*bK1o 9د~mKE\j)͜`as^#d!3uZ- QA* [PwG[ꇐ{LY =ގ =Tg/ffe)ź+ݒNiSo^qi=o%7-NnGe`JWQceu1uYc>H^dS\3y>1Mhx ׊W̏* Lt`)G@b*4H, VWE_ S]%Na I _R([(0WƷnEs ;ͪsVĒ!/m0k?|B.n 0fLV uR&Bәw eq0J=솨t(a7|؅ߊ6ӻ#&u{#'6> Fiv u7$۠B"=-pw x1؊ fUݛ~Rti6~<`e̱Ԅ 7/iw⣁0l=b+ø_! HgcyB_ #61}ɠNO";V4_T'/\0.vn0'ƯUHi޴(Q-:|iZ-Y'\y]3octr +ۈ *ߋp;ⱆg2&cpb1ӳ^ h{İTQR{+xI&eV9=7*` dԟxP̳?zOoO4/%65cΌ#ҽA`B_#q=:_ՏQ2U N'(JO,~ Gdq;D_tM3UI/1  *(_hhq.+ DQamTWK8=i wzHmBpdԮUy] X"e;2f,t" J9 ($b IX [i#^R\vɅs=Km7T\Ggt2 {"39X@Lwtwik g8;7Eբ46ca࠷<@R( 'VfómZCfyy-{.ɏnEVk'Y9=|_6iao-w,"Xps~{emu_E3w:cW z8wnꪱ[xpmJiAiN f  !h<+vӑN%49`Kx^E.w^TZ%…hMNܢR=6+iPfڹWѲ#ѵ$a!K`|[L+ Ahyo$<,ă$fcZNQ[A0)}ySYhnref 8nLq<o{Z'K_b,u&`e(U[ug\Phu'S]pjt/=5b")3hOΌ."-3 'œA8$0 l}VTb,d*W 0+$06;xHδif =%_@ hlls"G6L~;aB4;zeN3p1%~P7 dM|D(gWu^VЮ"9O˹)xj6EXݗi @™3!e?},|NLqZ\'4uG-= ;+׻\ZAKReIf%h ,.L݌qLlu*n"Qпlؼ%sc̭۞X@%]4| Icr>EH2RPr>xa68BJ/ZLrGV0!8l/ iչI1Sq09Kw?\Z=脆~ yLK,!h1M>:ty~h/7ětvn+y$ɒf CtIG] g{*ԋ;*4pz8b6*<Ł)/t'%4G}.Ta H:ه; ;pfd5ҥ|)L4@ utlXf.e?IHٶ1FЖfUqF{%~cRJ(K[W)~FXl2KpJ#SYu)$x/&fr6NL7_*'AnaoZ`vt6 1B9";gssKۋX80"xHܾG ʽvk1 VVnq/hX4T54YcMKbOJde]N p RB YZ