perl-Path-Tiny-0.104-lp151.2.1 >  A [U/=„M67Hc--`9]~ǹxlbnغ̹d4c5IDq!wG|;ƻ&:EfKF.DuC6Qy* rK=W5 ;9èl8c xg~#c>?-}C-IT$hDք߽~5v)х,,֠+)ODm=i6x 2Nɱhò^-lemY~]"ŮQ21db29a22241d4f644f15d15dcde9224d22631b9e96ddfa6b3e81c92bf739e254bb852bc8141e227a79ce3aa55eb8da840f849b15"̉[U/=„5ENrHy^pZB\ooWH\Y:e` kN'5UZAzK+TT\@&:*A&]{M;@BVH#Q!RVJKЅRذ6"^}ϊrs7zŘMxe_@uRYt+r4M"ťyeyX )˽E ̺=KhuYC]q}k`R~XAz*jH8T%>pAI?Id ! 3 %, T  h  |    .  8 `     L l ( O8 X9 : FDGD HD IE$ XE0YE<\ET ]E| ^EbFcGdGeGfGlGuH vH(wH xH yIzI$I4I8ILITIXI^ICperl-Path-Tiny0.104lp151.2.1File path utilityThis module provides a small, fast utility for working with file paths. It is friendlier to use than File::Spec and provides easy access to functions from several other core file handling modules. It aims to be smaller and faster than many alternatives on CPAN, while helping people do many common things in consistent and less error-prone ways. Path::Tiny does not try to work for anything except Unix-like and Win32 platforms. Even then, it might break if you try something particularly obscure or tortuous. (Quick! What does this mean: '///../../..//./././a//b/.././c/././'? And how does it differ on Win32?) All paths are forced to have Unix-style forward slashes. Stringifying the object gives you back the path (after some clean up). File input/output methods 'flock' handles before reading or writing, as appropriate (if supported by the platform). The '*_utf8' methods ('slurp_utf8', 'lines_utf8', etc.) operate in raw mode. On Windows, that means they will not have CRLF translation from the ':crlf' IO layer. Installing Unicode::UTF8 0.58 or later will speed up '*_utf8' situations in many cases and is highly recommended. Alternatively, installing PerlIO::utf8_strict 0.003 or later will be used in place of the default ':encoding(UTF-8)'. This module depends heavily on PerlIO layers for correct operation and thus requires Perl 5.008001 or later.[Ucloud108openSUSE Leap 15.1openSUSEApache-2.0https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Path-Tiny/linuxnoarch% V,9A$AA큤A큤$[UyX[Uy[UXXX[UX[Uy617712180e003bafac53bffed94c64eb7612a7c92fbc78f0f11f47fda79a27a2108695cf77589acbf83d768607b30403ca440d8a4b49284d29e06635f7adc88cb0deadfe335bfeb817c7ac9737a77937773e2c6f1658b5c2a0012c40bee997df028c976492b2ec6531a44708e4bb39519618ff625172175f01fed9f661ea820aa999b03d2b80e5c7f987289ac835fa2d88cafa9f0df24adf8a1fd21e175acd79f8f42b056c4b401431c7deae3e3687fd627d0b17cb7aca8d87d2027b69937b63rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Path-Tiny-0.104-lp151.2.1.src.rpmperl(Path::Tiny)perl(Path::Tiny::Error)perl-Path-Tiny     perl(:MODULE_COMPAT_5.26.1)perl(Digest::SHA)perl(File::Path)perl(File::Temp)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.452.0700000.193.0.4-14.6.0-14.0-15.2-14.14.1X7@XW@WzOWI@W+5WW@V޾VMU4@U3@U+RRSRB@Qcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comopensuse@dstoecker.decoolo@suse.comopensuse@dstoecker.decoolo@suse.com- updated to 0.104 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.104 2017-02-17 07:17:00-05:00 America/New_York - No changes from 0.103-TRIAL. 0.103 2017-02-10 17:25:06-05:00 America/New_York (TRIAL RELEASE) [Bug fixes] - Path::Tiny 0.101 on Windows made `$path->absolute("/foo")` return an absolute path starting with 'C:/foo', which was an unintentional behavior change. This release now uses any absolute base without further normalization. 0.101 2017-02-05 09:56:46-05:00 America/New_York (TRIAL RELEASE) [Changes] - The 'absolute' method now always returns an absolute path, even if a user provided a relative path for the base path. The old, odd behavior was documented, but people often don't read docs. The new behavior avoids suprises. [Additions] - Added 'cached_temp' method.- updated to 0.100 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.100 2017-01-14 22:47:55-05:00 America/New_York - No changes from 0.099-TRIAL. 0.099 2017-01-10 15:12:13-05:00 America/New_York (TRIAL RELEASE) [Tests] - Fixed tests for eventual removal of '.' from `@INC` in Perl. [Documentation] - Fixed filehandle mode typo. - Fixed typo in relative() that mentioned rel2abs instead of abs2rel.- updated to 0.098 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.098 2016-10-09 23:25:11-04:00 America/New_York - No changes from 0.097-TRIAL. 0.097 2016-09-30 22:03:10-04:00 America/New_York (TRIAL RELEASE) [Additions] - Added 'realpath' option for 'tempfile' and 'tempdir' for situations where an absolute temporary path just isn't enough.- updated to 0.096 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.096 2016-07-02 21:25:33-04:00 America/New_York - No changes from 0.095 0.095 2016-06-28 12:05:03-04:00 America/New_York (TRIAL RELEASE) [Tests] - Improved method for hiding some modules during tests.- updated to 0.094 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.094 2016-05-23 12:45:19-04:00 America/New_York - Fixed Changes note typo in 0.092. 0.092 had no changes since 0.091, not 0.090, meaning that all 0.091 changes were (and are) included. 0.092 2016-05-23 11:36:54-04:00 America/New_York - No changes from 0.091 0.091 2016-05-17 13:32:21-04:00 America/New_York (TRIAL RELEASE) [Changes] - Path::Tiny will prefer PerlIO::utf8_strict over encoding(UTF-8) if available and Unicode::UTF8 is not installed. [Fixes] - The 'touch' method can now set the current time on files that aren't owned, as long as they are writeable. [Tests] - Improved consistency of symlink support inspection; now always looks at $Config{d_symlink}. - Skips impossible test on 'msys' platform.- updated to 0.090 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.090 2016-05-02 07:08:58-04:00 America/New_York - No changes from 0.089 0.089 2016-04-26 22:21:00-04:00 America/New_York (TRIAL RELEASE) [Fixes] - Fix spew_utf8 to allow array references as input. 0.088 2016-04-15 08:41:07-04:00 America/New_York - No changes from 0.087 0.087 2016-04-12 12:13:14-04:00 America/New_York (TRIAL RELEASE) [Fixes] - Fixed bugs in relative symlink resolution for realpath, spew and edit_lines. [Changes] - Symlink resolution will detect circular loops and throw an error.- updated to 0.086 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.086 2016-04-03 13:49:37-04:00 America/New_York [Documented] - Improved documentation of copy and move.- updated to 0.084 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.084 2016-03-04 07:17:49-05:00 America/New_York [Fixes] - Fixed relative() for the case with regex metacharacters in the path 0.082 2016-03-01 18:23:26-05:00 America/New_York [!!! INCOMPATIBLE CHANGES !!!] - (This warning repeated from 0.079-TRIAL) The relative() method no longer uses File::Spec's buggy rel2bs method. The new Path::Tiny algorithm should be comparable and passes File::Spec rel2abs test cases, except that it correctly accounts for symlinks. For common use, you are not likely to notice any difference. For uncommon use, this should be an improvement. As a side benefit, this change drops the minimum File::Spec version required, allowing Path::Tiny to be fatpacked if desired. [Changes] - no other changes from 0.081 0.081 2016-02-18 16:55:37-05:00 America/New_York (TRIAL RELEASE) [Fixed] - Fixed lines_utf8+chomp and relative() bugs on Windows 0.079 2016-02-15 20:52:10-07:00 America/Mazatlan (TRIAL RELEASE) [!!! INCOMPATIBLE CHANGES !!!] - The relative() method no longer uses File::Spec's buggy rel2bs method. The new Path::Tiny algorithm should be comparable and passes File::Spec rel2abs test cases, except that it correctly accounts for symlinks. For common use, you are not likely to notice any difference. For uncommon use, this should be an improvement. As a side benefit, this change drops the minimum File::Spec version required, allowing Path::Tiny to be fatpacked if desired. [FIXED] - Fixed lines_utf8() with chomping for repeated empty lines. [DOCS] - Documented that subclassing is not supported 0.077 2016-02-10 14:17:32-07:00 America/Mazatlan (TRIAL RELEASE) [ADDED] - Added 'edit' and 'edit_lines' plus _utf8 and _raw variants; this is similar to perl's -i flag (though without backups)- updated to 0.076 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.076 2015-11-16 10:47:24-05:00 America/New_York - no changes from 0.075 0.075 2015-11-15 21:02:18-05:00 America/New_York (TRIAL RELEASE) [FIXED] - Tilde expansion on Windows was resulting in backslashes. Now they are correctly normalized to forward slashes. [DOCS] - Typos fixed 0.073 2015-10-30 10:36:18-04:00 America/New_York (TRIAL RELEASE) [FIXED] - Fixed spewing to a symlink that crosses a filesystem boundary [PREREQS] - Add Test::MockRandom to META as an recommended test prerequisite.- updated to 0.072 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.072 2015-07-20 16:07:20-04:00 America/New_York - No changes from 0.071 0.071 2015-07-17 13:40:08-04:00 America/New_York (TRIAL RELEASE) [FIXED] - Fixed incorrect error argument for File::Path functions (mkpath and remove_tree)- updated to 0.070 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.070 2015-06-28 13:50:16-04:00 America/New_York - No changes from 0.069 0.069 2015-06-18 18:09:44-04:00 America/New_York (TRIAL RELEASE) [CHANGED] - The 'copy' menthod now returns the object for the copied file [FIXED] - The 'visit' method only dereferences the callback return value for scalar refs, avoiding some common bugs- updated to 0.068 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.068 2015-03-23 20:42:56-04:00 America/New_York [META] - Jumping to 0.068 to get to an even-version for a stable release [DOCUMENTED] - Noted that 0.66 changed the 'filehandle' method 0.066 2015-03-20 23:59:08-04:00 America/New_York (TRIAL RELEASE) [ADDED] - Added exclusive locking option to filehandle opens; spew now exclusively locks tempfile used for atomic writes 0.065 2015-03-06 05:59:56-05:00 America/New_York [ADDED] - Added 'assert' method - Added 'visit' method - Added support for a negative count for 'lines' to get the last lines of a file [FIXED] - Fixed tilde expansion if path has spaces - Make realpath non-fatal if the parent path exists and only the final path component does not. (Was fatal on Windows and some Unixes.) - Removed rendundant locking on tempfile use for spewing - Work around File::Temp bugs on older ActiveState Windows Perls https://bugs.activestate.com/show_bug.cgi?id=104767 [DOCUMENTED] - Fixed SYNOPSIS example 0.064 2015-03-05 03:58:42-05:00 America/New_York (TRIAL RELEASE) 0.063 2015-03-04 16:00:17-05:00 America/New_York (TRIAL RELEASE) 0.062 2015-03-04 13:59:31-05:00 America/New_York (TRIAL RELEASE) 0.061 2014-11-13 16:50:05-05:00 America/New_York [FIXED] - Fixed append_utf8 and append_raw with 'truncate' option. 0.060 2014-11-04 17:33:39-05:00 America/New_York [ADDED] - Added 'truncate' option to append for in-place replacement of file contents. 0.059 2014-10-14 12:45:46-04:00 America/New_York [FIXED] - Fixed precedence bug in the check for Unicode::UTF8 0.058 2014-09-23 11:00:24-04:00 America/New_York [ADDED] - Added a 'sibling' method as a more efficient form of calling $path->parent->child(...). [DOCUMENTED] - Every method annotated with the version number of the last API change. 0.057 2014-09-19 11:23:05-04:00 America/New_York [FIXED] - On AIX, reads that default to locking would fail without write permissions, because locking needs write permissions. The fix is only to lock reads if write permissions exist; otherwise locking is skipped. 0.056 2014-08-07 15:08:41-04:00 America/New_York [*** DEPRECATIONS ***] - The 'dirname' method is deprecated due to exposing File::Spec inconsistencies [ADDED] - The 'digest' method now takes a 'chunk_size' option to avoid slurping files entirely into memory. [FIXED] - Fixed problem throwing errors from 'remove' 0.055 2014-06-30 10:29:28-04:00 America/New_York [FIXED] - tempfile/tempdir won't warn if used as functions without arguments 0.054 2014-05-04 13:56:11-04:00 America/New_York [ADDED] - The 'basename' method now takes a list of suffixes to remove before returning the name - FREEZE/THAW/TO_JSON serialization helpers [CHANGED] - When constructing a Path::Tiny object from another, the original is returned unless it's a temp dir/file. This significantly speeds up calling path($path) if $path is already a Path::Tiny object. (Thanks to Michael Schwern for prompting such benchmarking.) [FIXED] - Constructing any path -- e.g. with child() -- with undef or zero-length parts throws an error instead of constructing an invalid path 0.053 2014-03-24 09:25:51-04:00 America/New_York (TRIAL RELEASE) [INCOMPATIBLE CHANGES] - The 'is_file' method now does -e && ! -d and not -f because -f is often more restrictive than people intend or expect. [ADDED] - Added 'chmod' method with symbolic chmod support ("a=r,u+rx") 0.052 2014-01-14 15:58:03-05:00 America/New_York [FIXED] - Backslash-to-slash conversion now only happens on Windows (since backslash is legal on Unix, we must allow it) 0.051 2013-12-20 07:34:14 America/New_York [FIXED] - Fixed file order bug in the new test file 0.050 2013-12-20 07:27:20 America/New_York [FIXED] - Recursive iteration won't throw an exception if a directory is removed or unreadable during iteration. 0.049 2013-12-12 00:48:01 America/New_York [FIXED] - Generates filename for atomic writes independent of thread-ID. Fixes crashing bug on Win32 when fork() is called. 0.048 2013-12-11 21:56:23 America/New_York [ADDED] - Added 'subsumes' method [CHANGED] - The 'chomp' option for 'lines' will remove any end-of-line sequences fully instead of just chomping the last character - The 'flock' package will no longer indexed by PAUSE [FIXED] - Hides warnings and fixes possible fatal errors from pure-perl Cwd, particularly on MSWin32- update to 0.047 - Revised locking tests for portability again: locks are now tested from a separate process - Fixed child path construction against the root path. - Fixed t/00-report-prereqs.t for use with older versions of CPAN::Meta::Requirements - When 'realpath' can't be resolved (because intermediate directories don't exist), the exception now explains the error clearly instead of complaining about path() needing a defined, positive-length argument. - Removes duplicate test dependency on File::Spec that triggers a CPAN.pm bug - When using 'filehandle' to request a locked handle that truncates an existing file and has a binmode starting with ":unix", this fixes a bug where pseudo-layers weren't being cleared properly. - The 'filehandle' method now offers an option to return locked handles based on the file mode. Input-output methods now rely on this feature internally. Truncating file modes defer truncation until after an exclusive lock is acquired. - The 'filehandle' method now respects default encoding set by the caller's open pragma.- updated to 0.038 [ADDITIONS] - Added 'is_rootdir' method to simplify testing if a path is the root directory [FIXES] - Fixed for v5.8 [PREREQS] - No longer lists 'threads' as a prerequisite. If you have a threaded perl, you have it and if you're not, Path::Tiny doesn't care.- update to 0.035 [INCOMPATIBLE CHANGE] - Exceptions are now Path::Tiny::Error objects, not autodie exceptions; this removes the last dependency on autodie, which allows us to support Perls as far back as v5.8.1 - Fixed flock warning on BSD that was broken with the autodie removal; now also applies to all BSD flavors - BSD/NFS flock fix was not backwards compatible before v5.14. This fixes it harder. - dropped autodie - lowered ExtUtils::MakeMaker configure_requires version to 6.17 - Perl on BSD may not support locking on an NFS filesystem. If this is detected, Path::Tiny warns and continues in an unsafe mode. The 'flock' warning category may be fatalized to die instead. - Added 'iterator' example showing defaults - Removed several test dependencies. Path::Tiny now only needs core modules, though some must be upgraded on old Perls - parent() on paths with internal double dots (e.g. /foo..bar.txt) now works correctly - t/zzz-spec.t used getcwd() instead of getdcwd(), which breaks on Windows if the build directory isn't on the 'C' drive - On Win32, "C:/" no longer is changed to "C:". Also, "C:" is converted to the absolute path of cwd on the "C:" volume. UNC paths ("//server/share/") now retain their trailing slash to correctly distinguish volume and directory paths when split - The 'children()' method now takes an optional regular expression to filter the results- initial package 0.027 * created by cpanspec 1.78.06cloud108 1528386943 0.1040.104-lp151.2.1PathTiny.pmx86_64-linux-thread-multiperl-Path-TinyCONTRIBUTING.mkdnChangesREADMEperl-Path-TinyLICENSEPath::Tiny.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Path//usr/share/doc/packages//usr/share/doc/packages/perl-Path-Tiny//usr/share/licenses//usr/share/licenses/perl-Path-Tiny//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/f7f88c19b9e1f0d9409bde370ad564da-perl-Path-Tinycpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII textUTF-8 Unicode texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)PPgP򟈦񉘆perl(Unicode::UTF8)0.58 utf-8efad9b663d3b798c4522131848f0dba58d998d331f3b419fd667aab78476986a?7zXZ !t/%Ԡ] crt:bLL {E5pݵgOKTQ %_LP=78y@=} ?.˃T5y׍1lf?KrB1UG}wiNz\2t7OP.r\b8tN8Y4^4v5ATeH4tlp,k{6*CwұEP"s(, _T[ )d7TE<CՅF_Rw ^Uu'M)_LOyp!gЎrqXUJ^j?ؘw-tƖDWVpWx*v[(zx'"lsJ抲J?"&oys7ڣl#δ =۔ ilm%9c>. fPs Q[BȚ "Xv'#JZ#S7*I;kϖ32-|9n6.+k6$< 0~~?p{/.z5^)68T*`զ˺_W]Ob ?=Kh(ܠP>RJ,X3CmM6g Uv*G K:LW0X޶'2,m$eOvCTa8Ҟ: } \KXf+6 VJ{b w#nBꉑ4ę,D"g\L|~iFYQ]S$Yb4 ;x,-kC:`bY]%j$FW'W@j3/#cl_ 2pt\hQb|>ȲidnD,!D 6 yrrm{JCJF[zCڭc߮8Tv66IJ kBw6H9ȘFEݣW>#;z/$dY G_]E"xF@Nv`)*=!$y2> n7,OCՅ0 l~L50(-EnCMyJ 3}$xx΄UOdOVQ,SZ/}1,0]R>.O('qT6CAyPg%*дpQƾu6Lׯgp|(`"a * xd"22HNGIt,OS֜0Dns|VreI0Eg@I(|iLf==&n_8ux\%P;hK%hta^ SlPTr Zkh y" \B/gkt5 SF[.GCXQ{׵E>(L. $ISe5?Tia!l #-Stͳ{W[2Ra-K~;ghH(lK.K{'y V?\j#ʳN{cfB>MڞZT,(1UhqtԄaX)ieMR!2@:#\>g[]m#gQ7Rص]Z)4âK}!Gy6TE-zud]߰yau귴ոj?J/) bnfh@TܕG0k@P>yCTG:6!-_ˠfUձ*C>3 ATeGlF$s"+B1f5>5dh{M-BX~n?qܩ=TG.8J޻0IaJ@jQ+@p~dow}U!@Eh2د `?`\pxIz}?cef; E7UcNʃQm %CUAm/΀³*kE+ߨB:azɗ!w4(0TjNR fe{da;x~"]Pq L6q*9ֶ{|J1X lhBh{g%s5jLA&] 7_z 7Xeα8Tj` 9]HͧR&H%6Oޭ }]GMJKE*T\oe0_L `KmVwlS״o;״ڐAACmtK+H#OΖnN+m]Z}k J|c" 6ZIdo͖"Yҡޞ\*X/5MM(^`TjDKdD8)c-U'6ѹݷPn:  59r kÙPMc[ӿz0ni|j6h@1t"*^x7 -F>.}ɨDaVLaX嬽2ń cBhe~ҾvVYXx:+c9Ԯ @W*uQO.Ӿ8KaS,uW{oxH m@Nlu)|D,ڥՂpz9.!{<#-v7Ŋq "Vm_EǥT=ofX"ᕠ!XVLM&p޶7H%iU T{MG;j.-z``5>_)7Iw|h+1R&h˴A [&>0[7QtyRx,誩|ؠIqcKi&v(w#Xyfو)"tgc{ō $Qe]@& @Hzl S[-Hk/ǐE. (E_BrP ZPZ5!tL&\,7O"PKGz2|)to?30?5DyͩY]݁jM{jJƽj,G=JLQetg@ OQAMYOׇXֈUH,59;{\"!8\ 쓄[U-,6u 6>.<5n>aFc1S[@Hְd'coټfGv4G]H>HH]( Wo֧O Ioym|N.lvg TP>U&4J.TT%c)D9}4f"(WlHd$:>3FaLIJ(xhFBM1 .Z+xy՛fTՑ:*$3%r)=(4Z7Gz~il g5˦*O 3D@W}ly]9fSF+2x"HORkT=fR[u3*Hdpޮ]3K";?m~jd: M/f9 \u! ƄL˧t28:AiO25,%ݐ@DHb|بU ^\bv(L^9CN|`,ߓ"ٰ_Z`e{9YHP;2`23֋34࿝6abl`ɧy)y e1Ƙ<7bz_^5zv47kSLMH4O^7ЦA O,3șjAB$5]m{,!j_ glCÜ5pCvg9s8NC=nӏ)8QqT({5\J|W{h+{;[Q i$(YQ+43hc?g|w?L`~io B PxY t=ke`e߁ W~#`e]H 2^|3! ntec+9*SvG.pXIO@YPjzOByN{ |& [/&VG"τ [H [֢;VĊ6?v!GUPeo=8Vd>cH4@ACA'c1 }!)98mu&|aniͫl:8(-5%={rᱶj HS)GxE{gFJ[ĝTDMhh# sR݊2+a7V#Xcn Ijd"?D޺^~0ጟ=k{x`7GYB]TiJ/LMyׅl*p("36٥^?C=ŔF&U?_|!;~xTtP^)e_S!zD.m8\`w?9.`;W} 01N#޽l&MN&o`8AyE/V6&0\x"MVNIOk<:Q-[b~]Q&JI?,MJqeP9py@8_3CSJ;Tlz|d*-KV1٘ʻ("8uT<*⁅vIoЊ#)Oašh p!@Wy19uϼl-GCҩ)`"Hm~K #Ǝƺ41{y+ʪ_w};.ijuqX?F%.|Qd^5 6PCG rj$Et"i%{N7bCrjϛ->ڞcڗ3g{[$ChA堈N( StuY'OiT%,txM-ӧplm (LFd40+7C[@)Fp<(H(%Ӕ#J2Z05zk4]gKH.b=TZxXq1ݬ4a wC|J%/XU;!/.+',6w'<EV}ʢPrQuy1w"|q}k!>"}tk(t_uH~mYueཷUiۣ41CLJǠ'CzLqUFǰy+ju17Ux`ɨϥ 141U 68oBEz:ĭg2S [I 1Ep 1=;$<7 .t#zs<zzzM ɣ원{ޜc< B#s":] H^Ud@˸\vkF>An.$/35w2XHZ?  CS)WםC3 th=N kβ PZqz1 p-y |3V!zk }p,)h"z[JyoĻ'\0IJd6WW6CqC4d7= ~4[F~s)A.՝Z 7 89 +zD P2IFA79l?^wų+0Y"%Ӧ`܈bLFt(c=)xT"(gr^%.޽qz}+g2$ h~k.@[qfHYP!q#@%I †* 4n" +4V !b&d:qH`Ge$X\q#4ĥc(!I UAW!x q(.nZuKF!$:4f hqS6WyhJ2;j: ýxy*Bz Cb]VyT@T'c#{K Nm^}dwz<;#|>)#m~K͹ܭii^5Hriy$h! iAQ)LYڝ\jI%bC93tM$':{s(&ނ(๸Yҽе90:RUy}JVmx\p5~0#SfF\;E`R}cJa-IRP%*υVeߒDQƳx^" u ߱@x*(CigMrqӗnA<}ZQe`87ٗU,^?}􍕗Icɍa 8eUDي<5 g(}*9Oa \0rDW`LLd#LNjf/`翥eq_*`X-ӡI?a"&.p yQ49Tl4qd{\쫣C;~& ޼ ɠbataE5hZyX6.ss7D6I 1GZ(%TvFiamR]{kRv]A$X;Q;\GMe~yu+FU-Bn2]xZ{5xb*~P SPg2>he6|SaYҼO~߳KX%'A|Җglj / \,t{Jđ P2 $M|+ gm 9(w oo0$DX qjl vvM1鷉[-<e-ooiYQL#3uZ}c}Jhq5W`HYfa2y[&w Wrj"!LuӈI/czN%mgG~Qb[h!ri퓜RvKnNϏY\~3u&Zw@/ѩ% (O.S k :+oٛWJpSUap&Z[gsE[FalΉr,3 e|&590G),N9Va>:)"wZ' @w5.o0n 2S3"E!<6*YQ l5yhz klIaw_?㽕H#S6[| G؂%'[1+O@iuŠ|:s1mG Sa&.?;Z@NIl:)[EZ%uʃ+~ x\zw N~#j J/e<4V_Wj8֊AO4O&T{f),Eǩ HTBQ|mFe,rʨ=jk3dXM < \\n 3 Tngq*79[w73CCfW;/;4Fjx+ v5*瑭1m/Co:'N7b=WI\o:*^Ə{)*ivc> ~39~4s܋/h ۠sz{4}H^Wh{U2ε: xFf ,_ܯ܇۷=g\$$>+V1Ij 7N-3<*]7xFH5fZ㤓3 G}CyZj%M >ςlZـa c?Z;3qQҖ–~*qL^e6(!}icbșe>)3ʞ公<0`{87U05+o$fdr۲.{roFu{5˅mIOׯPZL<槳(o .D݄ngZuT0;7 2#{v+XyQpDZ餡}wO깗&d6wx / gx``]#io;:D! Kj N(+I Q '481{/Y.2w4(}=*Κ]y3A$Є7ѡcUPg#ˣe9k=fs2V?Yq_R('RB+V HUa~(m 6='-x ;dBڢ+A6}6 ꖰ$6X2$d qhu8`VMq5)B%~,3Lzi+sT0) 'IK%RhLXANQЏЉ4јڨ`Gj2^UnѠ"v*)vsF$w(EOპrj!u P/E$sgOh}T?OsX1 Y뾼a5e*ɷǿp})yGU;^%51Xb9v){NNh&?La\6]TEq  Qfp}*:zt'g"m]購66ykashYW Jt/?E Z}8QlФ`I{TAUK Gkeì Lowj\GJrjhAO0&~'Ac!"`_(cW2N!3Z?hyiJ!% bQlzǹw[]p͂TE|Ďj'z7='4>*>,J|ORZ"WC%~`"|dsMߍ@b\Vp!㦚 Hv1=wAx`a(ȼ̑ԐY偋kOniI”.c'Y*2Al*VY`{eHlLx\IÞ+3nЅLPɹ# ۍ(n .&$;t˄!E?K1}j'Ł ?+227rv) "ȌIn07[6VD@&kh6{4]xk#(_bbɃnachIwUuZE3=J"x΢sH<|Xʘ[P DՎ-4ZՃ4#k_ =;ֻ ܩ% l࠸m5x )EsPl.vR7l}NjD%6WU.$C bl<׫L̋sۖI.MCG*3ǢvDo;,KY.olqu $WmbT)d:+p.tʷ %Tp$/n#YD3xhf0iK ݠtX ` QM;>x:CR`Qt3N{x[8K{j$﯇K+wݭ=a4jZ/C+8i2:@ͤ .> ,| / tU0HAKd)T$Nl@yg0+Ŗ,M곱:HBx:KQn E.xH_2rZxU==ќmS z^cR)g(wsJ=㢒$],;mQ߶E7+/\pU><gMio'-eN,s?TnR!S,S֐meGJW^k@SXڠ@Pz?5xQfZnÚEH SYV.ta<1(?bn *a^@P xmN2Z eE{2=]~sW\lJ[` ]zWs-P܎4~=x<:]Vqj_2^: b؆N+"XxpkAhq˸έț3b6@%sׁSF1h}fϩIɚEP&=vh6Odv))Y6ŝ,!_y DU拹bWJֆ}./*|MCrM9l,q{:mCO0Ně30g#VT4Ku(rx8Jo?caZZWexX=NF:wya=^oZa%\㕡~@BS~KW*98GY)ճ)i* `N!_lxݸk"$t[hceOTœW'Xd`zu?) \ݱ6PK~҆p~-aeA.#>чr5YUԵ|>ګ{>"Ǜe ?Sɫ T_Pрܰ*/ rB&d+雁򌍣j\g6Vފ˖fQAm=48YUYھ%،YH#S^пy8))94L=J}̾ls0{M$#K,BK]7I {vWurbq>4l2HyYVx[@:ްC8ڰaFNn;o>YLӪa }MU/L~*ESmY@5YYtgn.,Q=dJZgvԆmvG C74unBH8F^g{TfqMXHFE +UI\^!N4con`#TnUJ;5( v8^8SVG̺8D(f!aJ3Uv M ,ciM ;zAZ-:aIXtAjȞBMtk/\PnZ t)Y92'I4ŘnaS@[GuiOn+ު!L`Sҕt~MNgމ8VȺtuIGxn" H:^=(4c}_Mġ8Y uy]w6P5A^[%c^] uxrp|!Sp"h qk+>84| L%Ajm#b{ё /rK5Ԕٍ5F;^q\+C6xgkqʀݓ 6DX#\8m 6.dNI@TAV嶧|+e'x'}8ɿF>+Μ{qjB,7hR>n9̾zϛtKnE oBɟW@YŖGyQ5$=Ђ%Y㈦q־b"+<5X4TiP*K<W\$XGXQRL3̄*I(g=[ەTJ94:/<̀%O5 'ư\W`T\rkڰ=Vpi޶>Q5"N 9C7{j:.|z.5_U1[w9u0?4Sk$vL/%xYȘf~C10 ;EډJY`x&|% q4{冏5W؍?([nӿCPgnPp`I*F9b=6)퇒rڌQǞo^i~!ф /Ҭ u_x^+]c y):~G| )&)Zx'rY{'N~YiF`ˆIȒ>я8Z$H,k /8;^~+aJov0; &cˊAaQ*{|D N]L]-v#0Q)Mfc6㼸̟|U_U;̆\  jjҘe/9 ]>meU 툗1 xAV3mЅFK:%EҪBrw1u{(X˺WMhp$,uWK_ڄqfֺ0vM_bb ކ9T1ÐL%lx{j[6GMw_X;CqJ<}e=H~Xx,=~3jy<.g08fǦ")q+ jzulBvF䦑r nIAGoՇ˟JJR7c8' <|G:enjQ:P :31hu"1iܓ^j.y+#ٴ:dc+[ӡ5x~\?|2Q~sN?]KO7E;غK({J_;b9G&cכ񱚅,Z'xNf`jQhE&˭ @ 3!wKdXyG#2e8QǓtR]@I%&YP +O,x9( %;yGx⼨n,&U}yQ!!UN ExBi86{yrƞcAAˏ;Fx!mls.*wW" 0;(6lLlw11sr~ģ1amV[iqZ-g'Z!J<ȩB65y92dsH4&9~ :gN֫f4c~DMG4iu=SkJ޿nqǹ3 pDf_f$*ASjHqCZ ıhlm%*÷?)5m޿{>Jh9D?E>IFVS͈[Rʜ/:j\Idv66:zӀek9$ TUa|D0+5t4Zj?RH<;%%UUN9ӹw'F4+cEAwh0m7Ld+~4[8꛽ib`_lEj8L`Q` WsQWN}"<$<k{p$&y@ҍGر|^-̀$wnl+EE8?~]͓ EBof)rhZRל< T R,B!+oh~iTq^%h(@ʹ!6enq]P E6\l7cVksd@!b'bM)5c;ƒ !EX')j'G`*g!n5F0iٛ퍩;׀z% 2 Z2^&p"QC?1۾41"(q>  aLbݖ'oL 1-t33?1vWEb5q,-Mŕg,73Վ*V3,+/%%{sO=SRd#^7 %*b \@`408?+Bs8oF~3 W-p>м)J;GĒi:bvHrx n`Vhːu?2w8S٬(BUT#p c3;~k 7mہousC-e sJQ%I坭*hsA[S˜{Hܡ191dzV_8H͆@Qu]Q\<_$1NScGϥ%#0e)Dx崎pm֠n$ DxRъX3 v@lk9DlɶF۵q_p>kpC{7De"j!33_puhc7ă_Lb ) j s7ov?:NڴphCIph`N ʅR*I/rߡxCxg.D8}N:|\kvqd&.hqДa:)vHɭwm,Q/M?^B|,6d _DcX3<وWyAh+"YBӨSXV~PoƁ7?fBI]=JzE{Z5i5s_<߸^MCso*990zvcL/qRP+3"kX uZ,]`(>1=Le,Hb*+ZHgQo__CZ-y9VkM[S@NRJ쐺NW@)Q o9|Z =V߈ K¡#J=RmLt}ev6 m@7ύ)[C=5|bi-CHm':B񻟚B7&X,УBj6_ lz˷50!!Ei|{5X}6)aT1ݶ1Re$,^]5QjDf{n\f;yұ79OMz/8rdssD۫ EΡGΩI]#-Y :I`|K/FzG ~eJs2U,a/boHA+~ofCF͛V;xHÀ,jcy3hoI?I}D v-'Ŝ z3Ӫ]bӊԒjS;SD񴛳\:N/ i0ND!?٬h-RYPr3T9#ċ]{:Q.?.HJN+]sgBn RgݤKCoL!0j!CXr=ߥD񅬮us`rGD C`W. D#<5vIa\__crOTIY;Y3Uq y*C@5ns} cXꖧAR؎i0Q&`LARm7]cF~'(߰Ѣ7u=MH;s]}t=,:"I2̇ķxPC?I<"Y&iT8!k /[ v7>^5|mEH"4̼`gm6^p\}{ALr|ζ֩%`FXsT*HœY֔g1ɒgxħJ fK[LUi ܤ(v4sR&uКx $r+% Y @U}g+%]lUMw,m>^ewͪn\Rw7 r/f;tM:AtvcF_s(Kы2oRuXu L:8-'Уȣ0%dʧ)N(r1bIfT1Vɘ;tz2 X)epم~{jhlF7K. JZ,]#}pH~wUޚ6Vڮ[ O>f+Lg>ӿ^ɺ@ Tl-#ffn"4i|2fEL 8bT>+t+2 cFJi 3OV R8kC]&,KfL)n,}mX 3ye͋a24F8*Iaa0m,hr!8=%VgJ5̄#꿵+@~<:7"PmlL2 Kċ9Yx06J[@sVjXK?i݊T|=`#]o2{tN '8/y6[ᄩٌiZ]ġBtLWLL 4fiE<ʱu2EqS6lQ"v)\eqYr&~VWL"QLqS xa1p@=Mߕ +“OF7W~T0o]Do UjDp^- *j{ )ėz8\TL3R:7*+SpEGk<:ԉ V4?i7 -rqbc d61PgV(p^$$ٽ;PpAIS Փ)n7_ơ0+C洌3vƬmCZPJUP>2dJ=ݿ yʫۜS v ZCᐬ|PثAC98SGnBi3nsRPx?Kr@η.TF#rzi ֦@gHƛ!ݖ;\M"K ń_*d+5/*zo տ9&H:6w8MRcMz?M\EOf]MpSez/i2ep-˪-ĸwO[7Wgq։rZm]kN{v3N wPg-4?1DQămaOS47V(Mre(դ}ppB86(ɧ/1[*ġgu%/K;k״ȹ-pv`vDC1L-̫-FYj~!]`%~,<`3(gtR9ǟf`5|[\FƋcF{OBq x-)0RIyd6Z:ͥ"S8Yvep'nH(V{$89R­B3 TQGv6ȍctDMiA}Ph2fJJdsf.dLħoT'Lx\/6\,J"J"'Dp ;JH?]s}VjZ`b}ZVN-}OMYНd?',޴[e}'tj UMh 257@#XnPIkc _ liޠ::ϚIFWg|DəGU'eptZF4[ߋ՛)JMMNRmӟO;&u T>'Y 8L\1ƺt[y=()q\ßqB-eBXmcךׄ#J&^$ӿm'jGNl>{{%d%1U7R/lJQw9#"U›6ƿ;YiՀi/1~ UZk;bP!,;~E+p ֯@[oDE㘎ؘGq8ڨ;@_GK1@Ft3Tᾤ@eCs:`r>X%2A'lG t\T%8Mư d+()u+˓ ~cI8xgt pɺ` Yno=lwRLG<(Ȳgc!;ٖ߹], UۭGJ#,"[غhO{cO fCKo j^c7ā@xt r?H8Jq+ g}@ZlhWv_ |uqO`S 1ʏ 1 K[J3hMcftKrIPKx=?hlaD]f`p{q==lm&sS: TҸPe=b갸:7cL8 8ʬlOu#&E aZFbrhCz93WZkE_OJp0CPxݡ]b\3?"pYXO.Cg>.ΗZ KtdW&?~k˨^.Maf+wy,脡BEg9]8w9ڝOt.Bv'{݂'lB@H<$ZZ:t4庝Q2I\z_;r:Z=/.C돡;Ͷ$-[ ^߳d2ۮ; ;8Ƀ4FLw ) С~j&ێ>Vzؖ9IKODWQH \\+UEKZm$ȚD 2̀(ۙ&oC8f6sGqW ^,[w~\LYݩޱ%lan 4l bxul)[&?\t8̧L\8)'ٶ /8}*~c;}^섮h " l}8ݖW`N n舍uo+*"Z 8SڪءT@$9aJŧ:Q 6k`n5]ғ |F_9'>U ?+RB}qcNo [+~||c+4m;\2#s$L+_ %nRm5eJdaˣA <'׾<]';hhz"dBu`uBs(=C 9-mC['TzQx訕A^DVBB.&%.* (sxZ7DL ' -U=B5sk"|1-zmbYWjpA{%*4X;=^:_J`?k#GNʗeFk5!O 9ytsǦ1վR-[_nwCJ_(t070ަG0ZU)3eTTBf)X4=>8bCo'-e [^NoNJj>r x[7gJF;azlG4k1,MWt31bU&V'z,j흹E5t"kѫtWZSP1'<}3E(xRXP0 :POXXKI%M23|Yq/Mxy > 8t77ҵ2 7.ou*E[xsz\aCO}neE08f8ZT[u5>S"Pvx@rʕ&  :dAPE]Սbm(ߧqZ_t1/\T^\O|D$E0*naqOS<7W=EDUuLR^ -N,Q: "}+bϪ7ܹ4㻳\d/Mem3\^s3TpN۪z@-A??&oՙpe\LdQt:wjsajicoۆ ý׋W9 Û"I m>uӛK߻jT$t\O^)a$<_Ryo󮽖3 qjεdPsޭ[yRk^fTފ" bo; mѕmUh/"^U0O[\qh\>Asc*e=hgUm``b %NNIuoQ>`M&uY'dkZMzo)_Jr) 2ވl9l~}98D=5`8xjqnsf0R^aFdx;V[:v1]sGk8Bb}xS:jX\^w@jB0fcn=sotzO*(Iuv8skQ:\[]1Ob#ܪc-H#0a n1Rlr(6E$^7=t\MwqvFn&JF암Q&kU_ӗ`9ƇghY0b`adk>zJm__dnmT 7Ees: HG8sQL[;BːMi x egj>fl9x:b8xmN<*àuь~ٜO]d YV{whh^UYjI!3Z)Êջ=* ٓTk½c<,yklzZ. )dFL=R*p U! Xe*q VL;wFU+زd4A爫Z԰=Pq7~L]XLL*h*cƏ8eI(5%>=:&r˙UAHnRk%ΆP?^RvaV5?hT{r>F&VGN䞑1EF[UJܛدC2>>g^Ցk&S$pu]GOC$0nkwHnz)M%RZA4~oQNZ d22/A{ײVeSNl{e;$)H&^[`pGD6tm[oN%O(`?Ðbd֌sPh&V|i2:Zʮi <SRyx^G.Rr]5l,_.IBve4P \o"<0Vf% Ҕ|¥,`," .H[ x hرkAwm(~Hb-4٣)ѬYCLkģW̉zvM?IW1Ht|%l0-[R"zM`醾G# L[L  Z&DNejcxX9yk'~ӐSdzߠP&kWeP,}-zƻO xG؈!O\R̙|Wԩa+Paw26o5\+iEUղVHAfY `6՗ϲƥT7KbUeN9WȖO ClXĘT=[h?5 l{Bc=F0Z_TO =!@va:"pD<[6ii{jU w̮ܽC*&#zu7S 9˿!a7np,ߠfv_iAh{$K]o92x9,%Y0j۳g}A8JR52z>洹ͺ[6M=?[uK8:38$>.b`P fR&SBksxM ~X; Kb\r8St.1k~(!TȦ'0vDr!ф0}_Z?[~NӪ >שf}7,cq;W3Km7sl}Bcj$i/ӣ0qr_Zц_?a .Vyg'_@Nxo &Ca$ƇVv-Nt$lV(wsXC:C Rrģ_`УE+Mj VTi>sR"X%NM a%$ysE}046e,& |%e:0N |[J;OE@%ĥ^Fw)iXP`Z-﵂(_sR*Ly^:T!KmX'9 fhg9<mx܈&)Y5k:x %0}$Iy/܀f[AĪ$8Zho\Yy:H X띭Mdb C xA+ZK* wM x3YU1Q/LQp%6_ztI *28oV]L:q,pGur@:썁# Y*So.ׯKd5˸!M ΐU)RmϘO 5×?1\aB0J6q%qQ"_n=h/|3R+\2tg߉+-E! Н~qwp:OקNopaE t2\#>?βW%w'Ěۖp΄~+ۥi?|&Hk*C53}~',}g"4G2V{!hkR%&_04ǚJT6,WGqIWkw0z+bª6? ْP=;smmxut|w8`QYNduu0D,ĨM p򿑺`kr-Mt^NѱHvޥL@۶%Ќp RZb:<ʗ8 gmSX:Îyv|!梎#F5DppЧ&]w>jdUpB)E}eωc'L;U Sn4(]BS%X9VO5961%JZw@9zi)J+rELB:}*4ΑZX#lI0@u0оDkU_,4xHɌc1M($W9v8"rE譋7$JFnRMP(Vۗ77GD%}ބ4"N ')-_2lEI 8wG U]ز,bUER"WOj\5T\H dVQr-BdžhM4HRBB"FDPb(ulP*;~A^9+J ӨRAyoE&b~?07HxO[.?5j=^<:GH Ze4päd B}elxZBKwrzb4'WZ)> Aڷ޶Zj=^{gz6jV+_ݜ<\e&Z[M%A r=Klt޻' /~M`̫ؗZsP@@r*0mV;gzef<\XQ uZ rS.q h%] eE}5/^b}] V,L Urm2P*"Dm24ӼKV" *[u7Nu94,/H] #gy1'3 L>N_Z B9jJ&)[m~s틯 X$ D&Γ;L4už*}[ ~g3Q( \ܢzp4TcKS`Qё kT 4*UzKe`W7U.)hfD1%蹘%G^wRNׯ:u!X#161 D[vx]\,jJxv>!^0b ėyҺMGtG$Yݿ`uGLN\P驫i33O8t`qIF_"E7iVAri$EZheUQɈa64v$==H5JEݰbEkM,L)#E/~)$1hz5ϛ*ʾO2AQg'_p_6Ve27?`xgͰ}|"SM\=m9RdPF KFc0 !?kCj;,왆l)ewW'_1G&14;{M21*|(~v젥gG#O|BN2Άx./ڰCC},1>Å*Y5o"^U"bqs6 h5g%UGx(~J Rî@XjʐkGF=)@$x]{=wۋ<zˮMȿ>!2Nqna~\vjM z ɫ->o9$#OEH!kClOq */:/BMP[ rrZE <1iwSZ;uħ7/zD%,(fƏ׾.3d 8BSON<',Jܙo$3=${D.6ջqg̭4Z#7$9?pK׷K L駶.K-@9q$JP821Q]]4hfB\cjعYVZZ1K^TUDRntqt+t;tf kw;L-,aQpI쫬(Nkz -Y"59UqL9ñgRm0wFvxC ߪ%mSzjkƩ=U3 PlOI smpy\jz9Nr&HؿvLR;ľN~+RlǍ} GB\(kR Rx<&(RUdP3#n9.8poJTܢGZ>B\[y'i!^ Z+ws<X,hTj1.ɈJ5:U@v\eBΟ}.r O>Y튑㙙.@<ѩQqfk+þ^/eӬ^[U?36'$bГrcM^\{Byxˑ;dnPAۺV qC;5^m:|W:rb,XR +1s~?oI}FeJ@>{G|Ʒz@(ZIS!類)- K. |;t!U΁ z5C&ke- :&J}\{QA^wϥq$!i7H  ] ٝ?xٹT\^ (ߓG[)g]ڗT\JV>6+v:WLCyX\wUJ?~( x>c4CH{6j<5bJJ0]ҋYg;?wjzc:ݹ5Sy#.0zl~LÝP M QLh}vA4(gxuޫ|l 6UPwExޅnܘB~mD<''IxLfOp9yP*~q- ;>uxlOkh*,Z57TOX;n#r0]J*MAfYТv\D-S5 Ǔ7ЭEy%hLS a%Jͦhw*m"Fɏmsy8v(埣9:n\:+AF;4 /ԏT]qh$=n=9߁z$D }3bhtOTkECE%G2Z,MyK(@MŔɩs)vh_ ~(1$#oc1 F6g& .YDlnAp+`CZ)qI\x(<,cv͈Aļ4`.\ֲV稲cq{?=w~I1r$if8b3jn FR߉0grnS)wv~fJR%oM~zA>?z$9[W-JtԺN&v*%#4~N|Ft'.(qCލygQ|E-Np阛R%jMڧ-5'9q4=BM|3Igr?&%=OOKIt0/>뇉?jVrB)j-n ZD?).bL 14Hpe 2'ged/R Q&a.=y#hAIdQn  dI< LTT<$ eڕjk+ok"ʑIƊw,BTCLl\wo2*FBP N~d$-R6D2 XʔOazT\2mPRjLB| n=(QH)Hpa+@9>(pօh,HRۆܐ"Zr*w6Iv4&2("(`pjB pM6# p{3|0e@B? `? P\0a(bYqY2F^ ^6ABF> .¼~10 da{zkd̞w?hoj4p=o_IMidmt+'۠8ACv!jI:Cas)ǵ~u@!w_P&ڧ347t=2ܸ ㎧ AMn@G]=n'(;DLs5B)bdE|450^zCd@_rDT9`GGti)1 dn$—NŃq$:$1qS==Ⱦ7$Ns1~ g-},&B*aM35x*a]p/Tg:vM05WR0k|T淶Q3lِHU Tᓈcu PcGPθ ##VaaմSgnXS|0FB0B__ udRi8y}v1MAm S [ qM H~ ^{hO>5rq- (>^jˌj/m%)%2lSĖou@6(]w(FF>-hDL&7CSX6E%^"2p:zpzRbjv3 (&BQ@V^]5lHvv:qy)[Tx[/6?qycwLMi")H)fb):$Y54A6*]hSDGxޞOj"buLu ?n.JU)`2p;p El~Z'= RALAVI@(J6LCĺ8k u0N1.GpL9MJ򉷜k3Gzk1knLWvѩY_.*4h@VNQmgClUǩ"^0v6$H !7MdIdt;&Ίy r)9ʌ܃4'9Kfb]Dc#vmD89r pQ*{? S [|@G pwL5B› dCy~5J`#a[-0ZxAfp]ѵ.5Z>-r6\h`)%g+l_V1,#g=6;{y!ArmjO+}򆲠ef#ZQ4|MK[ȅNɢkJQ5$"%fQJVA.BWYfc?lʼn)Mv4B͘Dތ{Ezw@TϺ ъM>fAQÖ jpacb]Y2tJyXpȣi}*f qăόjc zkE{|5 vk)"4]pTo1`nPyʔƲ>0%fLm9^Q~j)G5pb/rJ`8c(C(*McӼv`l씀ȕ C{H|y ip[GȄ G#ea(e!8JIBIvÛ'd|<́MDQwoɼ]"3ǵIo[nK xX\ʡD! mȈbn|#%]Xp4@*F%1 \jg Jr ޮ|h:!_@Y =m=,J.O,aِL{iF9;ݰ<]3iw EgH6>or6:[Y?s Ea>el_!D[7uP"xkJqjopX|;iyV b'}:ݚ:&7$$M sZCXGr;C?_9,ɹH7t,kl6T-waY}H'+$.C,0bTh8)xW1>)1\۲df N! 8{x!>>xznwGvoTآ6ɭOtnsZV&K7*RT:`~U7}-@1ǭlujHl vU򙗯JbK 6X?.>UB7gN͠,q%+DH {~16Bsb{@Mi߁#_QF;d}4cu~k5 < N2(Ӱ?[L2=7֪P@(ZA8]} n* `ɼ"a%rOi`V} ؿCcFnbL1"-Lw`yVbVn. _#OHՍ2??`n3(v1)F$vw긗Fp=RŸQR%FM~s{GH[pxbBkR@A -܆dP3?< x;bX *'Sݨ9b7eSy[x*wt )k!efQX!y;a9qb]U4mEyf']M%?}9np5'7=xQ T?jwZ7ιs=O,% $R, Y ׮*[R#'o v!k/mnD"M` ?9@P9D@?Jp|S;5} AY7<$w\ld[a˂󱁽񊐤S5%o0 Hyc2ռJFS Z xt,XmF3(PB!f՝ʶC.DDZfK 38z+NHj CTƯ'M.JN-I@]Σ@7Ђɰdr,^\.ғcU5k3VT:8uT3k#s+NE3Ƒf6ꞯ MmDѤئdW/Flq^`s̓Ί^`'ƕ"Th8@F&;.=u@O:[.iBA:kFH"ؼgk?kڧ.;~]PɅbe`cC<нyFk C,e;} p[M)K>爘 Ϝvf5~r 3ZwPj\-KbBˮJ uƅ*nE- X3 A4ܥY#W?VtWpWQr}Svu.acp^l~.7r.Pg:<-*DE-j"4¶l i@gvN[F;*T{9\?rN~sC+FvmU/ hZpgĨjP@؈ilOI{TQL=\Tw~lZ4䮨ar;H5S`*F$)-NBڝ"R l{Ձ{M[\k79>jƾd$KhChTYG'$Z+B6$FN(K>3ja.Kd$h!:F8unO'W" ڍ/TVmr9G %o[4:Q .\)Yذቚ)=Kq7G+Kƕ4 g^<0=틤/ mF'&>5YyDJ @hn޼H~@W X#J`?_K#p%iԆ]a@)ym@?ȥ 蓜IQmBi履i^˰Au{EEM\,vUк&2HQ5ӎ܏JzIbkTI/C-N{)0D 9ݶ-À$B}ZBp]x-0PTnMZktmDC}!zEByk*3`t  +|W9]Ն8R"TOx:֭9 oPڕ)\5/y*RP-GGξ*/->O49{teEXy^\py]l86YgYmD-ĹI]T-=qϓ}Yrz yp6-=xX%XS~NvBme6]S ꣽ/wZń94Ij4Gq_^At/Uq,ӉfINPW+XZn|oyN!"䅿 ^ܝrXTUNҥ?#w4FNYnQ"nhz_*Ap)ܤ#ta,tDa|]"G VD/ -3~%)v1BN?p}٣fot`膜RDG) dc-&u9A5 'r:q~j jPp{A%0UR o#!wlIYtDѠJ&j/"$㊓2dArQXϫy>mZkghj`̙{Vðt]@T7w)侀3z)|04$^Xep:|elTtY-.#*ĝaθۄP5糿>l)fƁcvI%axo“c:V(IT2j\tERoGړ*Yl3ϛBfY/` '8L;K5RRNp6m@uBK`OK'7!~CGu*XŰpǨfO+rH ʈPiת)\R;Í Ī UY`j+44MsaeiYi9 C@Yg_q0÷erf ΀OERnuoa~LY1'~DMxc`9c4IPcʪp [Ud"cua&*A*+绔Dc#0~qm)>ԖaIjV9]iF9$։>TRjXӬ^Ry}*Rm'P.xtf|{Bx ¸CZsཿKDtDay_2>R +y85*)?|NjwG}L?>Ɨ-&x!Wz7̓dӐixqhVf@۱w?di24 Y9 :xbƉUa2Ť`C"s{Y 2!ۮ(WdڂG~THv]̺LQhy&-(\TSlyyΧu 0A9á.lspvYA(ډ嗇xD)$_Zn" J;6B'E"wx,nճ_xV]XE|OʉЃ;/:jkĞzT~)m:#H /tVE7T5 'rAbMNvYhjH`14)^NA ^L<;+[#8 ;`|g7Y$b% ` ٧}5S ӎINhPǹ ͱ.h+u8f}FŕՀriBϲPԘEkMu 36ş)S`>X4r+^ꌟ&O>%U+g("bTjh6ߌ^۠ ԭUj{}Ͱ;'xO=|:f[b 8Fc‚S5Ѐ0(&8Cן %q!_ؓ+o|KȪ.'`'wBYZK*E$!>=X 76f 0ϜkB/Ь(h9[G{9B4:&LТm@寨&FG B=֘kD9G_h;Kx .qŃ${ztݪR-Xҫ\ϤoGj, B 0]c]g_W SJ-׫չΑ"RB7>])I`]ҝŅnOX;aԆE'=0|kYGdfV~8|% 6\ʲ(*[17J`zq@lYE1U$^\V|M/2L8a7ר/WE:8rɬSMV^qlȠ>ʃ#WBw{AK~މήs.P@ժp~Nw~l |!Xlg9(PCg6jt5E?o}FtTK6}w*$EԥbwΞVËl4zV'Jz+87{85_)B B?3)=G~Zy\87iK2nlNi> ˵#p~,bE|Z̅ ٚ8ilf[V$pkT,y˫]N(-.&r4ZAR7m_U qnpIVYH$(CanULi ؄4QY<3-co5_`Gb޺#`F%Ti 4YEW簻2 cR&ݰW5Su"/bKK'MA`z,7""b?Wj@c ִ1>5l y6Nɑx_:&dE@} pq^4ge9 6 P553i6(dD+P)BafG7JHpA L.K<Da-@nPEwK!gJ݉DtX$e52ˀC,g`r+gyA6Q'"xַO*(Xh-  V 2}F75S|@n3ʎA0趲YF{CD j x$>CxLe!5R"x $@-v}I6yGh,C)8]I0ȹ^7.8_cF 1P;$XFc螹 K]q?~崈`U`E (:82^%8x)f( }fɭI1pH N~-5q rg[Tfly2O" c>|,X|&C\]kġU47_z+.9˜q3^͜R "%DR#Ͻ6ڷ[+y}h$SzIS(L1UTZ ̈́ -W) XC'B h^ *5q|JVj|eʐrUvуJ堶̞ѳ:屢<)zPWv X)HZ*ԅR%čzLg띪ߑ]Ƶ~jqRA 0  J _GH&NUy\]%ýz-' 2nx&vE)M9&ԫVOS b=~X u}A?z- T kۅܤo;W]s(g3?^){T W%!)N)k82(Sk&΁-ŵq`Z7x4;x`Q+=/lL|Ê`KZYؼa.Tds+O)8 5zDA 5c;4j'c]C,/5]¾85.uKRW`dGvqs7ZNJS=mcԩ #Ǹݶ YZ