perl-File-Path-2.150000-lp151.2.1 >  A [Nk/=„')Yu4\\^0$a pCe)$@QmpMz>j;ЃYaP}jϨ}:)IG*Dի"p972;z9D|NTvS(J .HD_XEsp߾0a R4^]F\ez]$ߡJaŽSi2횋DW/tifB:.*%Z[Q&75ya;#f_aXB~&㘛XI?knm$ɗ:6VnLk:Ze \hUs_r ~XpHnw:? zSWPۃtch " w;U9աoʒ?F ONa(eOmN}D.hRP>p>p?`d $ E 3Nu{     'JtW(t8|9: FXGlHIXY\]^Pbcdefl uv8wxyz\Cperl-File-Path2.150000lp151.2.1Create or remove directory treesThis module provides a convenient way to create directories of arbitrary depth and to delete an entire directory subtree from the filesystem.[Nalamb52xopenSUSE Leap 15.1openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/File-Path/linuxnoarch)%A$AA큤$[N_Y}D[N_[NaY}EGY}D[N_030623e97c66af6110380d50b3bda050713e3eaea58a4b39ee6641a4b6920ed6a58346eb873090c1ded8eb7a31e8bda156734ce1f541a42f925e5e3453852a4a97668dc1ee28b02e0cfe024a6631c00344dbb0531a4e4dd38bacec6df6dc4e9a37b3a583faef0157b099e1e91da4a898672406f943f061e770331aa1df544994rootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-File-Path-2.150000-lp151.2.1.src.rpmperl(File::Path)perl(File::Path)perl-File-Path    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.1YYJ_Y1S@VU|@U@R@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comlars@linux-schulserver.de- updated to 2.15 see /usr/share/doc/packages/perl-File-Path/Changes 2.15 2017-07-29 - Correct documentation error re possible arguments for rmtree().- updated to 2.14 see /usr/share/doc/packages/perl-File-Path/Changes 2.14 2017-06-07 - When creating subdirectories for testing underneath File::Spec::Functions::tmpdir(), use randomly generated strings. - No change in functionality from 2.13.- updated to 2.13 see /usr/share/doc/packages/perl-File-Path/Changes 2.13 2017-05-31 - Document security vulnerability reported as CVE-2017-6512. 2.12_008 2017-05-07 - Patch from John Lightsey. 2.12_007 2017-04-22 - Skip tests where filesystem doesn't support permissions (RT 121248). - Add AppVeyor configuration; thanks to Charlie Gonzalez and Hayo Baan. 2.12_006 2017-04-21 - Modernize README, Makefile.PL, updating of version number and release date in documentation. 2.12_005 2017-04-21 - Recommend use of 'safe => 1' in remove_tree() and rmtree(). - Warn if mkpath() or make_path() is passed implausible options on Windows. - Corrections to errors in previous release. 2.12_004 2017-04-18 - Certain functions used in tests are not available on Windows; skip them. - Move certain functions used in testing to t/FilePathTest.pm. 2.12_003 2017-04-07 - Add tests to improve coverage ratios as measured by Devel::Cover - No functional changes. 2.12_002 2017-03-12 - GH#41 RT 117019 Fixed File::Path::remove_tree option hash is auto populated and cannot be reused - GH#40 Unskip in path root t - GH#39 Remove superfluous assignment to $arg{perm} - GH#38 Minor grammatical doc fixes. - GH#37 Minor grammatical doc fixes. 2.12_001 2016-09-18 - RT 94209 document that the thread safety issue will not change and communicate alternative. - RT 85878 be more generous with error check regex given we could be dealing with a pre-1.25 Carp. - GH #33 Be more precise in documentation example for make_path error checking. - GH #34 Skip Windows 2000 and earlier unit tests (test change). - GH #36 Do not hardcode ENOENT (test change).- updated to 2.12 see /usr/share/doc/packages/perl-File-Path/Changes 2.12 2015-10-09 - RT 105935 Change ERROR HANDLING doc section to be very clear about the error handling mechanism for root nodes. - RT 105935 Change ERROR HANDLING doc section to remove the EXPERIMENTAL note; the error handling mechanism has been in place for several versions. 2.11_004 2015-10-01 - RT 105935 Revert change made in 2.10_001 to carp on failure to find root directory when performing an rmtree. 2.11_003 2015-08-03 - Fix root tests to properly call prereq() -- failed primarily on Windows since getpwent/getgrent not implemented on Windows. 2.11_002 2015-07-25 - Fix windows refactored tests - missing import and since it's out of Path.t the path creation creates 2 directories (t/Path_win32.t) - Fix root only tests. getpwent/getgrent was called twice, causing skip_all to trigger and giving impression all tests pass. 2.11_001 2015-07-24 - RT 105527 FIX: Move eg/ and author tests from t/Path.t to xt/ - RT 105935 FIX: Clarify error behavior for rmtree errors on root directory (not fixed but documented). Clarify in documentation the how alike rmtree is to 'rm -r'. - RT 105977 FIX: Fix INSTALLDIRS for Perl 5.6 - RT 105986 FIX: Refactor unit tests to better care for test counts - RT 106039 FIX: Wrong version in Pod - RT 106043 FIX: Suboptimal error message - RT 106045 FIX: _run_for_warning does not consume multiple messages - RT 106047 FIX: _run_for_verbose cause fail test on 5.6.2 - Removed optional File::Output usage and run those tests for everyone.- extend version- updated to 2.11 see /usr/share/doc/packages/perl-File-Path/Changes 2.11 2015-07-17 - Change argument check error from croak to carp since there are some dependent modules using non-standard options. The error check will move back to croak when dependent modules have the opportunity to correct the argument. 2.10_005 2015-07-17 - Better argument checking and reporting of failure for unrecognized options. - RT 71562 Document automount race condition limitation and workaround - RT 99230 Document multithreaded application limitation and that the limitation may be removed in a future release. 2.10_004 2015-07-10 - Remove use of English.pm since it breaks many older Perls - Fix a unit test skip count for users who have not installed Test::Output 2.10_003 2015-07-08 - Administrative changes to MANIFEST and MANIFEST.SKIP - Style changes to Path.pm for easier reading of code - Removal of pod.t - Use English.pm to make variables like $! more fluent for code readers 2.10_002 2015-06-26 - RT 42139. Add better SKIP test emit for VMS. - RT 85360. Fix typos and better .gitignore and MANIFEST.SKIP settings. - RT 51588. Added patch elements but unable to verify on VMS. 2.10_001 2015-06-24 - RT 39949. Report errors on lstat failure. - RT 53178. Deprecate UNIVERSAL::isa usage - RT 70657. Test added. - RT 70938. Documentation fix for Windows native relative usage - RT 72256. Option added for setting permission (chmod) - RT 73840. Fix taint/untaint bug. - RT 95150. Add CPAN metadata for source tree location. - RT 103512. Documentation language fix.- initial package 2.09lamb52 15283851212.152.1500002.150000-lp151.2.1FilePath.pmx86_64-linux-thread-multiperl-File-PathChangesREADMEFile::Path.3pmc.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/File//usr/share/doc/packages//usr/share/doc/packages/perl-File-Path//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:Leap:15.1/standard/4b7185649e8ec29a16ed15b4436cb47d-perl-File-Pathcpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P?~?OdlKutf-8cefde6fc94458c73e0453cef909543dfbb2fbdd181913b2cdfb0813a1fcc16dd? 7zXZ !t/Ogv] crt:bLL zsC K%ؒ{pi0QnEOOuCo@ƿGE$IJP-4uUu>80nan*x6F>\u葆譈X $Ȳ}fh]+VP3=2'Gݤr  |1"2_~y"c|M&ܵH@+Z Z:hY 0\r3K+ 9ygml9q4QhCZ1RS J\&[YDd:F`&p:qmK2I{ׄpEmJgĵM[L,Ӄg@ЂƑA.~jK5}y„GGHܶ[ 5m1 z7,"y 8ҟW-d\-g]t!kEhjf+m` Ґ@5k,bQoæнI졮t~#qSh᐀`6S2mqmO<=2,ll U5[.Y^MF2V]`ar5GcnPըK2~GSj9:{k[4hwrHuϯ9bxT< wT?SŦ?t[%1 zjm>( \m&܃ zi/Dg{پܥ+md*\) rGU;oPq`bdyN9o:iO b}u\ Z+Ma[]g!PM(i`J?FiߤZZFs,#2J$`X^sH<>ndtԬfg?HK)56~M贵J&n)xsvf ,˺+g r}A?P! I9E^ݮ#J3a#Ic`馾ݐd}˯i)>k3 ]ߚ'<k/2(`Y\̪pChAIދi`_C8M$<FCh[ȕ]s"HO7ֶx)Įa,):TRX >jt{MЃ˦:W81/ LOk@1hPyS}r Qec.+3:->Z 'A&V$=@+.-nvٛpݏ_HWAuI4H(24ahr(>ӉҸp3+Aw;pHnnaK*~@vUe`7< QFRVF9IVUr5v$K9yΥPܵ8ӠjH7^,uDⓑKsJ ^؟yW:[6dж,{AgBxTkxQP0Ϝx%Iꔽ}N|G(4 Q"K-p}}~S.i@~-OK-|Hq;7>z+A1 l‘:U-Lv׃AMbאGTC]2^I+QXc. = gr4[ODKd+Jn ѦjHjh8!u/e͈ū1<3gcLq>uIUjī+3m9WꭔZNO 7΋2K&!Bv Lu"C!t+O,`r;nÊȊ6(0EV1d:%XyBdPq/PH%jBô_g'n㪓&ž\#( ߑʣ[$\~$ 3ho]R\^O)KyS+5f:T{Y^\㸣8?&lM᜖m65;P$Rh[~ g=]l0=wƏ(#qE -iRmn9dHހS yaar~fbLeF W~iXư^7\[m5ycRuh;XEq 2S 2DW&[\~_V81P,'cӰo mIa iRH<;`{,_oF*8*Jh(w㿖4%+)GhE-.kly v' T eTXH]dcZ~gr6Kߒ(~T|2V2悔U\V|6ljD8 /p U1]@Qٮڟ/*Sz'e|yݰ^KEYwA9 5AyH61@WvzSfݿC$Ouxc2*J~QIn=v༓szu'fSH4Ŀ`O+C\}Bfg-݅G.x{8&lC^y ;t.}g9짞lCma2bw?ˉՕE}!9B544m&3i"e ~8k[Aq@YMHg|6\rayx\NjfzC^{@ak,)ǼNr2q'͒:ؖZiZ'\F'.dC+=MkdxUn9ɥ;!8r__8'J Ϫ| 1#]ʉf{mnp>68SeYLR0[b@]Ёxj  Ȕ8Mp/ze3$d,jה@¡q/z20 Jq!86Qmoq_!a)RJ/~P pd( Z49C*|8&z7fiEA-*Y'n&h&UJPaHKv)7Reڟۯl&znPVofŗ<%J0XT ]؅p*&=֡e l %iV26ֆ,B3Z,Q5->)7Rpv'ԫ`~<ͭp)Ր j9R1,՝ݯqPDrdsyƙD†,L;O%#CEZ!qw|!5 L͚n+U~Y&gShU,46D ՏX|(Wi>\D`V~c5?@R#4<,&*|Ϙ )Ku;+8j#nf.'@7!2gBNGGwQRĢL\`*"e84 Po sijwLO/OWt0[tQz Ac }@ҎT6!2daVZ 8BW7N 6ZTA6\,Bb{Kbfzԏ v0ӧal~\f[+0,}.̍:I:H6i[,2׽JTD%yqB>+I+$j;``2OPeUz$~x0%@]I[ >aA;O;˦fK ˬQfN|^ ( ]̹B_cdKϬjJt\;fbvQnuz뎓 ]h(J4Z?q کK.v(? ڋNW~,{x x/L(6`!)ſĬvG·x#&y>|:ښ4+Ia9FOfܾP4mV~ӢvP1r햧SzB֌2#B v$w1Jmgy[%Ȑ,əA3/ETp?t5k  5}]R>ywԥu9n80l%HXIp,p \*',exz(yR$VHPkSq&OG O¦I'HCk IL k+e@?"|ՏբZ˕T4א:(nq7"Wr:DV~H9\-l`.\GIò &&![qal絈baR>J/"xӁfW`YE:={ {? zO8X\b1:a)W TӿX_12=gzpc,,ҭ8b!-. OQՕWXV?atUhWO+*wk<:t58 P=gM*Pv%KCa̹h7XH_ƴ?0k}Qp^9vnWv#Gn#sD{7Hw4s>3mZE<0h|WF z `'V7RުYÁ+w,1wfyvQWHb%,11-uz,3 uBjK)l&UI''^v,Nw\yZRUBƺ &߶/4gR]XsC.FDI= LĞk6״7mX ܏_;2-RH*;lW1[ A-,@YkuTF<7H{RzeVv0׵s1=ZM($TWB : !i; L+U#-r~ޡn-PQSdR8sXM}|HGB̝C-wz?}Ts'Tk #~`@茷XL& fwhO"yt`/H{`?3' ҃}sTA Hn4;BsA7"U.KJKyĭǽ[uFE0=8?lg_@blChS⪷_j9핆uV:Q &-Aȴ0%iWq/v};ˈBJXŭ~-b0vxKKjv;j U!q iTPWu=t 9zyԁocTؠInWW/='-JbjR p=tSmv.tR3:s @eC͠(*# X7' `m6xÄu7@$"ֺ|f(ifv+S򜁡!{j`6LoV`v?&X&&s=]/7:;?n rh!^A06ղq Biu$aP}>(T9Pe~Hc'E9LۀNK^^Yȳr;"&BhE|XBGѫ<+NWvSʝTCm JAn\q@dJ~yTpWy0y"YG4;)94yD=`I %P@ 9s8YѼg>{iv H&C@U ƎB}G.>X+H|&\pfD\B2_\4*nTyNVg֔RcD!mo)6+Vd~q6 Aç_%'YKJ= I*g@#nI51 jv`=,wbRA !)%/?UԾKa9vFްhAE`aBWFpXKAB*ޛ:OBS>@61fl3&EI ӗG,ȑ;WtmH~tG3') N.|x-SNLtl࣬ʘ-ddݭjx=\)b5Kw% xT]!3[IC[)#]BD;(|bLJ^wH )*gfrF`pt[Ma$sLj1nIZǬ!qwOk-:.ٛE:Qu>~1T_,M򪱛^nfGj2m+G҅` V(DB4Á ō%}\ h)F[[ T⊡z/0 x+aRӀqC ||b!t wLog"z%X1(+ܱ֩ւzvJ"BO֛Jb/&TR~_jOFj}N#{Jq}lZ+PɫPo1s}5uqezwXUUTP--X8QlOlxhĽwRtޅMn7VD6^bӔ~g߅b$_{%\ em*]['X`\TJo)%h䅵[=Zc墨6EP|fafQ)=w6%g6_MG#`IY_ 5La4-![#HQPR%a@cO}m:L5p胫k9Gk BKiS>bq ?ifqBtO{ TSȵނʕsW2e\kw:˔+_gLQ O`TGbi7l; ׀h}+9:x|n(cTƘb Y0kKG70SK9҄ 9zt[\U&L?}-Oz0̟ҙJ!ʿh$M=4mP>Ҽ +V pA*(3r:=i34xPt Q"8$ȱLIA"* !0ny+ˏiT\}>i I,M7)r44Gop* 9^R΋7#PC+a_1? 10޴1p!J6L'Ԑ_EJ>o$5 ۨBF'g7sQW}VCCp‹DȲ߲dVJq/ #&3Hqk 0 ӝc\ks[yS}y}Lꕹ? dVJS(c`DeUbox&aVC ڿt.VLۖ)0C7ƚ+%\&s#e{By(>]:璖L ̅]<{FB]aO (޿41f7C%HA:r MK_?*DdUĉ?ie7~A;!AK`ia1ON:w++I?6xΈ [ rXY=)l=>Ki^(rp`'0;SWFT۠9b[z6jx)iS%ۜmzn8+ȨOk߁hq&JYLCt{)n`d%O¨Fh@a˘j:LSYC,s|^ ``]ևj9w7e2[XY*n()!#L#>S@gPH8:!)Xd(.Ɨ8qU%5bmܹ5Bi˓VdM*cZVJkuT,c\ 'loZG ;g\ \aï8Su!_iE釪#K:|L<`A Y/3F#NNv$ԤEQ%%J4RU]=@PN R#鿻*֚'2[Lc&7DWv7FC_P=Q>^=J\BCv.iɃc,4Gg$鍆2 3ԘKӀKʜZ h=DOlY j3mZ=FYݨhC'Wn%X~hى 7e&G,0e!ah~%0q}*Ϸ[jX rOQ;Zow(5`F hCobw=aDEQk&Ha9AjW322?dw2 MiNE Kㅢ!!Wo wo5SV zxY&eJ]glu?YUݪgRLpAܽ㎴'eXX7;HX,׻1 Q!|[kD8.' N.\FOQu-792%xbR&P(Lo0D2]7Wu M o<)­ 'dW_!.+fѬT]99T٥!^ Ξw>8qaK{l`&+Bc'YG +/ u)>{R*ryEUCcl$k{֟N n2zN5$Q 8lr0aj-x'/L[mc՚@0zQcG˝lhػ#/zp/:5dE~hz[sm^7`jGpEƹ N3y!fIwV uXTsUK^vmRJfCm4Xvfҷ~!YV^#Hݺɳ75#C҄>e[S6tPm#/ۋ# Qqeljuml` `N'$0@ypL㋱VBxǨL!UC,ytK1Тo";Rt=A=a.ANKn 7,aN㻉ˆ3kU_ ?ɚ-RMKdk!fazIۍ>3TtwAt䳣WYDV,p fg8*!!UBacyQODRjeVS篛!")I_+1Zuڨ;^B.fWq.᧌x)Pi_M5`0\~?lS%;_~9C3{^iTo'| zf#v3:?(prta#̪N= 8mF&C0pTOg0F8ᮬU)ģ^Y IpLobݗcWڼ3]O(_?1vygdeYP=D(l HN>kuײu*犈aӨ” Ҵ47O gP-"@~?qrl A樑4',r7lihicu&C,ءjGSOnA :%9l^Mh̨2YQq \`{5.vbF?rMg 1Ӫ\Ďl0Yrc}sa ѪN?bOs__aѼ3VBᄤ\]_A؁Ȥ\L/+7񋣳S&venB@2D)Wk6Y6NbnR@?_-R0f5m[D @>4 *w||bpp@ԅ)ټlvKVN| Sd' Qd~)|*~cm\Y6P ;L^c*I3oN>)Qh籱%=hrʵJ(.\"&|Ext+w?:>{-bZ=V`~0$Ux총3f>p> i:m*)N-AxS=%r+ojY (b,`tHl B,Uv p-W| W/%xƏX'}}[0=dɅ$Pf`!~)S4nCv̨fPCkj`[TE\=LƙO;=[|XL% dCBh"pj(Î$&XGI-s-IOUpb[@ kKtE8u5۬c|VU$ʿ;1t5لCS^ "_L^X$f-Wë.?N@𥢬9h fJG5&.dANf~iDP{şHPӕS!hg7O̬N|^v4HLq$|uS6-uP)k?*VHC\, *:Bn~kz;|eҌWAajcL1'uɪt=eH9ƣ sb"7/^EQ|7>];Qe5%`4B !5-Pe3_Nȃ6mB7++MکTUBEMY|k{~ERi,%|}e&mdJlٱNV@ 8q<=ImihgM1Rs_D+uېMAG;`UK ׁϵ3R%{1D{:J~ _wt>`kArqvߺ=2JT2N WO[EDQMdZߑG'ѽA3r`6̃1`32y몰芈PLa4N* ?2K``Oh﹑gnnM r(lBJfK i]>QIz5:P;bejZD؃Z*B+uJέGxO#mBUL9I>2I,(b#湻E`)8K\FA]:Q+Rw%%w5.On^';lû'B q k/.36L/;x ֻ͘y$?=Gtfh5$m\ZE!#9钧_ܫ*uӥ 7ǝ%O鷵U4cHi"]z,%ϵ(=s| 5FQF/•MNHHo a43M+CsG)'hhv.;%){SB2!wIc!4nF ]$1/a-;K1~xW5=%JfZ%\|;U@ز'/'*>;Es(#)\ F4M؈n|(*Nr!y &Qu-4B4GșJI9E El+?&j6{4 @zlc9J*# S[D{m昇e\Eb`R܏%Rظ0SH jW/ZD Mo7ۯLaP YI)EPe-9 @T".&.(bi0S/5jګC#%sAg8>4.]wrsέ[}@1sޅΆhNDŽ#=e:O2>֥E妔P|L':ơ!" ;L $`>^bտ?V PHwK%K?FԓS~="C'"=]XxWQ|x8I6B6ż5i*@z55XoIun2qUIaz/i0uriSK},;в&6E`zŀif]ꉓUeu8Ԇb!i\zwDXu _u)Ovv[6JaG DqrCtR.+1%3MʎRhNkxhexR!">6f|l.8o}Mmq_/k8є,gcөGK8_=,1N(̋5 Mq;:t=0r'L6t:;ţ_s[M[pR,[ dnZgkpuʳ@P~OoFVy6hXjO:4vDwm{ܰ 'SI`3mT#:>"E9!.+0*JXC[6<AUsv(T(Ċ9e"PEmX"uF^姚[ӮsZ.4uGXP52̤ ~bLѯPcQCj>ҏq-K"=2QLb#|Jrz Mh߫?Z6"ӥ( JLL=b_=,|^{zu+A [5 g?ThLkpoy W])\nP?dn`c$M.4a׋?Mi.Zu^~،.\C4ʩ D_wO þ̿0@ ӬFE/C˨Y dZC=$èu#")0Y! [O?HEVV+.*|tpޮw7w9)_O.OEJf삲?PHﱣnte,<2k*N̏vI?Y\L3}"%y Ly5TCbn/<*[-`&ԴL"8i?"$hW2s YdCfisСM&iܸh>l6Lv`%i FˆZ

ߧzHH^} {\ªV/`!5"gbR8DXT#69 JH^noCMf"5*G%\#üi%dCFݨXJWKn\0kxPXA\]k4]oub{,&7Č%}5lDf+pC4O(HY8RiEPo0ωpNWvGA1,֤`Ѻ?dD={b .}(m`Qԑ. ^}ܑaa.Jrscދ[ ƴgY,LVn^JbM9_ƹ=݉-f(?`=F%e ńlA&[]90#Լ:z4Iۻ]bPg0ϓ"b*2hC'LȌЄ_+cu ?מX4,x'(ײi ,@T}'Tlu7Ğy@zt 0gyhO z|SFZ$1^c(Pc]ݏ^ Ǥ< w*mN\\DϷlj:jS6[,KFjw&p&cX~p'`dTQui?PKB|ZWdH /)l[.#*ps߇*G2&B(e=iJZw4cҦ.c=(|>|}6se{ X V ^M0D\7}_s= vFYd]86MpVą[S;ƅ;y7 q%VQB]"2`ak`|ЃpC*S[$`DӢV>hvIʙ{QHNRBf Hs_t9l]׬Iʚ?'Ltd'wa>.l[#cH LS?C0% ]Mi@*hP9I[&q&>qIK ʓp"!} y^ܽtZI(mFJn1AinA!aÇeÔVzƀMvl^ .7|Dm2 O>K` _6N)ѳ3zqg%)]ކx$kS V0En27Y8?e܉l;&u@zy<14Mb'wMD^d.ŜP)m+ 6>̘}J(h `ڼ9FX_ ⦿^1͞|ڂ؜-!񲹷\UTES&K 0q\8}JM?Rb2@b ZrPt^94N"%KtBkvpؚ责Gy6G &0h|NdX&3ܔԗ2H薭`IC&V}L4@4E1Bs{iSn6Qz{G;3@qĞׯqtZS_ FBwM}# vmn-S4_^~ذ4>4IBm++5={Lj`?Mfp[YvmJIs#nӵaٟ3>¾&؀L~mߩ \$)Vdh`d{I-䗞8|KhƺHN}7gaʹ cwQsa+! #]!<1lN8LSwCb|Td{$WSr\tMpGm%3fH@y ]](c̞uJxr* ~բ"j?7 勴&X ɮ: Ů22>€Xwa&XBPDL%U~ݬ,$nh0:x~R- v좈޼v0mʁG LeFB :K O1ZQ,wXjVE*GIwN坰ழ* ]Nʼnqa4!Z Vsz=ȋbWO47@$DVho:9 _Pd0xt;| S@L|9E(DfhϴFV9Ӑ-tbmGs 5$S )lH OJ焝HC-vԳ {Vd5؂WcY缾5ݩ=iٿ;}ǜj +ʖ"d~y.lb3ʆhTIEtJ0lY`2w奍qى]upK\PyIVpq=@"k_E$iE"LnG6WN 0uTumMU0:@_Sq(yREVw%dk#s nKHU5k9CEYΛHj.z\syρ5 H(,A cwXO7] YmI-?4 Yo( 5|l= n{N-Bh_>eHjb6 Ci=*j#a'Z^Z\aw=Q.ڢwrv`:1AWO&.(Dz~J".NmPF\y ݇;xóD闲*ag fWDH/Tf_*P!~|ve%#Y`[ɝE~q%X!UoJ.ژ߮SS{{9CPXŋ)oȸm:$Mt)8`'m7{P_uRP;r;3Blut\1Tʳu +Zƕ#\,*qB'T !ݴ.a(:nܽ?Y)R\CBqaE\A!yf6 99s"귻¸fc B@ZNmv<@߃ą"tC¥Ƥ#|8H QVac$ʣ97,gFD&_d 7͆JH:eiG!g&ʵ Ykɸ`iU]!{jق t~kEclͨ~eFt#3'^ow$VXh7a bbc?6hDΔU,QD6m*?]H;{,%nYq$#]֫#xƏkl&1QZy(IQ1-1j!OG35Vu蔔; AE(f2a=+AtV0ZJ{8Upݝ3-Sd@K},*~8Y'6 oG,_qJ$Ь 5A#3h,sѶbs?p m`}+@#B啴gDos,ƠBzfیLJ0█V'۞>Ո0eeF4k>#x%UJ0{93?r =W$6I*<Ң콥KPAF]l`b7o6ãy:sBTqD˗cĴ6KD/UZlbgtɸ]ys,J|;9r@Ke*{w4T"X̩x9eCD=Y@Q8t`"p jcm=#m2ʳzX>Lmy#e[ K^LV7&u;/2#tI`t,M d`/EKS&sm\ |оc=DM^Gm天u+jnyE~s_>7/O9tBBn 1c;x"g],+JLWͩ1AbH,<˖bi̫fOTQ~|m6BByo O2J~tӹerڼҔaMIt<׋>ӝԉ++f0.S,a{v 2sc[%# Ҟ7ݺp=tpF`ڪ[iN '@s!k'3-UI؏ 7˫ɊGчg't?D'J[JU cO!z҇)-́.8_L]av 7OTY},(Cz>:qV+Zi-AގYJ-)A/x4Ha$?3ipS Ө h3~xQ4&D:]yy͂gcgvJX#sx;l/ Tbw1| Xi yDw1p2z4SuzоƽZuYʘ/N S(Ƕļ)&!R><ެtU!f= }SXi J\Uꎥ< WָGTDEBoi DpuBʆy)E>] (Οa$a&V/!4cE,Fr5@Zۜ@ ˛\ 0o4vcfØRL]D)t\hڎ"w~j$-@a*j*KC,[v{,p{xϡaliʩQSb =~;u>wi,rs{\=~X4N3j`w"D͘ABRmHfo+NMo6NMVɻu ˝xkPXũY1 9A,%Vrsx[ V0o\WBf'ogL$U5K2>0@4hT )E5=ئc$rRM?|A$a~Đ=AtYp$s YՅDe^"WJ eu$w'vȻ?yA{kg"Y},xRZ&l[)I r0pe6 "ko[My#:WVZeI'X*azuS[3 w򉎁Vmwl0VU=v{kDmۿr)< Wetl>B_;1%&}o,6@~q!aYt2FՀgCfk72";4vf=i 1_:H$f=(#:99Fv 67=?8ԸuDa{TjXt7K+EoNO y!]}o dLl()ݒO^D ]ꜞe.Tm H!b6Ac@ R9g }#+jZ=N9 L9?!v&W袑iG}fߗv[\vLj׽YKN׬+ڝPDrӔ'6003*?06kBH 9~ n__T|6 J9϶w82ekfA~:TDI(,!E876NPEyC8p0x젳L2~Є\R } YZ