perl-Test-File-1.993-bp155.1.5 >  A ddjI%z nQ9r,E,1S措uӟIikڼ(sMTh-t㘨 a~\1,K `fWhmHB:Z9bϨu* '{\|i9dF# 7k8@>C;fi@]+ȉ&-wZMqԣwaƻf28nr6 wMty܍E{%Ȯϴ5򫴿7&]^=8Ur#BM,Љ:\4lh#/*Tggvb>f|حў-'d %"6mL =+bͪVFeoYH}静:b%EsyL!7Ќ=|y;֕j!|$⾙ oԴ'!B}MP-lx|W8ye.ġ6͊%aܽޠ\< ^T [c<6~#8CنyT=j_Lipp@`'@^d== l[G<hS$nm\]NmX|>r o"@(V1KiJ>ViqF{%>w<t2b MvvzOTʙrAYZ7©Tjf_uBW:R@*s%$LJ⢠0%-$ fݦA2'fz;}hNnV~|iR#>p>D?4d ! 6 ", `  z      U  d   D xG(d8l9: .FG, H` I XY\ ] ^ b1cdJeOfRlTuh vwh x yz0Cperl-Test-File1.993bp155.1.5Test file attributesThis modules provides a collection of test utilities for file attributes. Some file attributes depend on the owner of the process testing the file in the same way the file test operators do. For instance, root (or super-user or Administrator) may always be able to read files no matter the permissions. Some attributes don't make sense outside of Unix, either, so some tests automatically skip if they think they won't work on the platform. If you have a way to make these functions work on Windows, for instance, please send me a patch. :) If you want to pretend to be Windows on a non-Windows machine (for instance, to test 'skip()'), you can set the 'PRETEND_TO_BE_WINDOWS' environment variable. The optional NAME parameter for every function allows you to specify a name for the test. If not supplied, a reasonable default will be generated.ddeobs-arm-10SUSE Linux Enterprise 15 SP5openSUSEArtistic-2.0https://bugs.opensuse.orgUnspecifiedhttps://metacpan.org/release/Test-Filelinuxaarch645$eE#A$AAAA큤A큤A큤$dddcdddddddddddecccpcddecddd4a69e45814816e7082245882077cafab74664823cae6f69b2ec00d888aebd9a5c49af4c2d02fd934c01f029242bd97e79ca2ecf6a7bf6150a4f129c1be0ab129ba4b165d77b757effa0cd929df3a127889a349ff87dfc7f0d39221c7790e08f6d81ea75a67ba908e2b532c2aaf8daf6849ce8e8c951e5c444e96491c00f518e27de4b90c882cfc46698841cffeec001d5854b69e719e5ea57aed1763aad57ce65d8e538dbb63ea6180f018ca1a822a81553ac6d0de133c8b20372800e64bafd4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-File-1.993-bp155.1.5.src.rpmperl(Test::File)perl-Test-Fileperl-Test-File(aarch-64)    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.3cb @a@`Cn`7@`3`-@_XW@U@UJ@UU-@Tina Müller Tina Müller Tina Müller Tina Müller Tina Müller Tina Müller Tina Müller Tina Müller coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 1.993 see /usr/share/doc/packages/perl-Test-File/Changes 1.993 2022-12-31T20:33:55Z * Try harder to check for symlinks on Windows by stealing some code from Win32:: (Jean-Damien Durand) GitHub #36 1.992_01 2022-11-10T21:59:59Z * Try harder to test Windows symlinks, #36 from Jean-Damien Durand- updated to 1.992 see /usr/share/doc/packages/perl-Test-File/Changes 1.992 2022-02-15T19:40:16Z * GitHub #29 - race condition in tests for mtime, from Slaven Rezić. Most people never experienced this timing issue, so if you have this already you don't need to update.- updated to 1.991 see /usr/share/doc/packages/perl-Test-File/Changes 1.991 2022-01-21T01:37:36Z * Enforce text files in some functions, as warned in #18. * Change up some diag messages: 1) lowercase first letter 2) not ! at end, and 3) use "file" instead of "filename". If you were matching on those, you may need to update your patterns.- updated to 1.448 see /usr/share/doc/packages/perl-Test-File/Changes 1.448 2021-03-05T15:01:18Z * Promote to a user release 1.447_01 2021-03-02T16:11:23Z * Try handling all-numeric user and group names (but, also, wtf?) Github #26.- updated to 1.447 see /usr/share/doc/packages/perl-Test-File/Changes 1.447 2021-02-24T21:32:41Z * Trying harder to get the tests to pass on Cygwin- updated to 1.446 see /usr/share/doc/packages/perl-Test-File/Changes 1.446 2021-02-20T21:18:48Z * Better cygwin detection, from Achim Gratz- updated to 1.445 see /usr/share/doc/packages/perl-Test-File/Changes 1.445 2021-02-16T08:57:34Z * Get the tests to pass under Cygwin (Github #17, from Slaven Rezić)- updated to 1.444 see /usr/share/doc/packages/perl-Test-File/Changes 1.444 2021-01-06T03:40:19Z * Remove Travis, add GitHub actions * Add file_is_symlink_not_ok 1.443_03 2020-06-15T13:13:42Z * Merge some test additions from Desmond Daignault (GitHub #20) 1.443_02 2020-06-15T12:10:34Z * Deprecated directories in tests appropriate for only plain files. It's a diag() message now but will be a test failure later. 1.443_01 2020-06-12T11:54:41Z * change the file_writeable_ok tests to file_writable_ok, which is the correct spelling. The old names work but now warn to use the new name. * Some updates to refresh the tests. * Start mirroring Test2::Tools::File so we support the same names. Thanks to Torbjørn Lindahl for spotting rough edges.- updated to 1.443 see /usr/share/doc/packages/perl-Test-File/Changes 1.443 2017-04-17T08:41:35Z * Found another relative path require issue thanks to Ryan Voots http://blogs.perl.org/users/ryan_voots/2017/04/trials-and-troubles-with-changing-inc.html * This is another attempt at avoiding failures from the v5.26 removal of . from @INC.- updated to 1.442 see /usr/share/doc/packages/perl-Test-File/Changes 1.442 2016-09-22T15:35:50Z * Update to stable release. This fixes an upcoming Perl @INC issue that removes the current directory from the default list. This affects only the test files which use a private library. If you already have this installed you don't need to update. 1.441_01 2016-09-19T21:44:45Z * Fix for missing . in @INC (Github #14 https://github.com/briandfoy/test-file/issues/14) This relates to CVE-2016-1238- updated to 1.44 see /usr/share/doc/packages/perl-Test-File/Changes 1.44 2015-07-06T00:29:56Z * Fix file_has_* tests to work on Windows (RJBS) GitHub #13 1.43_02 2015-06-24T15:21:57Z * check file_mode_has tests for Windows- updated to 1.43 see /usr/share/doc/packages/perl-Test-File/Changes 1.43 2015-06-22T21:44:37Z * Don't install README.pod- updated to 1.42 see /usr/share/doc/packages/perl-Test-File/Changes- updated to 1.41 see /usr/share/doc/packages/perl-Test-File/Changesobs-arm-10 1684333669 1.9931.993-bp155.1.51.993-bp155.1.5 TestFile.pmaarch64-linux-thread-multiTestFileperl-Test-FileCITATION.cffChangesexamplesREADMEperl-Test-FileLICENSETest::File.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Test//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/Test//usr/share/doc/packages//usr/share/doc/packages/perl-Test-File//usr/share/doc/packages/perl-Test-File/examples//usr/share/licenses//usr/share/licenses/perl-Test-File//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-SP5/standard/21582e24cc012d5e7627ab0ba4573009-perl-Test-Filecpioxz5aarch64-suse-linuxdirectoryPerl5 module source textASCII textUTF-8 Unicode textASCII text, with no line terminatorstroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)P΀`9utf-8b5ad5521bcffae8cb48db43b19376cc8b578e2901edf5cc505cb52a211ed9bd0? 7zXZ !t/#Tr] crt:bLL ?w?NӻWrEq @Cƥo)cY5\Eĸ[R|Bb L[ "&b4|Cdbc8Yذ~8Cz\ZmW Td$jgCJ&|&+(ė)USX"$Ilox)H%|"ͨ UZgkJ$%jiH45C} 2hMG S+4{Hx(j+5mxv8e~gν#DKF>E=b㱭pםE6$⌕+a9{P  Hɔ*LDe~@_3礒VM~f"} {@Xuԕ'U a-THO%=e Ң,JwRC[ H'wA BfWCI ( y˗:OdX&6Y38Bԍ#wh?ڵ!wH5_?qc@0L[g/Lz߹2|xL(\}P=j^sN>S:ն[C Mz҆}Lϣ GB -t᥍_Z26-䛜CI/Vt&^N%a^LG-B1a&)vl#'ЩZxXUB *DUR{c;wY CiA"NzIcfpY7˩׵[Rl߶^^|\m=so|A2y*M Y&=&΀nfҸ0ZZ[N_Dsۿ},RүUU 1ʰLnw!H -V;VwٌA{r=pp~,JCMXѐ'kQKR| 8o%JH_`z85j`}~;,I") !sl;Ǻm2-Ÿ_mw-o7C%普tG{q1> = ϳGf( nDomPoIr<4IٴxQ^tCe%_X2IQ5s,lSP  #+A4!NtKME|RmUǔh~:) \2F͠6 |sNr6"$۷ҨYp2 ;2팁O{)I$3k]&. S^Q2,0r%Ls5P6KȜ9mR8)H ^-/2qJf1 q*qШb4Ė LZ$XA`dHk>V諸rFGRƤbj#&G=a0Z,>Nx7EeG%J?cXxgZ5-3ݮ5 ˶CZ;V%'"R}^m^g6ˮZ~0 (3:=x"lR=϶: |Eg+# !YY@hR^}餶7vqf4C$p'r vLgϒ5QZOvsGV·Ј/>Eqm2phތA{bWk AadަC7躹hn,9!5ߣ~辔>l%;˷dN;od⣈_Qm3;\`oaȯ3dݝ߳MX`D@~NڥڜHQ2պϱMeJ7*l3pxCˠ_>l/mZ]+D8i+8a&!3 bM>U5Mc+U,e:|"X@T5м{XZr: ,Y4C冿cؚFYiͲ 1X WuK&`Es+jV54L̮ׄF| DUsWH q5]I/!&QY|ӹa}O5m6(ݯ<oLF7Wnh_\P+#y9 Iwk :t)'ʕv0Y}*f4N`F3qf6Gv)qK;4SVWQ`N.2[d&fYDa JO# \-R"+AVEލpfʲɲfA_p ddaЈ%Vۣ?(|'A1de cvpׅՋ#h w QT dB6cv0?4FaYfUԶs=w:m/H+CU;8&+ Jv6pYkBue&()9fV9P~=ԓADMNKMO {@>92_LuƬ<̷Uu9|M gT/\(XB$VQoEYdo,eW~g"/_6䖕}ru/?^ɷRI^ˊ@Q#uO:}\-e6މ"@B_,m0 ц|4ZR2w6"|3VuJՄDĀ֒em*Ws8>kٕ+ 6'woU˿RulL:H_ G( m[Ů(1f4Fg]k29+U9ϓt;s&4sy A%cYբLE?O5{=9__I PZzP)yM8A]&7k^V_2v[!4 =W+e~/?][OZ4zNɨA6$Fgx3Mi.4K+UB{2邏m]֧.>lU(yEP텽2fprp2)gVߩJ&7X.@M0|@Ƙ|o`2᣷Eb ujm-ʰ4VfaE@${r`HPUN5δr!ob]OIW.Nn= uB*dkT7Wl'|kş9U>b  xDÖx'K{NhorGGNY 77-rP0n87obࣗFՇRhhz__ho)!1$n+SMNS[Cjw j.+D[mɠjރ u#[ɂh! ?҂cΰ -`+Lnǚ̹8&ɫ`יo~,/^{#D^PXwgB";s "d-c2#ɧ-r蛤܅?D1\ϫeh.`Mϣ]g!wX-VI1!w @*wcyVblGMIklqhO~ǂ΁zm̳txj'WQϔ#]KYGh58` g)j?d=G~6;\E_}pf%+CBc4=Ҕ(YNgK.GCy~fCL@{}XޥHd`X&TUepKܻ0kBgj,K[cXꡑ8$!"sXs13 ~$?niy{ A A0yaŽɟlۜ,P,.UE-W"GlzI D7z3=H,Ei7wJk׽zNW=+Hna/qتV7B!:$$+3d*؅R^aޮM}dî5+P_wIQo"R_]9{QFBk Zۭ3hX2Vj,%anTV9y:m*["C섊>Q鞨ݲf$GӠ<>oSMr&G<h%7O=87 $痴ߤ< ,κ{YU̫[<_Wn4x(>]ߛ$t9prUq"haVV-LʲGpVL5"q q\"G]ʠ+#9 R,6~4d'#1IY(QHJwyCFժG@|)i{.cx$4An{J>;EcۗѣzҴcKw_9>j"+tRQ?Acz̯j_xqvbL\ ;L,I>{;>6J19hۻ%?`  T޸>A&ſa5xGH̰ hɭXË\<ҲDfL%L}>e\#[D #n9Q!*2ݕ0LϏ-I/Nɑb^*]%x:o@9։g[֓ڤ7ʅ}(ڑ7H_J9S^ 1$Wc(V1SaMި)WV+[*%ݸ l6 ]} 3oѶ<>g-~Ͷ>2)K~$Eq_kb$>ʧqzqTtHöyx5Z4/}1ɡGqíuɃklk4LQηTJ,7j|^K[YT!_ ĻEkB d\{5{5"-Xc .Smk< IV{*PZ誫BxISS΃YPl-*4,*E쁑סb/|y543Q_7ג?Hm̨1"G1oQ^_U*3jǩ^˧Z& oC4$sKu82y/*i?K q= .Nyl54 |\,{rz ,>[্CBN>E^'U*;u̡K ; %߸JW ~`}ʈE@6s F&w|~t+SMk@N)[YcE/rcg2[;"x$,V<D-$NEp ?Fo^MM!Y"Y.Hpô]!(umZz;brq>~E ^G!~lWjHF|P_0P8B4'КͤhV'cl?á?MJtj9>'lXȟ:XxF}QcF14f# y"y嗇zA'\Xy/LaWӀ!?#*$b۳} [BݳK9WlK+1[ bQu+'dP~i K]ٻ 6"'ꭋk oS@(˽ NHQ1 hcˬGJ/tg]\[+M2)+iȋAߟr˾,٣tZ`,ϙ ѬJ Wb5'*o 1Zd?eja/yYiǯߪdģc 8Hj%~t d14`=^nzyyo1GA]|[3;&ձ[$L4kUD\e#$vcIqJe~`8KDu[rȵ +n# !n]8f:jE!'G`Nѹ:L͹b$e~ET\(q` G9K_*l=?($`#_XqQƽ<&t2Cr,$r.D@6yhOp&03>.߅6"-T:I'ZV#/@ݸ ո:1 A`b߻l_IO%V ?zy:%3+|h O7.0 nb>ą07eU\"`L PPꂤ:<[KdsruAۦJr! _>sJi- 2_zhE)x@l]ǼxlٷéK~y+.ɷ$ژ2i7gh2%fuy%/O-Vx!J<i1J/g9 i}L|sp"dUdNM~3 i:8[SD oʬ"*u3 !Qވy璍:g@(ktog'=ޑ?ꙶ4=t/za^B&Nl9m0ir&|֏=JM)lGB rv^[Ry nI6m4 -3xr׋*evGv"1~;2B B$]Bą S<}Nq@jEPk%12i B7sGK5ZDjaeתּTjoE:eym`P|D3Gr HŠ{$0{rG\]KuA Ĵv`Jigo<.}S܀:TYL~oQ>/E [BUgExC]f8+ p|s!k=Z~+Vw9YdCq^ph&tGzF6JKW MM.FɦW%,]_lbdjg 2xK>U&C@'>`Ef?}VGC( ?_?ro4tו%![1ќճu"JԐky4.j*I|BwzFOL#Y_cd mwy=vz @X$;z ƍϟ6"RQ)ul@ bp@ZXmafw4Ыv(g D$.s' LByCI?Qv(AIINEZ 1dm; (tlQyf(qtrЗoɃZY-Kº(6z7I%K`+y ߵ&L 9k2z9[l r/2rsE[EQӟmx,dlx#ѣrNb Nij3bMtQ=;$PuJhtZ. hu.t N} x`"͔(UX~ЦdodD VҤ=oȄƭ#hi` RH:8`Hc|?[j1DF~.JxS`06Ҏ DK)ZBm?յ+n֍~S]'"Rd iY0gэQvK"6kkgSa:2k㼼Wl Kge%E#>T |V~0kC6:J5~V]7c ̛Nx҂~?jN.dj (%%.dG$HC&{.Nto5J:PY[*?LLMWK!J6\S㹌'(mC4me\sJ2]8:  `W#e,C#i SxX{!{ nuVb]n9e{w~!,a*}q}#묺f57J&!!2{VlfZ ?( ceaiOfJs>J*z[^66bګkWM*&3䈤u03EDqrF$G(޵~2i N3_N[5G}_"cN= ¹@kETBVVj?K W}aְ3goS2=+O&Q mM m ].XX`& -2zs#t]P΢×joB0|)5Ch2Ţ$.i$་S=}'R>,=#F/sq9G0s0ڛ5[iW&nΘuၒ3χ9?| " tKm+b/t7%9G5G\; $>ԧf32^K=0Au!0hQgEݧ?&e., E@܈N R~"'f2?? yLx$k7jZ̬_qEvTN"uQ=MBwmݕ7"MfŸ/i"X첀N:AP6ϝ_eLpdnffgO""\jC:Ff [MM5'!@]) tDլMir#.hɚi7TZ8Q_G :8;j{ Y)Ensh S5A< rW}3Z8xHc+AMЦL#H˨)tY`]JbFIɉ:[qٯWٕ;Q C{cwTц ׎%o%X^ -{6n0/(lj(^u&̹k 8ǛUһ)< ]Tl3.\TI;q2/!dx q-)(.tIr|t^uHpjeo 1х}2QWɹF ޝ+?YHY6!ZeLU¸ΐ:Q+zh:ouq wrǜya!C8vXnQ˷6*%grwVoWZS6Pn߁Z6aJUmGJ ]LSIlXq0PR튤ݫh͕,^Mz8hd_m(}8[K3{u^xP4Fpͨh%OF3CwS>Zf.St 1eHK4p,.N$ Fg,Yk!uJl؞NAt:yUg&M~$YRT̼Xe5+(+/gK kST?$-}bL$(}aQZyksnTq8v]>m7?яw uLA8tp3[O 5aEPo#Y<K$NzPPODڎfeH͠WPt@'D-U5dak7jiўdk;2fKc$GAl!Pi$ MLM3n.|.є* X} \,X |'Z< S1_"o>_LXdwT 5KEV$=SF5xwG`#Ιֹ: idBߒi\ێΩCbUÔ[p <v ;u1 ̝pB[raMOvD=tɘRQ>ʣ{8EXF H3R,tCl(8Cm\K*}%vr-JvJ=<1wSboT˖>;ufxIh @@ɨ M/ۨsι9h'Zꅞlo;~_}9<%} 7BUqp @lG1yFFh3Exv/Y?P Z,})yQ47M0H%_ߪwa~$s$lxd^~g'pMnW"dF|?buMQ1W*L8} %|ْM`e *X('&|z-hmK'zporsY2ZhqWk)Bm%&ƶ -c/e2GŭB#J0\͞۳mL(TXc [)Ű-7p7X?q:cF$M챞~.2-$ȘI>;@Ïl(C {9べ Fk %=& Vydgntl7=pͧ=9 PCmzt>}l=ZKV[b7EDt ʴ7Mgʠ39B~GҘ5P#OYAp? =0Òǯ.SLp:o=}PJ8år G^haǏ _xS(KTxyr{x3lZR;Aﯻ@sJ0=]\?&`14Ng}.q>5N™b>s!tR6er~r~yx7߫5&S)l*5S#J{8ן&ɩ"g_E&sJ{w<0Zp>^yԏ*@xZcUl,gwֲ]X\Ϲȝ$î89:8~罎V4_Np6uCOq0WT)M}F84²yHTW EPٱuNh'`tA'Jh-pk7xl]XaX 4P=_C$NȫdI]Q2&oAochf}cTV"4xr+G-Cw[bl$Sct/y'8LÂZq@OTmQ׼nɈC h(r:Kà%ES>5$`0!ڪ!0b4qV|XNL}e1bXYf]@UHLz;oȡ>gZ쿪9\46h%DOH7Cj|+G2iܮҎ%@ӐV Wr )?wr^:P 5<dZUDu(!߽$Ю?Od4*Т"nAGԢE~y $.@ ;&J,ӯY؃ŠzT xX1fXJJ'1EE3Nfu?{_`v#WI2<UBKgT,1oQ+sE05yD0ÆCešTʫ#~,۱gbYhat xM~=>=)fE蕄C}.%$ %]a"u;6ƈqq:XcLg:! \CWa0I:(*A%PIқeUh ;:oH(*–^&vt`3#~8 C*F@@c숱$E.s ͋D5e:ARǺf7^73stfd-}Vz!mILQj51X!"wμ`jNJ84P?tÚ/츮ʗF؞ri'pv!=y!x[~ŹkT셜_7P!?pm#P24vJƤ6M衅'{kvִ dX*@=?/{2aWM{}HKb ҍ{P6l~LB@̽~3uZ p AtnBYo mlִ}R *=V!x؃z?n.f/?|e?%^KSZ 4GPl|ps$nhR,"xWOKl0p+uFAOφ9v,`m6ee$#݇YPIt['Sc0+j=>e[ewGFpAIo@h.bN+'Ũ(`s t~VUQS+Vz5uԃ -R-žO|WMb8՞Q|,?iyᒃ"X0=]Exo|ȤdE;a8^ڡgc] H@_scAo"nߡX${7dH?ނRȆkyx} -a7 Wk@'kh7EZݒ`+kq1{W*Eؕ?b[E˙;B]]\dC\͍3[whG/fњ2 #'.IᤄOw[gQJ r_Ep>Qcm8Np`#ʒFb8N4>IWG~OƇ쯤N(`Sx`an"iX:jpL`oȗJц>l"2\^^to_ pDϬBZ( @?#|+%&< o4;fOiDsc1 3B,k\Uc%ja|!:C ;FpK/f#HT^Wd6. VLJC!VB )DsۗmYQ 8'YR!Vu> e~v0-RK- uNsw;4IZxkPaܛXÊZwMQGwUWUnOq0|;v6.e 9:H93uoGzI.k)\? ٚ:QAޓ.=Bj1\ LC+KV(xH*BJLwM;/D::C*? -HSᮭ 'wUX7kCuUN ֤I$9O>X2yY HcY $EB_].m79{9v1(3*~P=eyDH~=SsBu$]Ǔ7ʥk [@آNETsATV\_FIxpWJ>Ck;5?O>#xTQ8Rj69h{ *Xzw%9pňbkuh;.kE)R>^Mݠz]OSͲ?~#qĥHJ.Y" B;٨|^4uF˾w~s牦[%Kk(6n B`[P}cO"7m 5>N&;(Z27¸oW z e$TFf53j;èa-KAW;DQ~SK_*GXB}?9oIWE`)ƃ=;kԗR㷆/p&J!@ {IRN{AiB~>A#T@XHt.@}5<^wq=U(s-9X*Vƽ0qn 40<9#,i{\f0m4z[su惘ʧds\ :Wj{ bd[g=//%{CT,r`:6W{AQq mr`bw#H.RR)M NoHm!B$ϱ8Cg3JieDs(ąO(Y-ihH)sIpH6k_}W[ŎXsJ뀡0m׵ I[MNg?o6ZZ<;EhoE '|؀8mT%a]Pzm5/BBh~enU/e?%UY"xv[<*26lM7Y4gB d” t|Id$umāޥ헼Hm3 A_c׻^r'h"xɡѣ8Rlܤh(dzJi#hjT<{ɆKpbX0%N?dtX'n Weoy y-mmkG2%ye])'jDAvsZ؊tn?Fkm)bCqFSfsCIЬ#ҧp|@B `# I@NCB#Do=xBy)+2`Xqȅr4!\.|]C*Q!)Pֵ)2]6_-_,>GMx>DMǸs)7cfo:Vr,8o$g-`}/d+)=[֊ئsį+fTS%j#ld5 ue+x(c\C mWY'9Uq_N֯Z+I/}H!ayX^k+]"c=&*3_/]%.@r޳e^IIV RNtYn STxl!B}(dES` 2{5,lxӱJnsxkYWיڥ$~W6CC.0D2-nCZ ZIS$% n+nDxAi^emDݤHE'aO̗8>L.q ?)@m.b3|U3Iu `PfWV}*}\ľFDmࣾ4q:̢7)Z<=vVPszDqx2 /^b/zHZS+1YxzrF"x YZ