perl-Pod-Markdown-3.005-lp151.2.1 >  A [e/=„;?vy XZ8iV:|0lPEDGX}~VI/GKF9;Ly@Ǹd$#)ItW$)^RN +TU1n $B_ip¼.VgeiZ~9 x퇶o)w%s3x & G"]#&(FRڐwfHH}oh>]h{Bmek_ǧf+_6c0ef13e7afc15190877c2ea6e60892872d98f9a58e8c951e5b7157195a738027944d070fcf2f94c8393a92e71b78605cbfc922a[e/=„сdU]UQȆeU(lyj|Ì[+̞xF{!R;*6Qx}0ѬܟqdpnoS?{6@U& *ZweOdhpA58?5(d $ < *TZd    ` u  I   0 x   c ( 8 9 : !F-G-H.$I.xX.Y.\.]/ ^02 b1Uc1d2fe2kf2nl2pu2v2 w3x4Ly4z44444445$Cperl-Pod-Markdown3.005lp151.2.1Convert POD to MarkdownThis module uses Pod::Simple to convert POD to Markdown. Literal characters in Pod that are special in Markdown (like *asterisks*) are backslash-escaped when appropriate. By default 'markdown' and 'html' formatted regions are accepted. Regions of 'markdown' will be passed through unchanged. Regions of 'html' will be placed inside a '
' tag so that markdown characters won't be processed. Regions of ':markdown' or ':html' will be processed as POD and included. To change which regions are accepted use the Pod::Simple API: my $parser = Pod::Markdown->new; $parser->unaccept_targets(qw( markdown html ));[dlamb23OopenSUSE Leap 15.1openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Pod-Markdown/linuxnoarch?"Gi*%%mA$A$AA큤A큤$$$[d[dVۛ2[dVۛ2[d[dVۛ2Vۛ2Vۛ2[dVۛ2Vۛ2Vۛ2Vۛ2Vۛ2Vۛ2Vۛ2[d[d[db316f4af231df24ac04239e80d3045a813ee4b86da119e1c8e24e5dbcd81f3ccdccd9eeeec1e5e7cd7bc2919bc49b7fdfa0fcce4ec0d37d9d4b101b0ac4c0aec8ba32ce8ceb909e6f813257c20ac22647a33ceaaa744138d725a7277357390874ce5588d7fc3a131389c54b586ee4288f45c7146965d4f37da297a0f85868bdd6a2734f187c72a3c5b673711e2c30cb035980ba2b8e437ed57e2f7c7d119958de9c2e4c47fa7fda6a431deb230da961caf3cbbc8c4f5f616dee82e42639c3e312e5814c7ff5a3998a10474638c2798f1bf1730356c60f1bf27a31015625669e42ded774614294c374bf92a90b1f53bc2b491f96ab1d2b4433a9969000a4b0f8e34282b89f299b53592930711020042da51d38344d190b1fe0f5e928144bfdabbdefc0220b24a3edf1ac40b17c8993dd3c2c658a18fd607567e21c557f8d3dcf3d437d6c2ae7094409c0e6d10e48ae8f4075531700a3747b13f36b80eb53a819643882ca1321de66981c4611c3353b3332749d7f5b32df21a061d7ad0ed5cc48964b6961f6bd835308bddb7c652b7ecf051b51609e7c3880fa3bc7a175b604f3f0e49af1d6599a74d3531729e2ba79dc00dbccb77f3e3eac8dcdd2e615ff1bf5e916c5cd088da6ab553256348745b3b2d9fcb9577f2a0ea7b7a0e1071c517e3047f8e491a1b9c90de95a755c11c0960a634d553ea2326bcd357cd44926dfa30ebrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Pod-Markdown-3.005-lp151.2.1.src.rpmperl(Pod::Markdown)perl(Pod::Perldoc::ToMarkdown)perl-Pod-Markdown@     /usr/bin/perlperl(:MODULE_COMPAT_5.26.1)perl(Pod::Simple)perl(Pod::Simple::Methody)perl(parent)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.273.0.4-14.6.0-14.0-15.2-14.14.1V@V +UٵU/@N[@Ma@M:coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comchris@computersalat.decoolo@novell.comcoolo@novell.com- updated to 3.005 see /usr/share/doc/packages/perl-Pod-Markdown/Changes 3.005 2016-03-06T02:51:24Z - Fix pod. 3.004 2016-03-06T02:22:21Z - Leave email addresses () in tact for Markdown to process. Thanks to Andreas Boesen for reporting [rt-112631].- updated to 3.003 see /usr/share/doc/packages/perl-Pod-Markdown/Changes 3.003 2015-09-28T00:29:45Z - Bump Pod::Simple prereq to fix bugs that were causing test failures. - Use Pod::Simple's nbsp_for_S(1) by default instead of handling S<> sequences internally. This means the feature can now also be disabled if desired. - Portability improvements for non-ascii platforms.- updated to 3.002 see /usr/share/doc/packages/perl-Pod-Markdown/Changes 3.002 2015-08-21T03:24:24Z - Add attribution to changelog. 3.001 2015-08-21T03:17:57Z - Increase Pod::Simple requirement to 3.26 for detected_encoding(). Thanks to Lee J for reporting! (gh-15). 3.000 2015-08-16T21:55:14Z [Bug Fixes] - Literal ampersands and left angle brackets are encoded as html entities when necessary to avoid interpretation as html. http://stackoverflow.com/questions/28496298/escape-angle-brackets-using-podmarkdown [API Changes] - Make accessors read/write (instead of read-only) for consistency with Pod::Simple classes. - Passing unknown arguments to the constructor now produces a warning and in the future may throw an error. - For consistency with the other html-entity changes, NBSP characters (U+00A0) are now used literally for S<> sequences. This also fixes a bug with code spans nested inside of S<> sequences. [New Attributes] - Add `html_encode_chars` attribute to allow customizing what characters should be html entity encoded. - Add `match_encoding` attribute to use the same encoding as the input pod when writing to the output handle. - Add `output_encoding` attribute to specify the desired encoding to apply to the output handle. [pod2markdown script] - Add command line options corresponding to new module attributes. - The script now defaults to UTF-8 encoding if no encoding options are specified. Previous versions did not produce consistent output and would sometimes emit warnings. Closes gh-14 and rt-101536. [Documentation] - Remove documentation for deprecated API (parse_from_file(), parse_from_filehandle(), and as_markdown()) to further discourage use. [New Packages] - Added Pod::Perldoc::ToMarkdown to enable `perldoc -o Markdown ...` Pod::Markdown maintains a backward compatible interface that is incompatible with perldoc's `-o` so this module has been added to enable the functionality. Thanks to Alberto Simões for investigating (gh-12) and providing some code to fix it (gh-13).- updated to 2.002 see /usr/share/doc/packages/perl-Pod-Markdown/Changes 2.002 2014-07-05T15:20:40Z - Docs: Add example of command line usage to Synopsis. Thanks, Cindy Wang! 2.001 2014-04-20T02:40:11Z - Use double-asterisk instead of double-underscore for bold Markdown. This allows bold and italic to be nested without confusing parsers. Thanks to Mike Covington for the great pull request (gh-9)! 2.000 2014-02-01T14:38:27Z - Releasing previous (1.99[01]) as stable (now uses Pod::Simple instead of Pod::Parser). See below for changes. 1.991-TRIAL 2014-01-03T04:07:49Z [Test Fixes] - Ignore worthless testing of empty links that fail with Pod::Simple 3.16. 1.990-TRIAL 2014-01-02T14:13:40Z [Enhancements] - Change backend from Pod::Parser to Pod::Simple. Previous documented API has been ported however the Pod::Simple API should be preferred for new code. - Improve escaping of markdown characters. - Accept for/begin 'markdown' and 'html' regions by default. - Represent over/back regions without items as blockquotes. [Backward Incompatible Changes] - E<> codes used to produce equivalent html entities (&foo;). These now simply print the corresponding unicode character as utf-8. If you desire alternate behavior please report a bug. - Tabs are now expanded. 1.500 2013-11-22T15:05:31Z - Format url fragments (in links to perldoc sections) according to the destination site (perldoc_url_prefix). This makes links to sections work where they probably never did before. They are also customizable. - Use multiple backticks to delimit code spans that contain literal backticks. 1.401 2013-11-06T05:30:55Z - Require Pod::Parser 1.51 for bug fixes. 1.400 2013-11-05T14:18:19Z [Output Changes] - Change perldoc urls to point to metacpan. [Bug Fixes] - Recognize numbered pod items that do not have a period. Thanks to Yasutaka ATARASHI for the pull request (gh-4). - Remove extraneous blank line between verbatim paragraphs. Thanks to Graham Ollis for the pull request (gh-5). - Do not escape markdown characters inside links (or file paths). Thanks to Taiki Kawakami for the pull request (gh-6). 1.322 2012-11-17T15:51:36Z - Fix incorrect escaping of characters that are inside inline code blocks in headers. Thanks to Peter Vereshagin for the pull req (gh-3). 1.321 2012-10-27T01:23:56Z - Improved list handling including support for ordered (numbered) and nested lists. Thanks to Yasutaka ATARASHI for the pull req (gh-2). 1.320 2012-04-30T23:30:11Z - End markdown output with a newline to be more consistent with... everything. If this causes a problem for you please report it. - Enable pod2markdown to accept file paths as arguments (for both input and output (defaulting to STDIN/STDOUT)). Thanks to Mike Doherty for the suggestion [rt-76726]. 1.301 2012-04-25T03:56:11Z - Fix double-interpolation of list headings which caused escaping of the markdown characters. Thanks to motemen for the pull request (gh-1). - Add TODO tests for improving list handling. 1.300000 2012-04-08T00:08:25Z - Document that characters in varbatim paragraphs and code sections are not escaped. - Bump release number to demonstrate major formatting difference of last change (backslash-escaped characters). (Forgot to do it last time.) 1.200001 2012-04-07T23:16:23Z - Escape characters that are special to Markdown (but normal in Pod) with backslashes. Thanks to Florian (fschlich at zedat dot fu-berlin dot de) for the initial patch (rt-75620). 1.200000 2011-11-28T17:57:01Z [Enhancements] - Handle POD formatting codes embedded in links - Render Z<> and X<> as blank strings - Handle numeric (hex, octal, and decimal) E<> escapes - Convert spaces in S<> to   [Format Changes] - S<> no longer produces backticks (code sections). This is consistent with perlpod and perlpodspec. Use something like S> if you intend it to be treated as code. - Author meta tag with no title meta tag does not produce a leading newline. This was considered a bug. [Tests] - More tests, increased coverage 1.120001 2011-11-27T04:07:30Z [Prereqs] - Require version 1.10 of Pod::ParseLink (core in perl 5.12) to handle alt text with schemes/absolute URLs. This can be changed from "requires" to "recommends" if it poses a problem. [Test Fix] - Skip tests (rather than fail) for alt text with absolute url if Pod::ParseLink < 1.10 1.120000 2011-11-19T05:44:51Z [Enhancements] - Use Pod::ParseLink to dramatically improve (and simplify) link parsing (including sections, alternate text, and man pages). [Format Change] - NOTE: L now becomes ["foo"](#foo) instead of [foo](#pod_foo). This is consistent with perldoc, perlpodspec, and Pod::Simple::(X)HTML which is used for metacpan.org and search.cpan.org. No '#pod_' id/name attributes were ever generated so the links probably weren't very useful (and probably still aren't). If this change presents a problem please report it. 1.110732 2011-11-18T04:06:06Z - Change /\h/ to /[ ]/ for compatibility with older perls. Thanks to David Golden for reporting [rt-71961] 1.110731 2011-11-18T03:28:34Z - Ensure verbatim pod becomes verbatim markdown by increasing indentation if necessary [rt-72414] - Co-maintainership granted to RWSTAUNER- fix deps * ExtUtils::MakeMaker >= 6.31 * Test::More >= 0.94- updated to 1.110730 - make bulleted lists work at least minimally (thanks ap)- initial package 1.103491 * created by cpanspec 1.78.03lamb23 1528390902 3.0053.0053.005-lp151.2.1pod2markdownPodMarkdown.pmPerldocToMarkdown.pmx86_64-linux-thread-multiperl-Pod-MarkdownChangesLICENSEREADMEcorpuscopy-enc.podcopy.podlit-cp1252-enc.podlit-cp1252.podlit-utf8-enc.podlit-utf8.podtinypod.txtpod2markdown.1.gzPod::Markdown.3pm.gzPod::Perldoc::ToMarkdown.3pm.gz/usr/bin//usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Pod//usr/lib/perl5/vendor_perl/5.26.1/Pod/Perldoc//usr/share/doc/packages//usr/share/doc/packages/perl-Pod-Markdown//usr/share/doc/packages/perl-Pod-Markdown/corpus//usr/share/man/man1//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/2033307bbff24dbd1ef8d621f0157ee4-perl-Pod-Markdowncpioxz5noarch-suse-linuxPerl script text executabledirectoryPerl5 module source textUTF-8 Unicode textASCII textPerl POD document, ASCII textPerl POD document, ISO-8859 textPerl POD document, UTF-8 Unicode texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RPPy͈P-^u%eperl(HTML::Entities)utf-8af93ee4f9478e8f0b0fc02a8add7f9595383a14ea1655c628d51b315f67d90a4?7zXZ !t/].] crvPS#˩_֭!нb1,=n;^DӼޱKnxŦa~@?{&MNJ=w̔}UvQT:@bDӫbfJ$~j_"%00d0g hRE!A 9쵼E6mG2Ws9i]Aw,K>ߨo jd*6I|ӭyHu[Zi2qZTL(m?u>o C '[ؘYف䯶Xf ;[9aYMȋWз9/|,gX!,oa)Yçe"2oO"$H$ޟ쿧i&4h fPJ(?~04"cULdv1%H{ĵhniFɏRBiV4jlޕZ+1+OQП-R) $j]~̒=Ï1 G0qd?򮏪[v?{C[ѳDOwLA.wKs ɜEof{҇iK>|P N5~/\6Gֵ Q|BLts E4JN0ΞD 0VB))KQISdGw؝'c`@Q, U)ymOۜ ?_EiMƼqp?JF[sx)㗛h!tyީ>C.`j7<7¬Tj64MK.v.0lTDWG,CA5/Ppn=𺹩k0a(ow&{C|@~L >bI QN j=4Qm3 DBew<}+|Od\jT;s 3 m>Bv)7 aV."vsHn̨]=maVD4D+ /pVth:2$¢%LvMԳ17"W*YX!JʚQ3=F]_G-%~u[eiG1C#pPOGS]7@bs18o@~/A =Ka38O1swAKͧ؜epl8D`7ʑ؜pߔ;n0,gPbrEvya95F`K{ i캩7PP?ׁE+C %jj{4A6C)*׼ܬuqQko#iW]EDҵ'Y84-e E+E\.Y%yYXA]7ĄmV 0XLWqrKJM7>Q?Up'^E Ƞq~LuMkx'=?O${gS#v5IaWϛaBB?T͢(/C#BvbSmCꍫbiQQΊyuo<߮B"ڧCf%ExP@:{kftyM}&"%:.J s#Oʍ26 S*JP_!UnU EXVXoC( ͎>͚6;nɥ9 WE$D/Kdʑ*¥KWG ߝ8?% ѐɽug:&掠T-orZJ3:+y穜d+/5ap"ϻ;-=DrbSi)wHvxz9V / )mOO`~7R׵ngL X +?kmPV ( L;#'1ru0HrCX#VU@_Ő+-iΩwIB/}Xª[k oIfU:p?=e^oPDnoZLsڵkiI,%Fh9X d9m}dt9XH||*ݦMM#rp =!z_r}!#6|6'Q*[SrH6Bp!HzQ툮mItMq6p5k;\ n sX}I5h_{j{߹i5s%39[ f1Pw6kf㵵ӻYRzAt*FC,䇇X~]9U4So;7wE69 BFKT%u,e^'ܫDwAU;A-ɹ +BnY3lTbt߼Tu_Oz&ӎ:bʞBd RқJKKA .qi{<FF?_*|8--,.!]AJeJ; 1 @Q1[/2|"e@&IǬ2cifpv@&DSej| pu^O6ln˜%5Rzo&#@nO;O5جҎzPqdk=BsKnRj>J[+Ht啪d T<"|]vRw5cStmN(H77'ڭ$0;Ljrr~Z`}/]EVMP${cv8n(WoV=0ׇS3s=:|5&!礿v`j]v5xgigBH2!^lӚ\5x7*8cl& p*Bzy,o^0󮏍&"3+^Nj ONq)u*N{V[' v2|=-ϬUgZ‹QL}`;^mYJiNqj2ľH[940MUM=SڂJir'=ވπ*$"hx!s=v߽Iٽ@sB'GKI/5} tHs"n0V]? J|i4Je.#*P}Z0=e!40u2:L^pU|#wH$=1ټhXUrGTΥ1ztlMw"j鄽ĥBK>OA礤p=7EYf"%9=b!;/zި6#7M"y9xᓪIl)?-!X%sVa\E $KqacEmIAN!Y Kte ߣȶGS VȾpKwƸRwP}mV9DX$2Y~}/,o4@bPMsx7[6m_ ӯ]bG8bvFnjInn!Y!tJVvZjUnK}.#XGgO\W.Kz4jZۢ# D1dZw dwz6}fEh,lƔl闯o.^rPN7>r ПN;Dα!I6)-XDxUjoއKƉ~/7lSqj] )Ա /e^tab#xghmz.Ǩ3)!8?HzHYB#!Jk!ˑ*on3qd6Ԁ|{%zbmSyR%jpfZ\n`8CPoGTI0@5}BN[7ADp?šU}Sƍ0Ʊr z&8fgdHU棼wY1:dFhys4K)x&L|_+T޽<NUJieavi?=1 ?XQ,x;bDx?c pc]dseW+/ʘP3ɏ9a.b4*5%5 p[A8nzb {֚kޑ2vیGw0M톏&>bң8K}n$$,cbgPn` kv[ F(A1Yǐ~4t;ۡI ~]m>bgƨ% O2crGӾC;nN2R9&$\*gn\zL;+cjc+9h_t=ҳрirg=4mM[vpSX Z__4 ܘK8꾵ܾY}4K|AA`jX`Fx x%,B cd*~DGiewr. G$]sp[' 24&8qT3%8f7B1$|+oC-r/Srg'Mcz~E:9obGc7CxD@&$.&t|WGY8%I^y]ܬJzgܳ"ņ~?Sk/XwuɞEE i=oEG7bv ` =ƹ_ tm2lҐf^m'zčz<jM/_S@Yqf&zTLx% "DFaS\iS2;>= fEwyUÇq]_cEqA`3;a`\n?&j5)t 1&!n3naDpȊ"ϠHe_E~7U]l03$z,E3 knl$iXCA 'S]Pe? U[5x`6+d;nxꐤ+H/' aȮ/,Bve7 }ln2+'h+dFFC 0?.嘋w6 {rm=G>ϛ^W\\k_tS$瀢$c5t2_;s3W1=?9gQsa9nQiT D6 a7F: v8p0e۴ٿj OIj߃4m?^ԆWWam/qcB -_plK1_ą4_f{L`#}ґė6^š1nS9|Sa3$EF~2Iү91 t-۴ H]-ԂUy"&vdMLOi: (Dr',$Ap`q)o껐O8Edl^ j.>nCjl,m>)g)1 @d%nq)uO8T|S`%21ӽH&C&,s)k!P]?z8Xe_ VXC%)iOhx@he׀!_S®摇**n RVZ :0T|۴.7GՁs4_8x|C;&AP l3?VٳX ѳx)hV袘?Y50_Jc8 kBNOZA# jW%E\lO2ߩV.>BbcY@"+w_l1x'I . L; 9K:D =0Ref=8J{㸣70vc^]>&ױj}„7+F寢,6 㑁2o0e6>V,y򭊰p-#:v k7v֦d}vu&e#8=}inŒ(  V`@mY-ʽ*Lgc[*9 W ϩ #}v *4ǺJq1r{Wɭs2b̃7Ά78$_? 1T8n./P/9EٻwJ tA8J\p[e>㊊sq *F!i>X:16VD}#e&3=A5)b3:x0L(sC$֙[{J{*p:% L7<H̞S=j?BԤYC z cS+܁>wݗ;R0~6䭟Mⅴ#ճ@O<\9/[bp92u"?V D,Ε[2k8T,#SHڱXp;"2BP5Rr.篔TtQxUML!6L-hDZ̓X 8j N`w]hz\ZM06Pn > z8nO|ET<. $ N7O@/Iޞ; b}f'4$| \P)TB7i֐1i2JK{TMaD.7h8j{Ǫ"%L $|3$t-N8*8B ]]aKWLQPD&;WĿ|?^e!ܡMǀJ&YaN78Z[w.zC{(TnTFW,npO.=여;$C1 0c Z  L?kn7)TK2nͭwV:aWm\;iԉLS~< Oa#k1.C#?HփBNeg& Zo3Y㞼 } )}47=)ܧgk(dK'fTM/?oI<,9׎=teuW뷲.:Ðdqs_sH"3wk_uX4-H7[m AXn̨ d[wE:p"_ .v}K4m,KM54+p理399T[xjE<߰35*HN>anjxDfq0*hwE止CV}^UW0^~7>[[ 8qE +yu#b܀dA"ᘐV>bJq } Fl0c%XGX,wv\(h4F f%"f!] ֟Mv PzSawK*А6FGSthX|!X)6[ 1 oLcәcKf{N/ʴ^ 1 ku7Շx.) :#mHO; **.40#,۾6K[&.t{j-Mɲdu!0"*)aMheX 0FcBh|+pBX:X5k^߶)x|btƆŚ)Ȕw# '媞`L3ُŅ] W!4Bfnc";s/^{}n*ES$),jJ{fbo~2tKi)PT$KM?)p]I:]q厃;q 9'FY rj?٤ ̣9 P9 KOhf [1Xml3ÃEiaz ~v fa{鋥Iن#L j֑q7roix`ahb1@/x?'e&A]=,+hȌ˯2V6x5Fe,gDه>ϓAĦUӒ [x?J>*-ŌLUfOA($ך5j|-#|ZDlV>hRN dw%K7V|X!<cvv1NC;2[K^ w*MNM,v A`wFZ\+X) ;Nl'T̑JgU&@eķU|b>"B̗JW/ :N1"n;*ZCHm! ؼŬ oz|{]L05q_L+sS%qUp|rjsRM)Aa/|e-=lk[lMK/fsLcffUTG\^:悔BsX + 4qnI/l2KoI |Na*5~Jˡ=ȕL`N02Ό_4 HS8xX/LRqsjXsP/֚EC@W4Lq5(9:ȥ,H?Eb榦PfyZ"~uDZ`m0it:fmsdn^$hiD9v+3T/1Ʌf#*h_xvN(u6*d f ^k)qG7UC֓rݤF,<@09X_`Zl(_\jr n ZvS$XopmE.MI 1@V>.(ִw;A8j!E3;>#8&0Bhс>zg,h;H2RnWE}R'iwv")`%^4<7N noݗ8Դ+0G2?`M K{ 4ŗJFoKuHbTrœA+Xy=x<:{rL`s@9zؙ;6*6(}KU~;۔ÄkYaw$,g`0f%,"/jσdh>?p%WẀcGRBJ/e%6D /}TJwӳAlFu\pş Bpq-ޖ.X2cQ6xkr.HpYC0[И V&q8F qzNA% ta۳&CmX.`B 'g vo*%f#=?%8,仂)׀LIuT{پS>L 7pM*Fc6=wTwNl9㣲0l9\ذ[hB0]-޷=m}@Wc;[V~~\11!qIAߞ _?U(G=>Tr|:{tX$︨ QCT$1C0{79*k#;Y-@(ʺ$pi۞Op^% y{Lmtz6$482/gZߝjw4/ʝWr8ZnБ[ {r’sZzphQb '۷WG`a~ŧV/i6(&ŔH |Hjr^A(oN|HAZQq_| y.s:ђt2m77NzY'sm=x._k{5r\- :ѣ4Q B]!=4z%F K $-W/NM~ b9oYe3"@)ΆfJ$M<[0<yVax?7$8o]zfG$:*p$$зR!f[:*%Y{U,;,.z0QsAg"rZu@'_,rQHw{믨jK2(%E\M$Eߌ?Hd/%jTjĦAg̩u9ʤQhm2b0l5&kfpmN57]b5%XqՙP g `Ɯ'FFZ{^' M~49m&3YDݬߑOբoph}^ )+DEk۾.vD t/ aqPuHa&^bxtUzzvb&a ?:?; D2܈qT T́/BƠ+ѝ?lY˩/M!$^$n8Fu eQc<á>3 Ulz`8DVY9׎aeBvc-`Mꔋ~CdY1Y.u6'Tz (.J/<gO3Sz]AϝJWښ{4+T!ְbh'. g[uH7qlbPJ'^bcOԣ2޺z `%S"/$S =Hpl3 L:'EǾz) 0`А6ru)98C zv-louC7thm>OI2)%kX,k0h( Cϐ֌.#"!7Բ-s9B~PW #劒rTRsaqCZ *كoĒ 6fxb^& mO|s}p~H- &_ bU$$=ف2ŽLHd( `G@V-}J͚-tDzU3_GFqv"u"Ksj}w3^TTzJF3qse5QQ"Y~/SVCm~c6QE?|yLRۏ8l^G{4Y+O_z]A۫ =3TR.Iƣ|_zjyX(efRC|NDsl H,v <-|ޭkE~evd1+f' bCf4EvtmGWGX|c ^}^5h@{q%ۙD` {(OD<-֤ ކ[ǁf3x!_Wp =4Ɇe.\pʓdc}s DAsp"IcP fW{luSo\AKXLCTT]cQ,齷*:Fvs *j1bVʘ.0BQ .7&S' }eV?f19B,[?xS NAƙ-i]''Dzo~ 4QԞ\ꩨuǏ .颱1V;T$SL!Q9?+C9sd]7\wc"LרשɃ/Qna1k.al3fVvB=bo:p؇0:\|us|7/bY`@0`~,7V_o1o21H[{>4R&JoKLSW6>O àm)K)& ٶW zGӔ"| ¦۶`QUG%{0!lvhUc%eIMf9+V3Ȣ }%$iCcw:Jt#-gpUR3[-?_x^hj糧75})ί"Es9Ņ)uJn=@! sLcBOHhU!( PDfGp~kXb&Sdʼn9kU  +[lI5k+i|[/@arĹVdCf1)oh#Ih39, wR v.KD|1{U[ޞ_xu TAD{۾+*?r w` u2ONE%nYXgS_Aւb{}/8׳|w 9@H<'{:vD"iIG%,[[Z<Ŋ7|L&tHgѶ3j?(FOWxwzIr#9*@ w%U.ǃ!aF|T{^֪Uo3 iPAJFLeH/Μ+^]ang L=#KcVmjd1(Nd4{ƟfxT\8oak 3HK]rMJpn>jPPA~ȟYTDM` //7tuҨe6iXST nΚ0"YE^\G 6ko#Z̦siM. ׎)X65Le`J/N8km?Taӻz1uhQXM%0Fmd ᜼|0#8jIDPRB Sh<*RKoeujy  oo TeCGᩰXj% Xo_їlc1ZOzwY? \HyiSYм'4KBz*ʫ/̤#bUŪ3-Bwai ~`D*P,7c [&:tUU /!aoSϽHp'Noi;jh*S )[bO6> fCI >I%;kHnff>: kg i-Mr .X"gX5%L,y=^zf`z|SVV!Df{}$ En6<% PCl"!\ ˺(ۊ(t9mPoSvQC~zƜJfV\IϚ uN+TZFn[gą[s%p5NRLE@mجnܙ) V}_҃]/FL@majЮ4{CTm9KqI-t}/zXDa퇣ʍ5yկLQ(U6Ϊ`hBbƶ#dt?>aH"Vc0۠\v1t'ڣ 3Zi%27CA:x#){Bښx+g&B˧ˮ[]Fp)b){ [,fќG S"a_R[WHm[6 c{b-yCLgh*?(O_,]A\-Jzް忚"&۲ A ?-Z-B;U%L5tHd XvfC'P*ߔ;dXLii56}nzcjn[ |_VX-]Vʼnߧ`Җg!3<ػr@/uFýBde aZ]SJ z;aܯH'hfѩ{+j|˜Y ΠJ<#$4~RnaSPHAW#پrtFDF!1%F՝XV֙RlgpJoNQm bH, `w,rZXq]0gҤƪ/t9\0LkN=JeI r2Dz nTÃjnAH??]0عA|cȍE[T'&2.tzI B֞;>dia)Bg/S*̉=δdޤB '1<xM;t br1{nfz#}{$>ȰFQ!bvɑx=;4f=L1L#[- 9L􌂠7%/d,<ڙ@*} 4:fx: m";o;!9UJ_Xڴ& , e%ǚ =r\?{HT48ߴㄆ(g"S}38q\Li#)EiÝ$^J0fHGQbvB1>feRvO{(,#,%X²\CbcKoHz[fַՆ ^Xs)mV pw Wd5t8Aᾢ]"6Lu\Ag!Z92-/91JdDO^'leض W{ W0k g$nEQݖ:\>ڙ FP`mY p;j BSb[|א6Hn=s"RmQ&Ǧ⺕x" ] KX6Y`oW%Pe2ES.)Z] z@! *W @ B '`;0@gaB5J)D6~gPc:!Rێ u i8xp R8&j YR*4 Uw8P.x">>ڇKuN:9Z=7e>j*1$^mN;2ⷁZPYkJT\b!G(O[z0ѰPYQ@{b|=}Ld P!EŁ;K"OOgws\>մ抬 /1v=S׌戾]::tgD%Ir.%äiU$z]k|2 FZy gT`eUvuwAy#\zi$Jg(;,$(`FDl:u7{*@? &*s[ T&z?֗tᄺCX]Yeѣ6]q~#42t0Ubr#H+7(CyъqXsEx ȃY.,7&.2|KerovN6/YjÁ 5N.BTR @~<,Iox.;~P'm7:|ߘU&Q5}0_l|ԖQ)k{eja~ [_]mN mJaTbiqz &@x}f E\W|o2e g0y-ͥU`,̝E3mzi~ܾ RF"DK+>g7J-s0 k+M0ut 5 쿻W*Lhmh)!؝F =I1=P27gܱ#K[}-ڬD)t)9/*?W6pTC 7@J>t="Xmh>)$PdS8%;X6]&CA #v(yTE6 nR|(3ooG>NPAٰo!)>4@})l/'l k{b&oǛji@`T+t\֣OsֲuNNW)NԽ/"/6a"^ ~PuԸ+g .\`݂e@W5/"?}gl^n7>tÈSjH/ˢv@ϰ1DdB@K=e, {XkQ+R$g5Bm\,wvηv{ ZPtՏo?rPHqED!>vg6Aǽ9z$TpUL Hm/ }F/qne Q4wK &ƲǍO'ZDYOPɎ}\{-ks7S9ѕF<GNgfg xnk I̊'X{mRa7C=rvi嫄hC-,fަ~: 2yHqTFv$2N7ۊӪ# ?F=q54K?p.?ԭ&f5r*: eWQIbRڂ]VݰK0F YFsXg#l\ձ8 =˦BvG`~w/\&1*:Y2_=jpQoo<4M&MXhk8jo H(Ąk|X>hL1)a^w8ˊχlYF2;.YMK; ¨1rU0 |Rq]Qꁭξ_Nwh0[MW!+z^8?{S >L=rM]&Y}RQJt8m囔Pځ0kw(~:ҫz֚&6$:2Bɫ2xUѢIU:3%L̟PdRFj`3 *OOdA 6 ' Yo/\XX-H2눇K(K>c6Bydυ68`/dKjBlj,y('Y$zbƨQǸi&Q>]g 9[ RFN>TuTefU)iZՅgmGM<7c}3 /؄;f#l~Nu]+^<33.PA*EҶ`Co1/95Tə-:CVoOMKBz?(U]̾蚃%^ۈ:vW팜ڼTVr%$ idgl|ۓ4Nun?WDq8GБ^E+wۮyi5v9TM[WI g]7螩 *ّלt$=Z0;lfV 2{D0lPg5_ݟ%x~x +xr$ɸ u_ƃ niv\5ַ=\NJ?h(T+ja8GZz\+SSi;A]v/A=|miɷ}QZ}. ͔<ϕ(I`SsLf2{,vS7]jz3,l_>\䱾R"SVH NDb[6}9O}pI=hc^,m6jhwG$HT촾q|;KTO.aL sF;yF~3׽͕l'`ݴ /L!B|Œ2|dN).s߭},Bˆ;dm#A+dI g?CrW$J'/ys/*DE\yl"Tg?**QU/a #ecUI鸻ʷl(. Uŝ 5U,\Ljf7Q/YBy+Qi5ls[sxOdyYb:Ҭn_v)GhJ13zz!قIh=WX9sF ~gWYӯ\:p}91e4٪=pN;m`ZЯ3jɔb'Dt5Ic䷍FSPsv_BqJ Y\USۥ Ȭ2Ѿr X*cG=@S =%-S'CloQA6sEŅސ ̡SeMu{A̗ UU;AIe6# d"̆ҳ?r}5sDjhI-"EPJ@::xq5~%v2gNЎf ØA ES=!=Xƅ| &ROc[2SJX>@(//oƖ,MԞvy[m$Qǂ"'??f7sD>*maDrW :#)_9!&uM`H?i-FǽjQ-7(eRcU'Z'Ћ,,MQ?H4Wm=c=֪`ko't֍vYxvz~ckX9V@kOxmzjcgACn,Hl)dvz=> )P7 ޼o+TT6OTJ jH:s˦<"`'65OjDMF0Zr}KSO1%0\ ԭU!" aXzENRES՞<ևKtUpE 1Xz!Ο+#N&2| W"GWer:COAH`3]#Ad˓9BEп" Ã`Z|~>VyZ+q`wZx:~ 㪮V3"ڍ>+^!P$wĞ"sRs˷vcBoa'8oWـ'e۝+]7TU9}0TC =tiFבaCPIG}_=Ap.w$PnDu4UԵc³J $_#oy$@H K(}|`b?B]sABUFKhaF:ms^vQ*vDtۿAY"wq{S/F\2[/IHTzh -_c`DDW{NHP@aDE'O# * ͿD \='T7#'h< G@!?=]uK9\"PqOBŚE0nfFRf$)5sm^<<0c;شF9%puŢWB?Id8ę@З1Sz+y(?lG}OB57G+#W1G M{NpzY1)k9rj8!וWO9eڤ4*yg2;1^35R͞[|ѥ_ BI rJI%je 3+>Ȇ$cbNb J>t&1p8;YޕfÇ)^ U~[!* MI=#W9/L01Α!&[ÿ;cp^lrD++9S 2HWlRlNA#_Ao8z3fKvS߀M6")=!⨊B3KncB׍IJ\cU R3;I롛&hB KAu {{0 H0( R֍60im3L4V^ uV~jĬ;YbnHxX"`"ė :mK $Ôl ?ҊSZ'V'F~G"!zOQn`1 Sz/tiDݭbmx8)Fo Lwm%b /"h ]S򆄑9Rd0 s6.ˈ#F\Џx转:~lP%N<@*)%n2Ijmϴ&ԵW=lN}JZqÍ>| Oz60odWVqjoų#!No] 2_}q= }XL)ո? +%A$X=[#6V=EP='46X=U6uG= x5?"WWwz+T >4bV5w$pwp؜[dWKr"MPM-wu.B?W6#uu[?nj]/(um{o31AJ*a~D сͨWB;S3ՙjedP,cB\ާ/?׃7Ʌ$gzp:1oNd)ᔤzXx򳻅\c ٧,Xl:dLYxAZ<J ƄL^¿;DdW-;H~PXIe;$ 3$9Cnڒ| gub2G14tr:1ڕux4`"ϔS1z뽔 8݈N0k>EX -րrJFb3XfZx"0=[Z uƷk+ᜢ3ZIgDk|&tf %u04*lZFzk}HΆ%Q/2U]rTi@sdoD|^.6܀a+F6uJ};ԧz$jR?v&#}xJ\fcd_O ΂|eb`S8yבU'aW/ߟkbceՄ=2| V(Ǣq©`wR|uĖ,l4Qmp*˳rKc?߆Awq~~|b%1E8?^$WWNO "8cMe|QiÙgN? ==̿B>mtlvjRdg'F =Jȏ]ƒR\ w8yo3?G@o?$|ZwBCCi\k B h~*[;%" W\J ?)NoI[نғk -boU|x>V)̅C a_/W J̴Ou(lr%f[VǐRދ?=Mf#8bv"rwt,xQ"zWqQR#o} >ƨnfEm7IԱX9${ֲ[-=[0ZsN/ ĽX>;VSo* lbiƷ%<]&ZvdhiJOt\n {F([>89̛ٔ6 GRJaD!NUEבzx˫YqԑoFY7RW|Ž>e*6LUlE#ꥳ^ɧua-pUSf?3B,DtIi)jU_g8g;êepqD41'5F';#.HR丫f1u5 [Zb{x!U!2uב‡2@Mhc ;Ǵ,4S29ȿ|cFfQ#^GTycJ"L8Ύzճh {WvGMlP9R<ǽϼ_2U b:r̎q=m0We # b ?=&W59o.5}@+0K]c)viғ.aoD0ہ{ b(PSE_eD#;ka_+Xer u9D؃iiXF4C2z$) {x@~|KڂIxS9Lx8^8BB˧rRC[5XFj 2Q"2ͣ8Ka`U.1\* ^_KjVD%!_CZq5= H_~gDS0\Ke^V]E`*3F$4{{i$rzD+h2jAӮ'wQ G؃Q/k^[%7an: wܬċWiAЇEf8 LC&@q[ﭮ%>*.4߸^7 &{E뛑V΀ KVDHدYm3޽!TLni:)b5|@mԝ;^ZհsM&(hN5 !UӃM4T/:V6jC4('*u q`7mܭh乳6YTHטCxx;eö YZ