perl-strictures-2.000006-bp154.1.62 >  A bxݜ!M@eeehؤmH(ߑxFPؒ.@@?`v7ES Y6W7%NnW-L\iS/IݛOf;ل^\cXX2L}R?t l'd)CuV*Y :pw"EK+rK^.V~d2FF!aN]?9+ΤJ0j$JqI<sdqx.PrYked4a04b4ea297b16b5c24b6b15df7ed1202007386517bb958e51e79b51fb39c42b96e08893396ddc3ec87aa6da85eb3d8dc55180dpbxݜ!M@eeej{T) ) Fh.ǴWZmppvO.OblgႹ/sS ]LjT.֘ a74%˞%5:'G=@QqZԃA u]h }Aaqā?~F+:Fؠ%,SߌմlnEO)-qOrnΑ#R`HwayXn n}6z &e_]Ie N3nx%N{Ks5 2 U>p>?d & R 7 Ql       (      ,  c     0 D ( 8 9  : FG H0 I\ XhYt\ ] ^^b@cdZe_fbldux vw0 x\ yzCperl-strictures2.000006bp154.1.62Turn on strict and make most warnings fatalI've been writing the equivalent of this module at the top of my code for about a year now. I figured it was time to make it shorter. Things like the importer in 'use Moose' don't help me because they turn warnings on but don't make them fatal -- which from my point of view is useless because I want an exception to tell me my code isn't warnings-clean. Any time I see a warning from my code, that indicates a mistake. Any time my code encounters a mistake, I want a crash -- not spew to STDERR and then unknown (and probably undesired) subsequent behaviour. I also want to ensure that obvious coding mistakes, like indirect object syntax (and not so obvious mistakes that cause things to accidentally compile as such) get caught, but not at the cost of an XS dependency and not at the cost of blowing things up on another machine. Therefore, strictures turns on additional checking, but only when it thinks it's running in a test file in a VCS checkout -- although if this causes undesired behaviour this can be overridden by setting the 'PERL_STRICTURES_EXTRA' environment variable. If additional useful author side checks come to mind, I'll add them to the 'PERL_STRICTURES_EXTRA' code path only -- this will result in a minor version increase (e.g. 1.000000 to 1.001000 (1.1.0) or similar). Any fixes only to the mechanism of this code will result in a sub-version increase (e.g. 1.000000 to 1.000001 (1.0.1)).bxlamb52qSUSE Linux Enterprise 15 SP4openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/strictureslinuxnoarch9%%GG)TA$$AA큤A큤$$bx\T΍Obxbx\\bx\bxbx247ae9edf8b4ac740d94681d50351baab91b18b3177dfc018adcd206e7ff790e1a8f0eac126b8863a2e176b18634ab743354784ed59e66795c2f38455449ea36aca2d436918058af54f729bee12ab331cd0b6f96e964d6a1ef3b8485c565d50e60b4557459a3dacac0c6cab93dd713e860ccc303377a2b9cdf976eab5ea2fd8388f4a8719c584d756dcfeebc7f35643066354188bfb57c672fbafcd44e044e9cdffdd5eb3f4af37c99c28c9c0cb14a8e426b52fb7cc3a8c9bc567b02b70f2c12a7a55b7ef193e01329e00c4f8765feac36903f020b7d63b5129ed87106d55d72rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-strictures-2.000006-bp154.1.62.src.rpmperl(strictures)perl(strictures::extra)perl-strictures    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.3\Z'Z@W+5V@U3@U-@T@T&@S 4@Stephan Kulow coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 2.000006 see /usr/share/doc/packages/perl-strictures/Changes 2.000006 - 2019-03-10 - update internal list of warnings for categories added in blead (v5.29.9) - fix extras test to avoid any files in the temp directory's parent directories interfering (RT#128751)- updated to 2.000005 see /usr/share/doc/packages/perl-strictures/Changes 2.000005 - 2018-04-20 - update internal list of warnings for categories added in 5.28.0 (no behaviour change)- updated to 2.000004 see /usr/share/doc/packages/perl-strictures/Changes 2.000004 - 2018-04-19 - update bundled ExtUtils::HasCompiler to 0.021 - update internal list of warnings (no behavior change)- updated to 2.000003 see /usr/share/doc/packages/perl-strictures/Changes 2.000003 - 2016-04-19 - update bundled ExtUtils::HasCompiler to 0.013 to fix potential false negative (RT#113637) - list optional XS dependencies as suggests rather than recommends (RT#107393)- updated to 2.000002 see /usr/share/doc/packages/perl-strictures/Changes 2.000002 - 2015-11-04 - use ExtUtils::HasCompiler to detect compiler rather than ExtUtils::CBuilder - more comprehensive testing- updated to 2.000001 see /usr/share/doc/packages/perl-strictures/Changes 2.000001 - 2015-06-28 - update for perl 5.22 warning categories - avoid using goto &UNIVERSAL::VERSION on perl 5.8, since it segfaults some builds - also detect development directories based on .bzr directory - various test cleanups- updated to 2.000000 see /usr/share/doc/packages/perl-strictures/Changes 2.000000 - 2015-02-26 * Incompatible Changes - strictures 2 fatalizes only a subset of warnings. Some warning categories are not safe to catch, or just inappropriate to have fatal. Existing code looking like 'use strictures 1;' will continue to get the old behavior of fatalizing all errors. The new behavior will take effect when no version or version 2 is specified.- updated to 1.005006 - fix extra checks triggering on paths starting with t, xt, lib, or blib, rather than only triggering on those directories. - avoid stat checks for VCS directories until we are in an appropriately named file - various cleanups in test files- updated to 1.005005 - include minimum perl version in metadata - make sure meta files list extra modules as recommendations, not requirements- updated to 1.005003 - added support for PUREPERL_ONLY (rt#91407) - fixed using strictures->VERSION to query the version (rt#92965) - extra prereqs will be listed as hard prerequisites if a compiler is availablelamb52 1652086991 2.0000062.000006-bp154.1.62stricturesstrictures.pmextra.pmx86_64-linux-thread-multiperl-stricturesChangesREADMEperl-stricturesLICENSEstrictures.3pm.gzstrictures::extra.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/strictures//usr/share/doc/packages//usr/share/doc/packages/perl-strictures//usr/share/licenses//usr/share/licenses/perl-strictures//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-SP4/standard/fa86fdbbf08be309eb1cea9eddac313e-perl-stricturescpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PP'/{gVMutf-8219d7c9ba9afd219bc6df11c5f9e4754f4d0a9ee4514709e0045c8c6d8bcfcae? 7zXZ !t/QP] crt:bLL >— rDز6d\6hNJ)(J>g`Kh8ӠśEB?!]cM;Upf/yV*Gsb< gu Gƨ7 cXcyk&i<[G`SAt- Yۍu2酣tCFnGwD6xAʼx޿WvbYwE}^wWr%U}\)QVA]h/:9`##EHG3M(Q#Dxr5 JzQ<0Mn$ovA:6ik N,O˩ķHrܯCk޽tr:)1 KH`5޼WgQ U>m!ɀRDVwuX"({Pӱ]oj#W^cFFs@O]sXGɪmlMetAИ5#X5`ݩJUќar8*W]#w#8hrM=\1h@GZb`]ghruJKpƈH7JW-U9rzqM˱'Ge [ygh1I'L!HKXk$/~E2٥!j#=,0(D..%3ù*I ?ݨ)xj))JvĂ-NӁKwERLum u{y^2b86^2h0͎KnW,j'P- mio/O8 ىޣ<؀JggRk% :r~>φn;"ٷ`QHN8X8WAe9ĺS1NtK̂G)NM#tD |*t,87޶ֆ%z' 2U(!3%?=JW7(#+ZslQ<7a @s]DlоYW,'+>321t*@*8[Y+>_MiJ' ́Ö?W?VTMW"N{k3IHT Q,)$Lg"֋e*lǿ~ҋERI^vQ&@=pCGKpMر*<*fn~DlWm70wˇqD/}h]LuO;ՎrRLwDIjoW6wFK;>xMijs%z@GڂE?vf#թZ*̏y3CxV#|KvݝNi0Z :)ዅ`x8C3Z#+rPC+9sNʹ_xSdcsdu*^}t`)GEu<܏R$7U @~0B̥Q;fdv<} \Q,7s 4{ =s?G+6۟?Rnt=zs#U' F"dP7'?+UǠoqD6 $[AGHBCsyw,#YVR:&0(+*r(xGT5vӀ*S~2AڛZ`"TҭlR8k:2Ò1Gp^<{[_\[2̨p+وA0dϼ#eE,nv[jzq $3` xٙ/՚: pnܔ; ];T?&hC&3'\JNE!^a$k@F֣;z YF"q ׋$";vߛHS1"]s=rI)v7e@~j7QV"ŷF]l*RGt])}AMA%QzrTWnxN$6*V][}QYI+ ފfj*hXLp)UcwLʋ"47wՄ 7y7F' F%E]FcSHO0YsPWs3p=JӘ9A"څe62D8cnjoiElQAMWER 6(lh 8Zyobz^@?Pe;#pC bL|ŬR]NR\3,Qƚ Aqku|z+~/h Ѫ(e[a1a&;c F칊buS/οXyNY7Q)+P6)NU-#N?O3k]w4"Ͽ=b^JyhęgmmCğH's1~lr G u^oHԹO|W!_1<׆O+U;"m/7(|yaZs^-x~Wڣxh>  <[D..siw_U|o]ypDwx4h O%I,ECJ1ƶRBVl~gGێ* ԥz~H|$Ue5lLԍ=dW751U@sZB&f M9EԞb1* 9-}$r%6[($ St#%,V>盂i㧲??IvxɆt8&JBF} ET6ڔK w.m&acvGҧ7 >EwtiYYR?I w#e R%_c[(D;]J,()xŤG16](i)B5 Pqt0bo+ !X]|z6" ~Ou_æMuV0zBAif7~D[uHL1vA.y59Jծ.! tXS$.ZP2rӸj9Aa HhJmreb՛,3 f}0;c-|u/w H<X9l~IR|4oA&4EYWU9ઢN&ٮj/(~V;ٺ H;d şU ePJ-5g_aHCWN.}us3EFDNR䈀;OKLmuDydA} #C,k^Hnmd ,ñn.qSWt垻N7QMɚ_[ڽ{]t+Sy1"]97<}rS UwRq#E6S^Icyih~'57IM`bDX˓5)Հ/Mt(V˦~ y! 4*+Wj3V+ `PPF``ܕZhYNj}IuWAiD$CN$<0MlٸJH#1+X*Ϭc6EUOF]X*m&wYOhӫxSAftde(&F7KiHyr$sgv+Guvpj}XHRO B HOKfyΡ;XIDDvUÙpG,惔s(Wfdޖq i#P#BD#N[9KQFc 'zI,U%&ɺK'+Sb]SׂI]ԘZWdgVv<-ׇWV7fx09Z%"8uHc` eͪ®^GI3d>q@!6qk!Eě ?ΊʯqZ v9Dߜ_ 9 H_!cN4_@B]A<ߤ~[9 7$9Ӄ~k'd)-̤>?dEdA]8"_|*u٪`> a3fGY%cJ@C y¾urR`I_w1&dk9牋}*a}ުO6y  Ȣ[`̳ūNjKHzڢjb\K46YL;_.e"X?J Xc ׊߄G״4rVY_ò\fV#5Ku0џ 2>1}-cS<; bfY2Шo}'VGY 8YzhA\X]2Ec NhxD EcIPϻ} ZqB}` 5'רF $|͆vfeV(7R=fKIXbxGeetFf2茆!!&Jd|N` {Qv rypA=?< ~חh hxz86U3˧FxxAl~|)5/iBPRq$B%9fPw^`oVo2CW`^cw ޾J]t?ټs?ejcn׸4 ; 9tv&[j%o>{;!9ѩCaf!uxa5nM]\l09/%Dk(ځ\]._d5.oF-\2Ol#hʹݏHqK( ?&Gyyvq(+ɚޠ,GꜺ;zoqv<'/~nKt:9;WA]vo{)[F)(ʶ|BG3MŶթW5l 6R"c,Ild!q ]7Q{\o5 7m~0Y{kU#kic" J`pCn5eOu*)\yos3*ngR;_Z9E) q ʼnv~34o\LWKu^I> һk' Mw t&lTP5~?aJ<^[(9ÞYy;PXgNe~Q- Bm@ók<#Hq)JLf[g-Lj0D~VFn= vBL ŠO_{p^KF7.jdDdbvg1v-0>7ǣ6(]EEKe*W idR紉˩s.dE` 90dNq97iP4//_4@{kEH-*j'vm;fkxis ;nu oɾ%")Tl-0غy ,m5Ñ' %wWS{xw$ ۦ(̥n5 /irzB"s^U RHh2m(&p@ uzV0 NXTsɣKc2YV#7G:DCOb9HJMɌ8E==%Hu6ҧOYj˂ מTc>\X1k@3PhFA2iξc7ϦB|DWg]WY`!3FQ<܂ѾH2+ţ[FOC;8iα4V\(f7ڗa|$3X0e=taFXe"\Aesq]2lnf~8ѶH@k,ZJ|;ѵ@fK$_ t_+0.>\BsCKΓcz;nQ QnpnedI (!VWՑr=]9cFgUc0~NEi8H ptBID;o0{p?לm遢-A {by6$'(.vC~Lj5py_!m`P(cu-][vAN7/珵Q 㳀0+4k0:q8@%L_hjC:Tȱ;SY7S3cbv hyPϽLE"7%CzrԽ6kaN;CĄ<کdԒj৑J"1Uַ ;KM-)1o$bLQu knF9Qipʺ"PT T}Qo37/ nOq^X`m <;@UuI/,ndB1%a.}ל@&k-9@фKJѣXcI(S#(ީ;c sau՜N@JiNlqYH6TfT"[Jkuy9%@#Mrѵ*z(s0#F~V`cզx}e. =uau"N}\O3޸hF pmcOFz}Volٗ -XuҌw _h+:>I(VνiMsͰOa훩"QIX%#V ޞ(KyLPm-T Ieo[@p ?c7'!+Izέ2p_ÏOJ KTzs]sKmMWRR O̩DypR/ǜk_h cz~xmP˕~T6 [}Vf'RRBG4P4sUkAc"^-c,,I!ls4u:(l]lK_+>dWW|U")6ga~'qM/ =-[S,guܗ89GDܪ%s׉;`>mHy}ϧ_RUͺ6) INWьA ~3'ɸ%;sZ\:% #*4lY's3-~\S! =Iǘ2'臞F-)K)Ie*m}0n%@dE)-i3CdUKVDY: cjj^Zj*Ishc':d2OcC[8v)bA ӞY5I_G r+@(??hNf; *F(R\Bda= c=e|A(kj%'SMa(3& 75%*lnڪ9CMB<2'[σ< i:|'k J~!>1#: 3n<+C ׹.iw:d*+A,@L@^飽1J;A,s,96]o=2!ghgb j,-8YI8 vd+W>z\q"Hjyx+L+quqLUn-2QLINp8˓JN ,E7( o/_/DP9.mW>U^  o 3{ㆼovKH*廍Du~!7Q>Pt8@ 5qSquPkg-Cd)>ᚿXȫSdL/;-1^\uq(XP[,|_=D{82;W7`)sSjoGtn=~WfC: HVV-wyx# ѳ|!yi R?K!I[xj)ќ2)'I(us˖kCT(98@Wc S^{B]elFa9u.~E"y.ajMf|# 2w1\Ctwlz(>֑#"eT -nv8/uoϭLXv^,eh+ԓyq#&sv 8%(VΰrC8=GШL>1[>||e2Z UhbhTڮqUx9iN7N-0# \ maPJw.*1?#B6[,զ .ͩ{:^|Ҭ15ňʤ|g +* K5 4S.mgLIy&!K@NmTwb7F .xhor:ڃ[_RÖtIs؅hy]ՅҲP"N'EOT 9< :l(mN[4M"=cd~sٲk|eH!Y^u[FIM Uf'zLZ3a︑ 9I_3PS0M|F#BokD?,V-%$\I<r/8-^F5{cUKo:_Z w7MK&/RF;vDKFzEٖAotGˉD:䏎 s>{wmwN3,XDfN},o׈Ya `:J~_FbNUV")kV@Yv7\u9Oe CY uwi 8D" :a[*w Dn̳+ᢟwJdDh /ēst $=-. `#ȞD8ˆ8PhkS܂ k{#@v51 (e=IHyEx*bP*k0ȥ'cq?i}אkq"İ].84+|0=/[.球{5'&_凝*'^G:ٚ"醲B.Z_Y3]%tV(]")f1GbH>n܋Әz0% 4D$Љ@75] aXeaGjUUy.{ 3GG Z)4jfI8U;ceL!\+֥ \g|\?7A-.-h !}@[gv9OFEw$6 ?Ss30 㪣E춷bW3*%/ `Tv(6ۭuQJ2§Uip u Kb6 k]8 +y5מoXW8CZdc%WJC4$cDrOL*w|xZe~Zh9[}P6 TE7pMtԯ'2 KA L꦳U-l=\ 2!&\KP8|ldCz`l&xN5 .;<-\4ըU_<8ȎeRJ+RYǪs ^\Hyܴ*μ(\Z}{h9x]$:{xq` 9}9=VSRF5n¯&uެ ,KlD- Ɂ (m8@VZSEL'_ <6ēqM/4őPnS8}Nj"xy 4T$w GTh!AMGÊ$7ѡGy3Vjx͉4W@BȹТϒ{Z/dv.VDH؝xw)7V8b!J`e~z~dH[:T$sz %͙4yjH9O=N}|;9gD/Dfo-$L(S)qT QUuqgHX7ۥ6»haKY?W:gXr[ʊx  ՃbWA'`Saw]'%+wl~T,^MѴ/M@݅1З"Q珛A:%S3q%v; Y.(?~[5D}ڒ{Z1eu,R]94X a*mxӳ+`z҇CJXCbw5(G~q898<&년6~E>&@'$ɸ 7Kt(qt6fde̔ O4,sz0/YX<rOZL~@$E\Bݦ@o zk-&-ZHd{QQ Dhoǫ {`HnP`!-Y5WsV6#zʥ|~|c "NJן?p}rR " =:s@-3u3_IĩFqhvJ< k|@z8z(m>H6և~[4zmS$Ȝ :O }k |nCɻ-pk3ov(ԁ/ ElHJmw%;w.`iEV1-EN>$z"_RߧqrՓHYuNMWMЇ!@$Ʊ@~ kG#Hya'xS&= \á73#kx%=R<ٛ8r$V)-";Kj8iR@ׇp٨St㲖}[Rc-j]U G'͠BPM$*+~_(v%=Gv5_ؽ+hSI^01F>aw͕ĉOܵjRe~=c'uϒܤK'Y*83XL#QYJ"Ϧw:ΊXt H9%C1έ}8X”; )pJ`:o0#\>85:Cx͠!y{%!ePwm\$(1Νew"+[T%)1 :@Hf] cf L(mjS^(8< .:U:|ig]ueH7tv;겞Vo+Eb٫^jf X'`F{`!{S/_h戍JI~PoK3'ɥF{襕 -oTI`=tb@>ކ-,McN 6-nY>/*yҲ"ҫ!jw[J1Ls֯bǕ =㏌b<'@.%p!&ϴ0.Eg~e,9 VΫ>e:ޤ1o )]]LyT +C3n 98>wXؽ0Dfn2^0[ p%>cQKFlt4VP}E2C7&,3zZ.ӀJxm&vޕn~b n7i7W*}ʃ[[GGp,`Ü@@iZmdbNY'ʸχebAZw^(ﹺwŶ%Е2= WQPlq쏠(^P^'(Tlo h?R%UU@bk<8I2ms^V'6'"wCӤcx[[YLYTitձFx@Vo2+pȭ~/bs <ӿY#}q%ˏm2:3*~P dUxG!cM/AtȱY~3ćЩIdx#((x)#2 /g_C[|6EXAUл'  2hҙ0Tg "KRY=Go»+~?@55HYT9cT[K 'P@-Q3gxhh^4ЖNj:2eqqb#D=js ; 4c~Nίp`MEژZ6Q~y4k0qaYU%ұ{RTG%M}5aHL\=P[SR׼ M" >?pqX%'Djejr&?+*?ѽbh[Wu3+/o.0s;IB86<^C .5Lh;iØS6 F-X>sxѾig˵gNZ0cqF8- `FN; [~{4sԜ;T =P|'+){$u ]=J~H DUY%,J9p(p$*!!&ڝ)VWJMNhvsnEgxG+tA~7y+(>Mt3yl(yQsSDap-(ɱPF'S[b0%]wM`j/WчVY5, vD(b+)WN*:%3bm ul!ݨVF2Ҹ#C5#z\1 |9節Bs_j`8ZjHNs#sN#u4H6ŲDؾedi'Ahh`F)lDciߛ|g)m}XW6líx*F{ЎnIOSg0s{}Qjo~mлԒE ٻ 6UUm{O0cג(7Ɉ# 73 8ou//TDvA͠}H-sw*0a?SFg(}Ʒ xF}䛫7c<+Tx`Y4$`FA;Jrx/fjL%_pd UexߖWJ,܎{W93_X57 {yaw JFyghpbMh<:(3VSȍ>6%49oiZ~`-%XkdMp$huxޠƸ7É' Fʗo(er<5;igr[J=I+c;WAUBr6?&"s7ɤHQj|JW)0rJOBU-dFZ ^-',N鍝?@Pe#5L\0%\w#8h4k)? 3ܚٮ54\RyZow\v\V.9,{8WF ۛ+׶x9:R"dTLTPBڲto⑽p+%ܗ-'K+V]_2Z +pLы0 vv0~!D*}yyzu+C ~C%>NŨ1֯ygw&Rh/mjuv@-|MHq&}*[>ıd1.+}d# mV,OƸY ^qF?|bIgu33FwKaEfȓQE JQ7<;Wmn78KRћY5l`şD|4 靖YOǂ"ViTކ=~s, }lsYcԘysچSps#IH=>~C:@-AQU?uT,dCb($י_m5UP&i]@(ɧ'kO|d4w Ƞ gwFV#>ھ,!rJTֽ˒МJ­7p1?' _8_Ax'V*vw WKEiCZ"wf8}I0)55W!֣18]ޔ-) C:J@*˥-Ǣ})D'\q|Pcݡ>RJȎ 'in&_S Fߙp6Sv(85+y}Rh;?`׻^XFWQQ<uG~ Of ÒK\6ļ']4܈>z3)2,c3@cV?gi_v%li8Xy;v{ wVFQt43u4s))bhCXi[_W )نħ'Ah6LMzANFM '{fǠ+ QbG@~a^2-y,,]E"#]c{m95lMg)6KK+|y<F]XR0|5L;ze@s—nmCТڌȸqD`t莪.9qXC?<XEuxQ\^|Ύr4>clK[{{`8Hz>Ω=NO/:ݤ)|0CwƶmQWOL^7ly' TQK`C"hH~z1N|J2} Z G1KF/+HU,^rIJwǸN ؿo/yl -*lOvB,K YSн+U);Pk8蜶!&r:!31CR 7`qD~1:Nō #`11(b\Qv[x6iS)=\hõ$8$#-JhsRrvFGwf7*DF\ v/yKD REI&`N󴱒R`m.mF,!,Z ;B',fJ[/~$ d-g~cqO|A=RCA_04ż(,QE;^  O~VD5Nhm:jْl1F֏8^,aiIfR(ptI{Ź\wsipBF;,40ڿ!cQhWV)zT",Hqu*pPFQ_Iw$ꔩ|?vuf mϡ֊hֱIhSC֬(s(]r|XNC3ڷTT!@PaoT(7D؇t++Jf̴9p$ YlvY ;[ ;Ѣo˂BU (qDe5aW5S9{XSo;H{ߙH^ a{=-[ETCvX:xXo8lRAT#V6C?kVimFS[,nJZj8V5ZqX}=*;o2!ƈ#m廫Qd&cb#=R"KHCGES pT2"%c-}tP^ D`%))͜ӻf>okdV l# X .-&X"ϻ>KuV@ ?^#/˖0Ψi0(5g HCQ)[8>]@vd!b\REMlbdtQuR̨Hp"2ɶ6u>|Cԡ2Pmz*^x]l`?F52d~q>t%s1S,nm*Q" qHCXfWT6i59R6m#mَ},Cpu*yZn}FPux@K|{?=A[#2DG d`--}[8ZV,Q)8c-Pڑӎ:ZqKcR^[MYKw 7[huw Wld85'[p1| b:-Φ߻YdGƙM 0=b׎.M22k0Gf[Z@gA޾wlZ Gq%V,=g4* ,Kݸ7s|S8ccƁUMX=Arz[ /|Fe`qNF[&]z Լj bU/.<i~&RL9ˆ(puBI^UV%ffF̷1WyP+۽vg)b$4/[ge|NYu32bCa:#5[h1 | X@,%[4z0$_#}׎]43Х%tk B.[uO_+&gO/ lD3a0NKf8]ã1v = OӪu{O[.TEWj {g7,Р]|p1&#t}ı>; YZ