perl-autovivification-0.18-1.20 >  A [Οp9|-}v9SYR*fT}!;-h"33OrN}1~ k? I@XzfrqP~Zkj)LГc)d,CG<ԡ,~K!Jz؂KU b\H9IT 2jݲ<&1Mרgwo U){4jC.9SmW[$zXx$z2 (*ڶk\Ϳ{C%4Ogy '^Vd 4ޠa9a8dd3663ac58783ac0d5bf4ea996f8b3416dfc33a9605b986b56a525fdc054832d4d8f9f0bfa1f0bb81baf378e9df8bad41af7w[Οp9|7*c!+Lc? g#3 *eWbй0OHDҧU `s_vb{O3&yFO;[g뿨K2r&Yi] (0aW&o~@~TeH`}oM1PM.͙p :ΏJ U¤4?Reˌ@ngi.ÍP@cT3H^xn+=_wcZvZ'Lq2ÝwX`>p> ? d " E!B[ q       L    $ P   d   (89: DFqG H I XY\ ]@ ^b|c%deflu vw  x D y pz     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.[Ζibs-arm-1=SUSE Linux Enterprise 15SUSE LLC Artistic-1.0 or GPL-1.0+https://www.suse.com/Development/Libraries/Perlhttp://search.cpan.org/dist/autovivification/linuxaarch64 (! AAm$A큤A큤$[΀[΀[΀Y][ΕY/Y@[{T;T;[d78dae5d61d5b1dc9acee37ec4275f1751b7354b9f1e1c9fcdeb9377cff2a072b2f12387b90d8631d6c3cb9c095dcde1e7223a027c39ef54b0676e3545c6c284008b82cd83333b83f2ca04377019341919a012104cc4e5bd2dc5df4e31c36728fceb8c3fa240a99ff438f80e17fc2a135c59655dc16c4c7dfd096d0222df8a7990a136d7de6bebd72994ce923fc81dcdd2bff2ad3c8627847642972baa54c1d77121750ac00a925227fd14565f24b4d14cd53c0b8ade0d954f6b473caf1abe9a987830ff0d0b482589d07fe5090f49ec03340edaf481e3aa80fbb5b56a96f504rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-autovivification-0.18-1.20.src.rpmperl(autovivification)perl-autovivificationperl-autovivification(aarch-64)@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(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.04ibs-arm-1 1527303830 0.180.18-1.200.18-1.20aarch64-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/aarch64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/autovivification//usr/lib/perl5/vendor_perl/5.26.1/aarch64-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-autovivificationcpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=ebb65f979977afcfd657c0fbfa063f21cff0d06c, strippedPerl5 module source textUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRP"!}^0rj^utf-861c568a49ee3abbf01470b98e2083ff6b5919c1366329d349089b09629409742? 7zXZ !t/_RQ] crt:bLL $ߞ[RsqV| 7-!˨P-ܖwlwcN~X*$^_]H0r5jw ߉n1g ǩUOA-/ 킢`{Njl_2agLLqZ@VʚJHA)Nu)RD||5v碌8DT8sW=߱Rvho3.qvyuKt%b`\hp-zQɔ"UvApr{y.nw\;BjXv dݝW8w[ |fiGy(pA:!wt="µki+ԁ2PY}LGDybG K0$TvXs\B~Z$WwMUcYZ8u+‡Ahk*h6?i,"IQ6ٕ,OKm\ :"[Q1*{ɡ,/`в!/_+;/^=Ζ%}Tz\Mb _}l g,Sƚ6&wjɜ-MuǕe;RqCRQvZ#[,רBv,Bc?fnMUӔ */SkF E]6E1r C1⭠#E$f]K%lk,*a/}ڰi `ԾMj2$iP*ProE9 tdCjilUbHY/ 0A8~,3F~Z^x0DF=՝Hh\;/xg?c( ioAbA;4[c4c݊P KVo0_u&4c~`"6T*(ѐ`q3]pM X+T=Hmު/D^P  a(J.#Yzhh_wG/y-kFԜ%lvaed٨xD#R~sAJT:UPĴki'k]Ӫ#ZNg;(Ӆ WbpێжP`(>6Yi.R68c2̻cxر!-Ǔ Efm 朽LIiH({H~ǍiKʐ֊DRt8]? 0?4!2=%_A51> 5XDX3ø{w'D(RRtߎE|1Rvن9UG G޲+؅.'8NU8(c8]PLeJqVqقCtr "]7 7mx-4R+Rnf&s(527᪄\׽*f0-+EL:1bPuk7!mL* ռ5-n}U G/u37Tc"TKC8BWg8~wB=اᐑMX( 0I:Y>|GlǀH쐬XR.݈\e%$Ko:T QR췿L|V|xZGQ01ۍwktRjy`Ջt6 N+T+Fq,b]'Ga}4#06(: $@,GHa7tkim}VIJyJ#zTnl@/#JA GOw6m*y4SV7m%( dv;ef g?EO+宆u_˲Q(>}Ж܈g_4N*IWrHx+A`1uHu)sl8A"T2ȍEʄ!*\N?U+mojo&ζ"f -t̻}y ~6.Zn^Mu]}2m7_7čǜi!.!oN̽:<g]YWJWV7*u9R!ZBǡQ|‹иNX,CvPkO L=X9J4(jS2!uo+)3oBe 8 %aHvd$!h%+k-)7ytA`8hv,/g͂2bnxe 6mRbQŜ} FsG^X/*[HWMs+W(BQ6'*JhonwDR0C9 JpkA~x+F1;WvP|C+=[9vw]~P[_m7 (9C K^jF̐XEx5J*M+6;-ֆoxg!&`(Ƭ_@TUnD)ENHWu@>mhM<e VDE69psõysB&$׽[r6re!7BϻYO:V{} U=g~+3)U' g:i#*չk+&Bykg_JU; ~6M Sy4 BF={s='ܪ>H!^JHl=M _ rmPw@|֤ɬLp f}9w/L< <9c4M>J)?Q_q|J#A3:Z{s7^_td;g(;А8V%la%{ϐ{d2e~-'K}7pƳU5izh/_cKJ6Dmj` ddxG 2sdZdTA CFSwL_*=O+.!{~Z8^DV(-,1?e )'l0k 2A\x هf-}󅽪T/ h7=J=8.q%zp*"|z*$0X1)H눫.ZM9 JPsz͚7+5A/~~fzO"bq4Xԡ˜ !Xah)C mƍT ,(U$LoTy=T|=~9b Va 4GiDF-n%3p+G  뻹m)*3ڒB ŷ+$q]ѤUҁVraa_loF&x <7|`IެCڟt}.CݖIm?ބ),aגNC(?<]gȁXOV_{G6 \rR?6bશ*Un64/]m}- ^?pr3њ!CI~~׺.ȕ4\XA# ]+!ge{'OI]@HzkGQH4c nvᄏGJ$Z'Ϧ|;>T/f` 1;>l:Br;[L r/6m$HSAA{ -i4lOsɘ3/+֐-#%m,<ըy2q#iV"/.~69f:ĩ& @[T&;/ԈmC: {49 $ŀp洸|Q5rny'}r K5J% Y۴? }SѓYqdM!,h0U#yb˚z? d"V;y1W*lS6m,=geÒe@{YDP$h 2Omc2EpgNj@:lʗ%{?~ %m7l1TRVr-6CYoN#7M▢h3DY]mX9|4y#;e` ;)&Lm:NcL]=33{iȲ(-PV;UԜs |,</6@ ZX^Z:4և 8}6D%DF)W 77]΅jjqm6.gz@G3-}iW@UnlT 0{=ftP %2n6z=&/3$H8HrFW!t+͝ED(ڡ{xA,[P‡.MBCAQHDRx\ >Yg,A/|}"IaHMPx;d|G7EWRĔdb#]УStzI$-xmm38 PfRCEɂ}zl8!FI52K6aԼyx[l7^:MmUxYMK͖)H:0S=v#ǯ+1sc/ؾf]':;JDB0z8egщ?C}+rXG9H9Xyeyڸbq*,wp{k胠.:vVTաZI xYK<!} . =}>v9N塑!ImҚ?P$Ukoʡ 淒gvZ&1pS!pZ+R~\ iJlYQnk8;0x&2Nq }W'?ꏵG{Wcǀ@ .\l"Dl.rlX_zϭrb#7=^\or2v[v;0kߜq f R]B  c=5=u }\~103@Bܭc4o _QmKE.V K*0 WBf`lf/z8 *m'/O1un;l/"qIjԃŤ5/4 іy{1w4:KRlo&axê,dCϺG~N=s°R !QXƚJb kiexHBNآw]Z)46+r :u9cCaFmsiQэ\Õ|" ̓l "y D*SO8q>h F@b\s=FhR%[ANL&(NAQ"`OR!mg q"rzI~ lZuݘG;H,Hn>Ӷ Ųe* [oȁ?TU?D"_]|F3ExP&MZHZ-;{/xh*qL<0h/4L@YGPW& qԫM4Us>_M0?g uy\Or=vAIlhLxW[x:]J=f"c-r<!D3s& ٕG m""[27.edxw[JTc5^-^6{`Es*Y^n[-pJl܃Q >;rܖ #hy4Bʀx#Wy઎R. @>*ޢҀfyFl_/ 7p0.>V |c }*B XÚ<ŊRC\dz9eߡ6Gl$0dx!  -;WY -=}I;^=r8!\j=>`ZWϟ`LӷBi5 w%Ƚ^@V•ȵ5! #^$RMaO誇RuꄂDGlA o] [}$n~i{f5lL{Yuc;zzoUT+sl\ ?MۋjKFS"~LEF!,> #Rb]Ɨl5*ze⌶qSLi/|#7~~g;Э#JҜ _=x)hK'ƒcWN6?g_YTt|iy~fOO|4!$hW3=YUogIOҊ܈(˚?}&\ԁk y=V8W//E7YuF4%lRAdeGz ѕ4-IGl|5^2"N. G/ aZLAM#zy cP].j#+C”כGL[wGUhZVEwN~4L_Rm=KBue[EFO]5"h҄0mvB>3Z.f]QQ.HeF$\K\̨ԐŚkLyxy%*oz +-? 0Mr|'$tl^ F3qþk9V:$OpOv\ɡrfh4֦oJ4ɉ YHc.+Odw]\$ʚI#*vrꥊw[XKm!2z+hf7mҜ.ϖzc3+\9A̴lRLhe^&hhP߇.d#Wz4O}i?ӡBN,+[UśF &']iCF^#/ٞv)j49߂}Eϲ^ʈ FVYseGF{$({1QhAyU뒈dg̕4-e!=x2B̜=#v{iNҨ!ze҂¶ 3lVk{'=/s$z,8d VwǪz!g!ΨuV:"2;2P=7Wl5Dܫvφ|`lſLW& '\@ gڏ*3}ݞ<[r`L~t$yAd{)&𙻐pc%h9Hv)wY1l ˽g_#ـЩCClRWZaMQo.,Ħ(uAJ! bp^6rFfwdL%0]A$Ѽ6tfOA[ZH9&k OK+j;bE(}y^hvf[ 1dl;,x>SS~ߢOj{2"E׳)2'xY=kdHz'GIj7e<| Ko~TٿxΩYU'QMW z O+D(e&^m̑piaGst^|îǍ]z9O{YE,6.^fRĮDrcӣ}q/7T]<VzQfґ>2S Ĭ!|-שVoJqj̒xSr^^k';#`߯g%P}>D@('PEr{9ba@^:Cv%}=ڨ!/ e.VhR sѺIQm2zUqNɀҹ$ٱ d-@ht7$lA6i*tWtt/Č20c1L SaS7&`^!g B= 9$7: ~$l#"U? xB~>ȥW4z&iu73=?VeϏT^5`ivlz<]2i :Q)"1d_KAQN1K:Y`j˵\3k msna-XhcU+F ʂy$dx*}#ةoi(͢v0,GVj1DGPިILn Mt)p]SºYWCna$rTxKb糡H|X}L&Za?ŅYJ0Hs1oPCL3Y?;TzOib?Yq99rYd-ET8ƠE}{NJܴ#uEV=5?÷Saͣ(="'N Ӟ%MbЬ'C DppLQt{];y` L: ^Avga4Fg|q==JP ]q,Go~rێ4A)F O ;oV>v%oʝ>L2w0-vY9>dT59[6t%аYۉ.UtʋvYEt#bU(qs4%e f q{Iѵ&7giz>85T~)C$).7SdL_IHx_ӤaEg;t G6W*J{#VrJa j:WQ֫ڍ)}1Ó 3ۿxWX;$9#sY"Lt8,t$!ERA,I9i2B8r S@"FbX'H~!%Jy"$GUM1~SWGON=q%=QzQM5} J"Gd4Ƌq׋<@/qt)v랎!1'벞莔~^z# ?j6nA**;l-O>n%& նQI.;7 UC'|¼:\Zv,ʹp).i'ÂwKl؝^KcѶLށ,ƟNz<+%mӤ`Pֆv+) y[ /MYq4 "a4pVN |ڄ K> x(A"Jȼl=(/<;caLUIj2X˹SQLw7!ݩ)yyPI~H }o8PemY̨]y|tS9\=WoDQ?=yʒ},7)ΈlWXHj4C$qҧ*m~f@N"h'B 2--dV %Z=,9:>?H +Kxh~6Vd%`RJ؃]iCti< u,ZmIL4_b&mA*odC°o{NB&D(TbDh\p]_ g (m+BZIF7|Ơ&EyK(J2V {*I'<`@ݑFh)$]p05ؚ୽qAۿ _cWAK]D;mk>$.;Ty]yB8]0Roa;GyDE 45R D,> I4FK-l4a& چ>w6]\>YEEՎ^1]_/% f2B4 >š+x(?cA}5g]TMSZ݈H F%Ⅲn*qΔh,Y>Of`@U]Q'̴T#pM[(0U(T3O٢LnFq87mХ΢ys-Q4mYáYaO2ÀYqW6'ț je8<;$?~8*7p Cпn7Lk6)|@G(:U#Z40c:Zԕ!ֆ#5:bg ZJw|$0TcTh ǥ]yt~B< ɺS3޺yu7y@>=>n/t)z4i2<@$G)m\#n4O{zn}"<v>8{=_r3 r.6.3Ҟ4-Ra :3e{RӾwcT; um["sj@\kyh.FCbA\艪W8 J, kretxa%ݞ9 1CV6/)mkLe\@cG7!spI"PQ=paǼIÅW 1^tXuGzmy$WI ]<[t⨭c>&)~/w 1YnT^Hٯ,5=u>bvxWt?=B꫾7yH|%ti[K/eCǦU8"c_vkxh P5vws~ٿKtYvZ7Edn>D{L_6DdM"ˢJ ;=\'GTG ?XTI_-jo 퉄q͛}į5& R5JwMzeȟ *o;EU3 G9q9TvC? 2~c 6HsҕN@^Hqk'Tjsf؍'1UHѫPށcgjrsbȻ:aY4ǔPV&KuP'H}t̬'/oe!έqFqH'3!+r,6Vt׾L au/';`؀HUr9d1EEa!iz|¯_ Hz l'iaZPkLmҀRgb!,)rBW|a|,HsGѴTN12\sBɱႜ7Y&q4qЭ1.#wJ$%%_) K) z@5)MBwTz“m Pl V:w$;":d}8/D1 +xOx65i# DjApuŨ|*_gKL cgW,UAGS cíȱ<^_kAIϯIMȽesZʦb ̩:(#>/r ONZDr`u_=Jf|S&TTn0$륟?M! &{TńT@.yDE~9:F'gřP޾F' f q*K*CbjyT#9oh9SVLt>5('|IHĽw6Aܿ6`UT)fNle Rbٕ3$z] EÖfdpfe}8 n -C?J4EWYJ3]M4qHI{_{KlDݧKR. Xǻ 9ZMBa^hg@X`\Њ\Ȯ޴ -%Tϙް턠AUZLS{IZHE( p.\!Ȑl"Ck/1Q<&(H7rXE}ί;'=a^8Qb ^v*ةU;-ɼ q/s(ROEHQ 7Te/Mk? V6CQ#h@#Dd*yyVj __~/Z)vvFG)^$MXƎN[!4u9t5q Ȼ 6H5C lXgz&sb>~BC?g<3@fiz2]63}  ձy)cCs9澗rBб`". 2ʅJk3)`(1KŻcF-x]Ȑ:ZޤqH.͠BA.>tW- :rbo{._ں ?;keʾ#t5Rrpn؅Ԗu*شg!B\>9쏬4l2hGx"ՎӐ.OX>R6qɴXacٯZ%Gy :D.FHT΄Na%q'db0ʱ ;oM$F].)`TLQ)V:$- TjYmi %VI=s@a[$,{V&?5̈d͵ M7sA'<0~MQԀQ}(,nS9mGh,71t^Z Y~Ѳ&PeJ3KQ5j[ek1oԢ@yO3TDD%HYը`5E3(6b9`>˞2dF{rph j/U% G`[Y~_xBlNuFgQSGs_: W| (-,G%ӗ$wmg}괸eegoO3H<* WcAd SMQjB{)tfxU𯶼VLnXI+'2P}.S $4UW #L65;~`ᗊײǀ"ox(->|QqqJAnu+(Y}p3?˨/b?2ɴw"#YRazЎaWO _jVZyrԏ\e~LE^$, g(̅@Yi?tcM{t[TQEL ~ЙE5һH/^uS$ɇ&YZ;ʢJ2by"lIL%ChÚZ#\#z?2)^]t=DW ^+-bj/AgC#P^]K+ǵD7Q"uA.m/'ޙ⶚o,@眴Xpr`SJ Շq.(mכә$ eBŤ)>+"ϧȵp ¼UG3ZT׼QΟOPyfep`"Qe4?dTzˑp+ 'CJ*cF7= ̝~8މC4`dRU%VͿQ,)D:;?kۿ?{:ω1#nD̳+04Nu,,aDTi<# Rފ!`fA+z$KĪK`YEn^=^BoB2l.yʥYiqwnPg`wB`EKIk7,h$dϊGR,  4^ p^ ݘrgD7뜹*/}K!/ð6]Zϗ|4;*^иXpunxC>3 b\XHcIىd(2 @YL @"F^~O@Sخ526Ozzβ\޿j_4ޛ^ DOz$_2D:[w/2ڊr tq ۡ=~CT̶cK(o+يr7k EӽӬ΢G4ǃ}TYhǴaf ؞ Gp%ͽ92q,70+_G(U31{PH،B v8'=H1]i ]Rᬁ'pP . `,dH34s.CKf43XgnV Das~3H†\!AWZ*{ڶũPb2A)AN-9U|D8_&ML@R;F{2i"g qn/*HYyQdH5HC΁Ԕ"mc_x?3&*i/FNRl-&Ky9&?=rÜ=1ۛ#)AlPA W+yQp)*~c$65`>OI8끴NSPeoIhA-5赐E"ά=T|\@5kJeydf1rI,Ki=! |!WMoI&Z5n)G bۀB]G FMu gPPCE1Q\YՂ"⎝x8EunܑmWIػوJȾ7YY}A؀G?:yn!8Z\"3c2ݭDDA ډRwU  >N mFx8-y9 zf$*̄"3Hc!7d7 x8HP'klnՆAVMӗ%Ñ/知Mjd.Dʭk3Ӌoup.to:n\֎_aG60pAn')'Byi| !$W xrMa*q| N.,rբ`8'&Gep7$EɈ̇hh/}S4'˝S/:42o0NԩyJ!kUZ4⣍L),9Xi4-R:jR|C6W[Y^_f,_- xp#exg4'Yý>!R&Qra''Lՙkz M^5_p%MA_Cg׭e D_e lj4i^DE&hKdI0P?9.qzO%d`X|>) &Wϒ3@)Y'~_MczcU sa)H&Nl1 /޺敆NKHs`%bts, a3[\U xtTىs^[`:>h "9icÏwY[S;]oE"/],{,[OEjYM|QtIqcz{d $\2|!,kS"q_j!r)ajv6 q}}v\}reD>۷.k]˃˭r+2hR]Uه0}͞'~M죋(a 4>6q)@}ּjRt=w~-,^y6s< [HI;}'txo;3kHk56sF'*>vY0lk-$w>D9 qc.obn G&Y8>ٿ> /4CPpO 3"[ /_w#⠴) yס]nUOe). 1^Y0kdVxH5~kXJA'.2s8&uƱI3/t%`Wrj[{-lĘxo";#FglB'_QVI#z[~5Sl6lxl[,EY<fr3}o3"C7r\a%,SJt YZ