perl-indirect-0.38-bp153.1.22 >  A `B꒜!M@eee{iq:?:L@_窕?)ρ޸EFZ6ǂȖg;~~ %0)_5A0!qDYc%7תOC:-~*.)>uGcdHj AJ;AcypSq̞϶aVqx8<;m _<"VZmZj6õE1wboTĒġ@EG}+D@bT32808dad12df6e26b3fc9ab99088d66a0c97ebcdd07a6085c791dd8c845ea66519f78e16036f60b55bcd6143a10e28e1fc5c3c2c`B꒜!M@eeé|+Vip<YZsО﮽-ւK+Py;wYUZEz 5BD%UEE# vN锁gQ+3Ȗva|rL*W"(\ĘL'Gػt)b_gOg-xU_AqSn~(9j7/g*wRkH:.jr̔顨B_Z!t JkHy| 0w1 ?7iN1>p> \? Ld  [,0<@]f    $  8  `      N   , # (D8L9d:F G HH Ip X|Y\ ] ^Ubcodeflu v$w x yz   HCperl-indirect0.38bp153.1.22Lexically warn about using the indirect method call syntaxWhen enabled, this pragma warns about indirect method calls that are present in your code. The indirect syntax is now considered harmful, since its parsing has many quirks and its use is error prone : when the subroutine 'foo' has not been declared in the current package, 'foo $x' actually compiles to '$x->foo', and 'foo { key => 1 }' to ''key'->foo(1)'. Please refer to the REFERENCES section for a more complete list of reasons for avoiding this construct. This pragma currently does not warn for core functions ('print', 'say', 'exec' or 'system'). This may change in the future, or may be added as optional features that would be enabled by passing options to 'unimport'. This module is *not* a source filter.`Bobs-arm-8SUSE Linux Enterprise 15 SP3openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/indirect/linuxaarch64!H&=#XAAm$A큤A$`B|`B}`B|Y&`BYWYd`BzW`B|ed416f4855e8b98c509e2559139588996968b1787c8d59e5153393ba015115daaa00644b092d81afdeda27ac4157575ae73d0ce814a2ac5c26c7f284527df3eb31b4b363da58efacaeee2aceb3bc4e5b3f1c56bdeaef285bbf3c4ad1f6240cb0f54637db729fe7b9b49076261df3bf40fe29d266f4e61c39ebebcc7142761fd870e7b5371b7dc6ce598abda77245ae9d19e7c221fc19c00c77f204c68f2faa9fffa9b75a99e1e06ef80983d551b6ac6e2edacdb2fb1e9632a717997b5d7ad5darootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-indirect-0.38-bp153.1.22.src.rpmperl(indirect)perl-indirectperl-indirect(aarch-64)@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)perl(:MODULE_COMPAT_5.26.1)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Y@W-@U?U+SN@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.38 see /usr/share/doc/packages/perl-indirect/Changes 0.38 2017-11-04 15:40 UTC + Fix : [RT #123374] : Compatibility with CV-in-stash optimisation Thanks Father Chrysostomos for reporting and contributing a patch.- updated to 0.37 see /usr/share/doc/packages/perl-indirect/Changes 0.37 2016-07-12 16:40 UTC + Chg : A large chunk of boilerplate XS code, which is also used in other XS modules, has been factored out of the main .xs file to a collection of .h files in the xsh subdirectory. + Fix : [RT #115392] : Intermittent segfaults with heredocs Heredocs should now be handled correctly. Thanks Graham Knop for reporting.- updated to 0.36 see /usr/share/doc/packages/perl-indirect/Changes 0.36 2015-07-17 22:15 UTC + Fix : [RT #104312] : fatal hides perl errors in modules no indirect 'fatal' will no longer hide compilation errors occurring before indirect constructs. Thanks Lukas Mai for reporting.- updated to 0.35 see /usr/share/doc/packages/perl-indirect/Changes 0.35 2015-04-06 22:20 UTC + Fix : The module could end being disabled in one thread if it was first loaded in another thread and that thread was immediately terminated. This is now fixed and should address test failures of t//09-load-threads.t and t/42-threads-global.t. 0.34 2015-04-02 19:50 UTC + Chg : The new environment variable to enable thread tests on older perls is PERL_FORCE_TEST_THREADS. Note that this variable should only be turned on by authors. + Fix : [RT #100068] : add link to historical tchrist post The link has been added to the documentation. Thanks Olivier Mengué for reporting. + Fix : Segfaults when the module is loaded by several threads (or Windows emulated processes) ran in parallel. + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting and feedback on this issue. + Fix : Be really compatible with the optional OP_PARENT feature. + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which will address failures of t/41-threads-teardown.t and t/50-external.t with unusual compilers (like icc) that link all their compiled objects to their own libraries. 0.33 2014-09-29 20:20 UTC + Fix : [RT #99083] : Breaks eval in an END block in Win32 pseudo-forks. Thanks Graham Knop for reporting. + Fix : Segfaults during global destruction of a thread or a pseudo-fork. 0.32 2014-09-21 20:15 UTC + Add : Support for the PERL_OP_PARENT optional feature introduced in perl 5.21.2. + Fix : [RT #92806] : Tests that use run_perl() fail on Android Thanks Brian Fraser for the patch. + Fix : indirect constructs will no longer segfault while inside the empty package on perl 5.8.x. This fix may also prevent some segfaults during global destruction.- updated to 0.31 + Fix : [RT #88428] : no indirect in eval can trigger for direct calls on __PACKAGE__ Thanks Graham Knop for reporting. + Tst : Author tests are no longer bundled with this distribution. They are only made available to authors in the git repository. + Fix : [RT #83806] : false positives with Devel::Declare [RT #83839] : false positive using ? : syntax Thanks Andrew Main for the patch. However, please note that the reason this patch seems to fix thinks has not been explained. + Fix : [RT #84649] : incorrect RT link in metadata Thanks Karen Etheridge for reporting. + Fix : [RT #83659] : false positives Proper method calls in string-like environments (like "@{[ $x->new ]}" will no longer be reported as indirect. This was a regression in 0.28. Thanks Andrew Main for reporting. + Fix : Broken linkage on Windows with gcc 3.4, which appears in particular when using ActivePerl's default compiler suite. For those setups, the indirect shared library will now be linked against the perl dll directly (instead of the import library). + Fix : [RT #83450] : newlines confuse indirect Perl sometimes resets the line buffer between the object and the method name (e.g. for "sort Class\n->method" outside of eval), and this could cause direct method calls to be reported as indirect.- initial package 0.26 * created by cpanspec 1.78.06obs-arm-8 1614998147 0.380.38-bp153.1.220.38-bp153.1.22aarch64-linux-thread-multiindirectindirect.soindirect.pmperl-indirectChangesREADMEsamplesindirect.plindirect.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/indirect//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi//usr/share/doc/packages//usr/share/doc/packages/perl-indirect//usr/share/doc/packages/perl-indirect/samples//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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/014dbde429fdb3c904ba86222a027895-perl-indirectcpioxz5aarch64-suse-linuxdirectoryELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=8b869e7d6a715c93bc0594f131ff4a0967e20f92, not strippedPerl5 module source textUTF-8 Unicode textASCII textPerl script text executabletroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)RRRRPCNn,׫~~utf-8311dfd3db69b654604cec4e76b166e58e20fbccc1d0234013d30258584fb84da? 7zXZ !t/c_] crt:bLL,V-*iKۛ%!}Yڝ} RtX\"BDvNωhi>ȁ*VSg8.Pa,znU~ԭpTpG݂ `FV ;nqR\*PW ȍ~t&g *F\Eަӭ>t{VFC4HAičCX}NK~[|i-~X`RZD17b5H@:UOx)qOt kJnn:I kը?׷1~W0=Obwc2.Zdm׆qŬBmKГG=y "ԩD^9юL:7 mx _vB}}kNۤb-C\Ep/KQ*d|{>fWnBW⸌^6Z FC mط}4I ]&؇Z칧/%xUYnOM~ԆhaQ[n `@vD*-yr{]MĭpRH<*@?Q_Ϝ? c3w(njRYDebʭx =UOGck 0m%G-=wk8 !AN2@U2hCַ:RӭtRj Y*/BH 9bz{ԓ뱌ÄЫR#n,.'|:IbM^sЍr|ε&.])^fP^&.{z D˗`@ӊ5ɯ\-,b 0 HPSbR tuDiN7aY5%-" !O'|_V?(D3ްk}O8_/a.F?u+jיd\w׮GcE YԛRWE?-=]<ū\\i_y ;ߙv& Zjp¾ȮWX,OU\E߮q&-M{Wód`a/L4׭O__>c%ʊK(IsXWGw}(d2EAci/ĽU3&B] SUm|9̷azLcu vVlW8T E k7Ѳ, i`VEO'!$ b`!ԓ)>,zQuSXSBD :En&@XhY (fH*zU'%!g(x `VTW.#K$-?\kAeJ 3,1ZҴ[ u%-Sam  7(U")!ru;4];5$ u'^+c~# ՈSNB&+JׁjyO`XJY~Etyׇ]La}OwfTʹӅ0)X76mиSUzb1%>X~޼jYB\Kpj4sS/PSGQT:,[,[Ss//5nSDC# }=. faoB Ƚcu}*2>;~Cm_ؿpU f&LSLm} В鮽kfbRd ͣ%w[;̏E%j*t.\yD:`sW_9w}`.DC*+\s їi7.98VI]լAXtj2Rμ;v+k%ԯ*ق׶OhvfV lRe Ƣf:Q{ U:5|zr U_Bm6,y}sai<xVq*fI!z(A0}'M%7h6'׾vں\;,rNš(m(T ivk"wm3vǣ-AoY2D z*dHݙ2[3I%l$lU)DG)hߨ eC/tuU`pd]%ߘDOYr^&|I3W\~^.1 riPqmx2A{QA"_єSD6'vяq A%DE)PFf:cP(w{tɌJ*+CTCD ϐP)3t;Hwu44 h!'Fr91"J൭1^'rif]Gbe7b9lYLtq(Wod?`aTItć{"D7^\0f];(Bi^|,AE9pdjG"3~ƓlGi}ń0'H#*ڿX h_\Kгd}S!ye.Vߤ( i,Nx|r媂{ɨjAgFJ/OMFxF7J/>#mVyѬPsηU(+_@ ҵK[>6Fch0Eqt*DO> e_rQ#xv L1X%i&&H&/$K]tXiq`y)*XOTHrZUsPv$;G$MD)L%z4ɗ8>*jnFje ҿU:BHVA~zVQyH "U}Zf,^e l9rxV 0381WIkȢ dmhkEx*ү3=Hq|8ul",XLƴ Au: e Z_/E5U! 5HwP 7::u ,t??C@ſ:|*&)lJ x/YHB|NJ$׺n^/> jǁݱ.SĠlCjfe 0.p dpގƭ7Y}S8Hj>?f+o:9^5%Wf.&O @kmCA`*#kMagYkL ܠVG9Β-.3ҵhg3̸fCSqvʉ JrBz%Ԗ"TOg 4=D4ن:Ar<|R _}4ڑ3yWoS .n \PR:9= Up7t8(IqYXi$zHrsX Qk[Qٸ5G^zb6-<'O-x!=9KSzƍU4N8si\ @NĮRR-%0ەEvƉI&3gƹͅƄKg#DEܚ}GlbMȀx*T^N^? ?pNi,}YȮxP>.Bw{Н¹,?oc$胉iխ)7ár Zx]o2/و *9* EZ·jw6E?Fů9V2] $?:gj\Nzv*!n90,;7Ggm3l.MU+ҡ.}Fc ǿFHVeV $6&Y; h.IJ,8KaQG@EuPS/ ~bqnUem8 y~`./^#ȱLsR>aue<؋V9|hFrdv;J/Ӯ єڛ8<46&m@<֢,?DK!J$J[Ƅ&3!"mi`hBAW;o w!# _E53٪;}ÄRAIq<.(.ݞ0A&sU*^Gnގ*Ox.H1ͰfݝXߤ=6TfPepJt [|-\f828JcJ07uDh F7o`ɦi%<[XGh`9:a~,e|g_S4:PS o,' L90s aժĒGitvhsY*,^&@y@[㲿DGiSh lJ@d9'fJI/sXmhecW.3%lZSh0w:rDz,3{ )B8pCVj | 1|G@ImMƧr3Zy[^t.!4[ͅ4 ?z !TrDZs:^>NS $3 wH1?R&.Pލm}{0';HM⇊"-ڲS'"yY7X "9*|K hTkEC$x7[בZ=ZÙ9o&26?Y<)x1Y>%7O]քMsu=Nc+?N)͆yY<؀Ѕո*SWp0d].IL^4,/%ۂW9br? bLo]vy!XbB\Km0B T|Arp(e\ dUp 䓞wo]%yɶ҆Aqe𓚁PXϴ,ב[YĒ CҴ2DT+ *Pظ}='qR-EgN$@}=\&\W|6H`$q9H74m{!wzqARDm/m[cwOҺY!r\:ӍMHs@:^iO-kµ:LY[[ui \undS/ ؟SľMݷS ">YIg2>id^uօ0 ۭNG*T@gϋ b4c`e)Xw*wcj=Xi#647/AP+9~֒(gm%{WT=y0 Y/-.Qr+jsr7X~#i>(łoS^JR:SC$2`2Ѓr8ߢǬ=ܯY\))[$VVQXڊ8ԆRn<8.eS#5"dq7LEwtИ8תB0j'iR9<;b( 1VzZھ`|6!";3B'iiޞe#DLӱP2w $j}ߐ;yFmS VKۨgHLykC_q,./OyAksQ@yVDkyk@ogꦃ?0 -*+l3@BªH8 X9c['$3g}M,+6ki+J+.aI´em̨}θpA'CR $m& %"vВHg_3=iJ7CP:~O*5"Ѽ\hBTڼwdɇ,2K/o"l9ϣO_&_L˾ }Os#j>EA|[|96ʟxnI@d1b7.T=oZ%V%cRF%&|_ h5jWXmԚ?ىXY8fJ+QXgϼZJ8c՗r2 |ٱ`88 Gٗƈ@~oӊn?21.: ZB/VuŢϢ05F~3,*XתK&?o-Fi@=GIOv,k_ #Qݬ=`yq/@쌟GdԁZ=O~RHhp8aĢ@ >[WGf4^5[򟌾YjboNH\xM?[jv[bPrvNlʤs804r"hir4 }~w{To$A}so4^:ډV<r?ڊ @FEp28\bXۊ299F[XwqL[ A)Nث-XPI[<)ZR'#ͳ*ҙkĺչl2m j&-Yb2N%m P7͚.V"|׀y0J|pw㹃+.>L7\-d~睔Tm,%߫m#mD|QHus̻z*/לʘR"|Bwj^>UIemɍ뺚៪d)+KZb=KWQU)`;JYPWSbhPU5+ce 3z 9ʗNU㇣% v1EYجX` ΦȞ *Qټ~33戮t ҽӘq lQT^zt:w'?y:*u]{ea~-ik.%':M 7pABasm_%T/|F V N ۦy (CvQ<9@zo"|*nꔏVTx3M?a"UgӼE5  gEU]L^,Zm)uqScϨ\%*KS q=|l}1j {U;FasYI'\ : ?Fw!ĞT0[͋1? 4 )ƜI[pw+3wf$&f[`+ǂe@cBcָ/=`xȴ.G{n*^r6ǯAkH0zP|_Gy(f>18C L:-7d3yg7%:5 E9lZ-Q#R!:i#Vw$jQ9~OC $V2Vvi*;M1;ǭGxܣpBg?XkBY`+r_t87WfK.:!e8 VŗS*;ڋ# !r7jX近y[515Hlx%Vee+GnUan(IZd<7vkpUZחhUS;`skvV)%Ihº~Jcӽn4*1݉znj[bnL>7"U6~)lԊV^Ms%J8ϡ?V,JR(pz9 %mB.D;Yt/q4G_%Vfe7ta,T׏ X(oh8-cҘWg1k0$ 0U5|jf8m|;IB3P_}F4ritKK%ɹZo$.F 09 ( Ğv:Wze3Ŋޜq.Ԗ/6R!)к& fs&o 6U2O㝒6Ps0ޑ^4pс?46GϢ̭BW  v}A3:9Fb@Y*~q/4PgV;RzSmmѰ"[7Ѽs9×vXw ]86 VXԽ7 oj0Z_LJRgT<|!6; vا0:CU*+pWHZ Z7}f2bvqb>%'gəJlp'#Q26KԝZH * -vaznp p  `%"$zmCRt[d4gLx~$Dx, x$E62오0 Bl\GTā8!M첁 NB8玗:c[[g3Sef'#|uL/yΙ _SgVV}LnMŘ0%eʆ$h̝ eؽY<%\:[^%-+'hjr'A8R$oHa(Z)nybv7`$ϙnS'"9/}$-dSLg‡{ϋc0 gsoH{Ce. )P*gde]"mf],TʋkĴrj莬dt})% "Bu6PtM)u,>=u&tPg(__c|PJQpĆ垞Nͮi>IFة {7iv@{u3a\~h wkzrM,K63%WKJld Zv:<Ύ|@9tWJl=@ͺW?G#;GgӢ/VW}1cKJr`5bД;{HRJFleP+@# ~|픛x3aZj)$q`@|$UO6'GgԽvGqH2\BL$} X,\bp[RRs%- 1 3XFJSՅ #`v4%nOT$(GW{@*ZuBUF¼awlC_[&^0H']zo y/ݕMkyz8Vg7Ҹ[hy"b(PxJ{r!GE6:{S_ rxi8^\,H83k gfe/wӧhG@XwY_G4J IT|'щN)@W9 ~ÍˏX  -PU%tX)~q֪9`UfǢd]VblrTayЁB"O=jCnBE{`WxR:͉&.)}:=ϧR8s47'\StDHBA7pHUW[9:z[qz8qS)aW@T Y"k^cGg/^Q @K˥Kr`WȈ2P@T5͌ia}w5*L GOr^@QJqx\6mybhx{ki $&;խ=wV !H/V!Y#> 9օH4- #?2:$ϒBD)C 'bh91+\)S'v|l )9{.͐VqabSGh ;[A*h/ YۣNn&{ŒXmE4٦`>7k+HS|VdpK x_ X.5LTQ_ GS1' P/wĩ]*S]xY5Qjw~.Ŧn:=c rU&qVHQH0c\匚i[$(0*V53@ta^6sW5!0U*aYBik&h)G6?}ԬJ9IsyY|3^ 2K4dwn+STn\LYh6C,iVȣ@gUܓΦ6؟Na1 wX>GM1M%10GYrF Ǣֶa9UBW@D"e33e}Ј?%m z\=@yI ~`LC@礦WL DtrUQNkCu4q<ژ0I*?_w>V\0lyoY6D_z;S '&9d/Vc|9B~[n&xykrV2--)$n-T[ CL!2$x)nY*KD8^ٴ@BJ2Xֲ.Y&XWy0fVt9'ɡR['5.#8`j"7$PLj8fkv1,xd7V6wªXP)J4O5MT̺DL AP[]^EQ,' |6>e!$i5 \q'+q3NO3. A)um H_O%u\%=eHe:}j$>*s%Θ7I]v0DzfC63+GB&u0/٤jߎM=28ʕhbf䢤 {%x ).|6:4o!8_(-:f{\Sԧ^ ?ZD۞%v vd &K9[}s)wZK.VCCNpl?O`3kv;Eoi@FbN_ q.li@m1*k~6tYá5"~a *XLmѡaQ'B'v EwTKbyEÐqR2p*5$l+ C1 ޞ*[7Dۣu9-_]#uwASA/.&3&ל*MM;\+wPBa:W4?۶e=<.MxV0`ʣT@9@đT!2oT_NpB|Jsri6LxG!a`qٻd%ZeMz#O!hujWqOU?{_Dm$4f|H| zܛ/=UD <"w4֕ iJDCקQuRj3@a+|UnOӦ"-\sLKI6?ѭAK`ngKJ,2s G .7CC=z,_ULؐƆZ;)!,fX>sh7S1ck>Ci1ͱ ~a 1}I5M%"Z=T[_qF9d5nn%ӭ69p0( xooM8ުM1W%]WXp7 L[_ИINɁfBcn/D\?d\qrVH>j(h6muCxd6/Qy8/`VZc#."''\Q),!([pg!ȡ3ÿ~i$軕c.n[ԏn}5KOHNp`nnu^H3 %#~=-:Fڱz[5{*E(foCIntJcXJ؝ boߛ$1܆I \z̉x|#QȤ.cj5?Bl3qgY6$#z's FhᅓĦ,>m%] ڠ+a>(`FnNJyG$ۇPcoB TaţzqlsHM<Ǻu \;)g聼ҧ5/a,˅ xM~wϋ U ]c>H"SY>#ti+ӧWKEd;>JBfPOʗWς2~pͦC`b4 RTs!.u'S`&ju~oX +q^`=}]%Xa>jgk'O4#Y>dtOŜndt] tz010 .3>ss;%{0yۯ]W(-JMWZ{']jPx)^s؈ Zj=kXl`#Lx4 n:LM\VV $idTYZ$pׯr=r"fmb)C[.P: qL$&V3'΍ gW "H+MՒ:SH>Lsz/5Ax^(9v:i`B#DxvYq]a:khL桦>7hYC[o޹Gε)}O;N|N!QlJ1 (4:B\DJDXuO;uKc'2e.͟( y;3^I!dwR5W!:TUg||f? n}zX彨Q"Q#~i`le4O, KlP oC2]wUm!~Ѿ-K*r?B~&U=FiCVQj+FaC}\y@k`Tv[TU؜q &D$|,۸;R?KgbMtqƺޥ9>B&µExR5++`gWut(*!fVsVKp_>.f9ԜLOr0@/ڎ&5zt?\|"(^Q'H|ɐ) lU!ΰ'v=$4Do'nqXī+uxX "NlroZ]7{;~N3 2,m>Z;h).&?LZ2bt6Z6M2EϷS}v 1Qu"éJ4v'LF O|"hCid]Cm:ّHUYPokvJL̯b_KS%]vy.J9eB)´Xҟ+Ѓ# 6m'"cʈ5_ҁ3@LrƷ ZDTnp]@vz*Evϒp :D 9]yW E)Z#>$yMCvx `;"=]"j;-"~^ט}8@\:%^L(]'3?enj DxךİL,A11ڊjބVΖ7{H H9 Eڿ,qv@XZ}y@@C=pNx7GWP3ĭ~aGӤwq`zHC9rUޞ>-/O~re\Gd x@u^5۩Q@/vr>FBY֧#@)\!BKj:^p#͹)|!  oi^Xrcc\_tu'_dȡE_5%~PPd} JZ+AduBx"t4/z7>uǒ<(0j}f!һ1cĺ$Ѥ861TGX6?[aEa9ӋW3[pe ]b'#ߝ8<.U]0%7<  -M&|8{6w-jXvjV~jxQбPTx7 EPϝ Av !9ITwacc"EY+ULɾ2I(D Wxi{Yr>k[K:c"NQDj[.y۝/N5*"s˗Ri6*"Rle)͠_> *(>ˊ=Y ~kUz^:4V[2 z19gF>j T"B?x6H cL$hiB݃P +Cy=W 3]҃(wTFY HWWXٛm,&ͷ P4&(/.="SK[`KӖUΗTR{#QF#V`S reぎM<{SCFw䏢pb*4'zshy~FsYa1—lA+.-Q6Ik7Nv[~J/mV0NL|%Ȑjݮ AvuX4>d:;sPf ^!aGZFqǫ1C&)RHSKXUﲸt1 åc)BQBf*##ˊ#}‚IiLN^w&r!rfE16ƨ KoAOʂh-k 8;P&.@a-pz@sZQY?ry伵w+.XR5=o)T>$zCbEߡa8?Y7&=&; Wz Fz89SgѼRmܠ/je63M)dk- Ea P9|+1{}\ߝП bRlnEa<ú\ߑqu;~~Ou|6ekYM#%@DzV̞8mҋBbdYDd4L޼&{k?ҡ{PSlD?jL&:5h%/i CB &-\F vQXP: Ց֩e<غT8DY z:Ve&)i5 ̓`?93̲nƒaqɬB+1MrZT62+1663FEYi P[Z?Wg8 4>3c;Qx[!; >GK.f541_9e;+AWV2s|rvPj;^ih^lً&Mtv_npnZݮJ(8) FBgSWG&giSYa8vEOЫyKݎB-WyL3OqU-zv߳TӪC7W1ϛG b+nZ-^7VvKc |0} )I՜{ꨞ;qٖIf\q''hb~o]r-Td&E]}nyh`*(6,rG 4XL,I;H3zT sE@u^ Mu> ^*u8n&'nɸfxYYF^Fԝ DL<;:3?nnΎ'CxY1&N3 9ݘAa48ӷ` KdQ NgէZd5m3)^Tj3_)[0 YE>HIpWKSbxF?[WS6+#=#Ԃo$b2oCz,aDtX#Sl.ii@ĪRM|6_ U\ƾ1_͠L(Fd/8)IaP~ic3ZGwN +@ /U>jaa.k0ezvŤ[JvLCr昭7nRtg:{,”,lH '0ķu/r~VN?ú\Hڨgc:LSVϯ}~Hי1u`6{S?iDl{yץHd֝?dV h8Ġ;Si#ר$g B(: pw\|%@q cPK\\obsDj˫,h4,`-NuRD$M5v x~bJg[|H+,a[20#FSȥߓ&>3Ll`-~I)Bg!K@@TZm57UkE2-uK i/\[G ʹ% C]o+|(M'p/VUŊl+ <N.|=WArS+H Ƞ.&J BCP*)E@k۬ԝaP;{6EdGV a~:-ɖALh #?>];E=#nN#doIS.+T"u 2[œ,B$hAf:*7Ҿn~̒ʋۜ(GĤ{~o>;ﰀڑU懬^dʧvʭC_Ў=+G\@7원 /ih u"ins2uY[z_0)Д9c+g׿֒"w/95(X5B5u̱dn"x;en=6cl.R4l9/O%rd8wJþ 25H_'zJA[*=j?|6PRDsKsFh v:hX }WHwK<&OVslǎVF-_֯?BцP;Er%`tn<>]ӯ7S%eI8',Cb[%GD#sD$OvHZ޹o/m3)J\qNV}BTqzͷ]5Hʱmړ,cuf&sBD}^?l\Jylؿe;kP U#|Yk/*`$n~Je x~m; /LH[קV_h|GAmG47a|5Dof @J3M?HJLTOT%!8TM*4-2ɑ" `#w~[A43Gǥ* 7FyqDt¸ԢMzOmd )Ϊ'@;pmɆ,a oXL]@D3{MXwxUg [sK#Y`c̵`REbZ6/H]URu %c?bT&<=x݅+RΣivߔ ?pNq Oqk> |1KIwMvM XbdpY`Fh1S τ D9hxx 15ʘ KRʼn`k'Y*GՍ`B4z3հ6~K ɼ?Qs=(VLk/9x8#(((YJޓaÇ?hVk$0=VR]w2KP}8?z#Ѵs $]1,JsYeXe268S^\4j~ݧCN`#[ZDrع*[ڻ!>CK)# 9h<-".TX$]5Oy"h'}~$R?OΒ/-79uw>$mQ&LeEPп64,xJJbJ2Ő'XΚ{ӥX/2˺m"M Cץܜw3،d7[\z9m$. )tW[i LlB ʴ/g_ʼnTWk/q0c">ji%g]r q(9||n-=t&<7m*w,nj0"GᕶRH{L]ކ)w*d~ lD?ܸV/uwOP<[0HpcGRIzdLCMɵَ./^ ekJm`ːC?Z%ʶu lĖt+>Oqjayc3e`kCu>"0 YZ