perl-Test-Warnings-0.026-7.el8 >  A ]U])&#T0"ÓG"Ie恿ȓuCRMpټԚDďI]4ATtf@~] k6sqf;tθhvV$0t+cQ$s7(ތ{Ɗ nqWd+5 Nb<ܛտuMکK] rT/yR*Nrj6t2$4Y Yab1dfad581fdf553052aa39b4fa6e821aceebf1abd83898b9111dbf91aaeb825d5b7f7e99d8a31cb3f3f9761e84d0df046ff49a5~Љ]U]mQ/b2U MmB@IK)-"͊*0搁91M[f` l/^[ S$'0{ɷaͩb~J-st)ţq 'b>O/(y &2!4 t(`~c y*ZCV0nhz#N~~ ƭJa?)e]Fjϛa*ɒEPhpH!ɑ6Ajsjh7oN]F+1=:Ms~()X lFKgoX3B_D6P(+ղ!e,5ݗOÊVwJӡ>lyƇqe?G#+Gdn6O:SbnDZ*R⡭F<%h- YEQ2 >p<)8?)(d ! Hdh  d        0    d   ( 8 "9 @":"G"H"I#HX#\Y#d\#x]#^$b%d&e&f&l&t'u'Pv'w((x(ty(((()$Cperl-Test-Warnings0.0267.el8Test 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.\Development/Librarieshttp://search.cpan.org/dist/Test-Warningslinuxnoarch?Y{?KmG2A큤A큤A큤A큤\ - 0.026-7Fedora Release Engineering - 0.026-6Jitka Plesnikova - 0.026-5Fedora Release Engineering - 0.026-4Jitka Plesnikova - 0.026-3Fedora Release Engineering - 0.026-2Paul Howarth - 0.026-1Paul Howarth - 0.025-1Paul Howarth - 0.024-1Paul Howarth - 0.023-1Paul Howarth - 0.022-1Fedora Release Engineering - 0.021-3Jitka Plesnikova - 0.021-2Paul Howarth - 0.021-1Paul Howarth - 0.020-1Paul Howarth - 0.019-1Paul Howarth - 0.018-1Paul Howarth - 0.017-1Jitka Plesnikova - 0.016-2Paul Howarth - 0.016-1Paul Howarth - 0.015-1Fedora Release Engineering - 0.014-2Paul Howarth - 0.014-1Paul Howarth - 0.013-1Paul Howarth - 0.012-1Paul Howarth - 0.011-1Paul Howarth - 0.010-1Paul Howarth - 0.009-1Fedora Release Engineering - 0.008-3Petr Pisar - 0.008-2Paul Howarth - 0.008-1Paul Howarth - 0.007-1Paul Howarth - 0.006-2Paul Howarth - 0.006-1- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Perl 5.26 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Perl 5.24 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Update to 0.026 - Fixed use of modules loaded by t/zzz-check-breaks.t - Fix stderr suppression on perl 5.6- Update to 0.025 - 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- Update to 0.024 - Remove diagnostics accidentally left in new test- Update to 0.023 - Properly handle propagating warnings to previously declared handlers that are not coderefs (i.e. a sub name, or the magic DEFAULT and IGNORE)- Update to 0.022 - Propagate all warnings to any previously-declared __WARN__ handlers (unlike with __DIE__, merely calling warn() is not sufficient)- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Perl 5.22 rebuild- Update to 0.021 - Add a x_breaks entry for conflicting versions of File::pushd that inadvertently call our exported warnings() rather than invoking warnings.pm, and documented this undesired interaction- Update to 0.020 - Re-release to fix problematic $VERSION declaration (CPAN RT#101239)- Update to 0.019 - Fix test to allow for special characters (e.g. MSWin32 file separators) in filenames (PR#7)- Update to 0.018 - Fix test to not depend on message formatting changes in newer Carp- Update to 0.017 - Handle other warning handlers passing us partial warning messages by re-adding the source file and line number - Use %license- Perl 5.20 rebuild- Update to 0.16 - Fix prereq problem with last release - now no longer testing the example scripts for user installs- Update to 0.15 - Adjusted packaging and tests to become perl-5.6 friendly, including only using core or dual-lifed prerequisites - Switch to ExtUtils::MakeMaker flow- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Update to 0.014 - Fix test that fails when FOO or BAR environment variables are set (CPAN RT#93447)- Update to 0.013 - Update configure_requires checking in Makefile.PL- Update to 0.012 - Re-release to fix t/00-report-prereqs.t use of CPAN::Meta::Requirements- Update to 0.011 - Unnecessary tests removed - CONTRIBUTING file added - Drop buildreqs only needed for removed tests - BR: optional test requirement perl(CPAN::Meta::Requirements)- Update to 0.010 - Re-release with fixed compile test - Update dependencies - Package examples- Update to 0.009 - Fixed error in synopsis (we do not export anything by default) - A caveat added to the documentation regarding embedding warning checks inside another sub - ':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) - END tests will not be added by a subequent use of Test::Warnings if a previous one passed ':no_end_test' - Update dependencies- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Perl 5.18 rebuild- Update to 0.008 - Compile test updated, to hopefully fix mswin32 parsing issues- Update to 0.007 - Fix subtest tests to work on Test::More before 0.95_01 (CPAN RT#86802) - BR: perl(Capture::Tiny) - Bump perl(Module::Build::Tiny) version requirement to 0.024 - Bump perl(Test::CheckDeps) version requirement to 0.006 - Drop perl(Test::More) version requirement to 0.94- Sanitize for Fedora submission- Initial RPM version 0.0260.026-7.el8perl-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.gzTestWarnings.pm/usr/share/doc//usr/share/doc/perl-Test-Warnings//usr/share/doc/perl-Test-Warnings/examples//usr/share/licenses//usr/share/licenses/perl-Test-Warnings//usr/share/man/man3//usr/share/perl5/vendor_perl//usr/share/perl5/vendor_perl/Test/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protectioncpioxz2noarch-redhat-linux-gnudirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)Perl5 module source textPRRRRRutf-8af1288495c5e3832f575bc24c2421647ab9ad937870c0b032c2b0ea2a1e39101?@7zXZ !#, Qp] b2u jӫ`(xxs]bšlXKa3Oѹ쉯 P6.p3kj;^&/t]$x@V_1%\QA}٫^ԶT`!zheo o7- 0 .O"zy,P`)Np` =jjjbϱikGbR`s2l2r5xj\[.>9-,IL׽ۑhmՍ. ϕT"l1pkdekn&%Mo %#`/WJ" ת3uo.*a?wa7dsu7>L ֬&t{w}/ge4`|Tӈ<.sδp>D048wDGB)N+vpJ: ,_vr7V ( 1Q?uvPu?@/%MkIs!a%Nre(QM$Ed8 3&m-zJUIK_Z2$\^ s ?%oHԵra ݡ$% ~B1nG;:tQ(4TYm ^`",w1/ï{ a [#C4qM `J@ėf .'Ev0 FZ #ĩ6\": ,Qf!櫪S߼mpDNg7;玁ӍQ 5>B=i(Sb%½bڵ AbBDͱ0m:mv=@;b{"NtbW;rtSY yttRsY'9r˛/ew F?K̡Bc?HN!klVSl 9~-G3F@3ܰc 3&K߼eMcp]k15(.YLW<1ת#$K@_7\3;F{m/+ xa+%c[-^H ;4lݤ )$Tgp JR]ՀT8eIW䇭a+Aנ8Fep$m>5;- =ZK]M|̍Ct-UuV>Cn7!ķi!\_AY ]+/7gFk!;J!p'?E;yȄO<] [v}.Qm5W֭5B25*^m#$}G-);, U ܵqɝQL&ڮOON7S VxVmJ4,jmD&aZc|ARD̖_Vt ,\@g4G2Y3~]7άB?M ! D(sjB"lNrf޴Ld|Ⱥ$3m(EiC"B}iRBzكmZb&x9.բbUYl⨚(PΕ/ݤEw|O`6lЍ%EgF3 imU:ҜmNT}`cJ1!}F_Xv$<}ް=yk4Ed;hKEO!3)vA6nRֻuWnc*n YX> 2a^֊N_G^ 8ѾpU;?ZSɡ):"?S(Paǃ$SmBcU|NN7#u8쟻Uam; v^1;\gyYwS)]IAf_^4|Cӹ8ɓCl -}Jt0D==MG dM Q@Ocs&ZupVqyEc3ю0+1I-]G#^cL#ˎ?ׇC^9AS2 F5#F&zKv@|ާc7lS%Ógd|G  SITOX 6wLy!(SdJm'5+CuEpCWha#lNpS<+C\'%R5`g+."]qI| -&htɡKcIj-z u]quUe8q [^Ktѣ}53 n 5ݪ0kĹC{ jt Wi[ 5[<"Dݢ3@ϝxe@c b?hҕ _ XEkmJI8b}]AQ,u9-Ѥen=i;My8 S:Qa%']NZ:pmR7ӽb1< . Jgi,-/DUY3Y%ɿ`0 _qC{I+w05eNjT_'uCDJfn- ]4D22^o/?DSey{&TMt[ncI2N< 7)rkv?(b݄\Vٽ ouFN* *h8`(K0εJR˩9剗:]8'ӹaV'oصI{:MLvkiŶ ؝uj^zdjhb1@WP{9q^5R9Gfhxfr|TPqh&t${]آ ؚͺ35`T&mRIVAmk%Wv(/wC=/{|U$ъ'Ҫ?T+ymWewqKń|q*$QJB,sٹ ꇑ^F_,Ih"MM ԊS$\qy 5)GÛ"ixGf;e}vGv[ <iY|k*5٭n+HrAym*5Mq#)cKBLfqUmmaqPluJ\XYMp'`:@u8<#_tYCD>Qc'-dg+pޖL^˔ovr`9ꑋyT4M aEbv9X*-Gr/z2&O\Ll<%ENMjblgWnJ8Ft* %Z a|OއdDC.#Ӫ F3e XVi4)Δst5U]l!`ɪ<1r)N2]"8uc)0EA׹alBT*Y}lTqUZ9IW5xR b #Yp v#ko+FF0ՉSzS-h !M6 szRFd9$DPh8T ʥ18em }d)~vʂlYMy̤m#KHך߫5JwְbNLWud_Ttd!btiKjq#sXC<$*UVO/_Ɖs3+뮚|46LRo\Ga3P(BL^&o?_/U=4ǜq]F}0]?nH@tuԕ| @ZLX/VTzudIxPי7&}Zڊ< f-h*% ]1'sj5u o{E[Q1`ًT -c `v.% mg<Š0GQ#?8(8F+ +.ŀ|'m%cK#mvxkb@XY`(^s2;k`ib:$j֒6b^ڝb1;2ιeh&7ه1 ͉s3f4+ :*}&|&Oh&i+caAive}&EsZ:#(E < j\mAs㠮 CTV tv`e2I=RnqK9O_ڹ!{zpΖSkl` 屧ЋaUN_:ж2;S{bTE^Ln~/Y :OJ{.=2MH=bBpM;=_Kj)l:[4+,yKyW_ד模 (>sC1&,ƣc)3^=VSMVh,׀P=!`kXN_˞)6&;Fi0/*3uZ* `!C_v xK=ZxQP`I9^{'(h =_f6lfآno!+@|vZǧÊPӦwe^o-h73kL{HsUy*PTA?ӹ ,=p+OͺRD@OԉSe$6"Ź Ŏa+u |Eڔ(v.s\qA.3S0_={{jr"vVp(x#Q =&B02 ko=FZE+Evy'i挻CԝROl0uv<5?w`EziKb'B[XQn%v(:!/֍5xnQ|q|Ӗ^esϩ\=SJ$SCqX}ɚs1~S[#$UU[۬j`@r=m.0z;9&*MI)} -נ\)́anZ#H]Ac2\X+P(~Dn<$+ZwAIk6-/U6ٸY{x yRai%hbWW.:oCUZ\D ;SfQU* bAԊoJbaGƑy]V9Ļ/TC+chG9ڶV’2RRs`]VrML%fP5ݩvTkQĎʼnm+ in B=!%VK׵'3up R_?V_%w|G&"t: )\:XܳX0}CNL |U9pm @ؔkʴ,Q- zUᳺ N51&,h.#'(DMG00U )Pi.{?<։ŔCbb, 82` FJm0I&elTr\l`!ìRH?]ҟ!B~ *}햁$Kn%J@ mGe 2B $-{G>AR wjG<:oDƖ`rJ ݲ0&Xkե쏐'M1S/9̾faVBߚsLe(#yTвq&/)A*]CX ^^ gy{_G0;%]z \'3VucOxGk ƛ#٬G[zВN.-5B/ZO_2&dNÛlv􁯧d{N5%*j@+Rs5/Gl#e51b(H~,^JI㵝xarBw `/D$LձJɟdzFt'4MR%=.~#aY+`hKDžQp|D7،= ~s6~p|]񟯁0'iǴ DSZqDz?qsKREJk= mWi?OqtH5b* ȧ@)ZGq|@Fd50?KRAOO&v1*o4?1pkȁ{kEP/6<ũiguQt&Q/y?%TzZ^9P:412oQ`4 (1d'Hp#ZžP ,~zgAヌW]Ԋ"066Fjh=PJ`[6VKQ.̳\jO4dKg3LkiN )psq<%P' W(ToINYU3ŤfAԢUE]P|,kuW5* YO'FPJK(|i8F'D2io2Po~m+lԟ&@zΑ~sJ=JeM2=7eŖ٠P٬~.MSvC}~;iQR0e/kї-멇VRxoIАevV\pN<5gs,FK5 nj'U[0 3gOŠ}둏 ~]D&aG)@C? mZ|I373}KKGaᚲѦm_udXqqrRݔgk{i"7l3 1|тInɗK{&19W鮝 dJ\أ nN0ki:2j?)Oxrak'7E.0:J&;p]b)b=gt~ RLZGxzv &0(X_0% uPL_)0TkEq$ `%ıQ]SPet=pWYmX^uX! L#+nN;NgSҿ@ wD'?㥬R;m,<H:V_suZyL2|Ftij:yt,<2YŬ@@Y\ʩ5 E|;%!"btT֍Miţʚ70_B 8;A8l䓴v>U(W-!V'Cڮ5c蛱cu4TG_O||'V>3]`rv:"-Z0a k=> lB!=#~P.]oL׀Smtq8XHlq+Y0,/rg2k Wg~}:q!5rbhmgVP䆌L ۟垤:eaҨ[Mj|s)w_F2E셨ƯH;'_^1#8_gtꛂYUKI3h{`Qq "4u|@ym;L`א6ҶלG\yyBJe~ k1r\s;?E;5<ٰ{Ԃ sN2 )~gNWfY*d#SH8*E}K%3Go-8KiCvq x0)PC<ͭ$pÏЇ@ ~-W:;?H'C/aˀP8O=0b?ha|Kպr}% o~}vԈ),MHN;C0V'=6j n#{(n,{0yh#xj6G׶%w lLf&Ev 6%3V,L`߼Nݩ/NR mJ]7!NSC~e#R$L{&:/X~r&-\"a\w M#`K>Ӕ[۸i8:Wd 7b(m˖o#1DZw\"*d__UXpp i9Tѫ^?8,ؠx̞GM1yY]gR.Y~PúιćO)c} 6Q.`v: Mn0)7wyj1$6 A-U՗ZW\U4"w2. 7ǐ0ea 38<]+3d< 7s=?Y{/2*]#qG/u,*oq;[Pr(y)jᬽ@Pi=0Hdj\xtAgm`PSBዦpt1d.NejD @*$+ Wn4 + yqNomF (cPjn4`oy52Ne'0UxZ @tR#A`P߆e8o߀f@$g+`0l|}r̿R#OYLWTl3i;nYɉ[BpSN>YLt|X@\wת)%7V/*dCYCnuPD^Xo#lP+ьO]JYd"ߘpz1IJϭ[j Xk6i= grJtVXGXq&P_{- $u&^L jbL)LɠqTpv仺i3Pzkǟ3oi~FG:7^ ])Ҙh^i_dncx"w=m1h֟A7Le!3bS9OfHۖ"`)f:#An($2L_%p~+'H0tlzg˵ nZ=A WTc]hcnLԄt誔G zooLZ'tWU$[Hݪ@dʙRaK~6i<)#-ʛo%5 La\Q JG=F9MԛȊ}}@1+PG{( C@ޕ.-u ,b.s(bkb [S fj-\m>p(,6UV̒"9#q\36Pv st5& K tp@QY2#E&SbZp{7UA I2uϑN?br-{R2փ0I|⻌IҰ?9x^ P )M n7<Dmn^yevI>œHZt,S!˄%UڦPe q;NKYKЮ8PM3c`Dlo?2c+r7*3SKYGM\rvWҕo~-XLY#+eXkE׌ߛh[.eXEh4,Źh\ |sG4;*X5`,me G;ws[zVMjO6gO\ P+O0ҐE}f$ 1ncboGU9H]Qe[qz1;:ڇݩ&FO5%4ҭRfWJP pFZ uaXC ?D7=Btb^ ˃סd `HS)-`ELtm ljR.kd>ʫhXQUtɚl!$\J0! }iY[.$<-+08wW/V@T;GH; |RT0U°UEQ(3l2g[o9#\$LyXGVgrjƑZ6vDJb+$AߞZ:I(b)\LlK&hA/Qgd6 linӴ3#})WMsLz^Md$.C#=8k.YjF'lJ 鋊O'Ls`严@ъes15/AOW扈ƥ }iˑG̨[Jmk)59N)5bWi$˒3H0,1`h'>9>lWW hD/gMz#F1Mm|o-b]ى_Y #U=jAcB} S93hBP*@ir%|kz5R7Oų :"ieCƼNyc=u&%\ V 4p0zD eXf2Z+FIH_הﳣE4Up!()T @g5@{׆ؙ)p;!>[]j:hZ_E6P3hSZ/9JOΛ#u SG z@Y9Eq#^ĺoRWB&盉]J+>0iW\S$`E?4rL`.-Jc,&g:e[Gh%k _c2*n;mI bx#np'-W)P.)) {ݩBdR#E\]֠\ sPM~E,kR( Ó;\"hXxm؇'2c8 ݾՍ@ W+MG}ߟo2)زNUU,f(1>쯛IPY<Ce_3c #:Rora;)cwXh5ۛ2ծPQc} HT$܍ $h֋BЏ!(Tg*MᠫDV!Zǧz\3AlNzrDFۤT7C{b%ƌ%t|oIUBxbtAS˴Lpcq4+b}m/rXtHn= {,7&ts9?cVkvxWK[JCm9Fr^}Dqpmqx%p{rs0U[a:>ۀSn1Jc1'ZX~9Lb?o6d沫g `7jW<}ɾ <͙B6rY tζ3F)ag4Lh6F_$7-:ǎr9`Ff5JEkx2a[P.9 35E*XO֕$%AM`Rvt( ^(5"7fnmZ]qy*E-}S`̭#K۽G⠅.Κ:\F*le6 nSc [ 0B>)+H_P _Wwښ%P/0}d h~EMhlhʁ?0HXg\TpHytL-Nyӂ>]+G~1ggE~|`M8!U>_cs?rJH4Թ^d;&BtEI6cVXĒʎm0()}ߕ ?Qb?{YR:u4ŝߎC`m"fD wµw]ա[(bfM%ҽttH1aM%5ogsO/p^J:o IY {W8!LMp6u$uhВrB.YΣy?bKI)@by Q&J{|Z@Mb*C8)(n`0DYoV}\"*Y/ #FML;EfUxYX%)CIJ#6a]h^KtYiE5xm&lw}Ed:ZBB^a:2vE:P:fސ&kQZt^,{dpK#Lv^;*&|q)$嚻jk\6iڬ7 G&Ҫ`ݖ]WwX{ݢ`7 (lt=p $5p8l: ق_zL@>^S'1u:!`t !W%1 }~Í^U ƁZ=K&ÁHi-a&8Hn`^pjgFNt~@@OF 94{S`#8nSH2}}֏!$+qmnS+OB? V5ռ-0&X km>Oۈ*YU ?R|@@rFJű`V5IXj/x.?@# 7T[EKm\UM)k|d_QD~i% A` m9{ -\N_GITˋx C~N~*v\(r;)I 'n|{9(IS{)ɩ^ ڤB yS2$ħP,(tZ`*{;1_lJcZ1 I?pRV} GIx@tf1j穮S:ݵ}]F]}&r5(-+r$TP:PA1?8|V- 9C\[b됤s޶S{08?%rg|"U`<p"ZȆoZH:"SZ9^DQgiW9/YlNe1;Zh `ژYˏgx\3B#{I]Mܻ6%WZqLgU&}V~d%au|"bi<~u[2P ܹprnbEnU|rRNB$Y śC9\| $hC :o'} eJ;yۈ6}! =^&aU1C hS} Uuxujpn;$&gد=AJs`١EqQWyW;-ϟҺ4J=2*F6=Nq}bըZY;aݧS|!%9) 7 v +w`ܕ iP|B}SıHOJ$u%|-^_2Z&&tYxO8h ?F6w%e+m²B2:$v< vD#%DY"EG CexD\':k K1h[rS!÷b܌N8>J}fs<;3 Z%]t\1,x@M///Uu0IR-) ݲmund1ìC纵j ioڊ~ce4$C*ck ʒO4sEQC:ðjyf9ɉN8'a&l}`t}٥wp%cfq n2N!sbvNaztS 9oo>xwᰓ ]4cX(hM(45 .>px#blVTLo;H0/DU[Yg׌N{C <ؤ19Fcʘ֘J %(zK鄊wmK$*E[r%c8訛;\G6j]'bWts^Q&X rs%SA\ȻZ: RfFԐ6#$e 8I0[]_zPwHK`ǟܛS9=ɘ9xg4*%Yn?Q2u,oiH;42+gE(ba\ZkMZx9RB˲8-YȀi$6xMgv:x3DG/s5Y:PR!HZJ Soy=$1m|iA+%Oo^FsQ5|b'tpڱօS> N Z;[o4J߂/mJIBu]wfVv\ G}ɋ𛪏5dSt`;+eXM8q(v/ u>+ E P|sjh¦}x{I$\}b1wB"*6YPS4Gʁ%"03 !^@:y;1kjLRLR/ِ,=פqTv>rgp#Vvi8&iZܼw;1iXrfh+M%s>PIi[r*bCJ31| p*wt]vd{x u)r<`kDWCm+|$ܝZtA@ [ԥFI(4[>ӿlɣbmKe>q~' )5J3jod[hC]`xmrt̲h5Sd񱍥 ~Adž*uo1Dvo}_ya?BQ,> .D.%(㛘 nvMB ?݀=IwLUGs`W?((#xнs"ʙlr@tSTMjaH^Qԁ9\"wՠl΄Gكj<$%"NjIy;>,v\G鬲v vtm j<$}hYG,&{Y%ŹE^~ǵO%ٔGbЎk c4DϤߴEco!%gf~'Rwl\"Q()ϑC<_t->ah`'U