perl-Pod-Markdown-3.300-bp154.1.20 >  A bxc F1tɖAUՠi OSPba_pA5?4d % = 8bhp    f t8d   ( 8  9 < : F.G.H/,I/dX/tY/\/]/^0 b1c2}d2e2f2l2u3 v3Dw3x44y4lz4x4444444Cperl-Pod-Markdown3.300bp154.1.20Convert 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 ));bx/old-atreju3ZSUSE Linux Enterprise 15 SP4openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/Pod-Markdownlinuxnoarch?W%AfGmA$A$AA큤A큤$$$bx'bx(_bx(_bx(bx/__bx/_bx(bx(bx(8127ee15254cde59fb1834054fa27e86ef61f92ceae13c6221fea99920d7d34fd769451491cc450a7090154cc03492d4633f0e7139299ce5887d1d2e05e2097a54dd31e2a8fc9af1d6d3566e4e9577369072e9ceec2d3e59391d44089ecc3569624e5ebf0d995ede53d42606cc86607bfb089ef0308d71ba5c03a5359868f1f7bb7f38d166e2167fbfa32969da295cc362f53b8c0174cef0dc30b01162683f906a2734f187c72a3c5b673711e2c30cb035980ba2b8e437ed57e2f7c7d119958d0af881014ef9ead241017ee1d40ee56f8c7404befa2dff9b5fc7e7c48ba2db6b923e4e88937e6c3590c10837e8591de95a447e6c4a472cab0b98c06f3febb12df3797d96e4773ce6a9caa8f96d754609b58aecbc51d3b6292c8372b9f03e7e0arootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Pod-Markdown-3.300-bp154.1.20.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(URI::Escape)perl(parent)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.273.0.4-14.6.0-14.0-15.2-14.14.3_@]@[D[h8@V@V +UٵU/@N[@Ma@Tina Müller coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comchris@computersalat.decoolo@novell.com- updated to 3.300 see /usr/share/doc/packages/perl-Pod-Markdown/Changes 3.300 2020-10-31T22:57:42Z - Add escape_url option to allow disabling it (defaults to true). Thanks plicease! (gh-19)- updated to 3.200 see /usr/share/doc/packages/perl-Pod-Markdown/Changes 3.200 2019-10-09T16:36:15Z - Allow local_module_url_prefix to be '' [rt-129865]. - URI Escape the module name in external pod links (introduces dependency on URI::Escape).- updated to 3.101 see /usr/share/doc/packages/perl-Pod-Markdown/Changes 3.101 2018-08-06T14:32:38Z - Ensure local_module_url_prefix defaults to current perldoc_url_prefix.- updated to 3.100 see /usr/share/doc/packages/perl-Pod-Markdown/Changes 3.100 2018-08-06T02:07:18Z - Add "local_module_url_prefix" and "local_module_re" args to allow pointing links for local modules to another site [rt-120452].- 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)old-atreju3 1652087343 3.3003.3003.300-bp154.1.20 pod2markdownPodMarkdown.pmPerldocToMarkdown.pmx86_64-linux-thread-multiperl-Pod-MarkdownChangesREADMEperl-Pod-MarkdownLICENSEpod2markdown.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/licenses//usr/share/licenses/perl-Pod-Markdown//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:Backports:SLE-15-SP4/standard/ced8b6021f1c4481d3a19b56873b75fa-perl-Pod-Markdowncpioxz5noarch-suse-linuxPerl script text executabledirectoryPerl5 module source textUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RPPvltIRl{perl(HTML::Entities)utf-8ca4a32a070443b51b628942f91b15746635c250dfb95c1a644444fccc4bde99f?7zXZ !t/cGV] crvS3 08@VY)/j\@xEZh7Ǘi|C]BQvhv`u*Sy .Wnl$ HOsd d0:C$E~.6Pb5||تzA$ħ1R>WDz[y=MzKᇂKRD{7kUyY~RP)~J\Qw tttvn֖Dղ\`w'nseoS07vQ2]!M.H(GQ͐G,Ghg)lYK1W!m !Ι,X/.EaDY@dpEGބ!aq4+QfЂa0[i:~YV!j4kH{%1, ,6z扨LNu1CZ.;M#7g:T_\ { krk5uԁ` Ws=xƬurYh:0X*ՇTfh׃0b)~&ry|Za._CpJ3El|D1"N| ŴΘ'!֐/620K떱0wnaAc^ީeS"Z㠇ۯeb aF =! c *b3$e?FXs1Hr ,}b$P.ˁI#aF_}=bV+FyXCt9ɼ-ʃ:W^UaC>xK {)j% Jh|,\7ԤJz!1PR|BeRBj*UrL枀W 0Fԉ#6C()^Tܱ&bغƋ+9|Ԃ_sq?E6AmYƇyIU@O^,0!7|HL3_bft-p7L@úL@j @n ZDQk G}%kptg[2/}lH=FB m3[: %&j0-ːn[ 3|hfgPk8&* LIcHڮ)*]iwUڨllXφf2!q!9t]׵DQ-ȵH#H"丆_#k1f=ԲUzQï1:tLw1a,o/$z+>$g6ǟ\c."<[ɉa0OWS#8k\y ݖS~N'%'hڠ#a>(]rXNE!j鏖=_ZETAx!MO@(knhF/24k%2Y;?E8/Nyjq^rx,&Ƥf(=յ\hYD1ғ2x| _)vcQ1)iS.AЗъ2ŵj%GlSUk|d0 4S˥RouH Zvn ;a-Av4=!K H9sD;U΂XHBJ 0ڛbN5G 4?~8ڊ=Z'"}>9v^gYFc"3r?/hjZ;1ҽ'NhJW;'fM&vx$ `RFy̌#g<ʥJzK._f[N 6-ؚqY`b"<<'j_ogbT = ϼ c,o-v":FDp"n%d8̋8e?ny<Mh$VB5>vB"djw!SN;h<~h=pu^w< xzG>~)0YF搲"UHH D"mtеa"bW.3U!3'h/E4PO>!*yRPnĉZ0_1Xot hӨ^%*EFpNʄZ^aWnBO'0q\,h Y;Ĥ#i~MǧMxzڠ ڡB7UI/y Ib2ۦU |wZ`+)1 m aFa;^ C: X!w.Y~G7Z'ɿ4.`-tS@l֚mR{RYalgi􁡤__/?w#̱iU<ݵԯ.#;gx~rWNBV3zZ @y#~S>21)knDޑ%\fTqm G\T0SㄕQFۨD͙:bDDgM:'pݟW ҕC0&2S Y;MUY=:,( %+6T*?Zh42B 7>FoZUv)QaL}7(>LLa>1HGK v8_c@,7Vp5L 9<&W.~V76ھ#Y OzrA yJ>q<1KcH&:0='uGY[-9x;__Ds a.pÀφ![lF ã>OUKʐB `UGE"S?C 0RG pޟts7x.XT0饞1\?x7vڒU 9ن 7υPvTK2\KN!p ɴ;,v!YR-Ywp@#,"V"dk^69/B?h/䒪m~filhV$mJ4&ѩ͒Z0pwIaQWbך^@&ۼ:ӣ7N4b9cA@<1׈QPǝPl)SEf:$@b>FNr$oCPy 'Z_uP3F]"3*È;\|y\թ6aѦ=aˇʤ|+AJմw EuW7RuxO:N} 8mf>sy.I@BF[#U֖mSMQ >>~6(srvq1Ip<xZ@o^'X8 k FʗUjks橇)eVF{ZtTXp}?GL?˜.'=*dX.W7C{@uI8%&qp6q@SUƢ;s=VP ѵRe?hv'&8O|5Z[2&Ě0bVK}QDk,ȃB])=W$)ܰT ]MH1|4MEjX- |z݉u){c>m]4~LA=5hc72Lxb!CP[y:ţH4k|Ci >ܭ̰汊ǣT5[Ő.r)>_D+JĞ"K#'N\Y }o y|pꮃS" p)aP7·s5>|#`ui\h}W,M‡ Ω ɆmTt=AUÍS3=NэO/_Ck69?D 8 լȘ_e|;Н cBw^EJf/jߊgZZzwm 8T25-&avPHY&W&r $;VX aH#-<=$oL/XFU 2b$דt1Qk]^`=BLn1K.6GD#&ƕVH3F&?.>[{PwkVԵ^\œR6.6_΂+Fըd@GA!Zo浬_lǚ(^ 02R撝t"XJKp:Լo[ہı |]֛6'V:PI|P2ՂdCXƾJ{jo;tVzߏh ױtUZ+GNJmSyN[|_H+;:].id <*hZ[ݑxöli)7ҟ[^8p6pUŒѬw%l6c-&Çk<`NJ}&R4*CֽG7*{Ge ~rD|kyJx?\(~4 AN%1~£0/#"M3H)"u<)z/ϙWv)ՇvbEu?$0hЦUu^ ''xq}aҰ2[z)i [ߓ ʌK㏖&nBkitEf\B`<Ϯ{CGArMt" ]A6.`:\^J0$-bހ?f#XR& u X%'HJVY͟ txLDˊdɊyxs%=O[={Ѫٛ3}"ReV׎kLn $ fUVzYNF^MߚN'n%\םta z&R~jVmmEg7MҾ#/2moZ!ԩI`*uI>m"gZ|מ񺷖h,u˫ r{_G*M؇x<bR؀;6hmY8Dw4m3Oj<+S 8&Kϟ>Sz#s6%KB:WK%C1Ԟ⌼ݴJ*2QRJG(4R%2p<qX,0K~CUsBjdV0ejqV[*)@a~])!RcV5UWMl߱|YJ{1X7ײb5X~5,?mV$K of%c8[='^,z =O#ݴWhpr+`sIkrLٔ5 ;*(:);Vi Fnj%iQH[d lEgjkSǩ0/d_ vp((21ҝni?q`"KRin~lok9g6ߨd8h)WȊ*Ԉ rx*O#&GŢt)QD, e q|g.oJj5h5r jF 0Uzs-=gw{I@IA'?2ހ^]0]]&)^EqASp4b>On?OJTRT_cM{Wm2LؽĕxT'l=Wj(E 4*a W;"\iNxZm&B5R}lcX,qIWlڭ *° ϋ,f ",jNn[n _Pڱ\_9Q7 B dNN&؅WBӴ_e{ulWb=O[镇F;Q}_ߕA?coKsì܌n ] Ao[W#bȀ">yr}Ϥ=:|G ΅87 ^KɮB7GX?dyA|x'gt IRH;/c7Xp"N z?3o¯CĀaPꌶnQǭ >9lPa{ )4bp oʹ{ҷKXKWbv5хO#5DZ25V P߆2QA찌JǵJw_%-08DtJ<_Q]0ϋtW,F@ ^[v:D))GfvxDf98Bdf'zuDIuv}K$P={c0f}3$8V|gM+`Ť_SJW~6vsfٮxb2{uLVɛF|hfC19*T+ڍ\,P[z;g3,UߩM ҅/MWͨ + 7Hluw^GTJ]1SvÍ,ȖNk&IQAD@Q={?ݫR.:I~>l'RtYCafLiDDPS~MO;sZX\r,xAN[%"#Kz4-^EjPRڑk7ii/ט_5dZ%#[@iǿt{{HDq: tŁ;^Y TĥV3i0Pp)n`mh jfysBtL&ݚ|vhҁ[Cǂ&.G!^6X%BAl`%KNWpmrK m?0*i㇦2:^F%,+J X! maG& N*͡u?d2x.qs_xdE1 -rJB"(}-Gl8s/oNGkzhJ5i^;9ʽƶ"^IdeWa;Z0uGhd4PUȾw[G,+b$uz vO0MRXpcA+H}VU}yu̞T?_)MesqT }Lj-ö)c| ;_lN2%L)ʑfhРpE2]/U;PI˜Păeo:mqQqXƠ wƤ>J` *y, Hʱ@ý"R Ɓś)bPPi=%(6`6~'%,D#,#bv P6<چ紾vj;ƣJ<_{5s'zWBrц6*yU  @Tl$5 l*YOgˤ50iu!]FsSٍZJ`:Bw-l\1vbmaNCo$+S*B"\\p%\Iw\Z߇Q+Iȩ{t8Gxe^{4(~d! ^ b2lo^?C-g0a?hޓ8eHhp͛UԪ}4]I-iw'>݃aHTȬtO]i@q9%F ;jH{L Ȟ6cw+ !sV%cv klŅZSQ+t}O-LQP/5mڵSIIgםr-R :ߢ\ib!z9*c@W.D(q!=!'{Me)E(TjDq_#ѕuWN3c|xKzy7%Kv Oѐ#E**y)*~ArC@UEчZu6A"q=NG a a,pV,Qt>#W @)ȶ%Q <ʽF%jur$J4 XS+];ּݍ8!x`24D+TBIWGZm1C0ey1ڕ?+B t;vL !$d[{i ʄk.lhn"Ozǿ2=Hbf*/YakcʱS^#;Ͼhso,z k5 lv_hH1cMØ=kg+L>S~M00!?;-K#xF;b8Q ?p7. ʍZS[b;[1^ʨDqJXeh`:-HQdhHt<[E/<_!%P =dc+vr-ح,`n/YE8ݗh!Ufq") SU8~a?j#ᚋ-0kZIܰT\BipyUbitH T)ߢg%E?7xFw:?^ˊÍf|/$8QK>K.mE1Pq t*|JJY2az<)Z X=Si}M%Keɠ lJe-۝=tԛg6mJ'rzuhӠ:;tŚ7fQ(nPSꊕ-vx"=̯ tS=h:~ .%גKޅib U|sUm*WFcJ5g@CSJxHhyw_H6k#X]*:T3͗ N!|y4p v$1Mp ˄}ah5!8?.f@I jtʒ) ;WVC8F[Y;aLJ) ؟1lzH&'igFȞR;Sj"~)Mܤ ئDd9g+X^ D);![6ÛuRCܟKX0} yG}yy3qjqsTVq歏mEM0|qtKX H߬|I" Kϛ>OD1.1)Ln&~˄;3J& )ƟLxo fZ st!PEj÷ew v =]FqsJnYw"{qV@Kس90;#*x#) wf&~֠y":X)_5ŭCxODMHK? 'u)h4WϹwS)Ubf4pHd/ˠf񫙲8q%p#{#'!ɵP +~O&kg? W%am=(1HUhBs%MPky2r6,置|2ejH6e*7vm(XW"},u/dz=uX6i 'D Uy#5E`9L0|egB\v>3W {Bb`f4p7j!ćN?^@EB s>H%a1'cRxجUB)'!gC#p%2prA+FLϦ D"eB~N )̅r3c.[%Nf-D;{^L'ѭW!z~Wİ-}_DC*M[7va =1YhQtb9u %-Z<7/b@'*p{9_ʠ\˹Lag6{YH7o.kj  4\=NS?2\8D+=^\9Mn)>6tnZIF>9m;fD\9ꦁLB%=)!ih[{}d"f`*[}gyaDڻ$m&twtRTFL'Mq/) )+"wzjBVJʮ S!9q&UM~!y/ RGor "`ς3<ۉC2(KETQa터Cʠ?K\0A|TìulU͞op*yix :KWWK`n BE]gMuɥ'2 BSN-njK=aM3_\27ۭ"]c„x;}T抭ԘSihl`#Y\ھB: ߈k|v<솴2:P)5zعdr@05"ue0y Բ-IyɄnɩ㉤<wylӳv-0^o@iKo8  `j/ )$~ U-iSܗG;@=Pm . Yj,^m\o0|qsN֖U9 .sfz* RLz\kS^ۈz lMVGMk‘L0Ly:݌ӓ<,愳)Nd T ?\C,Vb8l ;ϐrɟƒcE'd*]+;NiqRnj!ZK!i=@%5 B)#2 M99=[~^YGKagȫ5r!\y*~)>t@ ,9BF: 4٫ڨi9 RX;I5Yr;GN5IFüp'5W^ٙCςK ;ԉ!iJ滳|{/D@k,=i߫tk5{(^5Y5?+rTKSJB0H{⇋: SZiwG ,Mȧby&${W~WcEޭK(E2_AI~ dlOh+>Gx#-Eg?7r3W@#!AhG93w큣Ujbl+x*b lh$EϼKԆsSAZH\t0x ѰW+bmf?m.KZ`JV)xc`NP|(|"YNanxHEֳ8bkɛ~zͶUe&(ep׃5S UR,FJn҆ ؤ7yH,d 'p9{'  `pBY[MM94gec o*j,[.Œ7qcX/I4qa1C ֭>4j 9AHᩋʍ2*b2ăgZ  9BUV[{vH 6Ⱟ93u`2qߋn5O`EM6ofXޚ[f$}2@ll0kqIaV lm X=eR!V)p]({~.AgJRh 5& )XD%?DύlͅAJmBg%p`& X3=~ؒ/3 V jA%y߻1s I NSCʊ\^Y x3iso f} z76G y͇^e3j0k D 7SVWlX?@֝$5.IT aߢf^ޜ=a#mt2SnMNq韗C,tHS!0\%Uxɨsi1~99dY)(d32fa7Au|܈ݏV̉B0mbX߮y,=^mp_(@Y/'+0;M7霶"c*QN)|# KULJZHc u>5αFL@m M]Ha \ 7[:bEoՀɩ57'W}06/:cCPpl/xy+ܑe}ޒ7bے|/@ ,:I1c'}kw;{_&?΁H"[r#Kh봑TrC~7mg I4fkdv9l'k$ᠽ*H7dzXf&9q,Y/ .pW s9+Jxݳ;4e.z0;.g㢨S듾379Vb' `|(!?KD|:݄@\6ۥ0Vǘ]_wf{g:\;x¼c8e2# ~<DA*8G@dVJ .E8/lS!`&*aꊷktתo}p߸=ɘtnF*^P:y1I}:GqnRFFS#ݩՃ+&E8ەkKjJVw6JBJ ݅8D#/*L$}ez3=+2g)k*\9U굄D%tMZA7D"^SN6Yt',O̪'%6"D{BUxh2Yd`84Yv-IPyx'PAP;X?J%pυ|0lv6XW`Wض@yJ T${iofԕpC ugpVqd̓$!bF>Vrɀkg%FU~w9<$kLÓ2W 5 `HR" Ɛ|~1ىWd.R*@f-`VLm&Bۋ`T"] |?ٙnr 2x(!A~jVW90sERtF=Q[yTٴwi ggcRBݹj6,3(ctZ=O:RH}THm^]ZS0oH"4kM5t"L^-4玃fc,xpǚmw0,N u~?"ZS3CD E}O@9a$C[ro,ls OSeZmUK#9e!M!uUYB|u〕CKя9C:O&jfno4>sgE 8'Mfiך&`U-3Ai/u Q92G({XV|B?(oÑ- %pg7Q&oMJ,dlѮkH"QW{:7k5];x$l2w#A fqRq5y~ߺ5 !iFrk;6%:>I# 3<)>ǰ<=csJFG7嗆TG\Pzo%p+ Te>:Ǧ2O0-do> 'Y2E,RX@S&!mrE6 _{HNIUӪ{}ܼ+_.Q~\i☔5NWފy㾯k^ F$P1Hp~<jo4M]zǒ<Lź b:]rr3R` %ALN<|3K8uf (zQSY?7"/rI'(jTH I,ϼ{l,*p ԏIY{vzZ䞰N1v"?2/kR/2ϘG2s|0.w#I@ըEOTs,i+T'5F~#Z5+"@&;;Jߴ8sc8 &g'r_2`)^4z 8w!D^ۈdNWJL'9C(&,2|t7xa1|;"j[e vvT%7=[ ~+qj&"1j;S= "ck uiLP`p[p{y,egʛ?d8yyH mK|@Yޅ}ط%E9o˚*B7J?N\ҦM-B^d~EaR YQ,fPu*Z=71jAJH\(œ<'Z7+3 qjr3F("Cg7l wz&Xnx:V+[#RbɨFNapZR#_&>2Cxi4:Dj{!/0v? = Lr@[ٌ9էrf$ SlǸlJ^q{lŵ; E<;3 @H=\2f% z\uᚪ0 iem§`/;LLoh=w Kӊ=5ϋ!CCh.2l|1I/AA͒v1VqՂ[8G,E,)!YQJY~]O'dmVՀY4Ӷ8fu3~cIDsnaS H du'-70-t{ZY q牵T1$"l amCcnFk]<\R24V_ti3qz5ɫ@2ĽʦTˉĐ׆ =>Q6.W󘴎Iiugk&@Vϕu E+lrm=5Diz;FYuب2ue)'z6"J 'Kf{c/4GFwXsCw'*3h$ci>o:d-IejӱdPPïR(11L ^C63i D{ ,s̍ڜ9Ϣ*'Sr1tVeL"FˣllɈ-|W'CG 'E-LLZYCY7l4X!o&^ܑ.OlN06`ޝEM`Y Ķ+7`-*dhꬁ ˘}Zc{7K {|oKvg[*Ф)== ~'պPErCa:l GХhw `Ѿ. M%+-_͡YX3&r!t@gEkZ\І6e'P, +C0M?}@e;RYo4|0yq}MP-Y?_̬W6=;ƯZ q1 |99'$rlwt9S`Y~jh RMx> 6TI&>kWDGUKg Dldf`1kr*g17rn(&[J#|jq.6K+ L3fݢk Z;7MϠz%bw,(> (y,“w&Dq]#;Dh@T!v}_𒟄qb-XZ?"?)" m7tp~M(Y nWSRz ni7g/#̧Ώ@V_GCeMv#M `xB39o]C^{` r, <}_dqwvf%F'K /T叴4az'-L+c@"TaQr\rxq*|7, ; 񧜂"HP\eN.:E9Y@p24%7ofgśaecf>i ݿ{> qcB)%IJI;666K_'Yy.đYo *1Oc},&NFd oSג%DۯS9}ssw{<*Fs K.S^)JBϼ rOUDrg5plC!E>TB M3 KfP: :!%TX!Jt.w|u1}-^ͼ-WU]zu #[Nň$ǢWj01 &M-Bve}.vh!n]h#kl#;4P^%3/,ZE cI fp+}ǦzȮX\gci/'Y4҃6Vzh-fߤ3cZT[3*J2_Ll  :"e6] p$}ڞ2\htvu6sɘ 3 e][$ݙ< ѭ_ixjfÕ_6X{i|R .%оTĂ~OclEC},z dV I4:v./կLr\V(ʗǀѼw0zn[W ˤ1 !2$}'=V@J1KJ/MmP<6Y0UF oޛ ͟@1sR4UdY4a^bK2B5qp7@;YxtIP\!SլXٝq0LcXJf\k"4-Q NCJ#Bzyw0G˸h @nXp0Jr # ~dipBK놽Ԋ[ST 6]SM S~I0< !l1`칅'ixhm:.^ w@'(GbҴj2*i/,U蚰ol{9`7-mۄM /)XuB(}!هxsb !0Dx]uvi;B9T)L.,,џNG?E +Ӝho|PnzQ-<"vb5BF7Ϯ]5ˤ/݇eLTa!fmLwSc;fS>D5QWLMߨ]MDL>8=Wt̩}sPi=y3'NO𽢜jshK+΋J񧊀JmRl KIa: O~wgp47r)).UjxyIcW>,I$GȈ‚@na~4GaJHcN/! L)(N6RCIa ,߉Bux=bܮPVwɗmm+#tV yľ7gdsԧY-~\6Kfi%^?: ~#7QPN*(O%7t:B~tesA/߫t1U:TߐaiѾ\ Dz''Ж(1a9Su/JAPF$J 4n2aƤȞI#+ᏠPuɠP yO'yX$̅C\ʻo-O$LSZjSc.$+2YZ\N#: cgȈyg1l$1@r킒L@g$kn EtTO* '6p0PGXY%M@u4bda`Ъ) DtmɜjnEfsR@ uЂ\_`կ!E)so}|_/T=w>uANI3M8j7d:wkA#c.FH·i9~bi0֖2n|GsnFPh$A J 'Pԯ@Jshv Re/|)Wm#Ğ֤/GVxO4;Yvt%~ !-;r݌N3CN-`>3_4]Zhf׫wNiSS.P>A#2k{6 9¨ե7bV nx ?}SdxR*F+ pR<mn[ %,8cUOO {VD?Z k[ ZP#kO(D޴{"#<æLZ᭑RZ^3h 4-|]uWRVe%Ss+qP>- g)_9lr pU\t${ /5Ih|mP8 I!DOwv}7|GJ8^$郆] DŽ#f:|wYCaLK-4i_:2$)54bd/v`{< @S(ښ3^Z1bsJ16ܔ&fBx 9 b2lPz5Axza/w1&A,eMtFpȗvpv/=ZG%,-ҹÍTMNlR4xHsJsݰrrSW"f@ 9{%i$>vHXC_Dwk~Ծ[[c埼#wwcY݈`+NuPKWEس-8FdE gk=}\$"ݞw|x8Դ^mZ%p?;i)}?ȇԵ+&JJPSd\$:PCdUJsC"qc-I6]].$ހN3ڍə43_]HSP05G,$OOף*OOLE9qWV-Bٯf{C&.mkAB|Q%懔͕5&0H PFUw4+lwl[2(:\Nhòb<ZZAq4Qm{*T\=X'㦍~5JU8V}f ᎒1Ò- Xn:ކGVʼ ,j^ 2Qc|Qp }3TIes?t|G{]yoz&4o))dq`njXM(lߎZųpfP2wkis bulKreQUox,`ǣ#=3H|pV[^[uwR!xF\+w공+ $aFл}s: u3ejLڜ{X;DGibkF'rq"]rJ# *9!__wKJ'5J?+s rex?d19 n"%Ŭ?!GjF%Nd6`~$`fUa}V }i׈ c^k rc juk9~$R Ͱbϓ'pӱ;!^|Ti[ryE{]K}JuE)kH`XS~Usqɮr7"5jV@k) [\% 4.3"31x<9O.jۧ!6\+@`wh`R~c|26$&NUCNTs|9􇕕y6Ny#oM>(B,6 bm:hԳw6J,IR91M^IR'=a(."'xo#D\jY N\H8#ROWP슙)CS(yg IXϥ^(:cUM3< N)„Dv%WbRm:pv" Su4=FbWpòLZ:-w_xwrG)_݀\ >c|<%@dB à"U<'85@@+F~0ڻRuq|sNN9'zu"^%&hi?*锫<,\]6/2~^B[꽗qiuW ^ h?-IvtJO8,vX pC6g3lANsCL5RL3tm!ߍ B< J[x~p4v't)8H9JBGlN*)72QD%yZKLtfgCgE҉^ؓaQQ[\eIn%5~WY 즪97kr>Z-}-?|1;j{Eɹa"{tɅVI8Ie >\|uᬜDiGJ}# ܒZ+qcj(ip/G)jJfƕ`D,ỲT N_PX7 [Wкm¨9tTu/{h֋naULCE¢s Yb`6H UZ͌[ϯN= |t2KZK<"9 %KiV8j:t#u H)ueOa/oQX|t\ M/]̂\eM5M7AG >P6WwuDvb|PnU!8qf1f´lՋ L.u_ja{Ea7UY`Z/[p4e`zhW@-:j˗5k)u7D׏ES/=hnǵTl塬,Px'Fybp'o7ƍ֋59^&=3}s?1nٽ5YEwI}V6Sn]tF3768SK? HOzg,JB3^;X5$)8cK0HڞKdzurHϴ$]o=6ͺqv1|MrJj&-'`HH|{9G&hJ*.~@h71٦>(y*Qy|,QtOȴܲ=;=z!}ebmFK)rqAf_=i5my,O9qV"셺`)0(Ϙ5 IP"J)cL/j[7͌AF?xbgNCz9 _8J yzL!VїEh E0C$8bGc@NXR8 >vWbᖺ#0^hP$짯{7xfTܴn?Lrvfiʹ89Lj(8DBL!͝ $JZ\S#h C; .rlN ծRIW=  -ItH6nl\l֚-Oj o|BYxX#}xIr3+/tFV.*pb0gΓ Ȉ\TzcZ#v?_Ό\X"!w7MQᰓP?Qn(" Rdo={jA$Юw;RiґixpJv$]wkO׀ن#CP,B |y=_^5J`4c(kVZ'fTtHV ϧyHq&ibO¥֬fa톗C.Q-kcerQLaϭц^>9C;5*D 5 솃!#1#Vѣ/宝>`(ix)7_ZOuFu8~x{De>*7(\գ3V@_u}Uj}5W.b xV^'85>fYJkE7:p.$0_ɋJ` K6DLt@G;M4s<wUHkItT2XpqC/CrF"L[ {RS#bW3Xv1SHԀns_1{Ax|=5!y sV-w\ǯd{ q4*HhaOǫ%"KL Uq1@_`G#'qGM ]=CPq1ǔc .ũCgU SExNX1t VPmĄ8Qa'>rOHŊuM_ˮ=7?H%{Dm+A]x̚z2C9^u݁5Crf>9l 2>K)[ݐD۽&aAsɶuSNΙY%$& @I WDS#X@qψ;r]l4w+|Q~YovNء~( _ӏʳ<ܐySҸ!}S7> :/;«#s5 %0ŝie(2qD؀oHc}+eB.ٽ 1խXTu$r&Qc~3qݳE4)Φ{">"֕ՊmlzA( "vKDqWYHN-*{-2= @-i+#pRY)GHbxbzriċ@$``ٛn\I'C8CN.Vdޡzgy ^Nj;za5Աf|;M6MRq<k.v'a4-ף0)0W\`-Y{~*Kb%b|xA~SZ?+s=cDJsrOk^vH`6ߌs ٝr%--&T1B" fp4GXO"YE'MmT6A%it_',#J-M*A(DzC{N!ƀ=͵,l0ε]E"Yz s1[qPtuu~oN _}f! i7&(&˹?wwJy%+b&}%g\ds :h50CFwdx ۫]R>ҚQBٞ_asֽr7o'8 %#w6~Ց$営Ms휌2A7mas()eb1һd>IXepod1ig`<ΛAL+Ònd+ld^z;2;/$u},peӌV0RfI(DgQX?w1YJhuivjG!݈;Bz|(hYAyv*4+*N $;4V]M{CafWB8CΙUGOptQ(w}S12zH>\3t]^D(X##%HeЀސu}rhIJz:rV;=Xy@"rp yv+Ɍ|./Kt48!HfJёFžăP3ȭnrM(]|hJVŢd'pу; pҡtشºt)Pޟ":^ȃVwX =]V: e8Rôܝ@$!8HΈC_{5o{nJΨ l{ykWLc|֩s$bD IjDaLdvұ48&!9۫YXg;ۭ+( "U$1b==qI|3 }$,3|h1ŸJ^6`0zl(JmnYhtu\-g@2Ӻcg Ӓvw> 0 [@=\՚Vdi6ZnT>X%p,\7#|*d>ATs{CVص^a-uyLI#*,L1Ы@E6M>sZ﷽Hq7b YZ