perl-DateTime-Format-Strptime-1.74-1.20 >  A [X,p9|*~ʟh !^C18m'h.+B *sz/j,&*$JH_ W'6hxqS?]1.^K>ݓO$,+ T0$s2GQQb,^q#HykGt9?*QlZs)ڂ)|Nm7>Վy.:{HHfڏ+h&xsU^CS794f8c1c8b1bc52f6fa6dec01137ea5db92a430ec1b514935fbda29f5ead4833a5e1c12790b747d8f66ed7ae16220b9ceacf8994ĉ[X,p9|ei>xF9lp̤bW7ZN(NH4ՄEEL3#/WwـP:ڱf2`F|P@j47coC?zQ'"Hj `/WـvT(T>k,-iFo4zr>$rI!߁C]S{wuWq@nYR])-)HD<<IʨA0ЏDvQ*F&'ӛվ㊋ůweU7}y`UX늣`Pg~ l>p>8?8d % * Wlpx| *08t    ; LP@ ( W8 `9 : =F1G1H1I28X2HY2T\2h]2^3 b5c5d6"e6'f6*l6,u6@v6|w7x7y8z8$84888>8Cperl-DateTime-Format-Strptime1.741.20Parse 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.[X&sheep13SUSE Linux Enterprise 15SUSE LLC Artistic-2.0https://www.suse.com/Development/Libraries/Perlhttp://search.cpan.org/dist/DateTime-Format-Strptime/linuxnoarch8v9 *% #WCLAAA$$AA큤A큤$$[X [X [X Y'Y'[X [X%Y'Y'Y'Y'[X%Y'[X[Xc97c19aebc6e6c5ce4917c852437398630261fe684829504049ebfaae738493c6e8da491de56ed8594ef38b7583c1c10648ed81bd58239d7b92c9fd3547bfddec69882f23c4a4209a5354b60ac3312313669f9b9796bd2d37ac64acc543c4e97242307dbb97397516cf79fc85d94eaf9b05461ba7a09a9a6a8e6d9db601bfe3b6d6dac27b1f48977874c576c8252544433d083df5d9b7a04bf8ef21225c94be0ffb9635b856626cdff3b336d55f57ba985d3f9592c12d6a4a0c22c28f39a75f45bfa39baaafd854861275aa8ac7ef94510cd6aa57b4e22fc084f6d0b1c27cd0ec99d67882abbdc53df18639b4055031227b1dfda5680d4e6253a5a412e3f747978a0a68324a6dccde8c2dd08f8a42b8a9f2c3b0698c88978fdf56d01027201a0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-DateTime-Format-Strptime-1.74-1.20.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 depssheep13 1527273510 1.741.741.74-1.20DateTimeFormatStrptimeStrptime.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.suse.de/SUSE:SLE-15:GA/standard/3e2a82a26509d8a6230989d97f2a3bc1-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)PP(O3 `49utf-800a05036a90aaef94983f09d2284f8c6dd86a959503c8c3bea88c2a8831d3656? 7zXZ !t/kw] crt:bLL $ձ|N ]UINZy&j)^ia9 *E=QaZ 4絓Y=A-"C䪙ڋ*f0>[mɜeX`l03Lj wy2 ,EyygU r`"zT?p}U؝1wx&?C{dmw6\0 k{A. p1gCW{u5d/b‚f? 掆hs+ MY#|Fp2be1%Q B׏ͬ8]"[<:Z 0?sܼ@eY{UB.JEV$dguUӼcS7qNڃGsU;D=,zѥFum zAZ*)ǯuPgԸ"!NgPk|٭@KTeWo5O;` 7%NNʗK4_L"K"8n2?5!m6+WSU6[ޖ̳s5z͸/"1͋鎮 > KB[EX̧Kva;KwkkY"*\,\D9~U|lWYNZ:<5.FXh牭k7 6d$aw/zl@K(-u I6Z ̛%"a]M'К1O-:rR~:#QSug@/poqn" n!X<!l $)FͅvF{LX2̳̑xU!9f̏YYik~|'hoz Um8,`M>qmr m{y`'̫@ɩ~qI@Gcbss:/W;IB_/,ege"wS Cڛi-3;M~G9ruǑ$ax=&H}_d_ne>ܼl?+qQӬɮӪ9Q]<LT> (\lv]ge>`1]3z6uUe KCe+ ?]9SU\WE]be[K'aTgPLȴTpk"s4T\L#$rzBPfg`zAF475/JWn*' ɑ:3aMd|I(M3 Je8og vb"0Sc<%a9|[L5rpVKj2(n%]jm2Mr+ ! ;O(NAR#-a酔Pɥb崆F`9V5@t.ʔxՠ5/9Ё(#^nEbl U+.x~U7=q vfr4#N#~ESn$h Salە85pUGs&6 p{Lu]R =,&C! ؀.#P*fW"Jo СaH#eUhNh}RU k3Dhl /f1? qL䨑#v2Qh^̑fUT,X|:(hy\=TZJԘhS(x>/lmLwkq0UsvWo3_F߀+x|ߖٵcl$)\<4aj߷*ZO׈s6+^[_E=}8Q%B-?dTqH_Z9!DsM%n"P DUYаͳSF"ŘE}\ΩM3 Il|QJط+\v~ ~촡ɐW]F)Kbu;B\Mx\b.1gmU. s݂I PP$W.PGf$躦fb4=F4wtgflnOkT B|=b]\ո2m'J,kXăʜ b ~3!m yثԱ ][8#F@CgY䔙@n9`]U3%tSݑN ȜV>beDf'^)Sl7@R[U-M GKݍ3JL`yiҌK \̠3`ڽ6M W~Fc{3w-LJy0PKi3;E7ĝ fsUIdS0l@x<yV݂Uqm Mò5{ ə=EZЁ(] p~-Z x?ygzB݋'VgV!; 3eLv.F Z1>(4W}[R(зGy|ڼ?rJ!SrDH5wxR/}H؋s{`08>zGjGlЖngu8e'{*9xwƘ#`y6RsZU.Хi>dݔB:z+A ҀGo&xxۓugBN%7;wş3 ɱIWqt rXFͣ(g{W~ W$8q] w;:Y6 0AKVԡmUAA g[Vw_:;8B;]ʪ%y$p'|U熄$A`JV:MoHJ5XJG}^.{t+rx-320{J gsFS*'Yc~t,=seEBBTuh"FT P@2KnwVХ ^AE?+\ 0 ]DɄ*L@kK!XoEH;&ˁؼ Ѧtުcl2zPrblD*MSh0l,8uycU-24v@!SQ(}~)~p Fhx-0{|"QtKJC_9+67P+4$4(i'x$M(ltm%Cw`aik߯.2浂߮AB9xݙāӊjΧpNTIܪ3 #jhĴ}^ GǏPTp< %Hlbl ?rcSa=5rM+ qZG }6X~F.qwg_ѬYBC mÁ6dxf'EjqZ-rVL<1T ʲ:NJfZ,vCK),dؔK0G3 $,4kP1XIZ7wJq4 nƾME,i X xk!w31!'E!>;c]u*ZFzC_`E s,'K|LL2X~nq}LPWqIsP6{HkL]FX? ҕ,RϟLD͠WI /bafTyLSi#S Dn 5(Dl;9@֩BU~By`fbx&" @aMI RY[7`+g3'>7r:7@9ͽ)`蝹o9r?$Rݪp?u~*%>T`Y cD 4[gtmV{0 kzccALhFA>tl(YNK)>3V'o/|eMi0edB*ǰ aQxi;N糒@8貅?08㤸= =Uk,Y|'ɝgj;=へXp!G-qcu *8]#Q<<&ZȲcXBK-5fy"]rJ2Tfaf-2D akV1s;00ܿP3Fu׳̠4QNQR ˌ)5d7FT]OE6ROi[*)B`7}]_IEnkiT) tAXzO|ܰӓ_w};NjΞ_)Q~3 &-Jg3U}E)pC7P3+%Zo{oƝGr>>E8UWG+Б[L;6=1m~1&_Cۺic Nπ%zF6Q  v3*ݵ_== N_1Cp>u8g?lx~ieWu7?ǛI0tVmɡ@^QcRwEwz?cXP@-I4stߐj7V$LAfYtyw| g34 > Gu)4jd'ooyq|V\Ӆ " t9h6=}L5Ѱ hN[c<ѼpfT+{ϪF (. X\xq>صZ)Xmq" \+UN%./M]kRPO&t~{xY߫ygΗ,'.h'Vaf+'"CBvEk(3-9*5s{u=Jvf*2L9N8n׼ρa)A{G4@ňVnd{AY l\Ulhx<(87Z#(C偃./'-֔Kl47GF![|Rjgo gq_ӏMEj>r3BHPL]EǾd B}7Ep[Bzexaiɯ .s>_d AۦG׭054>"iYT_<#_H΅bQc/`#5/׆-NڷB(Fh4bq^NQNQν84t7 M9C,@GYoc;lO਌2U.cK^p?6;O,qbEyuY_i`r qĕݔ [ZkL?~J*[( ${7'Vg=5| h5n=BX;MQOpN#$.#!n5>_חs'{\ȕj{t7sqgrК%qz<_GQnPؤ`ާ?V\2h } *tR~R{Ԃs⛆Ix.N.h#]G +5M>= s+va{  C{4RR/dPBC$P[3#ai)6wk`AL-JuN`zfb2_*lnS0Z>ߣB2CS==,O?ʷƜ @5`eyR)8'rqLTW ;'Tv Lݼ_Q?tniZF^Gcٍf 4`LJ0aIl;LܽTz^k>vF[`ZAsՀ]m _GOKϽo-VM|1uZtG\/ MqbH'j9+"_Nbi58gӦIIz25 ~6/WgۢGQ!GRrVG[ 9nsd]~A]TebwTdGHщ'NI#8ωI$Τ%jnuŷ J7zQ`'i?oDqRl+h*RB D1Slg_= 1#BJ3Q|-r)lf#!#:I 9v$>H߅hNq3H#GgWs+L>P=T\?%Cέ wWAD/ӰiB C:F*F5Js!b# ONHfD%^j4Y+-;|4ӖlÀ̚)pU닌yo@ο0f96Ij>GZr.68t}~y`bh!飭 oBC=V=7f}b#v)5߭ (k'|ĶS l7Z}6Zޡ=[# SEVOjv҂+hG)3c bU snv h䃘)̷b9τ t!0}LPvÒ?>M+y|rwu$xm P&Qܦ|xx[#^q&%実-BGU_FѷZ;Q̯ŬZ,$q=43@z:r[ SX| uy],xu&phRȼƜ/"Ц( d=FcX" Hpt;k,8"tg!&ckKE\6Lsa|R^φ_׶MwԾ4'6cl;h%qOy @j3٩D?2J Xm͡ |8y^Тq;9aj\و eYzΓr;OøQ)Dby6ɭ|j=ذB]&}޴%M,({fF 35C Qj-6YÎ} g'wOtYZ_0uph<1N ?~3LCw3 QV^i)C^+"ܘ.)4?xL0U:4}tN Q#~2Ov7a1KSm˕K `9faʽ |g|reK'MII@z'G׫8dtƶPYpD|{F_y< +  +)OM~ x>jO]doT3l^&d\i+I }1"Fwqaz& Vs>摭0RU1BmLup :24<MjDx8Utz97\ (+kMNt4;wiFG:$G呴rqwʕB PLn@|'xlKl6ŘD|HxlN1L8enM+_ e+f(@%tTxVQwRu5[3&Ɋ.qf@=FՔ%$xZIfnHwa*7tG@]V+0"(UHewKBx3ۉNPl" 4KpY@W[pD [Qh)):O}MC| `3 Cxw*ث3xerT*r]oEf锇HGT ۾NA® 7)\l1#rgD`UjGKa2rKmCNIҸ!|@ ?DҦs頗7i|OпQ":dӽyJ1w;u G֚ؓi,m[kH!늙4FdRWfS<w|)kU,Z\5nv?d8w!oɫO?Hmn߽QK봐AIwd^.hU:8SnyВɪ\K(<*";hZbnLxP%EﮡpLV.В1^mi@_mQr'!{~1Z$b=d" uK+J?(eL G>9R!|*qVCUˊ=Wyh햗 3+9@F$\+L$dt1MNu:WS M'uO1S".m%EgVF{YqBg6jWq',w}#5FNh6p7ar>.Xv^[+As !n@rD v'kr sc5D{}.%zKӏ慊rbyqrθ{qEԢIgVɘ6+s ܄撏滍Xv {K+S0R3pMVyGi"5z5#WD\P>hKCkHi|Yjc[j.\Fe31fԢD%IZp7Ӛ)5.4J_aMb]yv QWE'fRc:n5N?,/Q ]`tK6^BFv *&_Rk0,M-#v~fqD$hEPRl ÑWژr} oPѩ,W̾ M&78-{; 19j=).5jPDL%a6R.".μ=a*ko~fFRMW,w0Ԧ Eual5l DL|͊>҇#?GS%l]MUlHM7vt^1l>5-s7!I˺0 ݕXil*/MpId6y"~pBebfت{)h>cÿAl'%1yt1E=+K5''جyYnb'@RX`*:%pШV{=\?=0n Dշa:Ч?0xѦVХ@un# 2$)c8갏C"MjT! 9Bv*CK$G }gG-FKEŗuQm66qSf*/[mS4m1xqc ;SK0BBvXF>Y=ðcgf+W: X߆Q |9,LL(=iBJ4ӧQ_u񞢌*iV| eDCCA^"ݹw8sa  WՕSE[% ;ynG*.aSF sr*Jd<̧r$[} ~2O/څڵ_O=F R/8q["Ps=ɘu t@r6PŤw!iTf!h!S~а`"^)Jר3 seӹRk KKQJ_C-QoK1UMoC o N)ʗ:0Րdm:nȂX҂Jy`oRbKg"cШ G?X5@. ]w=y\8jgW?Du`Cs릷ŜU;>/J4hfPjG q^cҷ*&r(B]7מ~o**Tܻ,Х*T9 ߃f E/ <n2(,Ƌ**YF@ephfoX٩xJ,ǐ]ejd3)e r9\ mH߳(ɗU̕4D˦&.bd9Jz1 22J.|z )P:h} ![{$d e#V)KyuARﱐ(6!䖯x :ݮXy R8VSm9\'YJh խ!_'F#q7.Y*v6Y\ BE-}R{jA[:Ӵ(bf\f+!{GZ?٨4B/ARS϶\+i.HalPb$Y@ #JE72vF8a>EzM3a!A_ET *LgVޓ%I#B W!NX1ku!Ԛ E+ `nHr"DԬW>8bck86p5 VNf$2(^z(l osF0C>_ܿ\(`i/ym#=HߏGNPH":w!i=S}K%dك_8VMPT"OП@ e85.X#ª,U %?I:8,A^]evKk|b,4ϧꋎ(tvy,N(TDL ? t(z];|E.xоy˗p(5qO?\wwq(501M.&Kq:QrԐB){Ā2;b@%sgMsQYk>j D!meFUk9A/:|Iج%H>+Lҽ~&p,l?GMlc#O|(|"P,/(-8$lG)|)2Pe(I7${NV[pL8zecs۰چ#擎t|b8iC }9Cލh }bNA3qi`D9m s>p`'9.K<H`ya Ԅ67y5b07%z3& v7u+taaNx{3s[+ۑ{911ܬټ!<ʲylܠs'-rZ=ycQ:7.UÂu܏KLr.}l/qwh~=|c "*6o!ؙ LW\ D;}_zV=PhRhwJ, JeZ ?zT ,:sGJFT;jLw~[Wg_ _qvɼ KǏ_7ϿG P<{HX~ƭK<ɢ =vp׀-vs$pSZ5OZOUةuրôLqc+rv)< 2((gZL([LRճ߹dm2m e",8̟tL7bs(s{nsJĶqԎڻo'[hG:#m-`@D}PlKnۄp DlC,WC]&'TХNvP6ѠِY&v,9!Zo,_ql ` vlE\xuF3ZŋV[&MAa `pyO- yhv0VM)>"(Э.;d`Yqh&n wp6AYn~~'V1"x W_j[sPq3Z,NK>S-ԫ^F) ~Ə?cm&,CAnjAv^ M[/gX}e*4 k ӟN =щ/0;fĽ7TRŢ9vQ}oiEu_e-h TX^]NhK9儸'P+8.f Cy/VJ̓tYa 7pz@ZZtK)l##>n/N Eo&eO)%u.{MpGkտryZ g$pJNCO&M9[ $K8&wQpO :TCޙ<[JeF֎52 h{,Y(ĩ]3>/ԟ GPS{`/tGwm(#̫'_HYCֽǩ|Q č@#H$^׏dY2פ/8TuQWC]w2N8XU|8)ΆkH"G!S \ΏAW/z_ҭsX@NNZoi tvAYJng~QaA%RLـ1) zXxLZi;?bpmJ{Up7A O~[&:X5pʲzE8AZV/ i5Dҗ$[-,Iyr.6|~ 7L1sYpݎP6CxWY~d=4ҶӖ`W~aTB>:iwUi"';vC<WX_etPK؃ $'*1;LZI4;p 7D@䋟"QTDš&GF2 NSd/oA>%nq$5Q!)AkN2!5d)F(ҵYZ[Az .~GvS9X (Sb7jb,iky}H=8Q|ʺjG@"W͉z=`+śLsݭ:OŚ)eBto~ K!YʷU12ZB6lnʟ  ~8qϸ!1VDz*[\YFg{?4"q3Eѭme*3'4̀,DNbVt F.Hw&+;H% IAƻWr3\.F 9ʱJlop^븉+Cb~'~ꍫC~[PN<չ# i^L \,e`b 1kv0v :R1B뉤J1V886͉.wig=μ *&7L+ DfK>ۣh `UgE-=p`3jX}^(̃_G8l ɣ_:dma# %eyNY!s-J+px^@9S+јG%qдlRY25g(P\Z!zH ( s Rxi4" sxtrĂӋ'k7] ^.f>嫾\B@sg] X8u z @G(uHɕR/F* '|}L r!",4%Ê( *P,k=δ{7d$?f(ѿ@hat#*|*y`rYOIJLh8 ĿY;ժ[wxcl[G@;^|ybSJQY퇎Dh~is̫ hK_qf9 ãLŎ J I ݍ^o0ɜJ@DN' $ܤo'om9eaM@y,NJE{~P.jGOÏC©`V%Tڂ@9;ϙPn);3Ӂj4 .AUǵ>x~\3&\AHHmPM_ƸtD&ۭ%7gmש0@- xodm2h-4"` &rb !A-?ឯw1~&qهOA㭆q|c$29bmeTٖ$V aS^+cz6yjaED9bˍUr$P}f|sW뱫^*\8ҧ#YW/'. MV5H<ôDikyʓ4hIE>?%['}dqJBf0~!nOT!1fvbYM:l 'F)́K(v- S.ud'A` UzXn'u^8ҧ5>DN~P)Q:L>p/ (eDB}V 2hYjN`kQf 7\e.kO %rXE^bS.Tox'?Ciaj/ j>"Br/Kto8}҈8{w<|tTƶDwue`ӭ{פ$u/IqcYV-;zL;q1j4Xx;ڍBmx{Nd͍qÎUnP7*656#j^/9e}56bėnNHgDRvns8}&VulgOdağGd<5ݹOA ͘K 6 i8sM4ioUxmc>HXɰ N;| wZڎtz00L` _UJ_ _?Di_MUK`zf({\JP@/ .mؼE҄۬ד}Mp^i迚\35fyXNYҾa*vc iL?~8ɠ@%HDK Z4RK1LLւ䳶&-l YqZE>7QDC-l>aW6pL/GA(Db;D`t,Twn/#hbqr)aYU<1#" e!v#1&HQGD@2&n+KH pTYS&>wL,s}ֽ' q*}Maؖ@,$4NtX4 !zy 8IYoWUj->b~kZ# Ř {1#jCke6"T}DeZ.OS'&|Q a_ƒ֭@Tz9f^_\pݫN'i[kn-O=x}bbR!Û06䋝- 3AwT O`NՉt(^3:lǿn!d$TBDMT9InO|)L1=j"dp£LhLjPb/Tz`10jegxD:X,q>a`רE]tRYQ264r8|Y{7BC:*u 3UEtmbovK9/KCԎej? 'n:[x:c( 8WbKcU8lM@!,ѝ\P<%/T%lm,4h[|EVvяGĆ r S'B@ݰ ɺ= ߦ( k.))(0z >'ځq0)bZ+pZE\V=Sjo2Y~u9b =- S,M73GfS"2ǸmQ1`B*n& g[aO2|szIC|K"CU!T#ͤdF9.23  !h!xޗe#aQ n-9#`~l&!|bV|Npp]yL]| 7Tʻ̅Dc&/1 D8Rf!CQHͰ z *Xv )8.Ǔ$_ VWOaM'p+"MsNpgw~Ooĩg=OA3,UϥӍrFҦ}tX+74ZѠفyw_NPVbekik4x`n?yCb˝- yv`|؟)SWq!|W28ZIӟ~@J$ oCDI‹zplM\'$p5`EOmh!4I]Ϩer'޼.AeXB,)30U^* $7QܒQ=S.#P@=[', t/+0b$TjyS9x*E7O'%6뽞fjU^݉`cەװgMdݠòn}a F;lӃG<فo)get'5,}@GލR{vTݽnXKUr xs(!p㫑vd(q`pƲi / 9d/DA[]\b\]A<mR ṷQ٭˧T!ǫ2Qwu8QwPj3թ:sSa_wm7jI+/0csqwEWL}55U4=-[|"0=M&ʲ]p8 ?B@qB9۸CvpV.]d@'EM˥:$U`̗Ɩ;_c鋝p٦wPN[.(Өv&^\ ,V 9"f1#_\_#Ձۀ$5`+ ,_xcwhiUb ,(^bU*Q( ?ȃ^}oD!ܓk}$!%N]40Q]ZGs}3}DH֔<[gN ӗs*c La10k"DnEI7`30r, 3c}S?4L<ޫC+5D;ęY nFS~hZĴ&!N) !TW mX9s`\ 5i ^ w"2hGS='FЯaD9qv5KbR||7Ld`8MkҗՆw&2Xc} Ed HLL@; V M*s&`l‚܉OnN]]z‚—W b!fL e\Rzh7#ֲޡbJ3}C{"!k^Ƃ4VF'ZX5bhi#0iȃgxHdkk{4٣wUMu k'MS0銝n#W̤کA/F^ 3|Sb r4Dor&T1 <*'߭M=T ms~6MϟQ祃1fT]kko7SqJWnZ\/ȩVt}0o"G!YieM9&Dd8c]Uj\,UR1.~'Ww=׌Jic?dfj!|tz *љf֠Bc>ra0x6Mޕ9_A8'ó=YcSרVS)+-9vGP!4G "@"X%H+{ T잡b; _ɵb1]!b"'7TU3 {ts/@15ȗL]|th4큎R":م+9Dy?-WTRNxd]gL]Soʙ'%qo/8|T_w̹;l 5vU`f^+8Pp]I~U-;I$d;+;2|](!pن.uR@{FdX 8P?A sK59nױ^~:]ETh '$87GΧ-H/szWn[]:/ }H.B7;B*`ނ<hJ n-$y%b[Fi 'W3c74jK # "x ݇r;ǿj#wqsH SST'IR7<;EAL( \l͎UE4 ! D/[MY̿pCj@ 1; ]\¬d "V6.ל|6$ZpIh&Lo K'|(>MĦ3gՕBRS! !0ۀV<ϊ{vئ`b4y),Ll7Dәkzd6a tkIʊяZ&b (D{ǶxˉB{t~ν9s2JHZ{*j7Kt k3VA̱~\q`XWTCCCz9@fu?2i/!ou$ԸxR4pM "NHGЕ,C{djO-[fao:~h?! obb^_U&5Τq:&<0w1TS9ցJwdx+^2+B YrpߣIE`Nefvs!_#^Oau"mbþ'530d@'dKJzkڎ?|:~.X).#safXNkC_YLR+- ^`Iʩ+z'JVJ*{]0vmw=1*We:|\ӕ'|2HU`/H^F6q S똄1nx]/yV ڌ_"d"@OB9ųuV+LVo ,:9ajl~164¨Mg@XS zԣFk].Kz ٻ"$n\{́\UZ !ojf&%7,Yb#_d]w+Na228 ݓN%;m/0MY?.>ŠoH0?VTӞ;:i':Mn4B0RAfsNߤ2kokP&lD3{ho7{[ç4}NJ.QN&rAP 郫-ZDP&eM1'!K˾ 9وY\f/̓3s ,kE3jնrdڣNSqեKg}{!63 ?P[VbDSM%IW'džAI(3lPުʼew3ғ2)Q@v m?OT7QLUa PQv|%YAA%Y+ư&`}@E=80Rp$SmAǴ!c s)goKFg6'^{w9}Lsӈ"y6ArFR1s,t8}e6 5P#մՃQ=3+F[L^dNl@l,դ?Rf+m~ְϲ|B2>R0nbD͡OuTA,0kV_z9ROӠQj.g8`z6=8$`phO*pɬC +n{G]0cjf2)q+<9g[l,ַVNZ_E~Jf0Jxkkc1*n4f_y/'أ\C:5X~<'$+g@xyk\oЪ #H Nt1Ǧ%DJ)I!G4@&GJIjw-)}K0t\;cy ^OvK8ǾߧNN䞌VB>$*%g:9}ZK5Er ݝm2޳ȭw _4Yuc72@Mj7іA˦Hn8>/Q{y5op$& orɃJ\״i e#nI]ʺ:|$ 9g Ӂi|,EwJVz =AfߗqlbOٚ x]h qgͶ#Ą xID=8Wc!O{vZLۍrFߞc _ږU؋$[KK6tLY.΃saRMiJuƶ YZ