perl-Test-Warnings-0.030-3.3.1 >  A _lp9|#KnRDf~ԊF$-lߑ c;^D#kV{z&bPU guRzKrZbuWTNS%FT9jN{A\}VڮƝhMH[ԀB> ]'6} Fe6K#؍B׼l Qo1E;ٓTjg+S6rJ9)rAS_ŝw>kh9SA@/x^F`>p>!?!d ! H!Bc y D l       X   4 \ t ( 8 ( 9 P : FEGXHIX Y\(]x^bcOdefluv @w x!y!lz!p!!!!Cperl-Test-Warnings0.0303.3.1Test 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._Xgoat20SUSE Linux Enterprise 15SUSE LLC Artistic-1.0 OR GPL-1.0-or-laterhttps://www.suse.com/Development/Libraries/Perlhttps://metacpan.org/release/Test-Warningslinuxnoarch9,x?KmGZA$AA큤A큤A큤$_W^vGC_W_X^vGC^vGC^vGC_V^vGC^vGC^vGC^vGC^vGC^vGC^vGC^vGC^vGC_X^vGC_V3e65610d24f437882a4f4ca2b2f3ba423b91ed81e8e3d47b2194875811ecd0ab72cb285d28361afff6a002232997a2ea14528f114d4938353b5f6435809c103ca5992e643c9d2165e15c98bf8ebbfd1464b4953b367be24e073a155220b3d00a5199ec3d8300bc55807afb43bab699355b83f7c88b97ced4771d917dada7bce05777587bacc8454a7b375271f6e5075e915ba1a39671fddfd3655d35277807597f80c48c7a0fdb3db0144b073fe64a2932b41594059790053607f10263102dc419c3462fc2de3e15cf68df02307e09376639a9a42148044bddd6372a316764f1809d4c2e75477afe12ee0a47b50b923ca0701f83759df4d6201dea623e33c2a989c77465f88c87b255687d8078db5df8941c805723db650d17b275be2c88cd63f1d1d9a444650833f91d80d1e506aceb9c548f25b05d49259de3a6d2965b4c246c9dff0a44dd833b1a9abc857dcb4a3ea93b78afa38b5821f9a9c73d02f535fbd3e97e8eff8caf0e8a51497580bf86c001f49bf7c546c646adab363b8ddd1fb0b8197e79bf0c7d1c07040f8ad45d813d6fa2acf38348e07ec3a4af60564a0b53ad98742459e575ff569f50a350a1a5ffde95cae88a897a5b12dd438960617434e0cd9c027658866a83772da020b2f6ffcf606664d296283bb6b8856042a5cc56rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-Warnings-0.030-3.3.1.src.rpmperl(Test::Warnings)perl-Test-Warnings    perl(:MODULE_COMPAT_5.26.1)perl(parent)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1^wS@^n]Z]@V@V_V~@U.RS;@R;timueller+perl@suse.detimueller+perl@suse.detimueller+perl@suse.detimueller+perl@suse.decoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.030 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.030 2020-03-21 16:56:30Z - fix tests that can fail when there is already an installed module named Foo::Bar::Baz (RT#132140)- updated to 0.029 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.029 2020-03-14 05:27:59Z - new :report_warnings feature, for printing all of the (unexpected) warning content when had_no_warnings() is called (Tina Mueller, PR#10)- updated to 0.028 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.028 2019-12-21 20:16:01Z - allow for calling warnings->import being called after importing the "warnings" sub- updated to 0.027 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.027 2019-09-28 03:54:47Z - new :fail_on_warning feature, for more easily seeing where the surprising warning appeared during testing- 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 addedgoat20 1608114520 0.0300.030-3.3.1TestWarnings.pmx86_64-linux-thread-multiperl-Test-WarningsCONTRIBUTINGChangesREADMEexamplesno_plan.tsub.tsynopsis_1.tsynopsis_2.ttest_nowarnings.ttest_warning_contents.twarning_like.twith_done_testing.twith_plan.tperl-Test-WarningsLICENCETest::Warnings.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Test//usr/share/doc/packages//usr/share/doc/packages/perl-Test-Warnings//usr/share/doc/packages/perl-Test-Warnings/examples//usr/share/licenses//usr/share/licenses/perl-Test-Warnings//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.suse.de/SUSE:Maintenance:17663/SUSE_SLE-15_Update/d17fd6bfe37d8c3b26d34996fc29eb3f-perl-Test-Warnings.SUSE_SLE-15_Updatecpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P=#3=2wrHҳlLrgh,H8y6YEwZY<CFaImiK@]"cs$@/{0G;bI0z zN zun}7 YOr GXՁ[wvb7?MdyUNդwI"A?0Օ4L1`N6@ə(/Vu?L:s ]_OT^1O))sN!J AHW -\reC>?9'51uuRǝ-iĒ Ps|j[S=oKBOh^b|75+! ]ڜn2hx0 -d<Y#r$o~,}$?iyIj:Q +jpNxii]a;*+'en$Zy2PFI%TZ)1Psaf +4_R:UySMALj)f+d KlsZo-\OO$N^t_-pα/DSf-%;Y#] {tKw+-?OXK>'Np@З%6d,}8Af.$ghx]4իڒʧ  ~=?KXzlQȸ)S} -e=jxg' z"9y dQ4V]L H?>Z^Xogj_0 SӽiXa\_'0!Gׯ03p3HXWJɧpKs1*;(;Y_?IǬ@vnywvuYEly@4hoP/Wuヨ>$noׇ  jQ㸙=xFCȊ4E֨W !]T)?ho \6gEXV~2%Q%'){aꚙc'!8ͯ73^5r#$,׾%;l.aMe- N5uW]lg]0S=rN@?aQU$ѣ4?֤K8I퐮b `П}.Xp3ՏH0ѧ`d? T6biipaR6ss+ s"4_vGh0KnTPDSPZF98JzE5 Rb\/]BKd}˦8t0vY]<~ cU}̰E~&>="sPNTkyȮ0G _\k9d %&A`k[0JlGkމv or_ͣLGN(C*eˉdrIn->8Î4g4}r^D6}j>S"0٧ApoX̜O $|5:ppgd>FLP#脰`ё q"r[?&[_~F/Ã}tQ/ @DZfɵb M4KWЍvG|J (7>7f`{E&95z٧͢JR1V%(}3;ߞѦw w}Eۭ y8|!kpw9`DRxj]Έ71wwt0g|2aQEW;| -Yy}p<9;(*]jh9ԇkЅd8գfNq`K̉0R~c0s8Rkk|dm!W:\_,E s'gC",=™ÊH'N9kf_pYnWw#__7Kj_FCxlrgg #ț)_jtz8ō(2ڏx?(K"ZyWyW* f&1S ^Z-? wVaJ +k0%lq"%Ka$|)0-$M;)j_> G@gE;^v|!YZv7^wz,[OvȗKhNJD7"߾ h @Jק%baʟt;1l(:z(Qސ暒Lsƒ3 hNbnpHΗI0#Qw!H^}"dW@7B!SF">Jdѫx92Aӹɤj֪GV,WUѐOG[93(Tm".w+{u =\M}q }+U"gʀkL޳KE_]b6?ao]|؈cy40_61F.w(zyߊߧjȗfygR-#zFUG )ؕ$4_=`qhmEq /{sn]B6/`d\} !LxS JZ"?ɺ ԷȔakYHhKlk\1\QÝtE8'҆)Nb@<5u%]0w\:vN>u'V~u^εXܚ ˇ~=[Uٯ?"*B3*mkjpl+Wue_6G}(hdƼd 7AF ;h$S/hp\V'e5o|*8^y ?1~T/͜cq2:_c,Rq;[d]F//tzϦ`@)%i& 44>J⧧o#;iRJs&u໪y\dY<}0,f.خy 豈q䴮M),}+L9p'B7]~_76+QPx;03efM۰CwV9kBs޼t/bU h7OXB-rmnbߪFzlEnr͈_<դ%@=U4>2 3ܰ_|Y \ߧギ%=n/[M;v }C6<%moWU:J+Н9 `#l!}%&!(Os7@ BJk{_dITJV"K/!fq >GHʚ%¡R `S8B]Tc0 *2ZێX/El9fqM!BݺxHۗ:E}`Jmvn z!5Y|Ӷnh>fPR9-C=Ҋǒ%.%' 1XK2QlOoDU3+y`l(uL<ߣ q4ձ8 -U"5#>^3P'v#x]Pbh ;1|}FHW1&Ģ{nT`_[&ɔ헏t#;utF/XaJ op>읔i|4t6svl}h|e/o(\Pϲ9xm@֝,5~a@sds]Yd_}n~ ͚YXғ4)ۢh5fGAߓGidr9F*9,E2Vi-A`5cq(BFC]QNɮGqߋƬN]<sLh e 6)I˭sOۤ_MOzs 2lCMYC!'v0,J\8^vleUQT;Ar6a ,֫̍M¿ݙ^HŅj|dAkEm4Z ә%8}FZU8k ҤxC8߲{Ig]N&@2[R<5n q|Ht-V+pxѭ!h0UM$;CW_`'b`*7!EXZGPN("g޾/żM>.hzg6Ef9+z<ټ0؍4G98n{&xV2ռg8*(m 9@-\w' $`\7CWgI7fQ_3U=R_ lg_"_|^EO0J溟5~CiXM0sjhA.8݃ZL,-2En׬$(~;멠am2Sک05y)96vXaUkOf9qퟜcb&^l`YXdc Y(*[\u Ac]Vq+91;^qmY;H2.3Z5r&g<5E> P*4B?>+1^$ ޾ Yx3Kfq Y. nZa VQ9ጌշ 'ӫcEjՇ,&m;~9(cogHb؃ ո)>]nm3Gz[ڇ-V6OOTWka^:R (mŠ7:(μ m^/$Rt+7搪۷ʿbT+ެWN^ӵ{nC,s/G+ c+shm_( Ba |ԩ Ƽ*)<ޯF;8k"$Ɏ8P5g)lC#WQt>(sH \Rr2O:pݸM`JhZ-{dRPs:%ˌ e о [|3LG|A9cY*pZ TB2-4`:ʥWJݙqZ4 BXBymR9tRj/d T8(2s(؀`Fއ/mGiʛ)В7! W UG=NSB[dŪE:Gc5Aen!9zY7PFI4Q6W Pc*S%|F2ϓ͝//CSPsZYc.\h( ?1)O9(ӃM[|罒911LWVuP*Ia^"A/JKӀ(?>I1s-lf&'Z2«*3b$;V(#&+Ck}"v#c! /e>8>P*fh%臩\4cP/243o0ܞ+ (vU`2[cCB0iȐ(2ޫwy>$hٜǹR70Qõ^хфg D]?wLDlsFl H6Xx ;b>u0V7^Uw\L 7;s%~h%kw /OH\TŅ lkHaDD_(;S ,t"VI|ʠ8f1 Wb?鎶ɟվvt>?fѣ^;h( ,^md7<0K\3Ojػ)w|HxE*ΥŽ}K_)}ʼkP/5oȉʾ\́KzJ PɭU) ,kB͎(d\.ő22h ֯B'WHby z="bprjmؑ"CnMS:Ai-7fTwE^kj3l '[ZKr898ihQO`s[^q]B?ĽkQt艬u2A,F<;E^%.ܮVGnTI^[6* !\YϋU JRlbDux+sxJ%RqM Y*Us|zȸB&oTQXysG<[kO|*܌rU`?κ/K3{ <[F%{pL>́ H: 65%˘ϼ%P`sjjZw^*ɀ tlΆ4U)=7X:v#IWn=/n4I;%;U=#hPlJFf4mU`xfa)?T(u$F\=Ex7AdqFcXYCHF]>7?XC}%;2f 9U&Y0V _惵6 K jC )~R p9gDtMFD;7vt DlW}c[~>Z$# px}I'f7hN!7 {xLhEUjڲ ҰDBm4[WS,¿.h#,>8_w[{FPDI(=5bK\ {?Uqq%8{ޤ F?]?7 ŹJY["yA ˃O*rGXi=i5{eu[2c| VТB_c: 5Ϗ]9:D()n [/._PF/|γsWu-Gxjܝ^X};yJ~D`/ RCRY‘gv~ܒx^>S4_.h]ˉq,cje7đZqbL~4ڇvr,xW]z,('>NJ2)ޠS aqA%K*65&*ѫ#jTأtb7ǯ[(j /D7 g594w-T7!*po 0*A%/]\ }!K#C$x2֪ܥ)TzHÈݳR;`Q"v,3d}誇xb 9994CԆ8]|Jțgbc"jk~5Գmpi&~3Ɇ}߸F,▔a.'e}ǮPt)MU"rB(=W <7@)# 놈aJ C|I uWOP_N6DAi5V hm\ÌhI:`& Oh,^螯KOzrL L&Q рA\ v)ی[)  RI77ͨy"_|鈹 T"ao 1ڇLqyAbo6F|aGXL4YO|k%GsFepEf}R7qPt0'ia,խ)F0mb+2a#Qll"bU Pdl:="NKr̈́*ybg t89ON`(X&6;7 w3 'e<}*,[N%BZ{d)~*ё*xB6flSCJgdXmV8)D8`)RPs\r/KSwߗgG=zF39#/z!#\%)ii4#[6U1_$ ?q*؅䉏Rm)<,ridVxW'դуb8-2UlЍt#в͝4THO'`hQ<ᓇ YHTEQ!x㠔ݳ̹ z3yڈdEe-K'{L->F([RWlLdZryU^#v lݣl݊+u+YE W*8(&fzOT% C՟qc|؇b1ƢDqpdy--"b7oɜ"*P6Y\~N'58JB̤qϱ!KAGf(NE^Oxi}k*Jd_}Jl8~P`^*8to$w{.{]D3mFO"-ZwzBL>? ޛтCl1Hxvu*N$ugr7kaߖs(~n -&'WI (}kB?x(Xf8s6wI/]y** 6wkVr Ռݮ&566}?"Y 1*3~YE%.U5g\ey9ϭaۘB\wD5 hذoZWswE2limr `S&w ~,p/j [| ;VVWYXiK݋)d|85v9%Rzzb$5.BG0Z9'>Nؓ9lfCaN,j 6B)![$fƏP莎{j:$i!Z˚2FL~0 񉽮 '|00%9F\IFIQgHm.I.k&,*ǔ+J.,GR6'Mt*&Õ?-[/ϽC2al>+d,᥷SPגJ16d%7D &Ŵ9ߜ.ߖLD'V'j>sf7$[Bsyy\.]oH4۵$ޫ{̿}5&1MTCUcEqŃ/nRSA^\,6&YZ%l\;=eab3V+.qpV l2$&/KØW\3 BӴS!Җ;ҙzqx0#n"RrE|s,\r8 jZ.6mel ë%;]DmM}Tܘ ?.\ѡ8ue'A6Y-@_YjtN-k+ɔSq}ߓ:w:Ja>dlŠbچy} 30s@"f1]q^01YT^" =tYP\T1o4ú8ك4 QcPFˤl{XtXFq[Դ"^*ϼw#PY͆%QlApND!H+|ê1p|<=ō-jfXԷ28p# B Or8hݞ^{ڼ[FDCfLO`46g}\"Fq `DH+Tb,27qOiYT f9uH8Y)I zlr xZ$P5 7>]$. o={ڛFv-$?#"2;v&lgڬg4Wڪ_$s<.< ӆmcYqc5ܝyEG)wH[A>QeL.^l NV3_FD;ުkmʔ)E׸$vc\/KU^+?P=.8Řtƫ'OdI]d=pLخ`1Hi$f1=Uzz, YL_c3U|I?W`(~P[GWO`OxgvL7C (O̭se]8TO TFXlZJBiQ73`T'jr1l%|f@6=Av(7*悁,ZlћXhX`om̮!N yӵNv/V$%i wP-C`ga 44%:6qW.#PXlH-@SU 43\玙H?a"׈Dj,7f g1i&5!@ewKzv;νI6.%BTT EZ|dx.h_ aKia3Ƒ2 b7j3R8Eh%DxH(b*Hh4#6CW\봯L}'LI&H[=&dPȀMzXJJ.d8K@gL"e|s?u(âfĄ NŖ tםu(1*d\!<R YzeYW)c=K\N[-S]oi s@`*WT eQd l67Ytx Ѡ*rn#ʙw A WUq#aj) z'GGm~eB+#;rb2Ƽጙ/bc0rmFŭ6J:(ps;d+~$$ffUCN:&(_ak;AIU&z_a"}P^ў449ғ;i=r3Qyw =4o5y!5DG'v*kJS>ǟJVe\QIP3nLƩWLy ZToֽzC蔡q=6L[PbŝpT$@5O۱#op`9OsT1t}4Ned$]ׯ[Aj(Hk$}XI,q뿖%_@pBz M8U{dY8TT .i y`:J}#]Cs-y+|TC1_i=)SWЀ}mnt/3w#mr nH>QR r'GT_ .Jq2bS ,$dI23jd8vm9x?F(.#8T佒kMxd]K k͊(k mus7\Ŵ^;6Jz{}ش!i] " U#ÍOIe{ff)Dד>T2ƍM՘/_͏L=U;~cMg>)+XP`]ifXY=|\w7}oTs44곽ޘRG}7 l ?BF,WuL'D9\P1iX q!@A|8THPlfc6h;ި@/.S`z.r7ǹm- _,oa_waYehcHx3P|&ME<Jl]?xu5~m?dSAsKS!:3ΆBmekիXn 8ɅX肽m|# x0vl.RY76J*_bmacBlB!j~ .T\\ 3`mͷ0P7pU >;`+?~9#Oi3`@wk\ҙ+1lOD҉1ga\eG:)9(>eN䫓NPVK):Tde"Yw oX@;ĖCA l,|!9Rr@sUU]f*_78֤J";-"h}v%΃׶> v d΁ `xn#WU >l|T_2tnsќOy!]UM#†<BlsՃCl;I=qdCTtpnp]gΛ`!%,O+p+xQ=ބO#C(IST?zh2F6!ik (h ߧnYOL6rxN&4~G 8l] xFr{A2Zru|57'T|Td`/k2Y4^A>87/ftGi>v.fi k֩[JȐn LϹHp*B]ߙuKi=j3#9+7"M7m)dHE#ˍdڏ6ɒXEձ ~1N05ȱqPY`H& 86TA% heRlڑe.Qæ1[oG(o H[:ò+8oP ɹM>{U3R7O]/{ۤ5Y`,%YK):߮)`nV5e;Nkv%x%2 ".[::9 [E 뺟# w$qؠQ4JM}fT ofM+}wSp^6j+ vbֶ~jU 7`$b$^1[ :o(JrQ≸Vf8`O7Exzc?67@(;H ^?7>M꽑z |w;jx~א2x#g i4(j&)O&f߆*™U`QuY-z6s2cVh=tBZ^|6Nj`fҳG2:ڨDaVom 5%\8lH&rx!V褭d#Cm>ՏP힓e+*{iT\TDI-hQ [I=v^ ƯnIvlArYӌzvht@w;3Mjo:IvDZѶ]"znDU#&>>}Z; 6(0Ӂu%]-*pA*{r\c%;f17l ػ2;K)H2OԾF, \M޾ ~Ds!؝q*+  $%_s #FoDX6E  Ci@\`5f/JMO2"_=cܵJkaL?f4TșH$2pޘGzJtŃ)k\>? T^#CIꎓ/5D5~pg'5s+m_f{ApI`# Gt˿%W6l [ArJZ];jXg#`$Vg )tJdC!Ѡ`z@kG|Ac7ʽL wR)PlR˚ӓ~(*oV ՋR!6c|r .xkK}ܜ3Йh,{oa/ewqmg$1- )h YU>c#SOm9! [(bi( +@62;ZMhs^*Q 쵠(T OYO݈QrVH|PW$ :A7AUQMȐ?i~049_Ohi NxauJ*n؄P6lj$.Qk.UU!w R|uGg-\ΰչuMK΅UT^xVcElcg0X Cil!|LɠFbR^f\х܅&r=JqŠ:ޓdyzUZ݀ۖGnZ5%m\Tq@DA[UYV7ek$W D(!M]e6c[KFDcXVP#|FH)LՀE#mjPfa6HkV,QvCH7ntC7צXʯ\{/pOQY<*ưFDNj%MZ?JQ-,A!x!%bزL6TPR^w%g,Eh_W9J ʵ{9iN֗'6 yX4VS|fP½NKy;={j:: o5L BM7^'NAE oMg{Dųom95X6 Y `:O&Զ@f.Ҥ-, ״)b'pV(XA[R哻S(UdO1gBqM#?1 ͗,/o3 8]]4ʑBX/1m.8iVU*y9LmQB 7/ë>&e""G{g  ͤ#3} B’Z ݩw.@J7* (qŠfM&Lr\MNaPVzyr{H& .@#~cFĪXf-. Je o+uB&L#V-i"j L/qN,8bc6ĸ{/0_6\.nY  G#uȎg5,XQ~t:򡳛R7#+/# //uvxU/NPnEIDIa-*9QNou(wt:?YgW}33A؂~+mKf()l-vƆI "Sݕ;ڍQ-ڻB؉YBq4fR< /Y|59؀^/@? 'A-~_TӞ ~eOf#D}Ab;W(lm(Y@6رYejxEV<[aYt,)}q@Y^ ,\/;›}]3``1JRaQ.vcPَHçUSOHNxRd1eyoh>\*I݇F fЙYS1~-b_zHP3]tbJo~ %KDSb:)!3z$[abK2xM#1Y}#U˞BdƧS4rgSK]߁ $ 8ၾz4_U¿&`zxׇzA X*5[ } փbZm>D|d~(.v!EJ)la"]RD6M{99d;%k@ݻ8ɂTJ义%uˡ84_)\`i[pl& pɕhOF˼Q! LI%-°a-Op&z)e")pog!d&\ U2S7q1[4jY`{>C&6ўD_13ka˯_*`P _gnv~|ptF_hg K0 P#Y 8 UTqpEgW aP&P<>ieΕIM(tqpPPKEf蔸mjkqnw|mZXA"(&  ggU@+ b>Mtn[+8Η8Tgo dd;nu6x4[z"(Fj7wp4&XI=YL I[oKm6rnVqO䪫x9noń/k")BgEXn2%C|tꏋuraMHt$4]f‘RR  F`8S ]g@wQ$jRag(˝kA䮠Ax8OCvR2RCEb^uIBO#M`(lO/[9#S2 1>P)>c&Z/+NУ2#n'""i-ͱSW'rNRZx"u}J/AAܬBꝷy3DW+~ȁ]TuT]l 08`s仙olŤ8TzwKȞ`YB+ڻ C]nlom]:21M%$+aҢK 4߱[EXqQ17l`}ahm|E YZ