perl-autovivification-0.18-1.20 >  A [yp9|c,Sob5ֺb'B8zB/DŽ$GiW`r$S$!uҫIl{1M& fA='QUVl]>pfORd)b~A40Mu;}n:ġNǘuZ('Y%a-`2I7_X:)Mp-.MhPpk[{7}aʓH2GZaj$2^83+τxJkbb372398d63093f63d64c323e64fb973d7fa732c3b8a5be459e22a0f10fbfccf0197e9aac7ab38c23699c8fb837c8eb7d497c204uX[yp9|,e;o9}L}YJNXuKk8VsG);YPaڅ l<^+Kcmd0s+Q'0 XKUul ! b@C75v`1{'X<#|R%~.Ij0s&=V(1~!rHEmHjlPm&mk8`㈃쳃[hHk==M{< /Z14nZ_!wQ"}`>p> ? d " E>W m       H     L   \|F(f8p9: F9GL Hx I XY\ ] ^b8cdDeIfLlNu` vw x y (z 8 H L R Cperl-autovivification0.181.20Lexically disable autovivificationWhen an undefined variable is dereferenced, it gets silently upgraded to an array or hash reference (depending of the type of the dereferencing). This behaviour is called _autovivification_ and usually does what you mean (e.g. when you store a value) but it may be unnatural or surprising because your variables gets populated behind your back. This is especially true when several levels of dereferencing are involved, in which case all levels are vivified up to the last, or when it happens in intuitively read-only constructs like 'exists'. This pragma lets you disable autovivification for some constructs and optionally throws a warning or an error when it would have happened.[ns390lp8ESUSE Linux Enterprise 15SUSE LLC Artistic-1.0 or GPL-1.0+https://www.suse.com/Development/Libraries/Perlhttp://search.cpan.org/dist/autovivification/linuxs390xy0! AAm$A큤A큤$[`[a[aY][mY/Y@[\T;T;[_d19d6b3bd54565e2c7ecd43e3eaf811bd01f7cf98642072d82af69a3791b3313b2f12387b90d8631d6c3cb9c095dcde1e7223a027c39ef54b0676e3545c6c284008b82cd83333b83f2ca04377019341919a012104cc4e5bd2dc5df4e31c36728fceb8c3fa240a99ff438f80e17fc2a135c59655dc16c4c7dfd096d0222df8a7990a136d7de6bebd72994ce923fc81dcdd2bff2ad3c8627847642972baa54c1d77121750ac00a925227fd14565f24b4d14cd53c0b8ade0d954f6b473caf1abe9a987830ff0d0b482589d07fe5090f49ec03340edaf481e3aa80fbb5b56a96f504rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-autovivification-0.18-1.20.src.rpmperl(autovivification)perl-autovivificationperl-autovivification(s390-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(64bit)libc.so.6(GLIBC_2.4)(64bit)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.1Y@Y@U'UUU+RNR$}Mcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comwerner@suse.decoolo@opensuse.org- updated to 0.18 see /usr/share/doc/packages/perl-autovivification/Changes 0.18 2017-11-04 15:30 UTC + Fix : [RT #123411] : Compatibility with CV-in-stash optimisation Thanks Father Chrysostomos for reporting and contributing a patch. + Fix : [RT #122956] : strict/warn flags seem to simply do nothing The documentation has been amended to clarify how these two options are supposed to be used. Thanks Christian Walde for reporting.- updated to 0.17 see /usr/share/doc/packages/perl-autovivification/Changes 0.17 2017-07-31 17:15 UTC + Chg : A large chunk of boilerplate XS code, which is also used in other XS modules, has been factored out of the main .xs file to a collection of .h files in the xsh subdirectory. + Fix : The new optimization in perl 5.27.3 for scalar(keys(%$hashref)) is now correcty supported.- updated to 0.16 see /usr/share/doc/packages/perl-autovivification/Changes 0.16 2015-07-01 14:30 UTC + Fix : Broken linkage on Windows.- updated to 0.15 see /usr/share/doc/packages/perl-autovivification/Changes 0.15 2015-05-14 20:35 UTC + Chg : The new environment variable to enable thread tests on older perls is PERL_FORCE_TEST_THREADS. Note that this variable should only be turned on by authors. + Fix : The module has been taught about the new multideref optimization, and will function properly on perl 5.21.11 and above. + Fix : The module will no longer crash or behave erratically when it is loaded by several threads (or Windows emulated processes) ran in parallel. + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting and feedback on this issue. + Fix : Be really compatible with the optional OP_PARENT feature. + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which will address failures of t/43-peep.t and t/51-threads-teardown.t with unusual compilers (like icc) that link all their compiled objects to their own libraries.- updated to 0.14 see /usr/share/doc/packages/perl-autovivification/Changes 0.14 2014-11-01 22:25 UTC + Fix : [RT #99458] : AnyEvent::Loop hangs if autovivification 0.13 is loaded [RT #99904] : 'no autovivification' breaks Lingua::EN::Inflect from a distance This was a regression in 0.13 which caused the peephole optimizer to loop infinitely on "... while 1" constructs. However, the Lingua::EN::Inflect problem only occured in perl 5.20 and above. Thanks Toshio Ito and Kent Fredric for reporting. 0.13 2014-10-04 16:55 UTC This release contains a change that, while being very likely to be safe, can potentially cause freezes during code compilation. Every release should be carefully tested before being put in production, but this is especially true for this one. + Add : Support for the PERL_OP_PARENT optional feature introduced in perl 5.21.2. + Doc : The CAVEATS section now warns about the global slowdown during compilation caused by this pragma. + Fix : [RT #97703] : Android support t/51-threads-teardown.t will no longer fail on Android. Thanks Brian Fraser for reporting. + Fix : Segfaults in eval in an END block of a Win32 pseudo-fork. + Fix : Segfaults during global destruction of a thread or a pseudo-fork. + Opt : The global slowdown caused by this module has been greatly reduced. Thanks Ævar Arnfjörð Bjarmason for reporting and testing the change.- updated to 0.12 + Fix : Check functions are now replaced and restored in a thread-safe manner, either by using the wrap_op_checker() function from perl when it is available (starting from perl 5.16) or by taking the OP_REFCNT mutex on older perls. + Tst : Author tests are no longer bundled with this distribution. They are only made available to authors in the git repository.- Update to version 0.11 + Doc : POD tweaks and clarifications. + Tst : Threads tests will not fail anymore if resources constraints prevent the system from creating all the required threads. + Tst : Author tests overhaul. + Fix : The pragma no longer vivifies the "autovivification" entry in the hints hash %^H on perl 5.8.- initial package 0.09 * created by cpanspec 1.78.04s390lp8 1527292782 0.180.18-1.200.18-1.20s390x-linux-thread-multiautovivificationautovivification.soautovivification.pmperl-autovivificationChangesREADMEsamplesbench.plhash2array.plautovivification.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/autovivification//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi//usr/share/doc/packages//usr/share/doc/packages/perl-autovivification//usr/share/doc/packages/perl-autovivification/samples//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:SLE-15:GA/standard/90dee23c2b3c1bb0af8eb5f2e8273367-perl-autovivificationcpioxz5s390x-suse-linuxdirectoryELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=5027bdc35f6c3ce3fe7a50b475b28cb74620f75a, strippedPerl5 module source textUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRPSuv0D=&utf-87e117f0b933e64b0532b22176927713c5f72bd9a4edc117abcc00338c925a48d? 7zXZ !t/_Pg] crt:bLL $.L@9)]<{຅HEK }|z~a#qŎ1WM]Z[Gxk}X/0'{Y_APQ!9My2 57{|Y.@pq9+8g0|\9fJc܈+'tj$0/fcdQS`a{TϔwO8>iaNC%>t].B|:]@ơaJDYQ=Fۥ' YW/=G РY 7M-X6j# /:5oB o2/kY*hgWV U-g(R&K$YW=^z~ ₢$sMV1c^ ֍[,oA5|ݯc(=}o)!J!͝x&MCDC9 XRz]> kjepQa#(heL͚)6T $4%+\R@)ˍhzvjVY(o,Ji܄ N{TOS.aI_~|[E9TVpf'YA '6m֓o-f֔I:%nHJh2c 6^^-$n(FHr*W&H3CFzs}{1l_2]Uq uA5(F7)'^Ȏ6~̏Neƽl"&U{1pg,\*WBkv 5I}O:L4;ʹN"IMKh1% AV^n&ѤQqL=; j0LeF<h&Phe} ;=d 7b_p0'`jI\*-&m-\&`3ĦJs~s~52NC(r4~}^J[ȅIq"L<G o]ڣkKYkݺGAJqkĀ]NQ֜ H4%LU4UUfލ4RA?Y2,mʤk'- ,yQKeA* ddRd/1NZLRt&;|6ŝmC(-Cj/_')u\HE>XhC!% \F{E%X3f#ORco~quUyξ7μ œ 0Ǹ 5}*L^lA5vԈ2%C^-[sHʕ'{Nl;C o"~I؞7ŀI#hϜzӪ_ԖNuoxҽtb Slɯ72J(po"P\;=",S@GыYD% qor2ܻAui1 PEnS: 2&|xxyN5C liγUNK̞@l0e2c_`rӏyi` "kMd).e"=a7>5јn\pQ^6d^j6CN RWdtҥsڪ(85I;=&Vt6>:V#]7-?=x?5 Ѻ]{$I&φG1 'öH!\pısҘs$Z9_Ւ8NsէseO>\]![Ap"{m w8?a$Ձ7 _O4*$5230)瑙NԠ}>G.f -V*Zй=ԲtЅqrvNfo J3qǨW9;SHE l1>S*dNbI}{X#7ӻ_q|Qde$ }I֑G'!\KQ/V.u:F\:$s87Jo 32V|a<Sͱ-{){n>Tھ}IUP l-U86aڪ0tB?Ws+5߿^av!T\ZW?UUb-l;^;?."ipg 2W 5+v?Kqa..#p=8ڒ Y->3zF47tvHmBm"ga $eAJU$H̑RP͞2 o?ץa=ANRo_L_GعD F&&?q)(q>Ñ+4Y]j3g#ƇqߩvGhu)y/m8p(ˇV}2shlmǜڢ_| oϺm;,g$@[PtԚ63P`A=k78W7enhT7v! nm 8 ^ L%4HLLދ){J,z"Y 8v$+1qD5.l}βk}{d\R}9F\ 1b)ES >ΐnekg'X딕:Wr=H~4BZThQkC[wvK<I9)%1'Z1z>Q iSэBjRhߥ&и# ޅDD&eB} 6?x WͶYfb1t{'pD]M?I\:[ }~rf3`e<)"n|MAfcHJ<0Ze|CDE/~3so_v.TpEePhTថCal:PYҸ#gVw\Xdf zڕORVz1ѦX;m+=Z?:^%]_a {I#h&~ز@3g7Q\({:OHgi;{M5Q !n8~0> 4 3ӂČ3bU¬5)SeGs Z3s5'l:0$;k$_]jv72q>6_dM.jI}%Ƥ/cB0p܃؊b#ՖFoOɀ_J\EG7+JI:>703(WOa'[GXd{FI44U2d)t] -m%*bَq%@|zsC=ۚ%ot ^lcQB /T39b@ W B#H4;BA aO*g~%WgJ@NL)|VaxŀE-** &ٚՐ{xpZ,h/#Ԁxm{#/Wa^ G|~%"z)9zdU/\Z Jh6~tMbeO`n#w #e8a1zg`J7E2@=w$<'7`r-, ؙf!s,YY65}v}J#5EeV1Žj9wMRnig6 q +?n#z-#ɰZ3CTfں 9d弅Zh't%bab199)ɮϐSX{9 a?@2,_$Px@@ z@"Z -7U`r ؈ ŀHȧ Ph̬ͯM3~;)E?qq&[n%Q¨^]LciZB`;P9zX a?膝9_ǕqDtnGR37zխ](i[7;/h>_0,}GcD!ky<GccqɱIOL_Ю]xW/]};ujb{kt /8.#Lx[nn}|?$Uqfv5lx~ %u_'¯RhV6!E:_Ɇ6WJ~^DDUޢc[?umͼe:U/mr1iQM= ~qѫɂ[jFpZx=0u~ !XDű3V:19O`jTa a;]c 0Lg cc|.?,U(!|]h@n {pİxl8KZڰhI@6VY럼Xk3MwQrIK }UihO٦M\] *Glwvtۇ[×:5nSnjlxBSLb™J#J+KD 1;C7jL*ܔc0|!!_ՏρpX5l<K6]4O?SE9įlhCB<|^^uOW I!!PvFr6'Z;:4a鐵zNmr֑Fzl~ʙ56$ACe EDof鿙fC ݪH s1  P34|/n1Va:=Mm@scױeqzHi\Cn+2'h\O|ҍvM'x0`UfSVChYt\W4ͤ+'2*'q㊷錌◾0ߊ}QYm[&H]GPVrb˛7/Gl*SPSXZzVԊ(R-+C5POPi˶`_zAc dzɟV Jl1Ъ=BI.fk\kv!Oc\*'$AL;?.w$z|+m7;4ҹ$|z2ݚ|5/}~K{-[͢BAڐb-#`&ҏԧG5b8m)OB2;>:Q;78˔J46O@ʣPA;xp = 91 h3=kњPZ7ֻ_l,(vn$eNW:fT')}յkwbYvƶ$1^Gv[ȓuEi_leǹ va !|ζߪNϧ/x{ E$i;ũP#.BJ @1ᾮmBw+}NIh/2*2Yvq]g ~{yiOClDZmثI_lVt A\{*PB{HտW)Dt-^buKhgNĭɾzXW@ݨRC;DFߝA^,` loa |fFKFHvۃԠOWen~h+7^P՛_R~Pφ67$LĻGfjƳ4 gf4CYlv!;1Ɇ0_ZJ&P ʏ\gI5&Ѳ0!*o.cgoB/oѬ,7\@Me*/f|3A,E`u)U)cte1ٞصО~n7/i| T5C+@ &˺>~|w BX'|r#d|&BCHД&B|CQ D˂'-ir)XP/Faq@I%OW"_7&EOm\ ˈnK{:߭;;v{r VB/n6~#;5R8kpHY#+*a`KX#3'QpںN"1|~p3kk_$4?5?Rey s0,9- IqK7lfpt3F?mSG{.\FxPf@y} [+*^735g}(8?jQPx,B~ψ\T/,PӅa6L%44ү`4 kde;FJA9 kL2;ہ9g*&=fk[6~ wr^dXhaDTIWT4hBе`e{ES4 K}*q ]d؝U#kqZ]p1 &#p3Lq`Qv]GFt ,'OSG^~?>±z-eGTW\9d1T9"Őa-S H⾳m ݭw( 'Ғ])FB ?R/P@?#:k֒F]sȏ50(~wǨEh'SzDQ]BW0T'9޻J|M"A䇆s Ñnewv4Nw5o_ǺssZ$@'o!CmV(3l^}QۯteZFwHD5Hgg0شvVպr\} [lHp&wKsTqR&dRIQmw*>GcN-[wCp|GJ_'uHA'~U;~W].h+ S ?n~HOmn0M,T~@οҁӊy]{Tj; ="0{@.  9ǘ2@1 ZQcaDʱvFGNJ^He_@@TEXM9ܶt}G#[ a(e{it]e̙\^;C]B'7lkr;,p$:_}1+@ y3oi :-Y_5S% yIm88i(sЕ(IFCd愈\R#8RC ๺p,@U 0 XD<7:ċ 8̜'(&d5GKLwvЎxݐ> %ydo>MŷA)F(bCǒҕ&87\RU-Y@*p~U4+uQ^b\ ZYHx&fai6hBQ\iߣ6]>YԫGa*str'+Zm<'= Vؐa7Ƕ:bP5E+e{?>ePr0?' uj u*FܟZOhZ nsK ۮrD`)e7`&у,Fy8y  &!,w#z*O&#8|֐´7º S[0cF£u2HȻkڐв +P=?3Hrd=JCUĚ!&׷2mq5eb\wo@93(X`SwǙz񅰀{v^wz(D*$dT-0.Vg꿹,ĩGG){+E?ީ^1Rvg?;dDSbG.[ ݃nkf /4p3[)m^.:)벂Ɇ nη(cu^0SZ/f fq0i3~6䑚k~kt@L"zN'=o&=[qI1. ?&c~jVG.TVSo7Ozt~YZXyD_[^ZD|EUln8k!\P <'`Aʨ$&~%TVIuQ8Ayk[3Ep:fxQOחA-mu\L}wk2Nf$oR? iGYTJ8iN3^QLp% YSժ#c^oY*%?jnPSY~$#lף:<=\aKb%*KR+E8,Qz0PpV̈́^I]FQie/3sTx`J{C4/dE$pSwaαg(@# ێR1UK\47Ɖ.gsɵMDctF&)P-͈o~*S0*At_l^פN\J>x۽lBy qB@ޏ㌷bBF= c[  \>FgE 04.")@P?ȺI}kb;PlB=sz_!ҏφ3N6 X, 5cI$nԓLx0n;O1͓"VNPtcoyƞ i3PS=V-]r:S%[T?Uԇ؋1Ømiz?Eo(k@|j"a6C5/ dX-E/ XnI:@?n'1)VJn&۠DNx?Z[j1BQ`6kD錦ڝ$bƞx˧!Eg("ƍeXg+ <h:@E=3Y* {!R}%$"K7êf0jiwN$ YTѸsU˵h?\[!y4أ`r9 3#y+k*Z2ԗ!hT'}ψRZd\=$޴Fa)̿ 3>Q~1) eűcLe#ٳ0<~xTkNxțTxdl[з F+mJs*WErnss.IOXnA}pS;;D:M#8 V;ȗm0#:4.I\qv_9aIRPw=~7M B(@/O1!y;2e6#{BQF|a8~FH]kb<1m2^LUg$7we1eoIg/O-}-y< \h{3jUe׏p:d[ߑL|ɃZcEw\PֆK\<J͠b?A# *5f_ /gi~'8Y(ku9+}[\Єle45)^`ɍ (dйN6u=aIVYޞss׉2_HNc_  ?}3X ?䐶쥡OςNFߠ0 [GҤ{nPB]^J '?yyEDgcn ;ZA\¾@zZJ^wv<d7ȕ=֋PNқ̈́+; y_y4H+3'vG[Jt/l|=iH+ +TyneEp@iɋdΈhHW\TM՝Ϯ?2wڽ> K0> )}8 rtN+&:.,MR f%N3ջeAbN RI0ۭW金E7 ({HtQ*HZ ~E;[ {^v@([rɜap'@}Re1퍖i>q|v|/Hv0F4u44!BQ,0!5?}4~']ʡs$ނ/_Z~`„Re  ?r:\J3L|BuA^ܭ_oNĿ -l<ۉmյ41g &be{@MHNEϗ sgM]eV),^bnגbWx՞Ząk0aN[iN'5Xmʏ\xƻKWڍb%Ͼ%ύl` xGKv@<ߤ`Jgbi6}m=$\eE7aN TQVPe8l TW SB3_PgAfPcP m_sH=BroE /W W&yuN!Pm.P9QXVH MH#w%pM}IQ zKBp 1]9LH^">Ky ѫ1curIxyg@dN6N+#yv}W6T?2*A&Q(2#, _ރI3!Jq)X;>g;}nl \67o%lbkZ#n o#]f8h˕) N#$t*&*D `MM ID^r, 6UYUG.!4Ξv;+F.wsEsDžVs}!=B'>ZJ{0DluqMe‘E*W >|X*=# L[iZYΣ 9N1[\mmbZ*K=iRSz.`&7 Znԙ <&dNq60cu۩AvX.g aH@V0,= }:tsQHhažǫ)} JG|@n%z{Tr6Zۮ6hӊm !-Pҙchc,[DZ@K{BF h3BCd4ZI* GAS6b{Nꑺ >{١+&X}U%NmQA-_| s7i(Jَ9>$~V a(5dNJ;:5GΒ @Eяvt\F?9EH /~?+X""@ VC9Ygx@ËOh۷ fkJ`HM7vOѰ&+hJsS/)ccFTz-2[*aկfzGYT6fX6qM(Xe ~p<- ~R]D,g0,e5\-k:#C۸`3t21Dfd{bqRy XOUtΑ#5At?fs>,m""P9ፙݲ=LzQAY 3Wɛ3,f6M ޷4^,(w`T [EpI ]}&׷iKDG 7fu_uOQ~Ioov*ٞ!1&Du0%vNj|5: m/"{J㴷X}<_C2C8f/(WGb"KV3%N9EmbU֚ (`6_ˈ6Fљ*Rg' QS[#BOy֊d@t6zˉƀ`'ȉy؋ģNB +)GVtRYƚEBI{tl阫[AG wudݝc@[kNp"E:_?( Nñ?^ͽW&z]b|[r3>>N!c460.`Zd}v * 5{8 +cZ1%~VSq oz_%di@6E>qC1Mr5/ɋ+Ԛx ع`Y;hGEx#j[!(1!b:>u\ɖ; @ -eiޘ ßF Uߊyҁsⵕ\ՎcMm >H%]Z%zs 1[p{5]Dt_JX?8{nZ+tU/KSɏb`.0$֧$)qacnrcqZ@B,PFP@! nx*q:cꆮ±"Z )Ԍb]7[wrW4S9zZx?nm~] $Vb͑?y&$V+>ut2~J*0>6B]TXGK˙`݀odK+n%mp.A$]js5ސIgMݰA& qbt`zCx2`h*ubCHrS# KfU|h%ry( G*Ƌi7g埝Q߀SʃTO8k¨PӈT*V:|æ+E#XPA;>[D14EP5E4sp<D,ʟ c 4+ɶ&{ ~EknB >U}G[)8pwĽڰ7c(Ɵy?_y5%x|gav*hܟrחE\wA*r =k; BFmTX1oF3.Zqފ냯笌)ۗ37eĴ(_*jW>b7(BJQ47y~ͅp^eq nv$IJoiKo%g1Ȗ%ns [J )J =>BK4Zi l)\Z8٠A(GZ.!$#䀌oq ,KppB[w]i*p"nW*7^\ў!pA=lr7kK&Nv.Lpo.iB^.9iWév`֪'ջK qov%hǧO R3H[CĐ'x[Sa Fx-Ϋza :MCJTq{8ɌzA@rNmg⧘IR7ٯ9DFy-stt L+Rn|C31X@)O]L[Z^r %aG*ȰGf@k3$dla9ND{\PT-$fhfEȣ_%+w/F#+3nZ ޽EkfJeDz#bdMQ?$6e7 G(@mk,* OSpgv# >M p/LT(HGʗ궍4A~DiU -sP朘k7'QI̧4*vZW̹'SLC к*.Ps Bv[\ڼ=<1} e1֖з| HXxGtTӤV!ۖ6j##:D<xF1{^+UB3q;$pXd|Iܤ< I+Xy*\Vh,1nt6fN<p%KpurťU<'%׿sS9I-i(s$s\R g0(n0h|PmگmbO(~'։N4>7+F8k#4]]5C%OՒM_WO!YD -N! v? -;4d"*/#}8Ĭ!qMb^00IkqL1k pw,S-)XAr#^: rCC[+E rw  ,e%!'!VG٫3(ϻ'lDۋ:PMsCk7#q%N5/vbʺu.U)3}Ji$!cj_KXywy$ V'[`{Iյm ,6o5I-"tDQ2v0#H8..n. @ڠW>du)t@utן:fk좻*. (C{ fs\1@`Ӟ}>Wk۠QOwʻHyVnpp]˴-K!x+/koG$)/n^'8ʢ ؜tKiTC4gwa_ʽ _?~ΦMqۗhn ߄Q忽&#>:7 G2io׉3 QNYLk$ ]z.f* kP] $;yB;NcnYl>>GHLA9_J Q6d|o|#ё] EM~oV;^N42L-˝p/Ϛؑs&g9