perl-Variable-Magic-0.62-1.19 >  A [p9|ȗ냖c5VxF£h hbK4o#xqNKB|#ZH6GfpT!8mR_˻u=o_ퟻ%[Jٽ!X 34݅BmW5drߴFmԏbyy]˩J-t-)tp/A*9=TįeˆqBgUPcV Ŝ,"sMr#w~ÕZ3y;:1f0885d96db47e157379c8d01361ddfcc68bb30192941399dd92443dd0f5121d71baab111e7792091eaa5742d4711fb76986c485 [p9|y+pEr3/uML}>l`0[5x #,Sɧf%Rw[sDf`|R܈XV8n`T>PL'D)Ѓ\ްW3V05/H~ض0lhi{OU+[|FsZb.<-E*s LီAmZc5 7>]w2Jv0V9GK3SV-^ڽ HJ\|lWP9M>p><(?<d  T@DLPi  L l   \ lLt  ( 8 9 \: F4G4H4I58X5HY5T\5p]5^6g b8vc9d9e9f9l9u9v9w;(x;hy;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.[s390lp5,SUSE Linux Enterprise 15SUSE LLC Artistic-1.0 or GPL-1.0+https://www.suse.com/Development/Libraries/Perlhttp://search.cpan.org/dist/Variable-Magic/linuxs390x]*o^$AA$AAmA큤A$[[YX[[[[Y^Yl[UfUfUfUfUf[76b5e48df688555481bd36509816649533b4de399b1154ce2e6823ea246cbc767064a7b8c36700c84eed66b86e190ec4ecdf06c4cf2b9a1fda2d509b40bbfa8d7ecebaf929c7a7e1cbf6584d174dc03e602c04835ce06eae30f674e36864d4a8afff268153d417d05f572f7ea373b891cbcdc46bd288adc5b5279846506c788242af88a4d632c918b49afa84f977e72b79d26870802e8391efecc211a0432064c2e984a7c554386ba0e56eade449ac810a94948386b90581b7433249b327137c30af83efb84b403bf2dbc12c995f7fc1b0ff55f36381b5acc7eccf6af77ee031e4644600a5a2401ed1a29fe24e45d39df3ba24dd15e862dc07326bcf7b734f98aba147cff8e466603dbaaac9513f8d97c5f48769f448b20da8a7265b3740b447ebfb6edc55ef4d4bcee7737638d8ad840502026f3000150af6166abbccfbabfarootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Variable-Magic-0.62-1.19.src.rpmperl(Variable::Magic)perl-Variable-Magicperl-Variable-Magic(s390-64)@@@    libc.so.6()(64bit)libc.so.6(GLIBC_2.2)(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.40s390lp5 1527291337 0.620.62-1.190.62-1.19 s390x-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/s390x-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/Variable//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/s390x-linux-thread-multi/auto/Variable//usr/lib/perl5/vendor_perl/5.26.1/s390x-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-Magiccpioxz5s390x-suse-linuxdirectoryPerl5 module source textELF 64-bit MSB shared object, IBM S/390, version 1 (SYSV), dynamically linked, BuildID[sha1]=446ce1b95d3f6521d5f4c4eee25c582aafc37ede, strippedASCII textPerl script text executabletroff or preprocessor input, ASCII text, with very long lines (gzip compressed data, max compression, from Unix)PRRRM_cT2A՝utf-8bc8f586e5ee726e8568d99bda6943ea361640b3e31bb506a7f18c81c5fd3db38? 7zXZ !t/] crt:bLL $W,@L7kKǺxO[$ndL"VѦez  oxf(Pw>lN\Rj^b2qe'r|l)2 D8G֣>ipxG?4]=+h؋}) D?ϕ` cH@ݣ^K&GiQ"CEWkUI@kQS9qoe7%h?*PG>,o?`7F('I;%t-Q\;*~'dR~= ے]0S[.?ϹO+:XWsb"F9nAT93WϽ<8M/oZQN/)AU0=<aNk4!"]u|}ŵ)qkyV|+ JzۭIۧt;h'K[Zg@; qF2 ~Mi@8qغLO@f%L¿ƖT1 _Cd \%B'MH2cxNi֣GW:Lsc@ ^&{?o.v.* pKF@<Vk;y%2 'eqˑIbzA=s@%a{q!DIHJ:?CKQuo$OUΘ1>#[;y7oԕ3a6C|p$c(y\XhZg̕Cj""E&#:-iƅQ%m7w=;S.'K-DlfGoɝ"n>C,]?qF7ͰBlr A!NvrdĆ^4@ `w+f$$#!q+-B>U#VIK1wΗ$nzFV&"lMYu1*T?]{;7DNZzz5wL|04ORԻ)^WQGP H2! ]{;M#$͜t[JP3Yx+q!le΁VWL{V7BO(|ڰff r[V`"QoV+A~(;]++1?=ݲTXOާn8Pw(NnEJV-TgjR/8Vw̡0TMGڰͳ]^f2X=t&B4bPc%G]̔g.yn | A4t%X+ @s;J/w#b/˚}4WzHPؚ[y=nW#Ki򗖺Gߙge3%uw:i怳5fQ{D# E[S=~qrt`E<$[s,ck,G‡uxhQbd+796\;8L$i}eu4}253 ve.'`:@Gy:=L Kp=XZ[Y {w<Rcޛ1D<[rʃ+j 9֬|psiYMX}&ng/roa[jvGCxaRbSC:+9rngI<"vu܅z﹵9)TSq#)X[6-m#kPQ٩,9NœX粄ŜkkPu*PD239',J4+WN +,y[B*+N6H$h\@QP&W1,\B[{|Mz:9Ëh'_. bKOɃ%<YW֪JJ˟ǺkVTO #+s;veƯ=K46nkjкv"a4[/L$9If ꎞ:bEh !lcFV=78eU)w-^GûX5~;1$wX͑(2KD.W@Ppu9A eXubwmH>7o%om[EsΡLtJ^R8Ӕ˒4 Y2$ ֬ǤG2~ؕ;t544?F@;Cۄb^w?^2*Jzu>1) {kJ۱_xgPWLX?1LzB6?YLwne.sd*0 $uDEXV b{)bfm'x,4QOB!*~a\!"!̵A7r*l/5`3Ԭ\Vl/i8b`%4Tó&иҔ`B>kJ& n0"X$vLS3(;$ S۠Ջ8q]IOЇPpW$}Z1INzP=H= q! ^ ]Q!P޽–Q9]V- ]KCO= [xޔ?<ڽ t@ $ky\TGwXQue)ȓB|ӏ4OL"{BRtg!)_tBc-;|uN=}ymӬ!؆KO=[ 8z=Zi)ztߣsv}x֢%`] e6~k;耚] 7 I\bəw6jtX/_5!٭xq8S[-$6tomYԯ(Q֐ c("qǗ^wΔUO$HY)D[f:X:ޮH^XSBϭY[&ѽWHLo@'Nh%Sۙl|xԳU80 Zz%%9şt&qXf$jF#SCL\ԷGú^հagzrEuS חH-^c߶HyݦߊKJ>^@[D˗[ζ/N.2zEd.4e->ތh3hs`Zg3x1J<ׯ+ZQ '$[Nbbj+Jhkäʖ\P:7TMfZk'H4FKW&*V}}£+0-xD-GtsѪE7lPKı}WA跕N}T s0E8Q :?YZ[CpћR=筩#hV4ZQg ccsCėKh@efF-6X/uYrzK&17]IBIvYvon &b>@ mњ~L->Z %Sˍ0Qbs1SˢNof>0s)%y;ou54wh"Iaj\&:ZaFXc݀-5F(Ngoc#92~\]^E|$xT&47I4<9=[?39>-+,i7KA媍aٰLϥĠ6G N1 P̦%nFwM(8xL7"&DW*$ mOkT*, |oRufny+yE߅5:rSaApN{#~ 73ۋى1$-rV)KWvO3028Dss@#58,>qo !rIrg\fZ$ zg BNm}#|qbըW!rY pҼ5+D +5XҒ]lsYRbjOPA>''z`Qu8+g#-Q w˜$tbe1e8۳oB}=%Q]c TA?טpӌ_=7F)l[G1xMz+Je,n&*D~8_{Ɛy5PR+(ea23 ΘnnE8,f =Thw=}|}(+#xM'خD^@a/zKX!r>u*sV=A:JX$ajsb~셡{P"mEuJ"2gRTi5[+n,=*T|b~~4wFb$dVWa&9w^yG.预`|~T4_^AQ ̱-`V<#J׫?ҳpLvXs!EmE̷ 2hOXKyu*R;:i s zfHSx> H64dg&Os "M|^k GԬ*zk0}?k$o&[ДOLnTF?|{dvjPf,[*lW͌hF7$ɪs%n e>#3MMł"KT$ #dnn}"'ym'OYBu@Z0wQب)'klWepQ8:~G7%޳.ẗ9kŲ:I${>19~C^< w  2WE't@Üyr(=XR+W{`. ̩&kt5~Njco 4q@t'0蹏l 5љ~xpC$Jm?g/s zHg̹Nl\ @_{JI y `BN[-9 J-Vi!z=q ah~n"lC(1B1k{'Pc>KR֏BssKrRY|<ģ+ȋv9!4x`=QF≮;%GhG@=F"uͭ0E>/<܁QpۮdLaH%SLb]o.&kG7We8mU{Gcn'PixF3$I%Z 7&ajB]}f*wΎ_m` ߓ$֣X}Guu(!fWQ2Z1S @IFכd~pAXqEe,"@8pvwˠ,MM!;dbC;ɲ[d,ߤwIMߚjk,`QypXt2F&_d|_ QTa~}[X5+}D wJ^Hno}0A) yscH}Rx/e*2-e[~@|{yEnf;qYgC.;t3-_5I/3P+)GΎS>"7jsW;c\Pϡ˚2"F]OX'O{uh9l##$*T<èm^h)xCv_H}%XՅkQ4@֯mq_1>]Ĩ&9t$_Udk*])\/ediBG7L:;KkYZ;w9^kk7n{Q N(~5kubl~C2tRQݥJ s̡/  L{s'nY>0cd* 1#s)>> ɂIz컜{#קEa+}9;iU.ii` qf ".]Q"]nQzͽC9)7Aűۭ.Jvs+Nj/yqSkĸY%e4 `\(#JҊb|ij{ѝqi9%ζe9(\ RTkKa9nh MjzqlWg)g|!95-HU$01-#| ?$mJ]QYNmsBN(XQws ܽOJ&1RYP~b]fץKګzb X.H< 2cN5(UIy7 U¦iȇeZ٦2:Ljڳ$ Cg.:]((W?/%+0TT (aj@Ư{+{m3Ysc\c{q_r\k)p)?x\aǴ/;d"Ό0t%f[R7ýyhRBr-JgS[i0P4Eſl7hMF;ͦn,R !LhZgp`Yk쨭hK vV ,mGgts&#N∩Egd4 >s[ [%jRaO~aKr$Yy}yBb6= !HHɼ-'&CȸtݍaVrjmy"Cg GYbo1hǶ!3J"8];dtP3 Yi'C&_OBPɗd爃sīE7+D;2蝁cmcM Y_:D+d}=(@r?iagyWXTA>,F?=F׼Mh6yԌx%dPOJa5(c-$6=-m9RHhuh;<)]uoa9 T8Zf<϶#6O={znQl۫),6&|kiP] gZZXӑanz=w{[C.iX㼡[Xaj Mz V45x@m:Ѩ[KT>'!3c\<}b$e&~|؆ڒ'z9ijG.'=0ByE5]>R{&'@fI?ILv }yr# >&yI5w|nE59Gh=|(2TA2^o_*؈Щ^hl?4f'LQ.B.qR J^pƸ>`!PCv yS?:¥z`zȣ+E m^,GFӕ7GTa]=ךQ$^`",$;aډI_O3KhP:#✎&Naҥ}*_"4BRÑ|꼤1M旞#aՕ}+h*׌JcmIMD#ItJ[@AM E.K= 8+dD8v%f$٣] 1t=eU~>Y D7_x:V"ple20/7Up+#t6qȆ\h7PdIrYN&tqkRHMѲ). + \,^\쒾Y]/gIy-pf;;1WV["p'N~uOn[l`L|/@f$0X.Mt6q,ϻϨsӏ&cÁbp_g~Ϣ{oK.Z A++=Sά_'7 9V'&9;[2Cc; MR8BpGBE˨ "Al:0Zl)r72 Y7Z>Uy4p{*&ŧ;lw8QrsaM'1Du _*5g&Íhp& 'zlhܱe 2aO!F̒q l5sjdy͗|1s  v.qE]nO/1x'ЄB򲏨J*Q촘X&>^-ԛOVJSEpKV&k_\62w43>=W,&|Y\˕x_zLZ H)qKPdj Dt}E!h˶1\Ӈ E p4y[E1ۺjne(49 ?!E1R%0H2WL+LhﲴuwuiP$AەRn4hO/K=>b7݃rQ5)o9 zä:4Z(!; fIn5tNö>)-$nP_@*]49w5}JL.h3 q(QSʿNigQP}Pg>Rbh%5v\z=|٫-[XI={ LUpZ׹!ouV)`"G 4CTHeJGLr'㷪t^gc"Y Wh{ {,"?#fy$XװV2owC5ne[%jɍo3 ==R@0DcCYͫF\UDP,mLŒ_%.MXz.;@RKǑ>vF"}9il"Ϛ5=%9a@ $Bj3v5Vi=09$km[H\չnAAQ; UN ;!rF{eYF#|`յ Ri.ݛ)zҞ2K"JU8dEjZ, [CGZC"B`OY"$3>bgXwU(m!<$sH|>5MoFWVK Jb,E;ٓ4wT9aTK][CfbxC>sɎ-뱺 ? sD$s%n(ƈ8a= #5iqU &&8RR0Wٱ S;ےL^o6MW>\[۪ 5u|+W}+BzҪ#ۿ(A{0hoʹi/$:C*~2 ؤ\FcG/y%ySד[3S4 -4'表ٿ-|G7 BޕT.4(>Ix:M}=rq<\ ?uX f xZgpյQg؛ :804Y͝&ffy2'0$@9 u]tX!x u)?Zq,j #ZSÂf .;7݈Ĺ8^ h 電iuWs6&>f|j [<)w)@˵C,6YY?Gg/G%wOr{[TGP8R>#qP (;7%[<@֭N=];'R緇r=KA/R|:b+jB#{ɛ*`tqs5H! ֧/@1Fq)K+"A'gN@wL{hY_t C] d՞YEI;ELZ{=|ׯBqxa?;x-8%ܵqoD8Rqr\v&jўNQQs`8̡đ#>0&h\ ̬qN&I­Rُ|g5&6:PLDzw+ 9- ^}<6?ʻ+è6 1u@Ȗ[-o_UzV4Ku+ G)lM]Jf/ۮXj Z\poPqMNbc=\r (60gpF!eߊG`2$%l>J(yLd]-7&cE E^ݡ[MݤO3*$09,p<>px_UUiߊstzHX1JN}];=Mz_ 1P˫kcP*6D 3,@y'ыXm!G2=gdL \+sqZq Zv@>MZ"z_l -\f3$[[eGY~DLHvz)m\Ð .Ԧf3F2|c_[4S4|q+n mϿ %|}!b@}C1KʽQx+VXjhu.<%L;knuuigt>eh(?fO HG6v_[P`g'/8)Fnyu1*?|VHPk2לA4 :o TPCݙ1#'aN+oIM2I~% 6%%>H~ao(JWhEWIZGzJKx!Q5xջI*1l h$A t0/y;QCiRwI{avV~"GRcXj%L+=RvIƻ,E W`e3hv ]}cs?OY&,3E%mvȈ} \Th*vOͤtVX7D#NʮLw΂kNמmJ^~=o$#Fplf[ B}8Jq("TLisDź~j1zNslXWxUj':#2;$aeK}wGSLf ";ZBr6~DkjAs\\]"&^U4 ׋"}/fP]0me+GY0L2aq-Ӏ@%dJr)LI|u>n}k41s=I{ t7ZEbӷʺƛ"اZm`OQlӥ*)Bu2~߇F (@wV 1\3"ZoJAozIT"Iڙ_n_y=V# v9xy^knN;r#ӉX7v3 l0i|Dw4]N][蝛Hb`@FWŝ\/*S=կ^tn \FRW? IcH&y!vx2<wZzd`pIQQ5j]_6F92z>~&f lq y lU漴jH.11 ]͚:~[qk2}+!~جGEE`mGfPJ]=-OLƒF)~z)QHۊ!3],nuy{B/cQi94fg *Z<*”Q$j}yܨ *.b$侼Z)q{ fCm o,ŏ%HdP EGj7JPѹaJPgjdA4(dJ=fc.ll[ԫ6sjE sxBF(ۊ1K0 ;(J>+0"5"JvR#jbwbݢcv3iv߱N ObZsÐ/ ]:  Jk[3953V%!lp-A?$j5I}Tff3'ޠRIZ#(& ѹ䕈WpK .,xm|yeB_>p}Mcɱ\IdcHqn\$_o +F̱rxqLE@'wW#j b,u9)IO{ UAzc! j+@z=8GI9aa-W`,-z:/ EQׅ _F 6HbE֣Ƌ>©; EH3i%]QFʦJlXA3v)ia?<gRwCd`Gt\;oSOd-QWƄfA߃٣]- MJO"qOzgwVeon)65Ww{yPr&R=GYÆLߎI]"~ŕd U}:D[mTAК8WzMͼxB>\7H,}ֳd9B9ҟu ~$A,&o[xJm][yD- ( ڨAc숾vsGOC>Tڛ 2퀄o-@ˌx-hh,=ڬ]e@b M/~!F!Qk?"#'W律) R77< 銭bpO(# ѣH.cl$jLC Tɬc !W0q[x3s>F XxBOoqR,A9 m,%%%̽^[:zfyiXca7* zGI'V%,W\BLφy7W=OSpkja4섦`Sɕ?L/X֙>GzZRz4 㹓JK7r@Tmm4*[,qM&+lWaot3P|$JSl#R=wyԖ!ĭ*z3RRBE/Ie? ;z1PJV=E)KK[crleu %钀X&k'j[ ': 8WgDZ2΄v0Na!\0Pa~rݬ~AEz @+u|ySGY#0;b$9E&'qoXZ fmT1څ v\ sHO=oUW[ɝ7oSy%yPy|ݎcqUWSF5)5Şɰ1:Uz2F[Ptn/ y.a6<:zh =^X`, *l8z =+qY |t ,f#kr  zVihw_\uN}\:lAK 8gtGx7Aeq(a^(O%2)+YY7'R&]Y~Ѱ MJu|h#T2{k9ʓ)^ECَ;SFi\qRDv(Y}EiqOUo$T7'ռ[%y3ĀQ`Or'u eb`:S㛀KScz 8@A%R%qz=jk8Ĉs#V;T9=c[Ck—~8^_YPmk8|(4B~Wj16Y3a7qzF ;PXw$vtǃ|"@M1."b4v=d R# f;4J,=x1-h&20P2/j<#;^4G>Kv*|a\Fg8>%h; CfeNKv#wߥ[^+WwyŦҌ0tdcK_uXT Ou 8j?9.m\ىNA'6arb .WF9Roi1mU~ YXmD5BhVⓁ&V3;^Yл)g$]2#5L"ͼkbhbA`:PWDfhKg̻Fiu&$0 <|{^7`E.^Tk?ϖ?x=\hIG RMhkXвС3 Э G~P.Tf`A Wp0 3bHE NP\<ߏ; kwӇ#wp6Qֻ3܅$ǮuMx}7~縈A^sz4nCYW +Ru -tQbJrGKuC0Edӆɓfy m3?3:ѯǍ)E/+ "~U'" ĩhF=8&d fL) }/WU{:KN/Jm N_fM)_ʂ gs=7=jRVF&{GӗXC'z"r@5{VRu Lob16(.<޳kqn[\ӱ'2(+fNrh :|] =(j'KN`j^=ɣa>>缰FQh{@iYyzWLؗȧT[` k2j@cȝrm?#}G*^ԵN4E2@o5dGW\j1 V$(z"k)P($*Pu\)W9k^h$%}_'h /^+ODx~ή ae; x۞p9^ E!2X5X#fri.@J@Z/!xCРWxK`dBNΜN[m{ ; &ҥIU98 ߖ :Ҟ ?x$:LT ̯Wke^f%&ɖ0.nΨE7+D~5Lg(NnMFS!b. +? ~9E_Ta?.5*;R/ćMۡ%ldDb [f*) N4+`R R~oN\={LB9  0L; LDx &DM^|{=a'"N p1&`BHQ5L C$r]f혿϶2[7|{O}AUydL! aVǔd<&j05lDeN7B8Zyol~YzPA>IjŒ",̨h4$Q2doh=<95BP/ ۬ IK%#EUb% &Qe̥|ߊ[?q3ntF6\}\jXWpJO?8 ә0:M q^_tvqbM_Ko0f:yˏ.k1Ru~IltژX'zƇ[pybOTquRٞZ ◰L Jt,t ˆL^=]~F #VS8P+L-1t( 4.CiE+MyTxsV "%Yp3yٯv0g|4x.r2ssL$'xq`=f=̍X$ݴ=4mP雤I$Xfr3T~!RDԈCqRud.mOLPuSOY*%-OO6&'*K̀KoUΑ-Haz!QFȜHٟ#%k`?Y1AR£NȒhu.os~CrKJAa9QͨRXX|F4+q i87BQDzq>,4i74RVYzY)ItcK,u%%7;c$ђy.N}q2pdQZU7UP߽B8Mf(v~[r1ڪRs9~k2A ]<=xq+=XD.Q=LnJ]ß%.IJi뉔ypo;LWxwE}/F |`5J#_9;fLX1dz$tB+kJ$XDz鰔a /t8 Z{8=d /.^iY$y nMWNS':IB+vWo7&mTQ(l]&el(P@ʽkj>~.f 抇Z^ʜ2AB)\/8?E o64MImN:]<4XZO\Nܛ-82R̰ Y^Z*0(Ir&! 'C6.(ҷQ,[ףɍWPךdꝲ[*}44soccܞ\!BzM*% ,;3ɕ76VUВ Duɪm~O jLG"i鲜[`}􉵳3NqI7VIjj KnG؟O /1ݳWa'fࠬ7vP]w,`yox$j!+6îMg+˫11]qK_%S"ۅ,y^?6+*$nlNe c&PWgbĬT8|Ml*PS Q [؇Wϩ qgzk8h(e B3ȠL$ơqV֫nZO iKKgwGz>{蔪7h tJyܰY*5DÚH,s21Z\#G|zȪpLt6hB_p FӒDpCodA%Õ* @cRa"Zpcp3KLd^@ VНr$v^٭lMHŷm:PvHN7+<;F Hݡspb1!Z3nfi :k}Ci6a8bM-!m(A Љ [^'i;f"qK ր&avاɟMεC!Q8"Ưa)mho" #"ηk S҅zÎJ~]p{T@SpEY`|VNJD`+ 蟉obsW깤UGyiu_ښ.Je9ʦ `c(uܬ1XN@$e:nH'Mݍ*h:RYDҗ5ş`q a3] ӿ;`6 s3 )`n秏q6|-,[O49oӋM!G*сnlGG4J*sg HfC .xhU1rjEዡQu>iգ;xrŞT@ ttz|Q078T@sfId(t69Zx?Ѝps?L1#q%nlL,4cJ~vf[D'!M)5ANPd} ]2X-֞i!LAuueK@sKT]114qV_tXyWcQ;6r1{NMx8I42q[I2 B=E[9QHˣ늉-ˈ~'D>I+}J7~`H)f ؇"ܤu{O}'&S^BH% ub8U䣳=˜M Iȫ z9<}4r5zvE43saȗ/RűzJӷq `Qer9+G"?~s^''3f]Q* ,!oyvıotؼa^lp"uU d(H˗^`W,FԖ_@WY 5aE)|x!$ysW GkZoi-CV% hs . oS/ipi.-*;VTL1S"Bv'[ɰ7|zoZ`cȹ>@dW',Lj|\'/qz+;/ >bs K6T n~08A6GAE& vUQs"_ 1F@zNj^F0 Wz $Eԏ1VWi즡c%pi{OI~a8x9>޷ ۾'!*"kaRJ3;`޳=OH`#W T'?"Ц>dlUЂƲ#4RY*\FH (چ`Tii1o0@D0Ļ7OYFaǻ/4gY=}aꭇQ<$7xWl.n%/yµmcsCd">mM-]hUN gf[4X:\;N1XcQ;9/K6ᒔY #U'A}ylVG'$o )p.SPgv L&wU<7S-"e~1]Jxbt߄(er=۱f<h@.[hjhwĦyrΘ@dÌǐ w#L}K"ǂțzUX&L~!@7iztul]gŽ¨əݥ7@__b4X@&P^3Vͨ9Ķ'`Ϻ#fJkB1^7h =Pw~Ґ|F&ju2'"{dt6tMf"H[~fGw jM0ǔ?5tԘo}po4܅Ui1׀<?B. |_ԼÈ ;{ fK K@FKg%͌=$aܬ P|kvQ4(USg0a3^}umɡ2=.)] Cm+h V;SEpHR!LgyS6Zf",PbꂯCBL%̈ېf p.\'}[uasޕ%l \./gK!Ӂ?-]G޻"VhM˶ӂ+HQ.ar 8Bq6"7KrJrgN }QGzR_0FU84RrR6@Azg(25KhQJˢS^b@0%H&@e0y^}>8,ʿ %P ATmRHqz v3=mr´m;gA+0"΁s>^h!z`!#JZ,gqfTذf镙ȈSlP UfLlj$\SքO4"gdaƠ^8|+qmc T&v3IP3<.Gڔޔi/h& H80hmϐZ{ =ʦ~$0Iu!CQT{;eغx:IUl4]H#礮do4U0ߤb)ѥT % M?=$)cVe"Hj+ҫ!Vpzb V)C&Mh{LsΡK%02I< \]e-XRV||)̀!LiM,,͈-h(=ѝGϭH|bn-8f=,se7.gSRwAs/x+m3<&TT!D>=D| 0}돐oM3 OWk{6m:#Z_VӮHZG1{;_Hp)(R@5Œy$g}ݖcCb9kvkt;T`4Y@[4𻚝ay,5Τyt=*:階d`e:>bO.ߟ:ݴW9~)Asr6@Js0r5XٻH}$vR9nď1 a &'LG{$M\$2Gv߈ ^ Rn Ӈ~CxmVJJW:%jFPcPІИ8)IH_ʑjKnUL`?9km8=AJˤ+.|삚CӶ4'lP?DAU uǖ$LIy.g] `JGB'ђի+"yؤ%9>8( EI~oc'1]7p H;Ϟw@{p{[؇xij j͕]&v= ~Hۭ~s+'ԐQ47LϞ*M Rd/V0)yJoJ9֙JNuUa]TQi\bDx54MH5CߵFX)Uu[%>cv:oU&oTd,0H ɦF \p-*)x sKa5i ]GgwM `| `vu̽(?\1"/\..(Ԅ)}1gYI0$E!o;\Ƚʙ 0Bm\eFѬYKQQA[hD),7u ibVI ]髑wZ Z%gU䩦ehLsD~wKW xbKF𞛓c|b; L_0#Y7>kbݶӮ}#2I_Y9ҥ^׼|*vÂF| 5hc{y9Z9@G-" 8r-&!fڍWN9c$?.=\7(hLD{in`Yi_ m_(kژ<;ܩΈlHdyR쓦Y<= u=ۧ/.{!f$)|nh])H9q\0su9wC^$ԁv*ԄOԚ>NmXb5 3 * 2[hM|VJmsqs&Zuc򢌏牵͵R]VsQu0@nT 91*[%PZ}\يB3M<~[ׂh4nc]<˓1@- 14i>ҊA _c84EPx#ǰv'Sχo?E5gSݝ{؝ ^p8^{A2% ,n.N0PU9 7=Aeh^r+yyer'-&e$$ [+b?>#AW+5#Tn|+M=3-+ңg2>x[j.^zpzK"gP&MoQ"AQDyϱ!7a_ Bef 7&fmڴZ i-;7#L\e([I؃X7_fa֑jzbU:pÍp)) LOSwA[5_P%D puˌ|҈`HYD]ڱiy.ީg U$ r.*V+Xأ* OzJ]P8,33xԟxHxļl ȭ&`(El5賕# (8z^ÏQ :C!7O0%|;\w1@9\s$1.j٦1ޭa%ekRPZa#LT@KXb@c4@NPv<<Zٮ"[:Nxz;?HKTOS\%@^5D4?Y.!N y.Fbl9%mU^ "-?^ n³D!F*;(>9M]~w WLκuZوJqʦBnv񋊯kP%Jʈ)P]VbB]V Lv,!:ĸkuW;(*EIU_ƎU!P Mpdc٨uBEI­F{mpxl&܂dGu ,ĺL9t󫺣S94}z{,ũCPS 5kGFba;h!Tyqh1!ݯqjz~(Jö7Gr`k5r+i@@[[32޽eяyfM@uC]=Lmq[;r $ K8{@r6d 2h,ZBI1wV۰ɺiOK/Cbzկ^7슙懕1nŇ[3!GphfEb~ Q%^WDe *x]/7!VA]pĚm I-~cMw?PmQS뵧íJ!O;vJw|O}Afb+Q(Y!6Y G?tqv![JS Rvk8AjkU8%lVP.nQk} jxhGg{ Hv@#Mz:;1؀aY@-(S36bWny-־e^`#;t{I8iH m"%7^!#h{r8[^h)nKKQX'!9HY`%VurvQ.WIFrM_&Dߞ6X3/$t^p91_c> L{bZk5u` |PF솉ݸmf`1tpK-05\WK.ʕu:% 5 +M=ؕEX S%B :&]eju[P!7qYo&e0YB7Gu%-ġֹ@d op nq!4 N!B NCϲjHUHwFrqմ_:ȸia}EBp_06v%YP+RGaPBJ>=vN8욗S6`rmIDZc5mby8ͅGb5hcD 4%Ő@+g| D$.]sk:b`\;U@F!F j { !fh{C :Q3K_e89eTj/~ͅ ~/u:Es?Og'd-CД^?|{("'sq'/+Ƚ(,#"+gZsgt4 ՠ8ݘd7_#iL_'a O`D'C}[!'v;#xS={nX.Zx:<Ƶ2@mO!ni57 3o|?R^ (%Mo[~Wz}o[ѓL{x|>+C 7eE:PvuW!09η3YXQ#Kw65YAe*AaDQHmCI `%[Wfl2]~cym:K* i3Yٯ .m$s]II W IZ7{k <$ 1BD\D3:C ]0(CN;}d=I6@`_qp8+S{zج%EƩ=ndYC&FL}Յ[],AaBH])℺/"шLǪRPぇ*'cV@3:z,? "ZnG_`q?P lh/Va "i 9yb/C|Z?!s7Zs | :EM|Ə1XtWLs&I}JXAIYx8Hr<8.` | 7ExԽ5亗?JF?򫒆JYsxNl` F׊s^ysנ뷩VR6RφK)F00#m/c"s6e k^{38)aF*SxG{sgd@8AcS=OUgƠaFn#p/qGO;N]db^;p$bPt&'+v O 5'9 TEO%K*'w*Fq-c8 9'4Xf, 8!s9]ZЫV#>ɮ/yr[`!Hz5)!:QL-"1U3pǺSm|Ӵix r/yq'mؑ;VW}E57jv_L*Ix6UsҸg\R&Ͳ P.iW$"+min7awZ>#t`b`BJR6s]{˷\-`qO(bL Q! O|Of,P/Vn8n]H]V&%[YŞP;aSJ#rr)FV;{V>.@*륚 ?k"Z! >IF1!:\:_M < 8%= '9(|@9₠ck\U#cH{oWl[%&Z#~] }Z~LB4^PxN̲nۿ_E- 2#:w4FpGL%XA=B3t0tZ%;uü2u$CYWd(rM#YGr WBdd>2H gnXclXv ;g/*z+Z)Tb0 > ҦtlAۼ9ЗZbug>&4iIyyyl6_{P`S\,f1ri-Ȏ6Ξt?=~0*1r5JV*~(tXdGBUk4Bc)o&H: C 7\ .hHtbjt/K`'sjM0>/j\'ۑ8QMMRaXJ2I;QK?4!b@GI2 ]%l?þ͐|9\sU͂{Y6 }p82]h XzBhiATDXiw[K<*_X-uqBEY\2y1''LLU<9d&P ]@ 0SEkn.l_0I'm=!T Ä' 9fft *"nc= &)-1^ q^|ncN-6weX"g4K?cheWjz: J*gnopne !A7 :3$"$?C\`|ݰfu^E1uiCAO;hm 1htYK~uqƴG1% &<k6e`6~L4`5!g ^:x8tg%k$y" xOwɮ[k¦<^O{* m),;߫zF6neƍ ؇uI{yԿgct}nZxh0PfF2h#Oz8N x|jmG׮Ja;|嚧GZkᑗ*jfꚳXr g;ayB$WXwi q(lA;_s0Ǖ_@B=ܕ;_>.;jh亦\OȊAqiϰDX,\NI;Y ֈ wP;4Qlf [{P%ui|]LQ*κ,v5Y 7V|Eİ@K>=h?ͣp5m8QlߓgXs WԛkYzM孺罌fn䤈b.ە]<.&N 7g}.z %g$V#Fqa yPS}Ϧ.4d$٦u;poc![0WrW7GCґE`(ykWIA0f/b(aOEj>v}".(.8%: ?H>ZƗ&R"HQ4"-nޜg~V'+[9Ms=2]?AC'QEnqn6HX{WzL= fؗ:-uL晼 q;)'4ы?b"#P ;[$gu 64') Qؒz gsrRb{NWRFRn'ݳĤTF3mkM'Nw1_W:دrNPOnX7"~]QdLu$'΂hU!|T>fpYl^ T+MCZ&`*sրf;~̻jSK;[_X54._. j, V _٢N>|WF^c'r*e*[}ErhsR1 -jIGڍثavwlX?yg "q_}+T n 4^CҮwS/Q(&=L OQڭ/e/-Zo;OŌ,;5s_ VXgRX0̅CF\ ij9)`MJM( vӶ YZ