perl-Variable-Magic-0.62-1.19 >  A [RLp9|m= <$\zq{NezN,N[%\39-$u6$*mUk=>qdz;/a]["ۺh{=H^1)Zg2CDF`!zMi[V"Wq57=.k~4sC!3@z, s\O6kshk*'9݈sl %{!ҽ0Qszvnj,'~*怷Ѡo43871885ecbdd50b26646505222d1adefa24a77ae53657e90b3446b3ec5c03dbed245c42a782f3d32fa0c9b3ba389945121c530b[RLp9| 18m Zjߚ۵D`_>M& Xc( 31N`F5jVS]vj6^nudwE&oព0¿Y, z$|ZWvuAh4T=LǛW]޴{ {} _}o \(IJӕEJ¥ئQaEG&r$+kvK. b3p̿591_~y)OVl ynb.=Ygi@KL 5\m%}6n=$>p><0?< d  T@DLPi P p   ` pPx   ( 8 9 `: F4G4H4I5<X5LY5X\5t]5^6l b8c9)d9e9f9l9u9v9w;0x;py;z;;;;<Cperl-Variable-Magic0.621.19Associate user-defined magic to variables from PerlMagic is Perl's way of enhancing variables. This mechanism lets the user add extra data to any variable and hook syntactical operations (such as access, assignment or destruction) that can be applied to it. With this module, you can add your own magic to any variable without having to write a single line of XS. You'll realize that these magic variables look a lot like tied variables. It is not surprising, as tied variables are implemented as a special kind of magic, just like any 'irregular' Perl variable : scalars like '$!', '$(' or '$^W', the '%ENV' and '%SIG' hashes, the '@ISA' array, 'vec()' and 'substr()' lvalues, threads::shared variables... They all share the same underlying C API, and this module gives you direct access to it.[RDsheep17SUSE Linux Enterprise 15SUSE LLC Artistic-1.0 or GPL-1.0+https://www.suse.com/Development/Libraries/Perlhttp://search.cpan.org/dist/Variable-Magic/linuxx86_64]*8o^$AA$AAmA큤A$[R?[R?YX[R?[R?[R?[RDY^Yl[R=UfUfUfUfUf[R?76b5e48df688555481bd36509816649533b4de399b1154ce2e6823ea246cbc7683d3d54f6c119730eb593d24d864f74b0cc2aa03b35e99c72ad74170316f55757ecebaf929c7a7e1cbf6584d174dc03e602c04835ce06eae30f674e36864d4a8afff268153d417d05f572f7ea373b891cbcdc46bd288adc5b5279846506c788242af88a4d632c918b49afa84f977e72b79d26870802e8391efecc211a0432064c2e984a7c554386ba0e56eade449ac810a94948386b90581b7433249b327137c30af83efb84b403bf2dbc12c995f7fc1b0ff55f36381b5acc7eccf6af77ee031e4644600a5a2401ed1a29fe24e45d39df3ba24dd15e862dc07326bcf7b734f98aba147cff8e466603dbaaac9513f8d97c5f48769f448b20da8a7265b3740b447ebfb6edc55ef4d4bcee7737638d8ad840502026f3000150af6166abbccfbabfarootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Variable-Magic-0.62-1.19.src.rpmperl(Variable::Magic)perl-Variable-Magicperl-Variable-Magic(x86-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.4)(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.40sheep17 1527272004 0.620.62-1.190.62-1.19 x86_64-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/x86_64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/Variable//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi/auto/Variable//usr/lib/perl5/vendor_perl/5.26.1/x86_64-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-Magiccpioxz5x86_64-suse-linuxdirectoryPerl5 module source textELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=1dcc486ab55bde9599259592ff3cdf69e6838205, strippedASCII textPerl script text executabletroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)PRRR+ MA׷jՋzutf-8f2c1c187ef5f87d7b8310d1b630f449924c7b83ff394739f6e9804d283e74a52? 7zXZ !t/{] crt:bLL $կ%u8^v1}vkP>0"2m'^.U?6#8u@ Q=&[@|EáU:c?z@`Dz,)vORx1Ј1e3qb̓r@*_ޓ{jލUm-g[GL3EK7o:z˄ʐP޵jG!$a' ً:ƣOG*Y`ZjqpŹվ GM2\^&9o/w,H/]ѺZGW$X4fϸʫOna=(KYf I#8sVوIBf`|y$z6d#W xf_CM o@RgʟO^ieW4Gh jyl$J\aL!ddhlDH,alHFJelO{F %~etbH8*s5g#H-A'SKb*^I-F8B̉B&o$ Jv3y bM>gv犬=]BTGcկҫam&8e}tMN 7f".cEwqCMc, eCL:yo5_GB`꘻ɥ WwY%6V`ĶJC!!hn( QصE:_dkb4Y*YT'EMOv=ώ} `sq1JDif^N={T_Z@. %"!8d5lu0̏A(`c }}usA)y'hSGL80h[ ABe8ZbG:)=(rVN9:b]w{(܈B ɈSAV6fIjs^İtHði2~., s%)\TbX;q #I]̭go:9Vp֥s!i$ ͇] &Pf l$mdF'颵a|i,`g}>`Motwn!Aly[ʒGpԧLk"C0*W5n4\[]]&Z޷ )(]>=UES2]xO'vpAf HeG%|6NJ⌼EA`^ƿ6MڨQ.Bo RP~C~B=Um'J~R#:R.{LX8^#7F$jnvqC>;yVʉŰ] zZ,zFN3 U+.ޚr~ԑJ.T/`2"ݵ5k l0t/`$ڸH`EdTI` 0,jp ^T}n'ֻؗ MWEbC 1(QɢANWO\­\itlLAuጱ Ac)5!X(32&7 %!O_\;yrMdK֏9tv!ijnԍZy7 ŋ^'/ ,Ě_k|[w0+`٨E^-QͅFXx$Uq'a}A"nPń3CBQSrlP}lG"y…( |amߴ9`@ )N.ڬ֮\/nͶ{@4iP*〧\N7`5Qy+uhrɹ9EDKO'@N䋰p3ĕHWXqۨnnZK;r@ ue8H[ I0G_zͣb{nn8& I69:Ty+Ec/]&9!-,q{]G-C7ҿ꫑xkuK wy/c- Y.BgG-i%:uU֒h]q/9Rw}tR;XhҷPlYSu,89R} )Ő+ñyΘkO A.*gotha:mu[)Os ^ۍ hG qFdx˼pjyX 5 sA d!xCXKwkOW_P+ PTksp ~sAt 34E~#)5wGijjv/t5ˍY2\0'5(۳mTzOEe_FK ZWw5鹴.EyIZgG(IREr+r1G@Q3#aM"A̸޸KWb_&:UUB<6KC+ yu#a|!%!>.:CF. 6F z>X<}h0D^ AE!Өչ 8 Iɓal!n牸mq6@]6ۜíuOn"d )k<{o rKTn=3r6++R4iDC]|a wn06E ~nǶP )ת w'>dH9v%bԤjoXsU0I$vi"t%~l7O$znOﲝ2=yVH!O;'FƾS/S^6Á:<^z'ʸve7!mUɰ@%pkvKǫybu>"9 ?K bdO⒲+K=tiqG {W DR\AOϣ.9z`h=, ƶ)`1kqu$4ƳBLXҀz>$PȠHN7SBo_9}>AenD7fqv@^Vg%!|> r\ZO oA^jڗ j{uҗ/b*vSU"Z~y/BV$1H_SvC<7J? s$NՂ,mBgZ%lֶIy7x( K$[=9thНWF\"h?mًGIn2O×[\Rʪ8y6 p@c Aqurp)wűx0FJN^nݜA/qɫ`%0Cei<W y\:XnWτsXV=Ƞ#` %Ԇqtn3{E@@;?EJr$n44K-['9qfr {Bffk, Θ/aנ?-%)A;g&#v21׮Q˼ pԕ# `Mkrvࣦb!=2gފ٬1Lvh٫JI2|UD楦ƻ0’FvPhPkgrਹo??oS+?X'Ug Y2en&.}$הeR#†$1 \S83 |+0 ɚDR[? KͰPkLc}\^%$y$1y_Vc]`:(k_ˏ۲% ) H}9+A.yu~u&z|o+' Z]˿8MpwֹkZL'7-(*4\V㺾mٌխ 8_7NA17ӒQj ]:n N/qQq?5ۈ@vyyI]7kf<ℬhS-ZrV - /Sp&[fF)&p. 1;~@Ilǟbv4guy># xSXh]GhMxgy#ruhPq0j *WzY%3gPbP`үSquZ, BUvNptiix*VGwv5Ųh fpD )ʖumM=Δ@uRoIaDH׻==s}I'rcNMݎ#BP=4-YfiĶ(44sIB_ [X>߅KZtH%oa1'F[ _I>r\dck9Qe^NW:^>;{ :881^?ڪ,x_J?}!S`u2&=B>3_>L߉H04YVՅᴖ  ,:^WM=fK C鴋Y@"%lb6gw4е:UG+vT> L^E@}1PkFLdbcֻ*h]HhR hDN~3~0{mȽe춠}xj6&e.έ\K?oIī;dwSH4酖 ^ 3N-jl֞rYZ}@waИc_ \\**MWl\kNs]xj"$}aemf ȫ%ܓ,:q`PNVwڣܮ b p>7*Fh`c&JC k#LҠpxG-~p3/zeIvsIR7'8kDimL Emm,ge3&BR#@C_Mw /bCWGp/ a{+j tLPtیfĖ⏓\aM19\ PÒ,9x*; pr-*_wgK@|?u̦E9-z ɿk]Jlj˴.X-BT=Qe>ea-pAN4@SmRXeXu%gX C#5'xظӧL$P ه W:GE2Yj7=:IGGmuNÊfX1"oJ`@!8yj ^-Ys`( `Þ+h>`n&JhiwwإMtV1w$?aQ5;]1JlOJ2-=YP=fY20 MdQжc8jX 0Q"M`ys@cs#o h]C0: xG TW|ŰF\ToBw,Ϣ~n[{w \Oq' yMN| ?H{ g=Vot1`9Ǣ^p] /DJ:-aKwyJP 7&ٟ;F#P1їҬfMi~,w7:5wϬr{Hr!hC!qtkJ9vʕ7Sr-If@-'b6m[L8@XwV:Pf]l|Com@teOcmMh?x<ĿʂD!CxHvdG{TB}n\ `p-߂~NFTU}"fgda{bIIAC/髨%$2#j<ŝuc@[ 'F(K>tݠyl6nOQp2/I }BQ6K&NA`86T`zEJ >#}u{fRD\G~h^Jn~ ϐXkBif>2 ?~<[CQԏRIF2vZ1b.x}p4 O%8R.rj}pꞁV3T+EeicP-qI / Ycٶi? Q眪ƹ[Xp,4 f ݄sgHmB{eik V2$ =DńHJ޽[W]֥ѳGSj s ShkA ~>y[1 <>QƘqw_Cipt; >(Ło2SzM?!}-qj .as_R?OHN C+;I@~/Ut/t74p `)ۚz9X:{JCaK! c"}-$ȆgVxd)1WP+YX\lƋIx+Fݴ0cOׄ{Z=Xg'.6}hnr/`ylUڴ 4˂ |*K½CzNS:WI+"ް_%PߠJ++ZUAAJ0)A R?E:nM)ށ[ߪ騛AXU򛒵X:S` ]hx4'<đX{K%^0sB?{yu[M f\BYup=Ø؁ʹڭ{>tl&196Z$2&η?zF=~cWȃ Ln? \R}Cwy1$seA@188)T@䆜=/lA]g3 mplȣ6#V5^6([}t~400ГNȾx+QQaj'+(Idtp&Ֆ*̛Ͼ\aCM' PdA6qs0Zi9?Q5 @-׊N# FIYւJsDR{iyxIڳbPfhf9 zDJH? 7螧cJ>Eq7?a2卶w[+>O-91u [Ǽ'tƬW},.\bvѷ)K{gfQѤ%vᰉ dAIEzŪ5޷-n[Tlm[9}1 E!:҂R٪ <(Q529{<-W t0t L̆OZIDGWRU0LS ^DSyd-KpF`Jsط*"sZ㩭x9_=ۀЗ%9C#ݣ{ݒEJ?>}m~#8EuZ-.xl3Q+A7J[Rq^/hEL!\C2WHf.4x*9BJ8IHy\cCՙ _E!s:N6)60270~1^^fG hnO31XC9ҭXV&zYö93ZTHZu֌>;-@ ۓyF q, c%*_ [?dbO[}tsy#xu84yޝG-'d*o P(P?i  .g ,Hc&odY35'ymdnq:Yηο\qfMu2CA5C9Fͪ& )TdED=g'V~=4nܢ Np|!+[ȊzvČv5AGC5cɶ(AC ] /~0RA'8@4~~g.d);6#OVþ"8|Nܷ6H EC=?7ʄo Me<0Id)wXd-|}}3>, iA&bfDamcx.%~F]8~C4l]1Ԧ[_RwyCF+lyOKys=\B$S/g߽븩1g^[),Q YNڃN͌y MJmwngFXp+s\;qޖ`bGi0 MIܙ;zv+bE 2oG3> .l#_:8t6O@K$DIidIN)Fʃn!{Hq :oN@EA-: y8lՙ__oהc~nUU}Qk]s2zAPRŻ'(t&8FCIJMN!# -lKiěLCH)q8{,&UO1Gfq12mY|WH$"~ػiAtɐ>ԼK(LAa/eEPphq:~.GKlS^V~M (^{5_V8'|@<ڕe&@_D~F=y&^-p35̊4IGAa8Ȣʣ/ؖhĶhdC^"ˉe[ $`^E aeSG*J/lׁ덨 %Jp+"QSKBMJߗ' z8UOYZ8s;._$2jQ'3hE-algg1r<ۤt#K}GJX1barW1}+/K $c<0csIҭ!tGUR6? \Ib,Pfex>ƒMGāORhrxg}Pq2Vl CMV b JfQbCYr kt%:VdcEϻ^9"EAt{E Ts*8x `W~&2^~*g4v2WͿKSx 6vʾ5jf/ RѶTk)AjСA;$}ݙŋ941F%ڦ("YrP_G(r.F,}𕂉.%kʤl~` Az99@Kzo|ii٦Tf1/#RJj;(#Hȫ隖ЫȘlzhqg.TfbM=T~ 5Ǿ薾 ƚJ ɥ?I58QTm8z uw- pO$ 8ˍ8:o,3w2$c=̉[J[=fhM/+lHw'ᯋ|b*YE<?k{{n=m~O *JtFTb9,`rXjV@~(&"x櫮%F%*];w&&)m%5{%Cq9 tAP€s%il{tBoij 2!B7$0>E ,_J9QDøIGxx6.9_kNf,B+G$ˇP7_o.0RR턁˟('|ΌD;@~->hHݒ/!nQ\4~ %Ar1FN؏ ZL(n AM &}NROzvq ~j?@NC2x6}Up٠q+V'_8okp;i1y{>uI3߳;q撲MH)1Ua ͹6sq"n0":SYI5 &O,'7JIG`m\k~vuY蛂n}peQOiý,Z6M㿱Jqc-{5 O-7kGMrFp&A]7R H@*%ƃn=PKa~+9倱g7Rs|z E06Ytp_~E:c2qpBZ()2+}j)\/ޔbCҗ9iԤHK},m-&kY=7w}*`j^,a4KU c6c[OY +õyNq:qI7&#.!jkqJec҇JLJ:p&n=f= kƹ/fꃙJ2A!-'&L(TQ݂14Iok6!5 &gVt}-/%荀 ̱@l3sC OhR4[ϟw>-2- gᾬMXF'v_!CjzL;z%F(F> zǺԛ ePE &%0͋Cԅpeɋo@~_tD#: lr-aX @3#`ewaϣ@xCM%ͯ[coW,)x&^jZr3v)h@["Wk)sb7s03bRrͺ-]yїc|?]e ѳjkxdBR$? zS,ʇ$&{jf>Hb΁^CmNjHuI!?H=gIB{{W ofbR^dEn+K[︙KϢ'+K:vǦj6Thv ="[I+AMyqkqOjp6DYeD| 3R*js|>|TKUpj@ۖ}ehn@Z "\ћIz;TncVx<9-*lK|%H/-͗ c?R 9ګgG҅BW]j 7ܰcI!k`}f H2ϐ![FC,7x`}tA?/^z2.e;&kj:.{9u_-w:G{ Xz5j5KwK] lZE]Y6Du!Bk`[JM^/ik0 ̺$WXZR>-|kB ''-~r#b2P 'cs!9#?z{BvUq'>[:֛i@H#8mFoDgl+7ei4/2>Wu ehL]` th95* N**c9 0F5-Hz0aP_*_k4:?g>8}?AY7XNc ĩ\R2[6}|bJԸzk+gqt &2<PܴëJLR'¶ R*F~)w ժ]:=ס[-Mա%|4KŀӭnNVAŇ g6գX?וUy֐R ĭ$m}s^C_L2Tnc!1Km˯GxGyZkg5%}z͏4)t"aV7Q ZfIWmz9)Pu +c_6gSskPs5n2sҷʧTb>սӃ(o‚ \ESeYtݦp68رk7#bῗ4;فTyïBjSWσЛBEPC?(hy.& SbmZ%` !]cn`nmgu$.˟e\ӏ=\+qݘ|шR&? nր(W"t[jVŒ@~aPsiYQ(Ti}󡽧22XYNςwr[מkܸgƝ$7( 03;#%v,11R9´w-jxkPP`!((/"IX9^.^az|F?a\@0ҭw@ʯ'C" rbǔAT̟Q!!U'+ڈRsYZ46CJqIH'ԥ@T?T[_E&aLW#s +ݙ ;:fe5*1q -$"뭘D L1r9INh}9$ \]nq U魻Wb nmRb3>xVY8$)d`M#Qx t UU] <8@ *c++]ɣl&@n1 > T-b 8SF\c, Y"@)n Rs \e\\r dNڍ.s#{"qIǃM:r^_*oL$N5X ,%ͿHcVOŚ2ߔ@d*<Nj((f"H* iX*=gu[qhO3k+7 vp/t66KSH}^65ma1&{'~[GLio`g 7Snx.Q\gVFcJdC}!_B)+enT3DGV-Ei/P (ԋz= yL+! ga1ʼf5aV9knݒiiQNTPR &>z; Ck?*$lf7zԱzU鍑Ǡ*^]Q^ (-=y"ɴr){잳Gۺ(Jby:l3r\zЉ*p?ckrnBgntYw Ip WboVtnS3HO\NiUNdO;x:F&qaQdzۈI ,,K輆M~_5cTč>, H)>BD|Ova0eSC,T %#ElVb!xʸj’ A~MjD \זW&9Wq0QzSCoS@>\;6R's %Ykm ׄ/ &(?XiTڡmVnܺmk]K qnT[HE;.Cm!gYU3\/EE&lM0*+4|=Lyxm}xwSc_g~F\vyoNbf':ul˗ebI8"0Bg\cBw6_̓r.'"o-qˆke~<&Oְi "MF0Ii0p/e/$Z=gB"Lu5~. 7 ,LO&tNPPda #cCH8/7I֠%*~>/;z Lmjd2k5##yj 4R ԟyY @ىA \~|C` 8|`mDw\C{YJVV<82QXgu{nWŋS$UymOMCKRVk_+:,/Mx:M=3-D7jc(Ib<2'|a̎,΋tE9'25[BWިY'A&]RK3$xMzAP$%ͥbC% _lU?M\th˧=uLڤ.h~'G*sHFnB- )gOdqdDV@!28c3efwU֤ "o"fzi9HKuCA0SVSB/d>$Y+p.9hoτ9S>.RK%“Eh*ZҔ&V%s|^]"WǸ/cT ѽ&,m.8s6x7]J3T"5jUecBF-aNq w7{?Ĭvүqv JgK#{Jnf %Uv AOgN[05l؄[Qg2|g1j#/%d~Z)KȎՃIOIUSFVv^p=JsZ;D4Xȇep "Viߎi>yz ĠS ʿY6ĺ],WtG)I r{їIg&? 喲\GC/h7t],ff-sMmyR-6Q33EY-Y&ϳ#nsazڎ?bS:jۥ/[Clt3kW. ^,7g c1 *TtvaܝBɽj91cgov R|'0]վN &TBWo` [uG2GBEYw,Ù="^壾K+MqxsLw~|,EbsߌWu7zq[jt-ꔟ8~`$hY6 I^'\Nr v^)u5XUmuAQ_yCoE Ф~jɫjNKgNjY,0d9םdxYSһy `4I!BG0ʏL%_u`s+@ vgvFY%{'i9m@1v@5:h8G֐۽&՛`yP!NRnyvb0&e`h/-1Pl&I-r!UJT= bgXL7ytW ~6 uvf6Bѧ" M>? [G0jN~8"f5'Å';obsqh0?:^X,]j4gUnx<*,AeYK{UU'Sč.0TtF&SYuPLMNA i6Q?6ӮCiz!l7lPLkumR,h]v@>o臒TOkBUE,j>ȺI j찅#39nf> (d`TU/"NȄPնb7?cc`qoiOǬ hI` 19uߺ,&6*pBAВrxeb(p"ڀi/y* Ыqm2Os&(e$0 Xc[7nLu]j ~gWq?G ;›頺p6*KuvJ_g0ߜ0ǫcc1O@P% ;`~C R&/6t?u۽8Z(0. .ދ_#O )sB潻TɅ̧\z^>:<;ס$(:x eO #)/jj~cI 9ع^Ͱƕ ?}Q"Z@Lҳ9C$_UL9  |p8m¿:@킶TM9{Lsnp:$iqtjV4B7_~;#̘q p ~7bQaY}Kn*#Jx ʗN.X3ei;{(yv몜=,@ N6Uh>2g &cP>m7׮W82!ID\0;=%[+ΏOPP"ߙdw]^U!V@&|3m^Z;w~" acbcVX\ @GGd\I#>ndK6˅%fwDLQ|dfqŘgx͂Sj@ǬhWV9"cLwnWlfVp%K1InX"cߙ5{4n]Yɉ'9x3W$Nq_uΌ{F4swă^>e-ѲNZðO! D_VX蟔duF!(5T~OIӸZh:_7 ּ#J`W:D(Nx|B a%g&sc4( G;l}!MU[d.*l$F U ~vk Y"*2'Ѝ i}3}$oKXPZR3t}1C)\$>nsof!|zVR2Dtҫ` :.Nmf{qW/nZ=F*uQ<m&3}[wCZNۊ輷^UPIx = =scgNb]n3((~IB, ^2%'{#eIk\UX$`U'3ۛ6}x#s8+ȟ<T6&*j0r9r"rb6fp'K3`_t9 ɚE1Zkrg 7˄O]}bc!~~y!F*) K2X)眿C(|H`: ncȢEOc0>eP^˪{jjKƱj8r%µtM)52o=D$dU5G]_(-8d{g @Ɂ=%,exa9l.JI/+3pAy|Yj~VU7urR7vCJ2 `MM/gJ_aGZR &TA(M1Clӿ?Ll!-X9ZӃ=ZђNmWz/4J!_˚H!JP_@ӌd_mUČ $z牫DŽAq7 /nla מlp2"kq ӡJX~znȅYٍ扫'џeL {!ׅ>U?ImAQNoQ>vjPgYϥEť\ш E舣R ry&>opS mPuO43 <mɣ$9fr^[OK3@5YXcHHzER(X$dޞ 11gFoϒXUwThߙ~B40Z)={"e,35\:\:))^6]fy56lyObކ8G tn0 >݌ ]iE!t\< sRBFfTI||g| ɕ%Lg[Ceo&' .I*C;փPyit1S//Ն%";tgYel\@G}Ck|@ˇI^jFK1໘I7Y85 iFԟQ \1Z-n1n>WeN Z`sje ߎGtA[b ۭu#h\iUk(F4}ٸ;r- jXaX0tXg*h 9>0`^3h'qO1}qNŸ@N wH YLuGGU!#/_2Q;HSld$ ۅܬbK)?`ζSԳda-c t_ҽ;T#M^PzgoGaJ&pq՞sµfJD~* 8ex.y3MEeR@{>,HS=$z_kn]At`y=/n`j򆕚5FE4h= 5#r"{S,f3>%t?ճvPށ$m8"OYG{4LA 0:~ uÅ%ʦk %},WF =mOVrlgF-:0㗚mBy~b.mѝ#v98K)ʵ僀bCoBHKl/f[V:kB(,z)c/YѽXk1x3YR.(qkCShXї_Sx0^ Smb:XMWO~zErn༾չc<1xP̪d"-{$dj:#Mj}@dxIɍ׀A|Mh㔣F!|jp\nDW1, j#XuRD1D@fSv"OQRc㐀`O%~KԄ=BfxPFdA%PPT&~ [},ӯrLEȥi7l\HۛVc|J4ݘ2 R@KS{*-7?&qL͎dk ڜ -j8Rދ Gӧ!}j+r9D"B6Ɠ>C*գ.<Ÿ~[0h^7;xe8O(\Is8vOݫzXrOB2mlnO=.zwmIAʠ+lHd.;]@14\>(5l̞5Jc8I9WlWIAAO<d#9ʈ7I{5"U֤E%#COE6!d^4nCTef!=ކ'x&\sqރDI1#P[?P^fi6| R,%Wݞ58PP<:em,Z98d+sv[dwRf #SÞ#o,7$!n#ѨKgp.lQ0j;X͔ssŐn8[iV `G_u$dwJϢ[oK.{fb +2)& +ax={0sI߼Ǔ~ zLb2]tn6e!|CC-R{!Lw ",Ҿ-v 篋c>b2y7 ) tPm3 IiDVs`%+Y m+Xi<=|l(cLj{-UK}_Έ^Xsj$캀2AlVKPI8KՁٞӢ{~VP˂OڳTknBȝ q8o@r>ȱM~Tqdć[?zʋbsHi:-iK>u#+zLT7`8ٱ^k /zpA߰VCh%_lafiQGc*YR%K!\Za(~2[:Hgq#"Pwʤ~cVmT-:bejp-rk&se%ϣ!3o8Be1G6&HːHLX+s1("yEۙ~L?PT+/~-5Wh}fob`X;橕Ӛ[:KQ}9 h/SqV=Aj0'C*bẘ0l%[hY(iw :2Cnуk" Asҕ&5Nobˍ's4ԈՊz5ʔa3A`VN*j*l f2Y HWKNu' "p@ [MڐupÓWpoЎ?UP5b'6Yq0;~0~z!"ǝLNܪSM:4iK&:P᷷X𚿾fLHL& 4NkαheOkݣg4:}!-QUCa+¢ua'a.@ǾpfVc~`ϝ&ȥoBĽEu9VE/VɝI(k;- >s"r͍~ җqcDA ~˴>aAAqMسh ۚlImI$ڀhkM@AźH^ y3DlC,~ݪ͢_ ,mf8Jw;t@:_cuw\j Pρ}>QTI61!kO<9-)#Ls+QBԕ+eI(o#{=EiK)X A_1%}wE<+g+$/ ;t2P?_ ]KW2l|Adψ PGu@eTGYN}q7%2,Kgryƍ *c=X7>`\bu7%, R5ҚJ0XM *tW>.J7/k$| j!r4 DZ)?s= YzQx1d•}ݦ>dzqE9|3 \4jo4 !" x5*)7%+'p"=nP=z ȟN7TNj NQj1bl͓x|(㬃)9)kZ\o=9 焲IŢ]m2wDq>N_P;~Oµ'BPG~v傆8 2*c . ^SȩDWRDrُ{5P,&W5赅Fn ,^^1hlQ3F$H[ṣ tq2z|#U]Xt,m-uJ<+h~ 0JNͣkIz+󿮇p0.Bf/') ^Fآ }K֠Jk.#P/"(N# ~mP9'r^~N"P60&e9%J%p?d#w}adrVn+##k_|i;r-`7#%1puoOܰ8T΋vg3B^#1A(ׂ2 V(QWfi]QVrqI\Kxo, +$ :V c "]{ JN۷&gGmwE"icYۂu˖lÿ^ys|:Dqxl7/8 ^ξ/H xA%M~U29tF+#(^"8&pcQ(kTOG֤c$Kj0:V6GhkS vؤ4$z[j6佮U@c'3TFdHQ5ڟ;]DJsC:zi\6nrdwYՓ17u u=He8呞 |T!Ь&`BςKBiO=E70O&KKw?.I?€įiYO5\ΦXu\E)D2l< N(_Rwk;;j+Y쓇 ,@Jekt~kk+ lZUG 멱MK8epJr_If`HUl"nsT qijo +KA߹縝Lj`b}lL9ըEF})#;mn EA> wӲ, c?`}⻓kr& cBEBk1HsOgfĬi{~ ơ*@NNS.?,u91coQRŕtmS+^iqf@vOzS)Z[z0w_QH,X9S<>!Xvr[^kh o ӊ\ukW8¿K콽2y9Qg=*VN6rt>y`YP)L_ IL/(Moxsu d~Lsoy{fqwjZbuLaJd}j-XfE[ +26r~HWhK AB~`HuDѹ^emaŎ|*]pY$%qoDvDwdc)= IPSy~OyjֻQÁZ}~)W'6Lsb,CCֻƭ}Q3gV^agpqtCM#(iahWtbQǴQLo3>n;q߀@ZMT7-,vw"jcwp+?BQcЦMqJ#]"[o]>BQ87\[]nrjA ,2>&$-Pא7)/zEύw(p:u&ٻfO6`Yϋ[17b*w}H$OPA Z  P56'P^VLUJÜBuh'ۣb?iFw'׼@UW88|۬oc Bd!#ie)8ǰJ~_Ô[ 򇟬"xЬf8MQ=Ǩ6^x&+y@Tc(6F-8ju&k0^CJ'/84>v@p@R~.,}z$dj5"u^+<3ɼUר To9bQ=1ԤT<) "\,įi߿/͹`(;j)iDnYTF5w=nVNwjKՖ/bu!znw/IJ$ 7@%X9gyɲo}g2E4G/XlFXӭoӢMֹμP$jJn'z@}aW]`譲=X4+NlɉvGְ= r*?BHg'#X#hQaR}HE 24AH].ވ[4-;R F~/Quxs쬍+rNp'S%bͦ6,w=IW^cry?MB#.lbjQk:?+t3"v3!C:_Qۢb|UtpЕm\V?/ZN4wR"R>#1xj6[Sk[OSt.hmecM/+@\yhN@O ŏ)JB$ j6TR"+tP]QrRz5НЛKh) _a0|eNFkmґK>L}۷\kwbFFƈ^?H{B]x~&=&]gPl}Rm[/ږJAVA1,_`/hB}R ؛y^? +׭dl<& @P{3kqʎX{vQ $˱P.jM,TǤ8R|F-WμG"_qcZpeO5?SgFE,ǚVF64 Ȯ|g! [ 7{LCVjn<9{WMhZ r 8o3[.Q0?n抴/9`}Ci &r-9w.Ayk k)dQ]"P]i"xSOk(v}9aGw8)t8A 1]*NgCe܌8n7 EtEhc]6v,kjxIKbX-?)Ņ,}?̜:22H 8$(G=ONyjKodP<;b1L@v༳2NYPWk{"ݖ I jFVsng,Ͱw7L%Z <I A/jObE'<NfŖ>$BMW3i6f/#Bq41%t7`o.[<(Fwv.R7imBycr$H{ )2()3 /GÍѿG܊4u%h6 >wBֱW Yg{JԘ=$Ѳk׆ :X/-bD-HibS%ovs'>ܝ^yA3lr7@`kd8!nR< +wËe\"EKsqCG}Զk.J|ʿob\Pʺ aȻ^dJsgN!wM R&mfyz8 @F)y)!;SDUfToX*ح (y%i'h0Qk+X;ƊLշӂ^ A#*} +]TXMtH}@KQDJ!Rsz6!a%Kt+nT5 Yb={ ,* ?ۊRܪGcTjR*raVlOޑV.bRċ; F31u&Y13_;'EO#O|OLr?g!#|t}oJBXIb*ձ@ctУmBjg:l/i Q46e{JWF˄Sߖ Zኜ|x '93G{@+Y%ݠdY/s~uFweXNR&b _RF %ւ&GQ(፬uF pRn.P: +oWW58F ,֞1.~A&ncq&rm`1?2 ) %s>3$T:R%fi-HR57ll L0׮pca QUARHX{"o͝~zN_=Ĝ ^!1gHh:9%qw@ts(>34<~!NO$b0әO5.p%nz]+RM!ߚJdEj{,*;Tl[x YFss\=ŪH=*_+/s tA>gC6O4H$۲;Kp@[ɛ_bL_=Cǩ +Ѝӻ][1Äg;;ICթi)?@EMUo1SSLV Հ1p2߮BOĹזV|"&e0H;cPDSlmcWoa ,XOM&;ߡ␀;Ey3ݷ4>ore>N ,t?}f>Cd@.>}ъl}y"@39sV x6@Peߑ6A0H.dt[ߨEͪ&I'c8bwkw}[j T,;<9a*ѽ঄|,B{2P"R^I~i-.]V^+̸(z=%qc|Yޱvd:2;~<.Ґ3cxeˀMzP?ߧc\;m|_1@q؟J[qߎQ}M~sw{P8vW=^׀CIEZHPSag@'Ck4Z,"v3[-R+푉zd'=Tuг5-M uKΛ:X;U,O6$7F4\HPo=`[c7wd> Y_  gv!cTbX台ABqkiL6gXP+UQ9@|c;B-b%u<([ꪸsJ&UZf.U5hS (tDG~hJ&͗bFL!.x%8FPT!q[6/Ɨ JLz's\ aE8vyAj9Vn!;\ts saOxۉ0geU -UHL~Zmy .k)o*;Tu t#ta\؎F!jyL2Ń4rDoϓ3Vn4_Z ҠM uz(`A0vI=[ܾ9ZxIAXrۣ]“8bdR8OEW7B| ʓ9/k8<L=(x6#7$yٗT+&So?zPCvͿ`i~6D2Vdeby~lP -%d$wSe z**ZzF}<[Zbێ2.|떶 X7nmd+yX !z*?A悘OK2Hp"_,V9sZVM5_ZV5 r6|xRQK_HT9)Aݽq25hwew}ґ2s%͖֔%[vO,nUjUӴ ]J|VךD"H^OH@d?K'!I9#{*K?:K::'KV8H&ϝy>>|4=Қ @:C)\d=їNPi8xy~`KgW!\v-$l.\wӵ1AU͸ "SZ/hjx{U"Q8 ocM0?X"&O~{׽yWgҴxc}ӄI;SvAj͑",~ɷd>=OL{{PNll =ӣ2Ba5-&v ʯ6mYbV*uQ [M[/i3Zo;1tpܖڿn`+=Ss&r!cL77>X#P%;\&3T*b7WAǒkr#>,lzdfݗ858S_87Pe_v+:U&l_5qs&:8N?VSεa,oc;LbӜj*V:bq-kPӊ nDv-8)*V^ OlXYV<=^dQ n 44%(=7(ٝmOUC%L}J@{D-DQQ2EAoNO68M|6Ym\=]5pc aۘYQz]T`vϊHC|mQiԡ:T0Q|ȶNaV¯8=gы+ 4laa6gkOOR" v?4ž1|R`D)=31|ݷAhvZPiUP]T<4$Tupmh *ȍ@7coIp$=Vbs$)hOffقaK?mсwMK_݇47Gc}}`_Gwb^KA$T֚AtyQբZ%A(F'^ AzB+9Q`\wjrC/qS!SgR5vNR(&nN|X;}?LZB^۩TNbj!MK[aOû Yrؗ'.mQ fv†aߴԿlcHG(c?7}N3 #YlDWHTs3%O>Uod/5iJꪳ' m\cÇħ3sz /p>0]#Elk^Nc >`Lrص>r^1!%_|Xp^xm֌'c 1SDUCnK]8,ڪCDP&<-ey~]wrx"?>QgY[Ѐ%(}\=/c2#X:-0hAqŀU`znCJo6Wt lIE nWA:,\br(#(wM~dۏ"Ե6-A٘UD&>Kz6s w"Z] 5Խ=J~0B&A.`>e_5DۉT! T]jZi}Gg^:meIXOLlW)\|N}KNpg[R%K0},Oa}K̹1}ғO=X:UaTou2 1vʌ̆3 yu2F[A!bd&*d1.*&igAV:K*9:$܀Xg&7Fߊ2SuHKC<6@jFϪptfI\a+Mfݣ'\@UtOKZdn{]PU2!˯$豈G(4?YN9bC؃{?(`u;9ԎpPi Q˚x>l;^uQō(q"A}wXN\Amz'(t(Qt^~Jeoq?. (4S1(3Q]r3!GX@W=Jv$Wg٩)hʁ@)OU73M9Y46+Ἰ0x*6 qZUvRGs(=?E2 PkrJjX@ݫr Sd{eGeD.WC*/ }7+ *pkz@/%@Td*}0"8yD^c[RQFB;R RL29_/A`S/靿NX}>@Lql]&r(>̓Qxxj2~j싶 YZ