perl-Variable-Magic-0.62-1.19 >  A [̣p9|speK/ ~Of{IW~-i aHo p2i\}1y'svBLGUFΥg`jsv-/K)KjBD<]DlЇ6I l @y\ngem[-x' ?26" I\qiEQ8)FPэ]wDRk`FEPx$>jtl9aS,v}~}(^]!yl-|1fa6824e86ea8ec807b1387a996a3509949bfd5e1eaab52fcb42cbbcae81d80824d67f0d6bad30bf84adcf02193c3942f65b111eP[̣p9|C籦}~4ٓ%z9{fPO zqr_*+VN yJei^Uشy2P"ϽۂHȡ#Ehz xXO4Yp3uF/ٌF!C6PD,C\>ۗIȳ[]eİH*kp[Q vcPCDð4,N}h>,+׋NQI?p>Artistic-1.0 or GPL-1.0+https://www.suse.com/Development/Libraries/Perlhttp://search.cpan.org/dist/Variable-Magic/linuxaarch64]* o^$AA$AAmA큤A$[̍[̍YX[̍[̍[̍[̚Y^Yl[̇UfUfUfUfUf[̌76b5e48df688555481bd36509816649533b4de399b1154ce2e6823ea246cbc767b2d07081dc67b2627a6065b42088d37f626cc67158d335208b185989f1b44277ecebaf929c7a7e1cbf6584d174dc03e602c04835ce06eae30f674e36864d4a8afff268153d417d05f572f7ea373b891cbcdc46bd288adc5b5279846506c788242af88a4d632c918b49afa84f977e72b79d26870802e8391efecc211a0432064c2e984a7c554386ba0e56eade449ac810a94948386b90581b7433249b327137c30af83efb84b403bf2dbc12c995f7fc1b0ff55f36381b5acc7eccf6af77ee031e4644600a5a2401ed1a29fe24e45d39df3ba24dd15e862dc07326bcf7b734f98aba147cff8e466603dbaaac9513f8d97c5f48769f448b20da8a7265b3740b447ebfb6edc55ef4d4bcee7737638d8ad840502026f3000150af6166abbccfbabfarootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Variable-Magic-0.62-1.19.src.rpmperl(Variable::Magic)perl-Variable-Magicperl-Variable-Magic(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@X@W@VUU0U-@RNQOH@N'@M=iL8L@L)@L(L@K@KG@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.dejw@novell.comcoolo@novell.comjw@novell.comjw@novell.comjw@novell.comchris@computersalat.dechris@computersalat.dejw@novell.com- updated to 0.62 see /usr/share/doc/packages/perl-Variable-Magic/Changes 0.62 2017-11-04 16:35 UTC + Fix : [RT #123314] : Compatibility with CV-in-stash optimisation Thanks Father Chrysostomos for reporting and contributing a patch.- updated to 0.61 see /usr/share/doc/packages/perl-Variable-Magic/Changes 0.61 2017-01-24 15:30 UTC + Fix : [RT #115792] : Latest blead stack unwind work causes infloop in a test. A change in how the core frees temporary values after eval interacted badly with Variable::Magic and caused infinite loops when a free callback was attached to a wizard. This change was temporarily reverted, but is going to be reinstated, and Variable::Magic is now able to play nicely when this happens. Thanks Peter Rabbitson for reporting and David Mitchell for providing a fix.- updated to 0.60 see /usr/share/doc/packages/perl-Variable-Magic/Changes 0.60 2016-09-06 22:30 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 #128989] : Bleadperl v5.25.3-266-g1d7e644 breaks V::M. Len magic is no longer called for negative array indices fetches, so the relevant tests are now skipped. Thanks Andreas Koenig for reporting.- updated to 0.59 see /usr/share/doc/packages/perl-Variable-Magic/Changes 0.59 2015-10-05 19:05 UTC + Chg : The magic callbacks are now always executed in a new stack. This should have no negative impact (performance-wise or behaviour-wise) on your code, but may actually fix some obscure bugs. + Fix : [RT #107294] : Crash during install of Variable-Magic-0.58 running "t\18-opinfo.t". A recent change in the core implementation of transliterations caused an undefined behaviour when it interacted with this module, which resulted in visible stack corruption on Win32 perls compiled with MSVC when the op_info feature was enabled. This was fixed by using a separate stack for the magic callbacks. Thanks Peter Stokes for reporting and providing greatly helpful feedback. + Fix : The object op_info feature will now handle correctly Unicode transliteration, multideref and custom ops.- updated to 0.58 see /usr/share/doc/packages/perl-Variable-Magic/Changes 0.58 2015-07-21 16:00 UTC + Add : If a non-len magic callback returns a reference, it will now only be freed at the end of the statement that caused the magic to trigger. This allows the user to attach free magic (or a plain destructor) to a token returned from the callbacks in order to defer an action after the magic is processed by perl. + Fix : Test failures of threads tests on systems with harsh resource constraints causing the threads to exit() during run.- updated to 0.57 see /usr/share/doc/packages/perl-Variable-Magic/Changes 0.57 2015-04-17 15:20 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 : Segfaults when the module is loaded by several threads (or Windows emulated processes) ran in parallel. + Fix : Segfaults when the module is loaded in a thread, which spawns itself a new thread, and that child thread outlives its parent. + Fix : Small memory leaks of structures required for thread safety. + Fix : Update the Windows ActivePerl + gcc 3.4 workaround for ExtUtils::MakeMaker 7.04. Thanks Christian Walde for reporting and feedback on this issue. + Tst : The global destruction test will now be exercised on any perl that has DEBUGGING set. + Tst : Optional capturing tests in t/17-ctl.t that were only run when Capture::Tiny was present were converted to an IPC::Open3 based helper and will now be run everywhere.- updated to 0.56 see /usr/share/doc/packages/perl-Variable-Magic/Changes 0.56 2015-03-11 15:15 UTC + Fix : [RT #101410] : Install fails in blead Even though the change that caused this error was reverted from blead, lvalue uses of ERRSV have been removed from this module so that there will be no breakage when this change is possibly reintroduced in the following months. Thanks Dave Rolsky for reporting. + Tst : $ENV{$Config{ldlibpthname}} is now preserved on all platforms, which will address failures of t/17-ctl.t with unusual compilers (like icc) that link all their compiled objects to their own libraries. + Tst : The global destruction test is now only run on perl 5.13.4 and higher, and only if either Perl::Destruct::Level is installed or PERL_DESTRUCT_LEVEL is set and the perl is a debugging perl. This will solve rare crashes of t/15-self.t on perl 5.13.3 and older. 0.55 2014-10-20 23:45 UTC + Fix : [RT #99319] : t/18-opinfo.t: test failure due to change in perl 5 blead The new METHOP op class added in perl 5.21.5 is now supported. Thanks James E Keenan for reporting. 0.54 2014-09-22 17:30 UTC + Add : The new constant VMG_COMPAT_CODE_COPY_CLONE evaluates to true if your perl calls 'copy' magic when a magical code prototype is cloned, which is currently the case for perl 5.17.0 and above. + Fix : [RT #90205] : copy magic on subs puts raw CV in $_[3] $_[3] will now contain a reference to the cloned code when 'copy' magic is called for a coderef. Thanks Lukas Mai for reporting. + Fix : t/35-stash.t has been taught about perl 5.21.4. + Fix : Tests using run_perl() in t/17-ctl.t will no longer fail on Android.- updated to 0.53 This is a maintenance release. The code contains no functional change. Satisfied users of version 0.52 can skip this update. + Fix : [RT #86338] : typo fix. Thanks dsteinbrunner@pobox.com for the patch. + Tst : Author tests are no longer bundled with this distribution. They are only made available to authors in the git repository.- updated to 0.52 + Add : The new constant VMG_COMPAT_SCALAR_NOLEN evaluates to true when your perl does not call 'len' magic for scalars, which is the case for perl 5.17.4 and above. This fixes RT #80388. + Tst : t/35-stash.t has been taught about perl 5.17.4. + Tst : Author tests overhaul. + Fix : It is now safe to call dispell() from inside 'free', 'copy' and 'uvar' callbacks to dispell the magic currently in use. Thanks Clinton Gormley for reporting. + Fix : Exceptions thrown from inside a 'free' callback are now always consistently propagated outside of the callback. They used to be lost when the 'free' callback was invoked at the end of an eval block or string. + Fix : The 'reset RMG flag' workaroundn used to allow wizards with both 'uvar' and 'clear' magics to be cast onto a hash, has been made thread-safe. + Fix : Less memory is leaked when a wizard is freed during global destruction, or when an exception is thrown from a 'free' callback. + Fix : [RT #77991] : t/17-ctl.t fails on perl 5.14 and 5.16. This was actually an issue with ActivePerl, and this test has learned to cope with it. Thanks Gisle Aas for reporting. + Tst : t/35-stash.t has been taught about perl 5.17.1. + Doc : Many clarifications. This is a maintenance release. The code contains no functional change. Satisfied users of version 0.48 can skip this update. + Fix : [RT #77644] : t/17_ctl.t fails in test 44 since 5.17.0. This test has been taught about perl 5.17.0. Thanks Reini Urban for reporting. + Tst : t/99-kwalitee.t will be skipped when only problematic versions of its dependencies are available.- updated to 0.48 + Add : You can now pass a reference to undef as the magic callback in order to install a no-op callback. Thanks Florian Ragwitz for the suggestion.- update to 0.47 + Add : The new constant VMG_COMPAT_HASH_DELETE_NOUVAR_VOID evaluates to true when "delete $hash{key}" does not call 'delete' uvar magic in void context. + Chg : The MAGIC tokens created by this module no longer use the mg_private member for storing a "magical" signature. + Fix : Triggering magic in a thread on a variable cloned from the main interpreter, and when the wizard already went out of scope, will not segfault anymore. + Opt : The pointer table is no longer needed to ensure thread safety. The size of the object code is about 8% smaller for threaded perls. + Tst : Threads tests will not fail anymore if resources constraints prevent the system from creating all the required threads.- update to 0.46 + Fix : [RT #64866] : Assertion failure with perl 5.13.9.- switch to perl_requires macro- update to 0.44 + Fix : Broken linkage on Windows with gcc 3.4, which appears in particular when using ActivePerl's default compiler suite. + Tst : Threads tests are now only run on perl 5.13.4 and higher. + Rem : Support for development perls from the 5.11 branch but older than the 5.11.0 release was removed. This could cause more recent setups to fail.- osc pull the recreated spec from factory to d:l:p- update to version 0.43 + Add : The new constant VMG_COMPAT_GLOB_GET tells you whether get magic is called for globs. It's true starting perl 5.13.2. + Chg : All callbacks are now called within an eval-like context. Only free callbacks used to be called that way. + Fix : Some exceptions thrown from a free callback could be lost. + Fix : Croak messages could sometimes be repeated several times. + Fix : t/41-clone.t segfaulting with perl 5.13.2.- update to 0.42 + Fix : Test failures with perl 5.13. + Tst : Improve coverage. - recreated by cpanspec 1.78 o parallel build o perl-macros- update to version 0.41 + Doc : Tweaks and fixups. Thanks Shlomi Fish. + Fix : Compatibility with the soon-to-be-released perl 5.12.0. + Fix : Correctly propagate the errors thrown when variable destruction happens at compile-time and not from inside eval STRING. Thanks Florian Ragwitz and Ash Berlin for reporting. - spec mods o fixed header o sort TAGS o chenges Url o fixed deps when 'Requires perl = version' then BuildRequires perl ! o added perl-macros o updated description o macro usage- updated to 0.40thunderx6 1527303322 0.620.62-1.190.62-1.19 aarch64-linux-thread-multiVariableMagic.pmVariableMagicMagic.soperl-Variable-MagicChangesREADMEsamplescopy.plmagic.plsynopsis.pluvar.plvm_vs_tie.plVariable::Magic.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/Variable//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/Variable//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/Variable/Magic//usr/share/doc/packages//usr/share/doc/packages/perl-Variable-Magic//usr/share/doc/packages/perl-Variable-Magic/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-protection -gobs://build.suse.de/SUSE:SLE-15:GA/standard/0715cd4912badb1e4ae8bed11535d4bb-perl-Variable-Magiccpioxz5aarch64-suse-linuxdirectoryPerl5 module source textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=45cfaf5ce041545944c23a29ec6b7805b856f4b1, strippedASCII textPerl script text executabletroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)PRRRRgPϪutf-8131cd76d80da272a3fc0da39c612daaf1ca280ff87468b1d0d06323b4d39249f? 7zXZ !t/s] crt:bLL $ _|'Q'bMpR4"RΘ@n4U^ơ,m~hZ4Ъ1@ʎz<,zkr0F]ELI->;@e[PZxCvƳ{lv{/Qq -KgjEgQ}"ba:_aS|q˫,%K$ HU,)OS1=hTLnGH=rڸ_h@x'+z_(>}<4m8Wk!/DGw?$vs!ACQG|@kЦ_/~Up/Ƣ#<ظ~zCиj#י[.hnڛp K;˞,^UxڟQP~phw5S>֧QVMO ^z}nLjcxedRp;.'k $qS r]HJbyd#Hf]xR;$;7e,^w#tb y7_TP^K0w;`r̗V+BG&A Kc|*NBz:6K5i ZZۻwOPH)T^Iyop#M_d6j3sTyzQcbC쀨"v"}t+qևm|[-0iJ$ageYÙ[(]*&G]tH: I5^5}|po""RbHx:81JD>]-+.Xer+31g\ʒsXSAr40&&C#U +.AVYwhY[{;z7ĞhZ"U7*_J+ޞK4٧rWoiJ X$'86zud F 2CLJϓ"ywJDQTC58eĮ'{ ]9o$Fv=x8E52%Lv+M[L*%.ſ %-g]@"jC>#ZZNutMGjuDtwXUpm- DKSY'RHfӆw7?JЅ *|A_Ara&Z,2N#r,XBy'T2m-tey!DWE8}hc)If}:+Ǡ_Yқ64UP5g䀘2ޞV ^|kqrus PZ{qB̤X>2@]@uAE5Ū\m~/4-I<9UaόqeMmQ+!S[qT YzT\d5-0__RzFM^0>^6ner{-w!uy35uazXy u$+@E&"ؔ @Q&^D} g@ŏ2㋛PYG|Z1Ao?z<ܪ#t2rV̲64R2PCp:bN-"69^7ik/Ͽ& [t[eΌ.Wؗ%)ز~oF7> ]֚:p^{aw9*^D%[ sBDttm|05G"M4 e0=dIJVy dqn_Dh!]%InP~=8T]{.[tɦ7~ umZ]OQgJ\҇tK {幐ߒ-TQW!3| 3?W@ȜvRee'U+9J̰=nVp]`gN` }kG~ԍۅgi{xt>7ODEޟXҚ nerxAf7ǿnP&t`M|ؤL+3:GW54!Q?X Uݿ#^:mvCksb+̪cK3Ŕ* u&T͢3_[9xa]1[ k6B=Kbz7l~vh@:ԯ=tlƧ/mEƊv~~m٥NAR)2CLmAZݴɜSӛvcA{QQ,?F@Ыw0FDl1ȧlOkC>1#w<)#ILc"PBR Ǣ20˜t-9dJ'DAzBL0 OAOTϻB&zI Ջ}+e:m50jkmy1xRO+(+dK6No!zsOUZإ:hisv4 B0t)Kn&,k&J Ǵœ(%("άL`ь7!;Nz;%s^b}t`Ǝ،/UvMAtAs)t%~:#m޹;BNE{JķP 7W̴9ug> y {hcפܙ41l@8KA}F@[↑S !FA-ӱwj*}n&.B%et#t,zf,<*^SmP*?[t8{j;,:)#@5"-pBi,Hq w1I*hƠ5Fw^n{1P2 x}zka-jY`:q}3}8)L86z.l,P}RꅧyjyUr|{`c|j `M&mS(-/ s"flX3VjܕOscZGqC6qO~)\d,șTD Hl0ۈ *!;<0v:?syWpex'' Zň 7|#=l <_li PCjG n1捕&]Sc 7|bw.4"t{"䩯p C`U0 4`:7*AyjAȺYRѓP{8wtX ,8K`>xC动eP5QK!PmcT%ija|=[+N42'wD)pI4ez'wÅNh`@V[&+֛8]T//nE:*I ۻ&a!3%?ʛT #ex;k&6ȜY,,ȶAB\gG!\8м&RN;Y[JSi*KhrnԷ^`ERZ6a;T9k߰ՎQ֦>:vCb5358otp)ݩAOk/Hjubl+WO1GS\?,6NW+*zESE #6ѕOw b+?%N7ʃh훮EԆ!G12,O&{Uk}fE3! fi[FFIyL&@>ym]v_ovb%tYy9r! rTqLS)fBtַA __p^? 3|v˄(o|VMFWu .]OZ7uDCc2wy!\.3fHҁP'ӱ1eqBJN:J0N0cՑŖǫţ'MUvMO yv-g?w')>NF:pC/Ւr!9jKӏB|D+M! |HO z- yq  `/"V@^< i@oA3 []/"mNp&?]4*E2pa! = PpMwط6~g1aV\jd)2inȓ{$Ƿnjf5IGYǹ[1H\eP3#UvfzFF.U%ΐ+dm8Kn UV QvН*5kh{lrD?~EG."җW6rs۳ K&1,4젮;/=;Q+R%Ȁv]vmĔy/iPYœ+LB1aln*Ǽ (\O.|Gҭ6촿?tUrEDRu^JC %*dR;ƠW[ͭRC) Y2|qyVBC{sǘ r 鶑d?J.QCg`3;`;(l&{N W" km!cqhL6gff8?SSV.ECrM6I=:'\5X@33΍Q2Gc;-EQU2LYǮ|~:|^s.W"D؇LeVyMUaL}t7=- em 3GAĕXZOr 3x.R$kV%8tp.:@ρz|'.'9$֑U7EF)}m-Yr7WHNqw4tKص)CdRc$Q^ ;j4v[,vNS-f%҅Xav0(_?Yue: cA{Cu aSXuΛAzetG0))V_"@}A:$I.ș:a}NF";T)P| D 㝌}t>":UU1}7ևw@y$r = {x]2 _JUTJ %!5B=RLDByeVI$t[c6fi5lɜ+vB7F17<_ʩ_gz#{ᜌ !Qd.9c83Κ(g9)bQ)}"f6:"?jcn4O*~M`;yf'ւ7%  '4t!t6J<{$uݯ pQmE5dbFQeW 3_0I*ejy)Y0DWfޔE eΓ ˍɻ3Nrpl rR+VvGiu'kCއy Sep]çg0|,ԄYYN=1NSNxrnNW76_#]K*I{mq[/Ri1_St@|# K1&^yPn1V6Ɯ62kpX€өp)2y!&w08*I 㑶gr-"M^jkTCN3qfD&Ag%NuE+iS"vc.hV !<Î:=\S&DreFdjdbe4V. iAd2qidey*P=93qI G La9y G OAn3lw$KiͮWeO7ĵ|/*Ƀ 4p8|)4~jFF#4^9OW~)H14 F4|%{,0* / m/4rB7HQ3):)gvc gT{)@:qڵ!8"4&EZ_zm#F1@03 Qd 2f#B/]F}!vd"LE\tecŠ LwzRY6%ټ_/8c ڰẀLA U7,tToYj^ > ˴`˘Q.tK h]׺WmUg xWViok7wUwHUxtj6e^Cj: >   o\(nA_ʩ#)<U}ӠsSB{Q^K5PɌ N@'d!SQYTTּӡ*r'@*3NfQ-:FAylU|8?䶭|fHꩲOYtz7;ǐ\ԛL +"Ykѵ6|i<=2Csy$OǼ<2dž y %S!2}6s XA*X$(syo"CArq˟*N i[͜ c[,aB̡'$kPܶsLUe]̦egŅF)1@ gkADw\""Lyu^2=tac1[ w6F!Kg}~ OKkljKCwƾN:K۟=ޛ֨mˆF}j^Yuӟ펎Sۃ/3Da +~wr3_l#F?;Xg4xb;^]SC94Wb~{63d .0X}+Za̖6 B]ԡK(Md 1=ҥv]'DRM4W]GMGiS;W8p%zf5!-aB dN}4VS-k^Y])Hz߸j}&삒tHmLddFfYi>f.\޺ \LG=«}oBkjEm~&6F ]EUv؝{ QݱX0eq$8>Y#[Jzl'u<֊7~>E`5PܐS8%2Յ!o CtBo ?7Y3p1r ˜\(b[ hu4eHoa$}5 HX|>̶o8]tm2c 2:&֎Yz XEnq;M F O߂)h+2r^J'#շdel-p`MEO踥sma~vq:( 9x 5ùU.k7QIgf6V).\{T6[R\R_H8:i&6ey;kd:u &gd}!D6.]ɰ39&gL-SiC[sFr`- s c.f13li5ʵAs[*RߟDG0l8ܱ֠;\3Ciek\IJޱj4]X!Q@ױJ hxa跒Z?ZX'H{̭y.D7,+$^dP^'jL 0ͬ$jrkv=0,Xˆ$GtP8R;NH-P]0RL2\Q5HƗHyLW%F1p#=$B;->e՗ý=L!U,\ɷؤ lGծ8UU1jnF8'es)a#8 =<٢* }r+JK%oe@'vbBLuk殐"UEw1$zV 5SU7P7e6vx; )\=v0S Rf+<۔1bl*IKhy0y̸-WI!ja-'- EJ/']_eRRi8KugBFڱQ%tKs!7[NX˹pxh,^ˍ3%*I%4sU&_Pks Ts70%F>x%KyWDɍ bnlUrV{ EV&;"%닅`ZIF<ñ~$]V?':5 Z MN NQ|P6Y ͸#kN [zY!2ݡc;`y YYr<[Y{-_7"<2rҺuh1_vd^o>iw5AqeY8y'u2[Q,KFst8CۡLJ^|wЕ v<ݩ 0-Eq! LJ:tuE&Az5|FE*ƌCI|pK{ct]LL.9j,{Zn &ǰNd X YcMQEJ}njX*^~oLۋ&?;N[g枾kMC?'h} lj4R@N ɉ& wy=?.IMխltHS;:v< Eb&F8%':MAȮ_cV nDxy?Ŵq{_H|u@(0un[NbzIh&]Eu"7XণҒe `P @Ҹ\tWhGA29"_>Az6"۰)N`=,wOg)\y]Hbuqu2'+o0=^2]9#D].ŷQEC#<|B e3D qciʖ#lj>D_ʏrwU,ugL)T ',W?nS2w"EBص9qKV-]IR.E~-5[$o'ĶVQBkg<'GW1gYAWke;hPsKGj"d)O%d"kUt("**ydj+nS`FNJgNe,cr|%8 aeٷEV @}`XK$^CuOAzv!_}aWμ32>ӏX/+0fOa^@ ^-"VG;p.] l%)p?c53 |myI'v/#x.BsI-=΄,Wݻ鲰S ՙMOxV'PjnUp>|;iX ȺTlpMMK[pcXSœ݄;Ȉb㶉>TCT4#%7[p4փ5X6[ڴ7' }AUZbܩ1nQ=tpkaIpab-N=/2׿hsow:98ߧz{hWZ &  4v>; ~S. Dކ\˽W0lĶDwx%映Xl2D4E*ɨ:y鮽x1|g];G t7IEJ[Ce qWizVd|-/V/1-63iJS5}_ꞓ/={Al䘿K nS x`I#hfTVQ ,ŊփWD<\f}bAE4 dy"5\!.*\|:J@vzD\Y~ET=9P ps_N?řMe+zwZDQ n .K@5&9l+PA=VL[O꿱*匿.,\(S~Zc/ɺߛG@8Aw|lOQ l:K݅y-!M].9 QNn_([gea) q-4V.kE9U[>[&Lb¯J6'x8Ϟ/f-JTX'74 }6pVA,CAdI')U+_G'90v|H)pP  .&: Όz NE1.ӄv"z^sKëz'QPMx.Kͬfev2EQx,L™tw>Do$9W /1-P ZS(T@?l#י%M]= ED/pO-CGAʼnẒ,O%˳Kx[ԃ2 2ִ:z(ِt7PuPވDW;M"xVOʗPl'M.OT4HMs.gt5w:ʱ"3W\,Vv/M$.kX >ɟO)UԴp1nZ%ȢxvjJ6մt vɉ0Tyh슲p)s F8L ju-De#4 ="+GviFB*CM {Gu?4ޚ||U@/|YOKdGS7lrFbHola)2 `着Fkpv3\{VO>Y۰4tn?'yȬ"mTS;]?j?OwzPW0)Dg;(ah >DWp~S¤Nl^=d0Dr2 Xy-1Qig-!tq},r}Az dowE*Q6͟V]TVm{U5H%2|+2,næ8G@4/q& qgUhT}ysִђ[udeQy#s~:'V=.M-[.hzTU)R"ά S# 1!F3Xh|`0h<"f-YEJw8W=$)dxx$OHK*v׋~ 돩ۤ8dO@t[yѐSVʧ߮sr'M8zqhz~L3Brv*,٥;Aa|E*BΓj0fXK[,*w]D*;[#%(Y*;uXWE HIHID7f7 ?h Z,Eo#9 %.k0v/= %5^7墇Nd-e* (r$g"iqN(Ą)FCw1Zd\ُcDKmx/K}@yܕuGۀ M@"߂& |p[)8{ pQ/S?1p{u\hNq\(|O:?uC>CLO9y#vw9CQ\+}&yN|SH҆~e0 E)TzK_ 17%Үv!Vxv0?!`[>V)~`[p'đc۫;n~'3{!)a#;3ppˆG$26 Xth-._0oXH0my`8J R:|Yr*ʜ?5Ic@kk4%< urHTrٕձȝmRJ<{J~Rca#+Rqt~ ݒh,>XїwGDv8hB}*ރf)w9pڴ]'":n"S 'Ka.:>6M.ݜ5?8V~m`}8UDQ$UVkեǴ៌k.h3L>SV܃Y͏<U1-6%{FVy}>s e,)RY}/*ꙦE%\$VO1a-G[Dvh]w˩O))n^]:s yXN?E, !їDNĮIX%K'>\{q]>l2ARp|-Oc_Ӝo .Qe:wY@i6LAj(`=TM͙ߩ? -&- ޻WRD:ИOAu`_1#&?̻@[uT 0. Z?k\06g[{;˦`[|U|@7TSnf2--[UbP;N|ʮ|h>(q ’&D 2P!eZ92͊JJ*ɷ)J^uAS*11תik,0=llƎV<Nv3ys/>nZ %G׸T!>̪kH >~dDV>=qNFӪ~f؎&`)WG)_jU{s/m#jŏ{ZleYq6jB]t7V CKϥ9+qIeaQCz#X7K;ډ\rn(|5(N@f6}sGX#A/<$$}}larXzݝѻf՘= 8dwXEoC`ehj㧥Øuҙ˂dK(W}*|9,x%/mT}yI"hAp#0"-PeC[(ͦ}``QYc8\Ϟnjid0pu2)98M",DK;8n7I/?#A;Z2fB^S;Ȭ K#5n)$06,/d^LyiŞՁAR d9xO#x2dK)Hօ%_L#KxDvq.t([`8i:e9nʂ~-kzͮ5`rUeggp[vjxÍ$,stv0F*SGubs_#ж<|?N@ZOgc?K-]?zq~x)gvf轁iH;;).[>zijTHO9cFO5 ©!f\`sПN Kn0hi-+ 6¥Z-4f{"Qi`MyN'Tէ&xvh'$C[d5$Y"zŘDE][5T; q4Fu_{MݱaMa#4ndЉý[#l;iJ5P>#l7z-*]7}43%0ۼQ'.y%3˳Gښ>֟]\~g-&Nǚ[9,b 7g|vea )sGh#r,ޗjqe_ky⢜$Aٝ!e_ctl)Yqbny#ۛ}°;s{ l ARU˖JrC܆W⳰F~͓ 6 p5y}rQH2Y=9z@fA1iDm+72=ZSjA).[!j*kk洃@6JO}yXǤ>Y &IwDPhes^~}E^SoRWG9"6 !{NFbRx x6ۂ]m~˘$nG F+Biϭd z-y-{ipa2ޝs]xp%|o2x9o|Y?mڑA+ y8le4)%sϤa:D(_+daQ)> u _DK4ӭ^)݀ez xK< -kumiū՘ߋklא]uQyf%,UnF\iRf- X5 [˜f Gꉄ%F Z)X}*qGnο Q|<,:`բ 3)͚2rBi: 4<]–hȇF2K*S@]j@j-$F ? _ECkmBbsyŝzƦ}z$׾*2,X{Q|*&@u D_yCťm6PdK̑:4@2lÎiP/>&9B<5 K~<&;ߓrY*~8d4TM10w&_Jҿ c^Obb?8EI-$.\qǟK^24}XkW#mr?ngj i#çB-VEMkzDae6~#T4sa[iUZV(&Y ǐ_ (ӻS-82b،,gF{rs*dʼn0C6ܵP &Fxt/>>.|Aqb!}ƸrkuGG>t P*ˁ> hcPzntWd⤥)PzPJJP8 mUSٻj6':xQ^fǮC:VL`Qh1*1 fm/5HHKUƉ9W"8 Fy~l َX)u΍aW$hyIm٠CehbAk= 'pRH6ie%XpqP;A}2ozM->(F cS8\]f|73F{(sC <{-Wb3U#I_q;2v:P#Kv4;J l3s'LƯpD-l)? p "Hڂ1)'pOHU# ~c^EhjMcX#aB$nZ5*8IA-' K»hK S$#;CD1sst<>uc6Ȕ[=^`.[ 0ǣte2+?}P0`uoXOŔ#_ 렐4qW~ /av~w:F~_͜6R 06gb)ݦ3g|{GT2rjؾ,n=~G)&WF 2w.[fndv.gL!ÂkJ #G'j9ƨ;]ΟYeo]Ҷu[MډoYJHgZAɑ=eH%YxjjTUY9Mwvi&_x_t~qxEC"C<Էa,Vi{=wW_T(SpgxK,1ޱapq߃ !ݎE8S0,_^mu"dA|D_}Sg& Z 8P.>/ȤjZKƠYRL JT'bm)|˻ԱܺV k+0 DzpD 6%C'UpTA3oΤ%q&ۥ_P5HXNa"tY3~1:4jR!f\nUX-ۃ4ޖP|7XW  ӑyX[SY6YN,!ŢvŒaovŦaD[&r\3F+\_ #8czf/oXCMzp C_fPr ”"_x]D͡&7(Ffko&Kca,9S;sU%(Hس,_{8\jϔ5uAIQh\&pFD`xj|8 W g9m>Ň*;⛹ Kb'2,:ABuf0{":khh0'GgHeeV,KM{S+ϟX\} >XJ3_e䩕  PBidUV~t*YE~V_aRtrxI-qA<,n!/\Zp^w:s 'g^8c0ݹq35fICY*+>(%W{4EHq˗]8p aGi=ܵYn}ɐ8@D}SʎtYIEkX:/aANDN=Ӧ:_Vg7n c9fHa  ~BPRG:Q*W V8cҥ{/ ,NRӣN1M4B0o"]m~D2̛ŌFum׾Y1J“g#rTkH:10zf5{~ +@u'l@n]|?Sk_yܱjS>W/(aDD9 i ?1K>hv,dB[{ ]?c=3*G./-5IV; R}X3 `ϙWB@r4NL`䪾 c~?ݰp>'_pjH3lܠ׺mǾN"z6C!LU@FuA+kT - =4AAO'A?,C0漢kqi͇)rg}c)a,quntCOxL 񲛹OTx}MBPqİyxrh}~Ugħ>G[oS\,ȆM6SQvDZ< }/^|x;1u1Q:[waƝUx]YnT-UH?jN0b?SvFuoПDaƇqOS)07SqԴN@sTnTOhPeYח £?D10h䚐McfK'_9 R)m"v]=;Ux>-j0&iѦF~2\6AAhέၤ!RYwnԾޤvUsXT߱5nh߇-iQ*ƽ4;CJjM-9Snb9SEM%[{L0!NY zT nbvhT[H)bŐA BaK9ݩ,h5yhM^Z ]6C./)r`5ha"Ai&\*[dL]2 Y2ԟD\{'w@p)Ô|aQ9"zm/b.Ƞz&\7D5YT8gҩہ_z}9tJn<|ۆ0h1&N5(.ͯ@ΉEȱbB-`ӵ >+>n/ny?MG '$/dϣYրHzZ=ck@ ORk0'0R6Uhό*U7"J;,ʙ1\v!%& s$ Z;OsŕտzC# 2f^~׀FɰR0&d!+3c2^ 7coXIOW?MЇ)XzLmjzzŇWސSM"|SLuR֝|Ek y x*ҟr`6ZDٍ۫[bV4iDCf"G^\HxD~P520G ?)3KOEܝ9YFvj,BvUS-qߪSpQOV{X 4`. &ĭ(>VM B'LL>NaӍJB&g{57'_T*33l+>=0gBwp^noleD啶X7(i@tlh^i\X?}`e~ M(o-t\~EWٴ~Au#v]fo-X`f&-qL*xrs^QSYN!ˎmfR'Fu omCR_kmOFyB3v!3b њsE Q @@F2l.QvÜ=vnOJ[* ͩ bΎ3W 7W0b%VxèN'@7|Qok%ȾfpT^->23=}XbnMfY+@P\Vd6q؞g\k3ܘͿw9=K]%ae"l(Nj?L;''(d"1{jkr0 %ElIh H91XLňa\7@l_BZcz(ύ&c_߫[*40{r_H9ASi$2U0D_{uA ഌ|0c   W ]:[m /ZI9 Ԇߞ)þہWռLN/럧&P]rmRJu-R'o/*s1K4>Tx`wtndOku9ÓA麒qF$ n,:77i- 2[ָXNÍ,ķss8H^Wd|W'煄;ۘoD#SJ^ݳ@HZ/ͬCkgBfMQeT%>r8 A$:,28nIC'['Hqt=W^Alx%b#vG>p  U΄`A=dˬTjC?ߔU<ɞu5AuagZrF>fЅ~W3O+ Yh{C>a~-"˱?z^-pоSJq$۵™ d: l{i 6mHNtIS2I N|RߓYGn6#ԔcI%^ ?34,Vґ\ܾ])'=gܽe !йN:<ZŦ`Xao2eN ce#;T|^< l4 ؄c9_Z6$!c#I9PcBuL%IwTmEEĥhz >ܯKR#υJͤY Ȟ;hO3RAձELneAhٵeJ=6ĉ).3W FD S_R~R3zPjϑ(FTKpoYWiy ϡ[cQs7^$U@̩D@$i?N6KV \<\tgǸs: J,4]a_'#u; ph'lM̶0Z]_IKC05f~6r2X'*Fmȏ/OzQh#:Ν 0D{ fKR?$tVVsD-z ۶Y_bwB cxQIPfK,Ρ=RJް*3SrD"%=K{Bxԛ8}/o]qrS/%Y C3<Ƚ?H2u8&iZuֽ4ofz\ dd۳ A2^9V3&FKM[WUzwS$'h_}ɛCq6[fm# uaYzAS@cv,[Bo/ C#ɷMf)hn&BB٥%Ņ m*)X\Nj'eG~Kkl=9pooZ&sysoyGVvgkwfhߒ9*+;J9?E~Ump^c ;e|M>sm+l:.d$UQN\d1aKs)~d*dBJUI}Gtv D벟ݛ>.5&uX4X~V9d ~6O}n/dy15XcwOzFSWpJͧDx( i0_/xԴduHυpSwk#nyrIJEO!|KĚ^ㅞ|GQ{[BpڵPO/ spVr1%Hz) `MDG΁Lx8%~x ϔlA6=GaV# M@51$"?go*ev!XKO>5Gi4oD[ӚDN~tm3Re2Thӹrh63fyhvDAƈU~*f'֋2w>S}Tá;E75ogw:nMEocT_M| }|mMw܁.j+rQ,y5(V $ 3e&)XXu O[hRΜ%w{;]PӶ5&:xᐆ3vm#SڶLZ+Ei]`q &?W6ۂJ= $BڦT{?l1Qh> ;&Iw|SNqxTe.`qM#, &IPI2햯*,kp .e\t X^fy$@Yp ;r-U= KhާcU`ǢC CGd!hժ{FǸ9$ȁkP;96fJBk]lC@ N~/wUilEYf8ۼ?]W$d䢕Bc#"jj([.FEچ/'W}:-t:C]Bv1]ى7>r@+LL(*.6-%!P:UDx$w̅*9O{q|=UpFrWnDzSim9}G"\LjEH? wy_(ʏ{1K 1S1eܑ'[ #a\ =&Ѱ Z8ܜeHg®ȆVU @v=T:5P; h׵_NO_=&I/gtUgp/xP*Jzo*\ĊlhnIӆcQ93{Ibu|uOt >ZH\.aiI(׾jGrDz+*O1U v%(wոvZ>shFju_Ȍoԍ󢌵fxP׼'l'b퐽,fo L9m<XkoTJHn\g{TB/#);wC +cnQ"N:3c >`:Ĕ)5D8g6h!36Yrr+A<"}3ž\r.=1[sQUR(~X':mB4z8%IQWh ئRa3C«OhEU1I{f&k'pJn((fʯ1 Z)_YfF#t}KGշ4vF,$\8AY-yӧDb~aeݪЋVPF9 Z,9rJm砌W!9!G]Z)IONC\4f(H=q_X<۟j𳇈,v Ql! s 70J4CX|5ʫͶJ smoT qVIEAFTŖH+4066P>u[g"F7en%59}Ջ!+1f}01MAS5ҘOUgyk&{mB|\i{ơ6/R]:NȤ( vW) |][‹\q=#žo?3K*v!,JG*#lZm#+9v8ЎjoK*Ož2 (ڕvldQ' ro;}f؍)2 p( y)/TD{#6p)2LjK~ǫ4Q.؃c*vG8.a)Ҥb"3PtăֻUn2x@ʡ/dK9%WS`7#19Z=)*-uA5$ՇoK{ϵ]:Q 0?٦7"%X=p^րX7aj(DbeQ=<٭؍;[ne0Chm|OU?ˆW:R)8N`̦ hJR/H J]..:$ֆ ~"ukȫF(3pYFQ29j9Z+ౖ_C BW=VۆP#t~B:VIۦ Y჌Gc^AgvQZ{y? 5'XEfU鍂H"D3l!n8iF=U+9hă4D)&zc+F,@DGďHOx=ܳң:LW|a' !ؒ}H9 2gVu#!zlD9sjadMU Zf9Lm !DmV| am3Z-P(D}GY1g8^&VSHgH; N &ADjƽu¼%/6։T#vV7н<}+e?KfDif#ˊ-qpWjQZY`QEL<%&,8pȻ="xa]Gb^F\1,Wn/GL~dDt]H^H l'Ri40)EewSal0ƍt{%i3Uٚ _#]w|gb +[>0i_FWMԒή~br$qAuBԑE@ `EsWӈ5::͛guK=rUt:_g:]@ea]e ?~dH KBlZbE9cNe+7dr4e%tVOi^hy_WQ[ũ`R\ʨIV`]vjmV/=Cx.; 9\z[κd( $gE[=\unqξ(۶Ftq88ͪ<8 '殡MgA+>$mn }q"0r72b0=Wy𜛅|$J^?0$/Q'ސ׵XoG3 %d-FKY ~B6k2`eC.*;7u݇΋k ) kf:5ߐ>?B&'ŔbU 36!l{^ [ Mh?Cw,Ӕ10~6/vZ J uZ$B2n (}ةM|<=IP }YSem쳯G&gZ_nl{OQ7?$nEnDOaĆP^1 ʷ ۵-*wƟ*lWzU f&|ǡjKGGOO}Q%0.Whg%2}H&aAm-0l/J?bE=ˡY`Nyh.:^r`!-JL(uV|0%%:|Ab4LW6U6=($ddUU/^t SZ!/ÆA Z<*-F㈾ B5(> _Uk!,N&"f47Gy|L H=cx1ju%0nYb8N `a*{0.jPB42>^WrNh\+^}e&#dsM4;0yd_ &nߥ$g|nVoTfp9u 8,Ryp-o8 `#";a퍳1Xڛ%+5~+eHS:L 󎩊)j1J OD)ĸ8ȗ/ju{ ƙCH[Apa(V`}Y)^;Ga e}RGԥI@ $O]%fF}Hܬ4.07@S.`낣l8+W j֯fJ- e3[^ѫR3A}Et z-Eћ&[gKAx ?UCc,6b74.\xT ݑ XmF/J@PEaJXQ xcpZLJe%=|DV~w=ÏFg; 3vMFvJ$mr6%ΰ5rˇϋy8 ۍk]nBU䐚*)xLPcbcrzO`Yቬ T[DLr~AD(Uvu=rO=y}Rah̓QmFG%w s˃mZ<0pOgW.[>b&5x>{ ~xj KFG"a96#K ygFa%EFzpMN+c(4軣wS"YRl{.%8@qMXl|BŶ?;>숆H1 c 2PAutxݻB%C栶zx'T.SEL "p>[}WE޸~/6]cq %3Gcc{+\hUL>bIwRpgRG&7b+05yfLk3jsGjͽO/M?.{chUiC08R*sc- %ӹlͧi&=O5 Beۖw$('bCz F۲=p`{?{R2jW.%qx&;ddcIZWd3fU%VM-b c6QIEGUAU-w]iML|BI"N5we wlX]LUHy]/f 1*}dWn/BVuOSLy[GXy"$xme12  rὣ )G?p(BznwO՛CNͪb!@(f.c ~`bXMreXw(i2~5 #߭O!{:t6>$, < 5JcE!0ٴWچCh*oI%b qy8}  a}B)X֏Dy _[N-Uz;@Cm>1h|,mu;Dy6-,X,t/=rAޝ4'cTQ4w2p?DZ ҥv֡1y9nR~(GP/0_얇,vu,%G[Lu b2k@cG.\@SD-noM&#n3 \-<'7`zBnp-AF˞g3z/NxMa^[w7ίj潭 S hx\LAS9cp]B ]r+9l k3cH#e,1o v8ZD\&hU\VA׺"" Tj|Y[sC{=~Ԙ qӁ.ƅ;GyDy[rZM_@,ܣdOMN#2 x;xl5 G bAˢ|41;TR}ҕ;LZj|wDbOֽdCdt~/"gLʀ8|Q򎹗L 0QX+;@r]@O:,=h m)Oe?- 7NcFnz6eo!"܈QAr,)"A7Ѯdi|ŶH5C}jPcdҞ! JL%IGb~忼4s?i<Pǹ]%eˤܸ%ЮUCt|f1 \[lpN w[@_Fِghƒ;\oY} :zxO>8SE%̆#r 7ø'=h {.ȃS[[`0!F Kg ^ 6ܫZ@.\>T7PuǗ8  x%uC;P5/[f܎f^$R?bk>fvL5zN^־“pe2 ] ?nEZQϽ8 W[\JbdP yQu1Eb,-W_+|sa)Yk8՟,;R#)(t +`t,=R(Q7~^#]TUZC`縢L/KVNyWYLN'wD:\IMOEng1SkFCi=6t(pmBiMkOo":c[/Om QXK!։L m_BXhJ_nc`@ɯqX[0ˇ௎#C.k7G0Sq~GpWCnȒ =R(gTdN-+-"bD渚<[K^BWMR p!+)@Cro;zܻr<+ s[_!yϚ (ٿ:>A5-t eY63qx0YiP.RΏ֓w9_Ty916{@9zb_F4MA !D}Z8JL)ןR8{(Iwhtй^HH^ܐ Ryj\L'kߎwq&?Mk,z5> 9z>!.KDGMbd}Fk"僎}߈;J>CJIJW/Ctd2P`4&`rӻ,(#^z7um#+@*G H5LhB@U3p瓏ajE{#"+I HKΑ nخf汰MXMj@u2Oy@-@Q^UqK<74P[6}$r6!.$SgogW u 2!T2u0[oLL3kKX*Odž2G@$"0|:{\ *Nz *nAm"6tD&,3;9nZW,YXezn'ˉqeGt>_-`ʠ0-&hw:dyWBh-a0!hԪyG^Bry Ǫ6pƧ _2!F7UMᪧ3XٍsꧢoaLWɀptyk+9HaeBgÇ>S )*Z(L '{`QeڢZ- > jէZN8Os2q#~jjUBZKL_;U1EeV*}V`1clnKdD߼9{Y0Rpq\O_ivՄlFz.|}ngĻ 紓\=R8XOG~^lYr ~".1STnN{ bCY㳈(r-JPIt;# r#osb`NszLœ{5U t B1?iٷS<߼)虝$3%Le0 ĠHVՕt)6nYԆή%99~(Deϲ"-9m\ɡa<ۙ(W,\f"s6js5UUz^#jp!}TGhέG9aXۖ6ACz_!$'2Z=viRFy{۪`Ώ?Qޛ\\eɔ6 C~tA9M4E:ߋRkBפe]m)+.Dy)8~*la>!. Z;Q`'2~V@9;:SeG0|bk`3^ᨏM_9J05$ʣG>FnbzLp>K=XtZ3cȵn4%^1?,GDcqsI(ﮐ<궚)qm>A:qXҎMX譃" Ð2lE쫙M ~ n/Y@4"X)Аf86(βFZTse_8fQ+Ԉ=.,HU9:~{jiD1U4 OeB__X* #TFfv+y}4\>ȝWyJZUǧsMXEk|Kpye,Kr1!7 Lk83})G*X '*T`0:@G' $m ؟jDh1N7=nmq\E|vBHU'Zˍ9+by)H'ܾE;+Pq/47U r/0D•e\;J?TM0#@ V.xИΓ\U?ءMcR[#*pKa"z_nU ]7I`|D %Z'sN.uQ1 H8w zDځB-};r`{_,UrFfn3Ƈ/@ g޶4% ߓk nPeM8I'VN+' oc7h= $ge@>i]e, ~ٳ }nvemЀ}5"ILӃ65}|o\9;d߬VTp:nAS_mr! e |<-%Ru"Gc_w:MQ偟1ǯk3ZЉ3Č1Ǧp(YO^7̘~jQ֡F!F!M}&ܵb^h/)< yMM7٢ R;6ق1P . YZ