perl-DateTime-Format-Strptime-1.74-lp151.2.1 >  A [~/=„(Yyl\q!dW[it3.0 j@v_1Zʲog>d a='rT,b躴䁧f-PA:*H%9fDŽq~oϬ8kR[ +\WlSxtxԈ{>!ReU{NTf괁jpl-טBR%2/ݐ3ka\\{X2 S[$8a61564d2d8e723b9723860bff1a621d65eda42ec773a6b127352c10c939c8fdaf183c32d76756500ebb52a675f2198c54a29785ԉ[~/=„4[ȑo%3Twl;5fvj 8C%y?uS,'] "1äfڙ.&F/G'mnc[+B1þo9[^Hjg$wf@Nwp5r$0=u}[0QZrjA0sjLn)lq[5Aj:6J ChZ']YSf(>!+l>p>8?8d % / \tx (d    + <xD4 ( K8 T9 : 1F1G1H1I2,X2<Y2H\2d]2^3 b5 c5d6'e6,f6/l61u6Dv6w7x7y8 z8(888<8B8Cperl-DateTime-Format-Strptime1.74lp151.2.1Parse and format strp and strf time patternsThis module implements most of 'strptime(3)', the POSIX function that is the reverse of 'strftime(3)', for 'DateTime'. While 'strftime' takes a 'DateTime' and a pattern and returns a string, 'strptime' takes a string and a pattern and returns the 'DateTime' object associated.[~lamb70openSUSE Leap 15.1openSUSEArtistic-2.0https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/DateTime-Format-Strptime/linuxnoarch8v9 *% #WCLAAA$$AA큤A큤$$[}[}[}Y'Y'[}[~Y'Y'Y'Y'[~Y'[}[}c97c19aebc6e6c5ce4917c852437398630261fe684829504049ebfaae738493c6e8da491de56ed8594ef38b7583c1c10648ed81bd58239d7b92c9fd3547bfddec69882f23c4a4209a5354b60ac3312313669f9b9796bd2d37ac64acc543c4e97242307dbb97397516cf79fc85d94eaf9b05461ba7a09a9a6a8e6d9db601bfe3b6d6dac27b1f48977874c576c8252544433d083df5d9b7a04bf8ef21225c94be0ffb9635b856626cdff3b336d55f57ba985d3f9592c12d6a4a0c22c28f39a75f45bfa39baaafd854861275aa8ac7ef94510cd6aa57b4e22fc084f6d0b1c27cd0ec99d67882abbdc53df18639b4055031227b1dfda5680d4e6253a5a412e3f747978a0a68324a6dccde8c2dd08f8a42b8a9f2c3b0698c88978fdf56d01027201a0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-DateTime-Format-Strptime-1.74-lp151.2.1.src.rpmperl(DateTime::Format::Strptime)perl(DateTime::Format::Strptime::Types)perl-DateTime-Format-Strptime     perl(:MODULE_COMPAT_5.26.1)perl(DateTime)perl(DateTime::Locale)perl(DateTime::Locale::Base)perl(DateTime::Locale::FromData)perl(DateTime::TimeZone)perl(Package::DeprecationManager)perl(Params::ValidationCompiler)perl(Specio)perl(Specio::Declare)perl(Specio::Exporter)perl(Specio::Library::Builtins)perl(Specio::Library::String)perl(Try::Tiny)perl(parent)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.001.0500002.090.150.333.0.4-14.6.0-14.0-15.2-14.14.1YaY&@XN@XBWBWW@V3V޾VV~@VHsV@Vf@T@QNHL8L@L-JjJ?r@J> coolo@suse.comcoolo@suse.comcoolo@suse.comchris@computersalat.decoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comGreg.Freemyer@gmail.comcoolo@suse.comcoolo@suse.comcoolo@novell.comchris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.de- updated to 1.74 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.74 2017-08-03 - Fix text to not rely on a very specific exception message from Specio. This was broken in 0.39. Reported by Slaven Rezić. GH #18.- updated to 1.73 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.73 2017-01-31 - The format_datetime now checks that the object it is given isa DateTime object. Implemented by Mohammad S Anwar. GitHub #17. 1.72 2017-01-24 - Require DateTime::Locale 1.05. This fixes some test failures seen on CPAN Testers. Also require DateTime::TimeZone 2.09 because you should really update this on a regular basis. - Require Specio 0.33 to fix other test failures seen on CPAN (I hope). 1.71 2017-01-24 - By default, the word boundary checks added in 1.69 are now off. You can enable them by passing "strict => 1" to the constructor. This was reported as an issue by Toby Corkindale as GitHub #15. - Switched from Params::Validate to Params::ValidationCompiler.- updated to 1.70 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.70 2016-12-10 - Altered the conversion specifier %z to accept ±HH, ±HHMM, ±HH:MM and Z. Previously only ±HHMM where accepted. PR from Christian Hansen, GitHub #13. 1.69 2016-12-04 (TRIAL RELEASE) - The word boundary check supposedly added in 1.67 didn't really work properly, and still matched too much. For example, the pattern "%d-%m-%y" would match "2016-11-30" and turn it into November 16, 2030. This also had problems at the end of strings, so that the same pattern would improperly match "30-11-2016" as November 30, 2020. Reported by Erik Huelsmann. GitHub [#11]. - Added docs for several formats which had long been supported but not documented. These are %P, %c, %x, and %X. Reported by Alexander Hartmaier. GH #10.- fix deps * perl(DateTime::Locale) >= 0.45 (not 0.450000)- updated to 1.68 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.68 2016-05-08 - Author tests are no longer in t/. This makes running tests for non-authors much faster. Requested by Kent Fredric. RT #114237.- updated to 1.67 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.67 2016-03-31 - Fixed a regression introduced in 1.60. Older versions of this library would match dates pretty match anywhere in a string, so "%Y-%m-%d" would match a string like "abcd1234-12-30efgh". This is probably _too_ permissive, but we definitely want to match on word boundaries so that we match "log.2016-03-31". Based on a PR from YASUTAKE Kiyoshi. GitHub #3. 1.66 2016-03-27 - Added a zone_map constructor argument. This lets you supply a mapping for ambiguous time zone abbreviations. Based on a patch from Douglas Wilson. RT [#74762].- updated to 1.65 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.65 2016-03-15 - Updated zone short name parsing to handle names like "+07", which were introduced in the latest IANA time zone database release.- updated to 1.64 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.64 2016-02-21 - Changed how a string that contains separate epoch and nanosecond fields is turned into a DateTime object in order to deal with changes coming in the next DateTime release.- updated to 1.63 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.63 2016-01-13 [BUG FIXES] - The behaviour of silently ignoring text after the matching part was lost in the rewrite. This has been restored. Patch by Dagfinn Ilmari Mannsåker. RT #111155.- updated to 1.62 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.62 2015-12-19 [BUG FIXES] - When on_error was set to something that did not die (including the default error handling), calling ->parse_datetime with some bad inputs could cause the module to error out internally by trying to call methods on an undefined value instead of returning undef. Reported by Mike Dorman. RT #110247.- updated to 1.61 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.61 2015-11-13 [BUG FIXES] - If you loaded this module with warnings globally enabled ("perl -w", which you should never do), then you'd get a warning about the import subroutine being redefined. This broke the Package::DeprecationManager API for turning off deprecation warnings. This has been fixed in Package::DeprecationManager 0.15. Reported by Martin. RT #108871.- updated to 1.60 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.60 2015-11-07 - This release is identical to the prior trial release. The changes for the trial releases are reproduced below for convenience. [BACKWARDS INCOMPATIBILITIES] - The error messages for various types of failures have changed. - The never-documented diagnostic parameter for the constructor has been removed. - The never-documented feature to allow you to use arbitrary DateTime.pm methods in the parsing pattern has been removed. This never made much sense anyway, since most DateTime.pm methods are not constructor params, but they were used that way. - Using the pattern, locale, and time_zone to set the respective attribute is now deprecated. Make a new object instead of changing one of these values. [BUG FIXES] - Fixed a warning from the tests with newer Perl versions. RT #107620. - Clarified docs to note that %Y and %G require 4-digit years. Reported by Karen Etheridge. RT #103147. - Using the 24-hour token (%H) with an AM/PM specifier (%p) now leads to an error if you try to parse something like "23:01 AM". Reported by Ric Signes. RT #92445. 1.59 2015-10-25 (TRIAL RELEASE) - The previous release accidentally included an old version of Strptime.pm in the root dir, causing all sorts of chaos and test failures. 1.58 2015-10-18 (TRIAL RELEASE) - This release is a substantial rewrite. Please test it and file bugs for any unintentional breakage. * The error messages for various types of failures have changed. * The never-documented diagnostic parameter for the constructor has been removed. * The never-documented feature to allow you to use arbitrary DateTime.pm methods in the parsing pattern has been removed. This never made much sense anyway, since most DateTime.pm methods are not constructor params, but they were used that way. * Using the pattern, locale, and time_zone to set the respective attribute is now deprecated. Make a new object instead of changing one of these values. - Fixed a warning from the tests with newer Perl versions. RT #107620. - Clarified docs to note that %Y and %G require 4-digit years. Reported by Karen Etheridge. RT #103147.- updated to 1.57 see /usr/share/doc/packages/perl-DateTime-Format-Strptime/Changes 1.57 2015-10-04 - Make all tests pass with both the current DateTime::Locale and the upcoming new version (currently still in trial releases).- update to v1.56 - Recent DateTime::TimeZone changes broke the tests. - Fixed Latin-1 content in test code. It's now UTF-8. - change %doc to pull README.md instead of README. README is no longer in tarball.- updated to 1.54 - Require DateTime.pm 1.00 because without it tests will break. - A fix in DateTime.pm 1.00 broke a test in this distro. Reported by Anthony J Lucas. RT #84371. - Shut up "unescaped braces in regex" warning from 5.17.0. RT #77514. Patch by Zefram. - Packaging cleanup, including listing Test::More as a test prereq, not a runtime prereq. RT #76128. - removed obsolete DateTime-Format-Strptime-1.5000-deps.patch- use original .tar.gz- switch to perl_requires macro- update to 1.5000 - This module did not recognize UTC as a valid time zone. RT #59209. - added deps patch- update to 1.4000 - Actually update $VERSION in module file. Reported by David Wheeler. - 1.3000 2010-06-26 - Specifiers which allowed for leading space before a number (like %e) would cause DateTime.pm to throw an error if the date being parsed actually contained leading space. Patch by Alex Vandiver. RT #58459. - License is now Artistic 2.0 - 1.2000 2010-03-19 - Updated to use non-deprecated DateTime::Locale API - 1.1000 2009-07-13 -- Regex Pattern - If the pattern you pass in is a regular expression, that will be honored. - Changed the locale tests to use require the latest version of Locale until the target stops moving. - spec created by cpanspec 1.78 - noarch- spec mods * removed ^---------- * removed ^#---------- fixed Summary- update to 1.0901 - 1.0901 2009-05-16 -- Official release of above - 1.0900_01 2009-04-18 -- DEVELOPER RELEASE ONLY - Makefile.PL changes for Windows users as per issue #16 - 1.0900 2009-02-22 - Another pile-o-bugs - It seems that I also wasn't seeing notifications from RT (please don't use it, use the Gooogle project) so all the following are fixed: 36672 Started failing mid May 23313 Bug handling time zones like America/New_York 25555 Module dies even when on_error is 'undef' 23768 Olson timezone handling incorrect 22450 locale test failing with bleadperl 20487 nmake test_more fail (with patch); incorrect META.yml 12071 format_datetime uses datetime locale rather than format locale 11863 bug in DateTime::Format::Strptime 1.0601 when using %s - And a couple from Google: [#8] Add DateTime::Locale to documentation [#10] Parsing bug -- can't detect word boundry after month abbr - added perl-macros o autogen filelist with perl_gen_filelist - spec mods o fixed depslamb70 1528397314 1.741.741.74-lp151.2.1DateTimeFormatStrptimeStrptime.pmTypes.pmx86_64-linux-thread-multiperl-DateTime-Format-StrptimeCONTRIBUTING.mdChangesREADME.mdbenchperl-DateTime-Format-StrptimeLICENSEDateTime::Format::Strptime.3pm.gzDateTime::Format::Strptime::Types.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/DateTime//usr/lib/perl5/vendor_perl/5.26.1/DateTime/Format//usr/lib/perl5/vendor_perl/5.26.1/DateTime/Format/Strptime//usr/share/doc/packages//usr/share/doc/packages/perl-DateTime-Format-Strptime//usr/share/licenses//usr/share/licenses/perl-DateTime-Format-Strptime//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/c3686bc875108d4e6fb24a83fee577c6-perl-DateTime-Format-Strptimecpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII textUTF-8 Unicode textPerl5 module source, UTF-8 Unicode texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPZ%ԣg A"1Kutf-87021b88e141c6c7dcd1166193fca92960003e946b54882612e58b7c7256331cd? 7zXZ !t/kw] crt:bLL {8#Nd/.?K=@V%ܸecvy1n 6)ЍO*8D-4ѫ\_ujI "aD\Pv]aC-V0rÛF<]:j:^O6r QLH eD~ 6%xjA(2RoFg8@@>"FZw)ggUoQzIY劾ty޹I=GnO9lz$%q`T}sijFXpJ0?:<3)DՓGoCf :Q ދ\y_!E.>3)m n7S% vA=G"0 YF\"+aO/|0ռh눟#BGجҦףҍPX̝%U4KԀXE8J9Of$ XQ]Fb*B. A-ymOAv?D,i4OɪB:j(;=*@IRoR^ue5+ۊn *wB\5V6M-^b@>KYx=j}yY):q} [$b>C#r^qWYB=Cb@0ۮaއ:h_ZO#<}z l.5AiR)Mh1ɵOp-.8rzmFV B%= (ToutkjrL7 n7TcyVx'j,AMɍ&Ru]ORqL`zC )a\[ChEY =z%HJ ORXdk(B>$MT3~2bo 0rt} xu^a| |ЅլOT7Y5-hzx7vXBzݽ"r̙SxmN7cQ2δIi0H>' kqRL D7^\q⮘ڏGeLcۄC%d6~;'PqF hi4MHȎOUBMG̵4nxK4ygɐ;+˺nlTNc2ێcv( ௝u4^G<؄ZMNDS?n o8\h֝=4Po#᣺=( &.ᡜ_of<"o){FIdࠢR(s_w+tYf2wÔ ҋ5LGBЙ߃LfT 3(]e4֟aP3b a (u$p'uy*6^H&ϒsHIơ27ef.&έsq8]  +ئկ VCKndeXEƘBSmdz0Sպ1+Ki8/OrIɸֱN $ݐrΤE0[&I p(j2&TLY\7tz9j+WAn2(iX`Hj)EjǕF8p7-Z)nsgx.8`' <ͣHDa>(I:1:2lwȪ*,:ܨ}R!ӸA12U@(z&C!:Kϟ#³I4 TFdXz?J;}fp K&r)N%^+-V]b8&dDZu[x> x7d`E8ޱ}&|Q(>d>ٜeܗVa$E Spvo t^5z_ WcH, ҃fx<;o_EJlL 1k-mqy\k帎5m"aj z|m~sbz^cf O^¼&Y1yH53|BF! ʹZ +e`F T!MٿXɴI}fC{I>ouz~h'bVgiRsCsw13 )C7`{1q4nUz^ff>_>*sJNhNkۭgy505RK2j,X_-J@F f[KoLGڕ |+U[:]޴, eLepgΫ-pDu|nve(hȳ&q)YT|(۞d(O.!0mg;ׁE2"݋ |+4>Q;wTe̸w"aiص(tPm~3! Jv /[.MBO)$SN?> db=vaW|#%@9C;Q5/if迢U{9tӡQfӭ8mj9&OqeD>Ww  jޫx8_*%e L0NwC~D冫tk񡶘".+f9zE:həu5h&eϲ{!9w5i%˜ a~w&A E Ҍ:JݾZu*'7DoFZgxÆh✡VBPM&AoJ!)LN先Hp{29c٠9'y $͕ S2Y*ʠMH<:oXsXYtqlUؚbE&'h^O?(KE\%̸Όﰦ^qŠ ]]q5ybLl e᧜ L^jUk֒ ho1ֆh?ͧږd+\N&w:JW\J/e=9QHyvչfx픀=Sg[¤x~D/W @aF !(i(&x X~܆:!6hȸLI) ~o'!C+WK9Uʓ~A+Q]Ҵb<t6F#A a&0 "-Gے LUMシ /"nT ЛDc!~4,`KjX}:)@(S, N- 1ݶ>@: 5of/*GBZN>lobԪ&KUx(|v(}lq>L8ʃ>IKX"r똲>Pߞoy+CZIK+% 7wQa.y(I0Ja/V'`BH⟯ȴ]35F `5>M`H|I"LT 7MTM~Z cègLVwg|9闇RQ!6GFbj{[}"6u]0:z4&wnۇi_O+&|"˸C@~=Fßq懨Y./4MޯB?o3)^~-bٸ? #SEy+γɡ!R9׷Mሌ|z/!_4RY)jnWZoNi'/l2~+!_ח\ҩd4t)MCw ӽi6ۛamsbBvc`1}sL]J`0ؐ_.22o_s/tB! OT[[ @ /^sp9%%o׻<pt4Aww*d\ϳ`mLEw+]vgIJG+]9o/ 5(W- ľbE-gS71ғ;'r@28iRӝ\B G66&K`}A5V+=!=ܷΔ7tT!)ZvIcPn`*w~Xd3j[ *fsb%S"U&= %G4F9veb.nʽ2U[mPnMsL^K+ *IqhN`-zng Qȇ(KVaё9!Ex";) /2 O~ynת==nm]MsA«bw;bbM@V GaK>v0Τ.6[ Cq`u;7i%I5=A29v(a5J žQсyvTp_$볦PXrh9X+}5U> q}q1uATYi# ]/ YJw ^2'HBVyשGS(Lʓ%MPMr@h#ptTՄᆕ 1G6)%0'ʁ*N+B C٪/Ves&c oU"I|]}hl-J*Lg㞩 KmԣCkOqJ gSsA} pӹT>"(xl/* v,îSÛrY3\RK%ˡ&PX6:ܶ<( ʫ110)gH b'WG9xBÔW20Elb[m˓s9`oܞ!iW`λQg7wȋ52/䊍 !&rD`ro)j|1=1Hb9MUй>R|/Ϥгn(;w3HGieӤr'!J/HQ3}&#?]Q5[N`?Ay3*;?DUfqDv.~=XXRKb@?]p5a#}mSnrre!OƬ>l{jq@ T)g7y Prt㕫@vsb/XR7@C'OHDlszug:]K||٥zG$Y_H>qNBעd&b¨}㆔s|+}@qT'WBx8l J,tmɬJIfwV(0g/FB#[!n'vb!юG794F8E+wòG1ed:c'FV`Q:+:D}ƾ5eEk$::^{Ok?~LsUu;?-j&I ;nPwS]">]~>oK2݈$z)-H`A`B[k S][Ŀ/{o?sJRNXcW$( Çr`sg+#&wv T zBX4ɼ*QbdULZ8ByFX@Šۄx0*O?ނ{ c{2q樺ձN7n`"*W)2͂0!ܴl-Ҏ~Hؖ'OEf)¤\4em%&lsWQE8S'A%1&\/ZNIb@حq<40 RcAݫSE0jO|.0jqy `մA/U_ |&pGI_MMv0|8y+Q7.V66E_LXf֍i \άT?˵ e{R+ ] X:XUi-뺩x)^c lL]&ޣq7J TY$Z4u@6 QCDa!5+tFؐTpAh1 BozP ĀSZ5ɗ`a\"C1oh!~0DtC2f.e|'TSG׵dN8k?=2z*:dؚ \ j:[Aj"5bVϝ2sZ0cg4EmACK>ꎰ%(}ydFa_{[|Uy:hgc%Hp&;Y!LU F~\hfV;S֒SxçEJ;63&V^ՎR֮s`PN͐ 1 HnV~1CIH*Uso(1!_z4O֣Rkڞ f< ,aJ5zz &LQ;)"^,T'] =_L5[ը {01)S8M)m82mmFČ%6w.Ta܆Ty>ĶI=@THL,ߋ?E~y zǤ1>w;eFZEkh6(yaco@( PUGl,9JipDu*Zg´ٕu?Nl4uTUϹsf^՝ǧx.u1I y9m3lߎj%a5;|xo`l2؁:#G.O.Ah }>=9LJCX꾍S>ne=Os0x͓M1U*Mf|Xj"0i>eTX B!=7VQrCfd<ALB0xRڎh׷,O IΚIoօ:;K&q]dڀi!y;T9Q=9@|/*WGZC ҧ_Gk̂i;4QqdɛZKT2yT Q";pٞy^HlP$'e&mKO I/{ƪq@%7*qD+4P6lҙ\U`?K(?% T(?Y@HVs7JGT&pz1AsE_} v$A-3pUhW͘q̼RHW?Z6,+m$dDЛݸ0APJA  R7GHa3@dhӗ4YwGk6s$jfY 0@3|yx3@̊N& U@m;~*KaZm & ɴHYKhKͺ٦)K8y1}#6M&yNXli<^guXI˷ * !k V( nQ4VM^>||=OS1 iDg1\[[Z6:3wԓmEpJmPoO_pȠ=_rY94Q3w!g:HT]G"y[ۉu lK?(# Տ S)u<ň$ZE;y8آV݅][:ګ0ޙ ZߠN{]4 Y!H%v<@sVPzIjP`LT2bNPØČs-fet(/6-EOGeT!+k)ZtY[Wpgl tLGڴ<$9J3yӋV!`¢<] k=si 1{6b>qkj\'gtu^ͺٟopt (ͳnv*2,o>qyme_رpYҪZ*T>52PUu9inf*T L~_ڂp:w@EbHq I'K'aSdFrD_/BMNRwNgo\~6ou~4R ANē>74L6JLheJ@2|4hĶh'a' ćsWubV}ͅ鏼srΝגx6ڷkRh2[tH~?K_"}o+_P&@i%G~;4h*j_@rJ~$ ό2O>L\- F+XYabfD''24œxS"XO=(GՀ[K RzS*`rñy-GϡSĬ՛}x};!1RvE/隨@'F & _3l\ͯOboB2 l6Vɾ~9'qΫx&L[. ~K6lq%59uob#/$m A n"gxcJO6FQn&X$(0n!m*P1IXMJO0C~9hb6 362K!##5λ.0 2m{G~xzz>)̗Agc,[?Ȼ4x@5EA_ҸnNi8+Uhzx8_?vqD*%mIB -RJī?Y6t~ϑWYX맕g5zl fY fAo3>{ex6CHUdQg)Ft9 )jP*5g@d"A pZtC$"&h`USͳNq!|Y6WFf꾋l=ꀳe\7l\M;3Ȩv3x(晆`w`U4PY <mhZ/)x=žˁK/ȋ})}&D/Oї@+83>7LJq ϶<:я?dX8h{Yٜ7VwaFeP.#gx~'"6nD֨S/21.LpOîI *j[u BxC({IR6zv<.8&5$xz\o0VP{]}0VX4M4dr膊sZN 'JgM;(μ@.]5:+ E.x'YcaShOÆ\ï{NWҎG5] `|+HdGg*F"SEU) cTnŬ9i{d&Yln ?$l=CI:PFf2tw IEMj#6[{3Kb\mq/*oa%{:-P{2˄ql:=;0w% S=3-AI>+\u~݆g@G@en;tg|`5sX*Q@ia5}g/4&zSǬS-B ȨSP|:p*0 ^=I 68._:]F D4@lQvZPAô.Aa)o26+:O)ZY(=p vy $!y18wqs殄fR"`YI:Wι*(EٕoNhC$7%ؽn kG0L1ݎ8cu8]lψ82K$N(]bs?:6uZd- ުf1Cv8mA. g12Iu9Iz9SIyc`0|dHoQ4]+NΔA ޹mѧY鱇I_w$Kn]v/^\+/="(bOe7sj |  :BMX^CKp(H艭 as-t?DvH#|i'iȡ0++yqcFVS2 jx*n Flw)ztKTloI>6TtvmxI[*rP=M$<ڢ$oTCR7ߗ;RI:ߋ &?‚[űDFv */s6$qCsDlK_K쳃=$)./#s +M*cqq{n[ 굘ZSA@w|e nw?Kǎ5\QD報 roHYM -wզO_C0i^8/ ZcKq Os%m]~k)O-TpA:9V6:b\9ϱbn.e 6$ED_Gf$E >RwYc՝@l\ͩT,04)\s_t-טܪ oùV9m'V(%ZuBIɅbP(7 vpj)A_d7Ӎ/px,MK?2Ios6Ù,H*Jz-Ce~hTU݌e2Id)^QR,º xBomE5ʫc@ Bttg;oxoK1 ^ҭ튰(ؓĄVi I?Mza.xX@lc4]ǚk.+{r=L M"CE{NG&]ew5SMR$UxvU{Ewf=詢?dP"UnX+.72eINiW,s9+XnÈ)i0\"{5oPVJ!ρhy~՗QMkFG\&fCˈ;(ƲT0FA]36agh)m.=/w.bF0ki[RDWLnv p-1 u,[b91bxa}ҾLV'qk (,S1z%`+FqʯdI#B/Hj&4`|n9s:ʐRW{5I gssEj1xjܫ;LP2 A@tưA0g{ V]6KohҺ^хenܓ0LIJLK[ T{oW[uO  '%0#3ax^)]tc)=(JmRc\WˋȜVTpnxvLLVzݯvVCkYFިdU;ŕʕeUFϫrZ8o f?Tܓ#WSQ>هqQGF'XV{ ܁Z<̾$ʇ$Y/

{6_x>H8)YqRՌl%4"j=E+aCJUfxAd$D)wضf4Id{* Z8""d kz5u+mx =,k_NCf2S Cyy  l]C`z@8I.%{CZ) V}炮gt'h;IR5 fQ1.$=͜sb& cs-{|1X5GBVwvSaíSݔ sJ|}B`ǡvui{Ҳ3%N6k+S~#Ka u/@U#b5'7ZOS쒌_ҿBjlи!sUxMfz]*Lm|F]ˢsnm$:vR~>#^M:Ax)#yiǤ"hYBߟ^ua|KL ]#LYm]jDU䯂)wy==A7p^l)IWa^|) iS piji?K s@&.hl0roin[zffP xD'.ϵV#%܅GU]KjZ#g2eI;s(<,w;BFH6:!ƽi/GTw rTej7 DU^Cn@GBCtdLV{%}^7~ߝ΀au Zՙűdo7ױO$%0FS"зk6}EcDiUʺ>f;|ŌV)dmmj..qsRCW%3eV`**̩Y%ΨOM#"žG}׌jBWN D?;R`:78'gL-/hqP0Ò r >eTNF`iRKP5~|ٞ4'&,vv'E?_ϡ@h-}P&KVԧ4ݧXKِGVc͗)IWa"5s/j ExV%u?te*pKdr/ļGq( {ypNy'͢WFx3Mmj2\ڃˆJ#2<($r,7;wfzU 3d鈊 /Ր:=.@y!Mts!^ ރ) q\X#Ad1 z~mwA dxNet95 `]gJ W3ު]xK}+^QBI lSY]LJ<ڙV2vc.;>ݑٓ4wq9&g Hˌky) `Ho|Jȇ b,.YV!/ 1xvxO\l?S+,A#ٹ.0LjR8N DR[_(D@_ܕF8k^ Ľϻ$m epXxd8*tOe 1~JlSbDTx=~@&hǑ:zy u` %* {Ji;{p_d (U?gI4Ns a97WD PkiG& r6X9L0v,e]Jǥe1RL_%HeEy(0E܂ rxh ^D˫%zNWLe4NUiN=6Afy8Cb~\PKB(5y%)  y b$ ^!_;;/YX&Mx` Rc<Pa뛻A'd$_n5CG1Ea\߿`M1a{+_W#G6@ɞe$O˦,'8'F })=cIB)&LA[PD#`\dX!?rr.wk(}ume=]d(ɯajFz^o$JTɨuz)+27۶YY|Q-8Ti*ia1twMkULWH,u-' +@4kWjM XѾH-d[WdHKKmWiw7IjUxj84YI5{3\Ǣ+H@uj{41?}+/X.ihΐz _2aB޿1.D\OZt{2Pg`YAE1OuWd(wX"cf4:yVB56r  %(N8Fm \Ah+Zf w`f+?S@:[mԤ DD :q}DH /5Zڱ/Yg,]"1>= OtXOPH#pDW gGj5>$~kM36,U&U°CMe-S ߶:\74-VYςo"=r?4pXhPm/,_ff7Ѱqm:ce&:ª@ %aqǛr^GR6')3Ϙn *DMҮI6%YXiez7i4B9G%Z=2! 7;WhcJw;=B`,+\CWyV"E?vlD8Ț1d'XjoqOnP*M] sQ24.u hE+깺 t$p'.5kwn!l N9aW3 Z"ESXK*pS~,?@&kZ1g7 (C5SxWJY}1t< NjsU.kqxkōէBlyՔm-xC2=0iyTh %2 $䚾~a)=b'Z.@J@J\(պpTNk]d׼T5*,7ⴰJmˤ ^*`Jt1)|˾-@L)sIG|߄QVbM= 7Ib7!3RD +Cs=bj:q!yUJ!ǰbObĮM`ޤ3^6*8XqV%odf՟,SmJgՁ8m+\$.TLz)V*S_PG'ID{=VqccxZ{XL}ȠY}б3=T?LCV%|=3k$%K{*Tp.(=1_I(Lڻ$[@p;a o9OFh$`'P#h #L+P,[Id7\tw4[VK:lū&4T(g[q v0aY|cr  I'6pW:"P%3)5@%5HA 9^֊nvW_^B?[ "0́,Y %GEUoR?M-gEzlIdœ4 $cwM $*褽)M |:6oZ]9#0jר l)x% "x$V' W%gG mVwh+;ۼ͔_#Υ"J~:.a T2j^;g!4EYjAض9AB/btuhCz[ÏtDP/Tah%V6* F ֟?,g/"d1d\ѽR\3f78 z6O>u*dګwdk%՛89,O #iӖ*Vm.U4KmfZ~XLӈKc8p;P4 @UpT\Ů͆&;a |$* 3yo&?ϑ-,y+uljQ_ԯzպx^w[4YY ,_M9ߌ ZEh(2A!sOi5sOǷE`qǟrnEĹ]Iur^\BHyŠ@*b,(Ó<7prN)$( iv́UyF{,syubô"g s|_X )Abz 2S/X0|ô\n7涴 v|a*Q$(6ynjZE54rH\ܾ(%7a/s[*ޕRe\0E]]D^o~.f`dP\m}i]đoԶմ0 */*HO1Aۨ_Ӱ[vUъ1jY2ņ ױ`]MӮ㳅5$&}=q7\̞ MD?rE$+6x |n@G#hIl~۠wJ{S/a]C-ǟ'^r{*pYJ=v.Z9ꑠ-qC2n٘9>X$`G5$,wN?%OM5\Z@pL;jAvcrÜ?V9q?HGFn,9iu.0r`M=c ϙ$^;рN~ F~R$ bIJ\MD+/aYֹNNNߐ9Zu1^ƾ׏m81kO:Xrईn.*tcNH]كUl!.SC)R*1Rj5&C47.:Jƙ㵳V^N~= < ^#i :vL%د}>OMckf_ݩe oŇ0d"LcAcsގ3XAv m%Zy jC]H7բtSJ֣v-CWWo~t=0g ;7kBol+]2\]yϥ6ֿϞvTڝ;Z_mnX-6'Qcd}g36|z)}be;(PpOy0k88[AxW@? 09`I&q]  xYq ^'>_bXI2BVuq~M,sZ[#B'ZAϯH'8;T_6~W>Vd4O]=3nGȃP~ kJ7JnsH2 ~&R0JMRҀvK4Anʉ|" ><GL*˭[Mբ#Ox FoGzI$:͉l|QqָWm@L|f/ ^lKi\=5+۟,p8%sl=dEWqTǏp렠o E!kl{0Ԇ˄h7 0 Z/d>hT~Ƥϟu>'V8+M˹R%wQ9Ձl~EYsY [&g 7BӝϨ2ld*mogHgO L -=\q_+~0NJs" s$ĚAO! ewqUk8Wv6Ԣf8cvͼ3Y`c..i@Wh0 6|WoyT]/:msDڌW@cY3,WtsyDKNeOIɜ5ڹwD *~wlr4ɑs+&xQ9Q;حg*Rk.eG&:GgK!z0Z;d z'Sɼ0"e_WsLXhyrtYv[uMuRi.Z1.ԉX$e${/zE13/' i [̫ZAN9U~Smp>.=Dyl }7I N ͂W@{R!*4Sz=1qf1c[3ufI,縮ófP"Y[wJ@؃ew2B,6SJ<= pe>W WEzB MH\2e*:UI0VPx?J*ʹĬ1'eD Zo# PLp"X|YY,-Øg3CNM^YIz2E T&r&B!oJJEFᝰ8y|Zg[Q_XK_Ζ[?[Jy7BMr./J.66$VZ$W TuL`gf^ ξMddÛC;4T3,g`׈ ֘&?5:wH9\O;F{ s!˃F+_%L247zwgeZ$Q9Ug]" p]f"^6Eˊ@}8'w6OW$ܵ|\d}@w㴲Py" #l4lN0mGCCw)<;)<Oe什@@Es5e '~Y[TLBlYwfIQ!IvьBM stb gtP 1 jd~; iKɈemc Vh97Ba6ZXO0 ' lFM*Zqmnhִ<`Dat~=tf|ɔSB@t@?`1dϚj'S5JN79G1~8=CM1~'|Z[≄orYH jχxT5rń".D[v"N>P='A5^*% זΰsb. "x[RZc3;n8 9\Ne5d?xCC"W aî( S 9(WV?L7So#7bN+k85] TӟgnPPCP< bei!`zr(oLoK 䦲qUT96H=H5ZzRBsѧ;QX'pH# * Es02[ )G(s: 6\K\#`aʭFn!N{B߷= s'.TA"bʾ_%4]Qv.]BT:Z7c*ΐDFH.v˰_,] ;!}r}o VOьmRdjsLawD96=R}bWS `lXG}΋p\x[nn9OL.B׼6t:+^`ުx +9c\%t(q=cㅗvt!a#0(#ņN.ɞ%&yרBaCIG…t rZ_QHsB?"ElҼ Ɖ} U1UR tpj 8Rտ8*MRu@-]SZ 3Jmy@y\ˏfl7o6 Zf?dEڠQ"?_9*'E%0tb=>fY(f2Et֣lPul}$~W޺,zN<8n=zΤ!p Z:бD^1s &y/hr*gVJ`qP$% Uz)_XvLkKYo$D_q^M@НN8]9w8sNk+*6a?ƃz=h39<{5FI^[;m?X;aR N]6G3 L(Y{ɘ9ZAghth-N1ff{su FuuFEza)5©ɠ rԎ풓k=J6g3cnJ $Viw˭G5Uv>=#{Kj٪2_0kY"2—tafx=w=G +US]7D୏+U+ t"88.CT'5+t,fF:㵿׶Qa*#to9_#xƅs^8L,lcJ`Q BnjXih+#_>5"',C 6fEmG^{v0۞Np۝lH(74m5|fL&Ygv[Jؤ kٰ,lfvHLHIt(!CRUy@7C/ØRQ`"T<ݪ:l1–pi?.%g#q^u.r# O+w$9MY9] B u{)Ui~Wޭ5ƘhaD)̫6cpuȊHaHOJͯrLLB*kD̆tnImԵ4p}"j"wWRXFz,ٶQovW!tsdCr]u,#a ^?u4^¬tT54WUIǺm-LwstK/8*볤^Y}ǿAE(w@!]5GFq@vR~ц?bHhLdߧvf"d(sΊt+Yآ۾jkJ ! ?,8ͺ␱4Kg"^a.s=nWxbw .s I*=m!D,T{Mj 9Zk* x W.C |H;7t]畆]`ɑg# W,IuaNh+M{VVɾ[xBiP >jMֆL n/;j)X$XXq(sjmu3[%z ST Y+CBqژ?ue~Hz۹Cl}zaZ&(끡x YZ