perl-Test-LWP-UserAgent-0.036-bp155.1.5 >  A dd;I%z w[ ^cҦ1;Ofm<={rvo6r auf:4ffwwz) A킆kZ:z ς":6o_u<- #آi1*'ה7lIeriFESa;|P+X=jCO0p& ]SFWUeL2:@ݔ?e 1*f/!!:aBIJWω\OLc镞"|= sînth0B}W?I|G"n p/@NfS;xF (\> X|j2yΒ ?u_`kJQ^hE;Y&$ @opOvF8ЅO0<f%6ᦃ<([m-aSۃ{ ]Ϯ zݢli߹tc~LEh\>¬ msS"0>7C1a5225e606a8ab2af5ee5788ede6fa210bb73f8c6b84510e792d4ca228581724fc5872fadbb62dcd25bd7c09769838495675f81fXdd;I%z o~q_)C+|P\L #-$K?IT ;P!{+!@ [{Q[NJ;CMJLe"f>SwUTs5=#OY޷6`1-(GxuY ܎&hG4*Q*.ȲT#^&R"+"Kz2YL zLٕA\bpJMʺ=\o ]c|18kpLC/Vh( ^%9ڲH9`jbgdWMK.Rݾ^%JKRbX@e+d5Xp>"(?"d  * k )2S my < h   V  l  2  (\(8 9@ : FWGlHIX4Y<\T]^ bcOdefluv <w!x!\y!z!!!!"Cperl-Test-LWP-UserAgent0.036bp155.1.5LWP::UserAgent suitable for simulating and testing network callsThis module is a subclass of LWP::UserAgent which overrides a few key low-level methods that are concerned with actually sending your request over the network, allowing an interception of that request and simulating a particular response. This greatly facilitates testing of networking client code where the server follows a known protocol. The synopsis describes a typical case where you want to test how your application reacts to various responses from the server. This module will let you send back various responses depending on the request, without having to set up a real server to test against. This can be invaluable when you need to test edge cases or error conditions that are not normally returned from the server. There are a lot of different ways you can set up the response mappings, and hook into this module; see the documentation for the individual interface methods. You can use a PSGI app to handle the requests - see _examples/call_psgi.t_ in this distribution, and also register_psgi below. OR, you can route some or all requests through the network as normal, but still gain the hooks provided by this class to test what was sent and received: my $useragent = Test::LWP::UserAgent->new(network_fallback => 1); or: $useragent->map_network_response(qr/real.network.host/); is( $useragent->last_useragent->timeout, 180, 'timeout was overridden properly', ); is( $useragent->last_http_request_sent->uri, 'uri my code should have constructed', ); is( $useragent->last_http_response_received->code, '200', 'I should have gotten an OK response', );dd6goat13NSUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgUnspecifiedhttps://metacpan.org/release/Test-LWP-UserAgentlinuxnoarchb+w(BjcGWAA$AA큤A큤AA큤A큤$dd4dd4add4dd6aaadd4add4dd4aaaaaaadd6add494a112c4d41043e59436a6fda9b55b4c0ce768c1336ba4e032a7753898ab762fd688076786f07bf202b94fe1b6cc6e5d0552700e44c7b9d0756c422958ef7d67a72d91dc2051472f9474d95cad8f46c3d8331f996ab0df302a228786b0429a830d7dcca738f2ba1193fe4aa474e88dc90d8de20197a7b8db6639ad1e2c590cfb5938a40e07575fa57f7810c30f04fb1d180dadfd6a6362e023d6f50e915d43099642239bae5b4048826e6732d992e2e3f2c19fa0d257872a554262c5e14020efc891b6ddc99d0d78b29e331005a696617a44e08d5bce8bab7f9e7983beec4ff1ead28f431cb1647959adfe569869f166ec2875988d5f4d195d0ac72fa6ce4d304603d3bccdff7c7323bf04ec774f926bf75f0fd728da67cfe5878b8f59482aa4b1d8a1ca47205ab16b856dbc4c963c25af19d175f1200237463a8f93c27bf7afcf9b1ee2b5a6d10e78f371dc30439977b11d0268a6d993437a3fa790ec867a00ef99260652d0fbc609fc44c8f91ad0be0490d350531c2a79b2e0fc89f96174e8c75888a1911f4dd89d36a3dded9aac186f8f984e63f070cd4bcc3655f85f5b5935e374bb20ac1515caf5dd2c60ecfa4524614598ad9f729c5c9404adaa05ccecrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-LWP-UserAgent-0.036-bp155.1.5.src.rpmperl(Test::LWP::UserAgent)perl-Test-LWP-UserAgent     perl(:MODULE_COMPAT_5.26.1)perl(HTTP::Date)perl(HTTP::Request)perl(HTTP::Response)perl(HTTP::Status)perl(IO::Socket::IP)perl(LWP::UserAgent)perl(Safe::Isa)perl(Try::Tiny)perl(URI)perl(namespace::clean)perl(parent)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.311.620.193.0.4-14.6.0-14.0-15.2-14.14.3aZ@^cYY X@UٵUt2@U-@T@Tina Müller coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.036 see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes 0.036 2022-01-16 04:11:38Z - use http rather than https URIs in network tests 0.035 2022-01-15 03:45:06Z - fix network test that failed due to a broken redirect service- updated to 0.034 see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes 0.034 2020-03-06 04:22:25Z - fix t/10-request-args-network.t under EXTENDED_TESTING=1 where the test URL was returning random content for each request and therefore failing a comparison check- updated to 0.033 see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes 0.033 2017-05-18 00:46:41Z - fix network tests that failed from 0.032, due to inadequate author testing before release- updated to 0.032 see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes 0.032 2017-05-03 22:57:18Z - convert network tests to using httpbin.org, to not rely on iana.org not changing their content- updated to 0.031 see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes 0.031 2016-11-02 04:15:38Z - warnings are only checked for in tests under AUTHOR_TESTING, so as to not prevent installation when warnings occur in prerequisites.- updated to 0.030 see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes 0.030 2015-08-17 00:07:37Z - change network tests from hitting example.com to cpan.org, in the hopes of getting past more testers' firewalls - factor a few bits of HTTP::Response-specific code out into private methods, to ease future refactoring - some clarification and expansion to documentation- updated to 0.029 see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes 0.029 2015-05-23 03:43:46Z - add use of Test::RequiresInternet to avoid failing tests on smokers that are failing to set NO_NETWORK_TESTING when running behind a firewall- updated to 0.028 see /usr/share/doc/packages/perl-Test-LWP-UserAgent/Changes 0.028 2015-04-10 22:38:29Z - report on the versions of more networking modules, to try to track down mysterious failed network connections during testing 0.027 2015-02-26 04:57:32Z - register_psgi, unregister_psgi, map_response, map_network_response and unmap_all all return their invocant, to allow for method chaining (Tom Hukins, github #2)- initial package 0.026 * created by cpanspec 1.78.08goat13 1684332086 0.0360.036-bp155.1.5 TestLWPUserAgent.pmx86_64-linux-thread-multiperl-Test-LWP-UserAgentCONTRIBUTINGChangesREADMEdocsadvent_2012.podexamplesMyAppClient.pmadvent_2012_1.pladvent_2012_2.pladvent_2012_3.plapplication_client_test.tcall_psgi.tmyapp.psgiperl-Test-LWP-UserAgentLICENCETest::LWP::UserAgent.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Test//usr/lib/perl5/vendor_perl/5.26.1/Test/LWP//usr/share/doc/packages//usr/share/doc/packages/perl-Test-LWP-UserAgent//usr/share/doc/packages/perl-Test-LWP-UserAgent/docs//usr/share/doc/packages/perl-Test-LWP-UserAgent/examples//usr/share/doc/packages/perl-Test-LWP-UserAgent/examples/MyApp//usr/share/licenses//usr/share/licenses/perl-Test-LWP-UserAgent//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/136f71127bd0c006e9149a0feb9646c0-perl-Test-LWP-UserAgentcpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII textPerl POD document, ASCII textawk or perl script, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PDUL0utf-846bb4dd9d7c5c633d31201360b2a0bcfd4c3ecd8883d57887898d61c5cdd00c5? 7zXZ !t/(j] crt:bLL Q.]Sұ>h ᳭Ji$NF*ʎRUyo;8X"P/=jv ̗Sc'/V9&Z| —(Ԏ3C&^/rM,]R6x PeuvgROu$,KH].U=V/%ܪdJg{ӷԽS~,'ՠaf %7'#'N9lゞ`JlhyhitC7ߖζ`mDs9{(Q D9D"+7B}gװk̦G_Ds>M+f{w\]2fbI[4 &9F[.a`p׼TyTp yZ\݆L)[_wKu O\@$#~q n[Lfc aR1q`b 8tPXQPpr(,<_몬CeRl$&'~L}Ğ#@4.LaZKzk"^H4]UkX6Pl̳54~pמ@@ F%~/SmvK7UQؚx.U4  PgQ.Tz/ښ "m҂/(;oDXFlh } G1E9d3H,{ٻ2)<,$./gC1V@$:"rjɩ$Y`#j7\G똳whXaJir]4:-^% t訷H`Zi:BֵBJ ;}𴢨' gU/wrl.f?QhRhFyl)SfsTuRs `k ͭ9g{&vKG`ʫ9(DcJOTŏuSV]hugRv/-o,-Ky0,p*hԏ *7gKXt?p^-2O<[͘ io`=79ܠ?2Ẫx"UpCgr\e?q<=Έ26%h54ۺC/Gi(Nʟ+ t:,+fAUݟRy"5M1eX[seB8vs?GG/KCϫgJ N T=ȅ BGy|}uQJVSQHސxAa (=$H~;:V6#"]uwoHȑЊ7-80(G_`}:jčUGBn{40 fڛ8].XfT ro';lY+E9ggDh#!",kX2q:xgEm[,EDbp]HCO=yy}s |^mBY'?%Ψv 93?<)ѨZm$`[5\4? ՚sPo\89GQwV&e,yh>bX_ncten>C&4ha6@ҩP`&qݾ}\N+Jy4Ԏ'B 6^9$O .#sI8q?cjlХ4B zM"OoWZUn]{S=.H}x4 mَ}Mѥ!B/z%sAfb/*P!P6JFl+T ` 'e.LZ&~A|–sZB1[i|cQͭs'G*yP- X9ܻgk^R*\miN?xEjG@Y0 c5Uv{bMMĝO# '>{'Br xVp[x]iOsgUS C0JL##m_"Ȏ7A#8S(4*:u\0m)D_9(K'{0wBa"DZ <2˭zdB P1̏fEV3y 8սQdIJ )\d3zߒAGyH2g |0* Z3xvŃ 7Һ=vQ\U#ɏаo*f>Ɋ#-/(^.Nz ~"".>~J9/YSeH-Ya'<. 7ŨH:>c  ^mNAW!(Ε+t{dV=Ԣ/~j{.aK#K$"USx2\c2sZHn[;3xR[!u4jhvRʒgnAvQ@0(LNɲ=.^.2)n$޻"1F]ZVPcjFhiDB) ACӓ&csҡ=Y @ŴW#%$ h; ݟDt,5՞h)=% Lj%ivDsą<J^߮qю0yJr"oh,=Ī7IuHB2vi7d?!\ɗgo$_tGgA_'M-zkThA`CX#8"h+q8L4B[ A6nz*uՂ4)>XPM]&Kpim ^ 71><-2jҌ N1Ȣq8qd%lqoxq 33 j}$(7p:@iJqi:VܕY'=}1$HmʍDWt[6FZtKWdYLĀɃVJwjrr a<0S5@yot'`ydZBLdr!Xڏd)6.wZ1ͫ#‰ 1S?c=b}DLlkFi将Fq ׮"N}ZSB(H}1"V_ }&3Y4iomwmxa011Z5vTnT_^CFršR9@ݠ8* q 6SI{"6zm[nV!k.6V%@Z%-'`B;E)OV SÏ[ bw}kiqb$S(eKeْ~xG')9!w6 O<4ܟ߼4zpz5zp{$u(H-($i ek:;- 4KL.5Sz}[Tۯ%v+'־HlsqrDo[q̳4sBaC#&=9è/&59;DŽJV';! UR,I}wՉn9i 82l5 -)?kH9[$LT oP]Ȏ%ll]XB,H a3 V}hB< 4>%/pM-RqjrO#aXfOӢ2HSfc"iztqsR\XrfV_:1b%좸aízZH4܆:U ,W(3zTb.abTx *1 zʠ(NeډV☐'Sj j{{QڱF3[.)r6@4! )3V^<'Yne~{FNA9,a}q3#v51':ySWWw:֏5#]!E̍itSA-ʶDqrl^bu &[Va(\V87kO,k1uG_KʼoF$tni]nC9kr ,}e z)mf u͍@d-iX%q>%%&IV6䃨h#K;g{C%_v/O,}km^2v&ۉ穆([qJr Ӵ&h24-G1勠Q=d5L1Ǭqƻqaϟ9RSQovwu_7{(ԇ1%:zA6.\BX"}ǁ}tMZ$FBׯ!U(n&DžBնN.}ԗm45ͺOp8 $VЙ_C`gtiR&<`fnݚb79#jD (U/%zq,v]WZOËBH( !ʭk1/?+ ۈ>^;DK0呱`)d)p.9|X zϠ DU i0H۔FchFF5{Wܹ9s˶@õUNenvcOG3ˈ7N4+ 7,)sI>dnTDBDK-j =z~ӿ9A-"(y1F)Qa/ (r.@Aیo$Q W},9f8 I(Iq~o*F(gIl!w8xv!o{|pmV=Xc)ס`D~ {ƽ4rE]*gOffe@dg?,nl7Sy [Pi-&LҷXO~P#D!l 2beMW,_7l=7-UrZ71Gns0%B }{o>̓h/X )v5H1pZCw톚 tR:q/i`_EYN p Tb?Z2|,)cxT@H料^ k=i\&-^Xi87.JF]g4Țo,..<njWDe24hpÈ@[}7Ha'u` <1 M%8.Xǒ|}4P?"ܦ)8Wә{J =1M`rbd|!X:bELj52gױw׭:\`^Mt`@ۄo:m)%J'n ΄̇% 2M|Que ZT3G4|CX DN, (yG(]mK7I,6 s޴\9c?Zkj0m$AO]b,%Wbv䋗 |1Uv60EwĬ9 bY W B hdĵfpx:L)9g5\ N [S>}s35l'U9H":v9~Y,..Bedic<5N;Tw>&H/4_X%w]58eT3 UNχ8 Y(i[! ~USq vx!<93#,\qҀpJVm;9PnIB-r$ӺCA{HZ^4#JZc8(;fD()(F%-:,|hdL:h"ry-B eŜG2:JϨrQHqa΄tD^{?ww?iol9i?tЩ pmr`mLaS{,'LAk"N0  -@>zK!5nEgK0[3ϫL'/1Fҟ y^Oׄ~f}+fTa#&2$~-h>hɧHБaWuqV3Sڄ taR^Z\2G&6],¿SEн/e"1 +KXDk^t@zO}d`D'l?d+,{Q{3']aIvv0 ZͺG̜\Y^\/AB|IK ^? ;ls!E.QE!z<(Ɯ%P*s a3u]Sv4@<ⷅ^Z*`}:coOFx\-\g$'1*4oMZ\9q)6=[2y&] +17yn!vwriN^fٶγt:RH} {Cì+yB!8Qj !(*@j F<#5#~ F@jF!:XZČyȞ+Hb BGc*ˇx--?6Rͽ~;GߛBD ٰGߴ*29 ~l#t Bg Nܱ V 5-^Y.rb NT<׸ kd,a F;L9O(O\@+_*) ~Pq9mj DDZĽm(MG\/B2YuH75z3D7 hjUu7cgajwts}n`~\Vr3URr~aXm, Ky 5jȓDt)1#g2ʑ wQoЁqj_#bS)b 3VMUBQ%T:$si17ɍ6^XS1![Tv<@-4s5Y#~tgTMptjaB!ȝ.t ]'0QsKiaAs6כqUy8xF{6mx X=S7%:ˍ_@/ Ыo@adΧ<!e)}v`&Fx^YsqiDݥDSIH崈;IWjUrPa':fx8Wi^U^w'1njXǃ>)=#K-X#34g[+77'q'Kr@̷N^Ƌ1w E`4?IL*;>bKD;!EZ'j.lBZx$ȸYuC]Nאij:p$M>Xq >wڱ\;(GhhL#y0'Wڨ--ugƽP]N'BUi.~e9L\n.̫'25dE {]MjsHnj| q"閁xlg޺ z~2-z`Pn< -tnQ26 oz]e x!)E 3}4Tk И 6#=l wOLe>ͲQM P(ħdq7.a=<%Y2(U8|,1 ?2{!}%hSJ1ͯ2eec˂/f>/3(FVS L)G}78dO(9Jn;趵vz#"hQ;E~E*ZΆ=$\dtOj3yKKOUYg nh\7SzAԼXk ER{#gr\nj㟒vp~KK{D15d.X1{X3R*a5~7i$9LMSx/UyW70&z+2y$юq ESn!le;Ar= o}{  ^5co1nX+A_Q'OH<Aٿ/)o$xUX1Hb^Ҵ$=,AeEcp-?uB\BM&o*jgb'x}K|e{1drwM GV%)Y#:u~B$(DgI [̌50LC(r>vUf~j;"DYpz8":Nkoe=}K5{&M~rYG@Eۺ1t]7DIazΎWC\ ٰvþ3թZBMfH՜*:,KƠ(IGU |qx6$k9l^bxCOFW~2?_y掗.'c<2B]r8^әy_霾j|UL("wH^w)_3qXsywte-\i<\\/Xos!򔟗,Hgc[[AZGsb0sg  /wMzW1B~8!^~*"uƿ9xC6}u]bARLJZeWGi2 'Kx\R|vmKl4vEzE]V$n?Ex4 ) f*9ϰ3 -6U&Ӛϫ8wvJ*_/rvDpDAtF[ .h=6.Yt)L(eE8(s EH2c] + Jr(x?6C=J;RUÅ:%l!E.ipӖqW\ziɂ2}UDEjIY@,ʿ @㽕y3ɟ:;?'Z'Ť,&O$Oڧ,N]Nk{ $E[Ȍlz;o|xR8lꙿd'oۭMV!&RF{Ae` 0zhjB@Kao*͡e›m- Ac;;a8 Z䯎Pz;AhŶS1-oa$&hF1BdLlou$Tgo5;}\2,@h .%6,yWs_p0['5! Z+>=q0L5  R#)ujÛ\$gU_}^^)f aHt+k4'c՗PN1 5lwo]%sʆS4$ji<:B~f=cĔp ZO b9|I#G W8fP+&St,XJuF蛝L$|.,ɮжsŶ0lG+y Rt[#"1Lڋf;i ?ى,qZEQjd k~qO6ۍ 3c:X\5/ن:YZwFX vDp(/6CӇ .L_т1y߬dUMJ 1ČI/fN[ݝNzH O!h6(lc.*C)3c!"ۖˤy6mL;hCd-ᐡ,DA7;J#>PsN4~z}|Yw#G ևUc6yZdKAi_NF2`Eï72P*2tad4 (xBʋ_nK;?Hƾ rH%VLV2&&SymcBɋdTCu}y_DG _H:rǝ• ⱍh [!Lh-Y"~) v¬V˲K٦n(X*&C_nk63ΩӹPxWy #΅-V =(UhS΃GK!]]ZwoA1-m!0cgE9iSv: gh=qdJkgJ]s#T{oҿ%q?5jJ80LD&%$,$Ds.()cEы}'gTXpl"Ot?R6ۡt~ bJ>L.j c` It9̈́0`;9Qxh\v`l`꽋9qxi3tDCAhq A#iJ=,o:#N/1 7vW~gƷ~;a^*{wH4 %>b A~W gxZ{uozml*<0+i*$pJ:QdճjD "&_k9̯yއ/֚GYLA>粳@ΘUeMzU;qP[Bv͞sZ,H(Kl%ΐF[3J ܈3Tƭȗ9Df_b;bAjAџ >NpIYsan@:Q(8sℤ[Q E >醪S cJD/BaLqpKr/B'kU#-xp2kdž1هk6ɢ0- TyC$yab}1Ċ@TBWڵI :ŨX> ۱7Rj m78ڣ޸Fl8g%dLC DDь0A2Y\%MT6- ϒ}"& <ݜx!_rF>Q¿*UvPԫD`F-wlM˅sǓ}$WγKp7͌kSXp*J O$J%iJWsyuϏ(GI}>g ||i,9WSl\e^c_ >J??j'>z {Cp& Rh'~sskoT_be QQ 6I3Rل0:{AF|̽2& 7DC/!'(>S_ ~ꚶ_ oâi.<9" 7HWpcL9RCEǫ2a⾉ x+GeK" y4df x@Xg@;i6-Kc1GZ[tM H,vٍن+@O?,h=^R*;\z כT*e ƂxeY :Oscu'ɄʦY &]*P쬟z='lLuUz^,\{s)PG @m$ʃGS*H~QY#nTv Ak]퐫*jʕeu.$F\34B0DtPLkQV>l<_ s‰PR)) ,> !oٞ%R7 RU(U)_\!0jyY0tn p+b'إǠ~3R_Yw xba K' 쀪e oMܦ/ӏUKBS&Փ)~3kָsh'6>8r_vh6-Ɂ.\5k +`Fƃ;^ÜwLtn ohٔ*3zaIV9+l8nAkTw )?Ct F1;iBM볆7' Q\7(cÁ uXEWõCvZlm}p_crI=;i""5i:[|N5FgyG.;\dKzc aˇ)i VŤseVr agiY@!TNܩU3m,6l@׸tPߏZ3dw޴m39q c( ^=N6v @^l#WpųI4fV#zw< \}8$o\= ZtD91EtrGo*Clۊ(gY]|:'tY _Wt+|[U(A;2TsɔA.crSy[@&1FEASг% d%ASTosŮaVHCe^jӽJP/- wdrVP {ꕣl)9E_$EgVi 5'SLZ4Axqi;kKֵ1ɴGRKS±4L]* tGfiYc9(w&,iJB8{*(5Tm@'j.q>8Ԁ(W> ?{7Ǿr}$\f] NgبY/kc8fؓn6(\yq WӵK.Ns2, 6+{ZF|'Md8X*x ʶ KJQ^D*|\&h m ?s=c5CВ;-bd,lk1Sl*쫧8qongb\HV5@3!RjټP͇L䊑Nb7aR]1HXK>'w Aa/ן5f(cw,gHJ@- n>뚯'Cʞ{7mQJǼK NSH-0U }U v㒕%tה6(+~Kތ6Uu<IޅELh/.以q*o~4`GQPTܷ7b˚, uFD3')$Y-`!p  |̚H0Y"#&.^+*r1r;dpKo ծF/P]'݈L$dl/` ĐN+ @z{4J]#:7#(@!4β@ ;pR`g٧N@eB@Dɩl_dC{ex`}SQ qhWb! X ݱ2\x4g|.z39ee+#_G ~@^ewg-)$v,8b]ٯ?< ,:R 2k2@- p(ع<w߼aDB iOFN:GΝ%Sjtr?Yd 95VsƉH&jYLmE~LY_5m!_83"o\g|g/(\ygkgs "xJ #Qk\#$ׯD=PϢ<[n".ߣJ8K!!A3WppZiijӮ,1MK6$rԦ w**2Y/O+W iD$J@!(0?x9Hހ{mx$߱d٭U6Ӂ<|'.;FRؖT@5|\aJĎt: ӛ[^dk@91lP/>q;[$XBcNJ<dB/ &z^zc$!Sl}>hI-`y&o'+M`sq]DFQNY8ۏ\0JaؗkNÉLٸ*' W뗦~!vh 97٩OdǓ4 yH^ u5]Hp nJ\݆E?[븍hނ4~-2mKŨ#tS: Z\xO0R~OӸr_L;&ňCa I7--B1т։""f%¶Q`:@ڐf%UUYXj{u>ӻ2VTeB*7et=Y\.Vs/w*TVa7f%REWfxK}+{SD { >WuxEԑ6hD5,Wކ°hk7H, JnߗJuIT|v3".}gCfeAi^|F`*+Ām-ܵ)%AjWC`. (p6۝b_2IcmŊ/ns>>.ڣ7<&0V-'q/Q1Bbi% D6'D#*Qx="g圍Rx7e7Dr}ap)LBhqJHJ2zEn=}$є?OC`SlQcj\En,M{Wt^|ɰI\Ԁ+}0!}.3e8$Mb` zI`Y{&vA_:"ΛÙ Ng TD[rV8,GVLQ5DGx?j4"t@@bT8`` *!~|hNd>]Xg|EHPQ* +i9Űg+6i|s1RRVlEs$ ѱHQfbZVt8d  fI'#>t WV|z;$.#p7QۆUeXVcI6"f\`dlMK^t#w0d45h"nMޣu!.ma3X/oۈi5x!=ֹx jֲz] 4|t0ӿ;MGV6hG`7qbi9iHh6p"nvD]0"xvtgMJT\@q3f^R3HW |"fː揉:ýZs\ O{٩|qKU?l{ϛFof4SsQk@s!r"J#H֞ -t;qSrQ\,^%rfV%Rm 8{X_`bnt٬*WLP bsKG[i}sytw ^1&f4 l4r*5m@dW֌Lyc2`ϟ1 j\rT{aYE yw:*Z:|?F!w  t&pj'ILkTzP$+41%9`Q,D ";ό'y[smU: HMty1ʢ9<}ha=:٥,wT&֪_L_Jg4> K7gˌu7W4@@h<?ES4[179HrRJ+s#I›Ý ?qԞܯK(cY|#Gtmuarp$}QP^uI!`Y眲w2kC)LEM[IZ)i[ /B"@|h5c$^UN i~jxBOC-Tk=Gnnn1(aw]} '0,=IH\欚, >(Ѕ|n]b~$qzr5xYKs}] 29/8GC$9&n.Edy}f2ug[w|33(rrigԼ夊|2!gy\Mn_NϸWPb 0T"QDs)6.U>oMbZ4pq[tQ#y\~or&Ry4]>m˝z}đ SMbd4сyˀ< rb+{JH~ P+hHtbF},钤Š1U)~\x9/%m'5_~ZFz0X;AP\:E_7MJY炰z`ai鱭"Բ'D%(a\ :`"_f,^k ϩCRU!"Ygq%9:)5G2~C*NokoU̢VX"(Wut mZ5sX6c`yosq$+D[;g9\^bᒂt+r ~b"(c٤io24  #~dO_q# f8FxeC& 1xT=>]K]3xRj60]gsGks7d[)TɃ|2qT[hb#v1(?ߔ2<|jeZNF 2#T3@ &6NXL@/սR(/[dk9q LNH\}]hB\ۚXXmapK[ $"ݳj?F>q }ߥrځ\:W4WX,,k矦L5u:,ό̍{@0Fx샘6Ϋ!fPafq18r{я?!GhM +ppIzPp iu_kF3 k¾i} O,Ox_i G1\V%ҊE-!ao虌,ee0dpy=6$n`@h;b;CCu™kxF4qfĝ內U)1S{h3z6/'6 +r6)RO=߼xn ;:(3xhbv Yk (SnbHKJQʌpFo.rMk1H7%Z){a4Jelai-ƠRuH1cdġ.c:[nyN-;_t5H>ԝ:UTxkV^dVHjpKma~S8X"!v_;h:^\ܔׂ8})4q6AޤR;綾 '9izeO!>VB01!΋ VtMbR]͜:+,BP;r]9@vb"S941_TĎ{HRP>T,brfvu V!02*#3dGp#~])4TzfM'Zj7V!owoD(9ЮG2WfVe1S!(%IGS۪6bv*HoJP .pezv9ˏEk+{*ɽz>pB>;d+*A"L> J2IfC)3+~T'UXG!6LS\+4XU (ل8`9v=IЛvoyz2_@Qƻ%qǐ#iؾ=H%I``9ro#/`tDUW*Q>Si50? ٷ<%0@ͤS|\tʧuOL:4F~ #[įC"Z3_+ڃHMÖVB;X վ=\o8t"5laLXj+W4gc6xډZ lN~…fЭ#s [{*)e5aKN| v;sM)ɚ<|07}޻X8Q]WsRۿi"Z59 mݽf\8wLJ;^)N$bB+ٹo9۽kzl4CYuGČq:5g0kUILN[S$AGfmޅ;Jy t[#s7gRS L1:i#y:UZ/6GoVGt,c!RT*y8s||-acES'T?zXZ NKUp ?5;cETeYVXQ(DxMuEt; ?LȍGP \u88*?BUDQ=0#:7X+u>' ha\REW|=?Ixo.?@ OrQ%/VYTRcgw([G$o/#"=@R:4cyһ&f m' zqЮ؆xKkH(%MZGS+J.oVI:$r!H}5dZMjZ Q>.7Go>- |dt:Lr;t)T^է|9=w>>@JQ+K@mЅ#SUȫKEfPx/))->mhq6CC b1Y*fA7^"dn\>xK͜+{ZOZ;»u][T+zEDX 2y]p! &_añ+ k[v*gjMF~~E٫g,<9`XП+>Hzn#bV҅ʍ|O\4ȑA9sF4oO#OyE>c=_ GJ(LyB'K{+f&˃JB.SG")G |nU'vHz%Ciq v-\.ߙf?81K&Mn6K7H#_zbϺ!3Ixd@ҡ"+@eg̽Lh$o/ŞM5\1Jhͣ/SOEeW.|b_agsZr<+ xdǡiQ\άttj|߉E6!t=#x)|~!P<,|˼2;&G,UsTըJ##AgamV{ ȢDZ)Í7vV0͡UsxN=`2ڮk)RtbjA83r' YZ