perl-Test-Warnings-0.026-3.3>t  DH`pYP/=„esz8H;8znv^E6L!} |lRwz'sϛR@ ]j/> b(#?'Xܬ :b UZUR#w ETF:Q%' "7Uy6nf9Wn]I'߈ =]ã?7 ;]BHĦo6ȍW%x،t/2Q844439d251b36cff774d1e3326c7bd4df27e02fesYP/=„,{)o4{:'`Xd0kՁ]?ce{ӑkr#0I^kڙWЯ ز*:F2bcncr1V"g([kbYϹLd:f rQ:+ 41&;qylh$ccHbыiJX)fqKDaV5§VS7uI3Y:?d  F$= Vq  D    C    < P ( 8 9  : F GHhIXY\],^0b cdefluvhw$xpyzCperl-Test-Warnings0.0263.3Test for warnings and the lack of themIf you've ever tried to use Test::NoWarnings to confirm there are no warnings generated by your tests, combined with the convenience of 'done_testing' to not have to declare a test count, you'll have discovered that these two features do not play well together, as the test count will be calculated _before_ the warnings test is run, resulting in a TAP error. (See 'examples/test_nowarnings.pl' in this distribution for a demonstration.) This module is intended to be used as a drop-in replacement for Test::NoWarnings: it also adds an extra test, but runs this test _before_ 'done_testing' calculates the test count, rather than after. It does this by hooking into 'done_testing' as well as via an 'END' block. You can declare a plan, or not, and things will still Just Work. It is actually equivalent to: use Test::NoWarnings 1.04 ':early'; as warnings are still printed normally as they occur. You are safe, and enthusiastically encouraged, to perform a global search-replace of the above with 'use Test::Warnings;' whether or not your tests have a plan. It can also be used as a replacement for Test::Warn, if you wish to test the content of expected warnings; read on to find out how.YPlamb71SopenSUSE Leap 42.3openSUSEArtistic-1.0 or GPL-1.0+http://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Test-Warnings/linuxnoarch2?YG{?KmA$AA큤A큤$YPV5YPYPV5V5V5V5YP V5V5V5V5V5V5V5V5V5YP6098b79257e8764ba7ac2f0764ad47e9ec7c77aab08aed0896d099c3694f58c79850c20a88f851b75f8317933990940e6f2b02f39e7d359efd9525fbc56c84a144b4350b3a43dcf9ea15c0c1adb225fb2efafc621ac04387ea6cbddaaac503de2e3e43e6048ea3a1bdfa9f28cb3911476169ea9a17a281148ffb0662cd51066bc0d36d8e835526b9de62391f74b1f162540dd626d953ce8c532c81d538577c2c8ef5e0205189b408a641726a185a0bf4148f58170c8229011f7afb7993afb2b2f2c0903259e1bb8a7e11aecc97f07927d33719217c9288df03a275221cc35c019bf40e99f6e8ef2b40a8d058f06c5dffrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-Warnings-0.026-3.3.src.rpmperl(Test::Warnings)perl-Test-Warnings   perl(:MODULE_COMPAT_5.18.2)perl(parent)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2V@V_V~@U.RS;@R;RNQQ@Qcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.026 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.026 2016-01-27 03:13:25Z - fixed use of modules loaded by t/zzz-check-breaks.t - fix stderr suppression on perl 5.6- updated to 0.025 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.025 2016-01-24 02:59:28Z - prereqs lowered from required to suggested: - CPAN::Meta::Check - CPAN::Meta::Requirements - tests are now quieter to avoid causing confusion, by suppressing the printing of stderr in tests- updated to 0.024 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.024 2015-12-24 18:44:29Z - remove diagnostics accidentally left in new test 0.023 2015-12-22 06:44:24Z - properly handle propagating warnings to previously declared handlers that are not coderefs (i.e. a sub name, or the magic DEFAULT and IGNORE) 0.022 2015-12-19 00:32:42Z - propagate all warnings to any previously-declared __WARN__ handlers (unlike with __DIE__, merely calling warn() is not sufficient)- updated to 0.021 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.021 2015-03-21 18:48:27Z - add a x_breaks entry for conflicting versions of File::pushd which inadvertently call our exported warnings() rather than invoking warnings.pm, and documented this undesired interaction 0.020 2015-01-03 20:32:21Z - re-release to fix problematic $VERSION declaration (RT#101239) 0.019 2014-12-18 20:07:02Z - fix test to allow for special characters (e.g. MSWin32 file separators) in filenames (A. Sinan Unur, PR#7) 0.018 2014-12-17 18:17:30Z - fix test to not depend on message formatting changes in newer Carp 0.017 2014-12-16 20:17:22Z - handle other warning handlers passing us partial warning messages by re-adding the source file and line number- updated to 0.016 - fix prereq problem with last release - now no longer testing the example scripts for user installs 0.015 2014-06-20 03:36:33Z - adjusted packaging and tests to become perl-5.6 friendly, including only using core or dual-lifed prerequisites 0.014 2014-03-01 22:08:26Z - fix test that was failing when FOO or BAR environment variables were set (RT#93447) 0.013 2013-12-14 21:26:06Z - update configure_requires checking in Makefile.PL- updated to 0.012 - re-release to fix t/00-report-prereqs.t use of CPAN::Meta::Requirements - unnecessary tests removed; CONTRIBUTING file added- updated to 0.010 - re-release with fixed compile test - fixed error in synopsis (we do not export anything by default) - a caveat added to the documentation regarding embedding warning checks inside another sub (this is for you, ribasushi!!!) - ':no_end_test' now also covers side effects of done_testing, as well as END blocks, making it possible to use the warning(s) subs without having an end warning test while using done_testing (necessary when combining with the 'if' pragma)- fix usage of Module::Build::Tiny- updated to 0.008 - compile test updated, to hopefully fix mswin32 parsing issues - fix subtest tests to work on Test::More before 0.95_01 (RT#86802) - remove use of Class::Method::Modifiers - new feature: warnings { code } and warning { code }, for capturing the contents of warnings for subsequent testing- initial package 0.004 * created by cpanspec 1.78.06lamb71 1494372368 0.0260.026-3.3TestWarnings.pmx86_64-linux-thread-multiperl-Test-WarningsCONTRIBUTINGChangesLICENCEREADMEexamplesno_plan.tsub.tsynopsis_1.tsynopsis_2.ttest_nowarnings.ttest_warning_contents.twarning_like.twith_done_testing.twith_plan.tTest::Warnings.3pm.gz/usr/lib/perl5/vendor_perl/5.18.2//usr/lib/perl5/vendor_perl/5.18.2/Test//usr/share/doc/packages//usr/share/doc/packages/perl-Test-Warnings//usr/share/doc/packages/perl-Test-Warnings/examples//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/58488a30ce86883c8075c2b6522e6bfb-perl-Test-Warningscpiolzma5noarch-suse-linuxdirectoryPerl5 module source textC++ source, ASCII textASCII textPascal source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PTH_īŬL?`] crt:bLL'`N:4E;$̇ Nw; t@. ;w9 l.<?3[uʛgBה3N=Gǀ'#ֵTNEtћTp =b:yOھRY?Ι hrRٓ&#搜)DFH\TfI(| !9fP1Uo0}<&/NO/gP_hJ d!<2%N2u:8֒{+uOiCcA ɥj<7Id31e&Q̉ g\6؛88w_t4릆6+ {R6AJ;G|'Vw$܂+w1`d!ob|'Ag+8d)Ia[u a/u ׀_7:U?4c TH*l=РYXzFYwϺÏTbUBaY9L?xܑ t'6F)AɺRjoSY>4R`{;wr1_+ubpN5wdt2(@)N]DTtC!@ŒbE0Hǘ9iUyfw:6'JP)m͛jҟ/͵\a_8sCh&QV<UQaWȬDwL:ڻ9S³'<~h^[BJ:\3T] |Y)< ԯQ2A>6N_umRpk~{f&&\*M疳Òxs+4SPjC2]kp@EZxŢ(=僂ho/OKAED/gBV"䤱v* 2ez#˲8@^bb/K0͞sSXUjI#E; #ȴ$>vFr#JKEܬp=ajϻ4l!*~T>Pgy}bn^itgiX 3xdebt*ڝ|!K>VBf.`|a =#I[~j cCF7flO--fwK &D{NI^BEoh}kzZ8] 5ēpˈE~ Ce*6HUad^ۉܫ.U'>:)5kټCD]!'eY5h9G##zjG ,{c2r纾ͮTnP3,¯hվ0#F*T@'ӿJ=C { k>K3o7pVS.]-TR=`,N-Rn}ON+\p;r$֒h qT:0\@CظP/gu(7~^}LuO]&sAz852`94/>OBK=bR|ɾAÈ:V'߳ 02k$yD9o:+~ȉ[Z]0Ƴ'}M]s 3솔IO2({b>P AJ'`Og>¬ [}(G3F!$](Zm[ :(0m'M)qDcVykg~/ j'pnsҲ \ ھ5|hK:)7?3zZli;>4PR AerM͒2*G۬Ź I';e AL̐-#4ɮ9ENzG0 b(C,tXngp潇 ^nIc *jr69ƣagPR~.H\@vKL]y:x XŢ)0I ;EV|φxKVԿ:q/7t;| s` EF`ơrlDbyMN߃u!u pF#51z?4]b?0v`Óap.:sݥXzӶwҤJUFp1TIUiLNX[Uvo@9뺋͑ 4a8Fyo@*Z5W%n] ]s#T/ i񯄑t֙w@e3vy1jћT7ls6o'_PΓ -j%7')2ømz m."HԚ]m K+߬ 2V>ɭBQ\egy,t!igX9 )zbꯧ` 1n/ k6+Rn֘7\ 4Of68]ej=m3yQ\e^$eyKJmQkqw+- ZWSR:;% 'nHS5gEʩ[^S2R.`aTz-[嚳Y7  [ _)65ޛ!v(95sE\c"yD)B2P`#$U_-ty_=?/! m*NcN2[rl ΄dx,I5bTu\1 +921ɧ{ckn;[>,Kc.U<59EHXr4 ϯL?#wy7O9zIs $ok|&*H{k1: I{ k#Cިq߅Ҫ`*%_r8N}=jĊ[JⵜGg7늘NoI%XfJqX zN$X긶 wE*I(jrisKZ$wo Te%Zd?scrqesf+]/W ~@tCÌɺYb3P1yjѦTn܍mY N`M+ `(Zχ$[p `?њI$FjI X|Jli ;Ʋ*DP5jhusfё,ѭY^P$s]G?*$Yj3!jhO}h6y4~FiR9'Z0d9ǬeJ mb5 /E1IEHOfRe░lv Fd{"6зհհ.inb ^8/MaebẐ4ݳ$oo1nh^~ؼ~Ex<!+I>燻͡|> CMҔ΢QtkcZA f`Z*fC.~ <;xZʭ~Ik;b._(6Um@v.4ݗꕓRNIe~V1ڳ`rk欠zâ X^8FF2f(MkRemڒ hHK2\yЊ(3t{!-՞4j,F?Bus=L1f~a:Y_,>tTFYSVlVz>0ErISH/:tEgfD&Pvk\1+Ink+`/%MТ[<7n o:ydаA¨U6.aPf^b5\AE$,1-iÔm)!e jF2M%xC3d*?͉HdiL&&sӿn ^Nç(ghHfNW˛F)X8`*ǁKԂ>zwH*Rݥs+C}<'S~w \wbnCȵlRi,[tg'_;>rSYg~ƳL[ظGL< *zzT=>#b:2.+PRݩqK`Ԏ UBY:{mJg;뜈 ł}BIɄHk(:2~9,r (D= Z(tazd 9O`'Fj>ZM:;ib9݇g h#w-JiW4#-V5Oʋnk(TJ\h0(h,KE^ʐ+,AEv+xÚ-G Oq0n ;5[o ߺhK^rBlwma(oUt+\yJ9C!Q_mczٚ??:MyL5+<nys }Q9"#V_~w{D qj=fJDu+{QEaGj`g+ĤRm # 4r./ߗiGCMDz$/#o9Lt r wX`.wa K~/K4Lo~#Q`5n3}t1ZģyOZ \PvbtЈ_ŖUx_1l7uG.Ke4I{v :Uljfd/\U{w).\[5eװIVuuUV?hIVʘxW̴R( djuk8ë*A' %r &BvseK"`=E+ZQ{Fy4FG$ ME:°QXƒB5T-}iv!-1@vs{BKd:U*'VI9,P^'3Iz^M|;nO3q*u1* `0Xʥas1BK]Fld[~;JX= f>b# 2c:XptEX>s{҃G;4ROA R鍆i>3{zmV9Le._Ep֍ ;DV114C SXi 掌Ci$_8حgs³9DEuQԚg'ȳ{|JgB{Po\nu3Va*gGmjߍ⯠H禆̈́DYR=tj jZM"/Umt-}0~L+PQqi^ b(rowqħc5:2|Ѧx`a=D͜#$j\JԁxHn٪JX P/ڈ,&OCIc.,:G6YBȢd )L}aWŤ,33y wV3YWѮWg-#l ;N/ '/ >~\z߽dxnғT` ilgalr Bfmk3%,6+$j/CNOPj< @׵(, ng 4Vt]&nnz+joo OR"pKS[C >!g~3SVpC5X$Үp G[]HI{5YMė::;ٹ|<3V~YEV?{W>S z꫹_> ʸ倞@]arsY.iH3l6#;̋B(,~{ҙuq9R } &"s}.+|u^ bԡw E[rxt㗹rynZ̠7jiL=Xn$! K&0jYLWY~MԺtg`M Ҿiq~wnCiRw$Ԍ5FW$D\<3;y%ZAJ4vD!l|>CrZZļa$&]A8鼽įP<0;S3>;2*1pQr﹬%~'j%S燯wmmcP:Es(_+.a/#6rKtt,EM+j0L˴gl5?ߖ%A66S;z(hH!8 O ^॰_NM?ֈ_L( )@3;5i^"e-"S^{u TBz}K͠7Yq5OFKi+.KVGb''wи ;)'ftɆj*]sL|Pث5E_^ˁ2ж)܃4tt)4- :M|A4e9vrK4<un+[ ̀p$3ekI7!9WBQ!:'n(Ω j_zYSG~SP_6 J2=&\Ϲ<_lD|& 1!bU 5qU"M*ts|Rm={ffn3N%UΥn )@i?-Yϧb0|gpK$\ wXLRϴ>04&8WWH( z:_X~ {ΨGOiﳗ7n|6̵R|wa467[R7z(S<-ez(CbŵdvB xKqɳMGd ,[ ٔg槢t!T{]rx1Ӎ{b$uΠyW#ݔZEցa5\m1|tX(]+ըYԕ^"9u xhn/~&,.^emkg+$[@̑ Qf!1#6Xy*|{c/wE˲jŞi-*}[2gs2cRwrZC 7 OBnCtEqT.\TQ|0|RiV;PHDv~:G[x&r8[|ضT\ՂuD3U| LٝsNm T3^3x6uUW+k H/OQ~yyv6$\2'D`RXx@XBeΛ" pq9.Fsv/\9 ֑ D5 ZؠEϛle4f#N.mq6hdl }cgw X~浢͒$@9fJyaP3W$P&a3yiO8ssB0pC$+e4qJAԷ dZ%x;\U$ȇ!wjޑ?osԒ<}Dzhۣ qLnR^i>YRҹ r1q#"Oj'`3}j\zր-6 Y1(AzHkjVašMc@oe[֭:A'1X^y:v ]N!L\Q:"蹕_k؀!ʼn}^RnO&>PBW+ؑ":wSpq".9iC"NNDbLg4diwfp4=cGiQD'&aHh\}F]`;OKΩ=DtB3^ t:[4Tc*iZVЌs^¨x1(U&{ӔhP @MaЏ1[!$>N d!LFl'Gg4`5'gri X` A/BRCSjB-w]u0!9`T4]8nF.*+HQO }A@/²8bpf>9jBAL;W짱_&p ѵc1R9]-CysC C4"4PM"-$Uwg߼bGI47}@x(@{x+xJ] O=pF\u؇(h_Ojˍ[<ӍDeB:k\AtgE{aS kz:oEкXgۣ?(}];:i JA.L}ms8ъm!%ƎU9 ]e9yw%e "gp̸{Iտ2UUzðr=kp8q5zt`h!&t׃e*In|䧏 LP YBEԲWA,Qt2 WKc_N\1+%d)QC6fŹd ۚWTpTm 9]0wQ8g^`wx*cnbRU4 kӷ%qg[5{x^2t%<±N-O9 |lDmv2, ΙфY!cZ)qz^|C'z0-g:gcL)Bt]Ϩx !캛9!wOӜe_P[4dj`ad G~("9)r\ok*r N04.U5-u%|C Ny,H޾B/)CDz~mRjr8nX2[tj(Clk,-QZk9E'[/u޷9ͼ.Mx).LYu^F `hs˪-^}˳@0;F]*닐f/ z&cq:D0u]چMTd;\EHheoM@FGS ,MʴM gk[mT ,-F)IʽFݎ me^kHQƅe)#g2@%Ѡ3lGwAH*+O z8by)Zl?ۄq"+u5XN.Y."e"?Aamh /XU/liAQqtn"X 븓BW `H(&*Te!;0Y:bn1',6j.´ ܩ֎Do>Ep2]ЧYփeرf)sv۰!o^2mHO ͕˚ uXb@T-:+I -qPC\ KMuO'#|Ҡ\PiAqRY ]WCyjWMLa1 /ŢBsq f79uܹ2kv:4w($P`haw,$}Q[A[)>wKYo/ebY7VyKOH:;/};{aW)Lz2hjq"G|̅͌(d($#ad z'VmH=R^~%O¢5$ZE`tw(ÝJ1`N5MirٺQ\ ZyJnhX%>n03;ɖFJ͞#FIű?bsm(.|mttbM/o]Հb^Z\kWYξ/kcw/+]Ae` gWb*= 7vJIqv>:#Ap2^o1}E݊tR#YСﵰl~C33PR#'kE-3b0Rvr~Ln>dTQ(BE '֬_ `kv^Lsp5$&[8\׈hU x!*VROCB3MSp\_eLC=ikDޑޓ>@K[\a n,){k- raM*FY[Ќʨ3ୠI* _^6jt#QAޭp7Q?<(fGYh-muCj3爁gpx[_O2@) 0Z&GnH$4Ϋ12CJلg{6TяkwJ?A*3 PY۞U2Z%]RYGKݘ;mW9O!>ʞjY~J/}M.Q㮒΅(pn1jln~C/v!Jl7:,B)1AAz&>"_䑐!Pjs:3-f7t%=/ \Ưo4gja=J52?j 4oQ E<8J7έeNj^~Z.+.TO>B5<emŷrI@F|Aݨ Q04QO.D_C&zryi$Kl09\r9ӜϏ1S8FxS9R41C(#aI`9't `XH6B¿A?K΍-wx(yW7|4`A4&GZ圍i _URI%N&ƊlNvISAȳ}pa&j75zDrqp܈1g CcРZvGBȏ]*F3ť5qC:eP8D` f3FHcP_v5?>bGF;թ#NQBIb%b<~9 >Y$(8y\ۆNRmXf#QP]Dҡ O/?7|ԒIKR!*qPK2p!>>B #.1;Qk<ry`Gÿ́z?O+Q@^d0W Z&%MB;s2@˂TB+MSJB44׷~RTo A[ wݴmܜ"Oz'~{`Q$m$ 6,V@Om2IH4R5xNczktAbm)-oo88ucT@FOx7. S: g֔"Rly(et a!.&'Ԩǩ`$0"k2>&YԴS#W\s.7;^{~b4al*Z.|aܙ7wmpN|$<zš4|]^ܦD"zӽq\xP+`(Z֕SfEx۱j-&AxbmKuyˋN^U2z ? ߡW"_gc$Uŏ{h-+{zآ| QNtԄi|.C;Yf2,%nB.|i,9*D/ǿCu>}G]9!!\c+(G ұǾi.,VYB\(^ym %26F}<`2^@AHM _`Ƥٹ p ?N7&> M Y{c|nt{Wf} wGNq<֔^ڜ_ڒRYOgǕ2ok$4z,9b8\H~yoվ\([P0ٝ}ƵLe ҈%_3 H[7ٟv2 ,7aꟶg"%٢KE0n5-R[䉼)#TA?Eu_`Y22Ch4 .05y0ɐK* ]d*Q+Ʊhwm9(IJi@y~͖oS];IѺY<,=l"xSLJ+~$Ze<`V$X|tȫط' اZҚ[ƚ$.$TQNX%Zԭ;U5d4!2rebK z+Uv^%>RYޯU "2xwWZZ)}-NǷcvl<'b>^v !z(mhFry{q Wkk2:Np[4ω,wlUC1|?m/VI@x·Q;FܖdOv%?52M/?Z? ͍T]@6U _\R V4 e=k%dQrV+5IU -[ѱS,`VuKqGF NgJ/:3K3=}:lGC*#$CQ{xH;LM5/,TyY+5/认\wui7/vL7:{-cla] yIo֔pٲ%Q@.LMwK 5"mi`\~28jF)GHMb@)XDBeO hӸuIKbAuB;-o~)OI*ۻg {=8"0X+ނYMV|a0SskZFuY"|_NJs]Ekܔdh]hZ96!"O (` u;Ɗܷ e\h.Ze-$kO{b&P?IQ RzqqH@ 0A&K|i(TߟJ-7-Vč&YRVnl,{S cmW(޹zfxW2M/! Ҫj=EmawYdy cbsMg>uA[Ӽ`_3"tV v-.9M&xrCxX°Mgag5d9ygQQ?&@cW@lP`\^P Xe>#.TTo{X iT4=A9*$rg`Wo(8bp,D^6)T;VF1  Brc`2G>g )-5ѩNuԩhazpG(6>g`7X 3qvoZ@Kqz|=60Gom-Xv'̪L.H3ITrݭ$_g:3NVb&aq /'9-b(ID+xoh˛uA0 W.S3E7⃳h'@}'u)=&1L~jpg"@c-~Kv! juv<*4_? {m>"GM,6ٜ,C# ht̟n{Ț_5y_[j2ڷ~w %e!U ɻ$qEeqZEs.轖f?_z:Ӫb]@dF2(SՐp)SeQ{&HNsR>0NgiNB¯MCHp+]һb;mD4#lld"9|D *L3!! 9+§ #o tG .x٦K*GoڴJDRzk4 2H+*wi`Ž!( pgN.%BY% F6"-'5K֎_t>ȂkXhh+IkCMȩg0 <'wjs'p,^ךHgަݿ6Nt DSkєte3\0L aT;/xM䯄 `AO~]db.Hf -)>TxUT0㸎Kޅao!"1)޾WEjz]0cQ Tֺ9캩6MVUHz~i=TF ռ$<.E?8 NH,t§^bv ^"HO 0D? 3֮|Edji1f)   Jtެ~_R[5{ ,'x!w=τ*J9"^mw_f]7iⳎW_W'M-{*sm)c.4b|O],k&iCŕNciWgTg_5R=U.N \)IۊبjkDڣ;W_#lQ,S>MQ2Vec|:-Y,2-h  SD,k.}qXFIvˆ//$6(%}\X2|?Cu?ZZAE@2L[B+X j 7`B9VC4X%q>v像N_Jc-xYEH7f!2|fCpIwsTPCWQ-ZDjrEe Z(KMFܜ̒+Nqb{'~#7\[m WVi{j~ nbIj6vq̐$<[7JtIЮE*T &;QadRs_3% 뇞(b~/Vt\zdAD_[[_$w:FJ!SԂEE/oQtF1:bg6aD#|Yx)!§QvLprݡVq%lM fP{doYN=dLja$^HɊ"IB;x9/hnF Q@Ne =lA|;`}_.]qP{Ay IDzK*_;I]p P 8qOBLB`uy ,]pzBŦ+30WfD)=~37H7nv56&tI} =\x[#!BంƝuZfkzVI]U:C@^AcRu Z68 ]P~Q,}]7mh,kǭg5?>6rd -'$%L:o§ρ~God(=b#,TQ-:VG.l4eiGnU2x0 ,R4fbZ,O1&mEy0Ƽ@K۳p x@m1rhc86y';=;I}jfs fh*kG7&3B8UBayUUWr?A ,8 *q_a u WN;z f8 zQuE kk ۰jj̋fqo>9;z)O/[ydr,da\n+G HUkq7RG\_ukoD<ˀ =0`'HgG Q%« wGm`9nsZ\6~ӿ!\?K6)3F?rSR:}vDWCZ}VӬ:(oppDytے'͟5x›$yMlbͱ$ZV}&({izNq/a6ׁ2lӭfa`bw!=v2:"AR'aۺ]r~W?mV&~eG{)Qa Nٞ:֒u48xYVQib7>|<RPa=O:"rX/9wN̈jfkw2#D61Tũ5