perl-Git-Repository-1.325-bp155.2.5 >  A dkE#I%z ^Yo+1P޲Vm }T?|3:;5 ݔZfLccV7ҐI=!y<[:%f~y+:$v[+3ui6P%UZX_EaᎹYTV?r8>8h(dwlJ-_*Z4/z hAyA{Ŧ߮!{st!gaAݝ5㪁BBm&^n@OeJ!Vh"b&Ap%y;g>9=oB(v\۩ѩ,g|ied,27 O B¾IS% m dCkP|e酄vdrZ= & qT .)c&3+#]<\)E-Vb(Tm'-d`4e5 啰mX =7]l634680a1676f384b2ac551576715ae70d7c3ca0db2fac74d0eff68552fab1254e961e93c87944952ff39507c84af25a463f340e017dkE#I%z VTkx 1pĞuB3#,v% ìҔ$(܎ukSCuP_Ec]szXi#^U+DG9ZpJSMМ=ed5F<;Q;o;RPl8S~NH'R/ϤCA rr %u|n4 d$1-"u@ a&hhRWy}#"VX ܆`*Tn͒]pæMi'ܫDnAa}Ks!y3![͠Bܔ_P wtpz;J:$*SƆbSghR= ;Ia<~2 ځ"S7|0+\(~rvxx„VM-0`H o'zB*ƿem+Nr9iUGK`]Ȥbg,Ȫ/@m>D(~ 9 !k+"9_Á>6,l>p>`?`d & I + EQ}  $ p     $    \   ( 8 9 (:RFYGYHYIZHXZ\YZp\Z]Z^\ b]Mc]d^ke^pf^sl^uu^v^w_x_y`(z`8`H`L`R`Cperl-Git-Repository1.325bp155.2.5Perl interface to Git repositoriesGit::Repository is a Perl interface to Git, for scripted interactions with repositories. It's a low-level interface that allows calling any Git command, whether _porcelain_ or _plumbing_, including bidirectional commands such as 'git commit-tree'. A Git::Repository object simply provides context to the git commands being run. It is possible to call the 'command()' and 'run()' methods against the class itself, and the context (typically _current working directory_) will be obtained from the options and environment. As a low-level interface, it provides no sugar for particular Git commands. Specifically, it will not prepare environment variables that individual Git commands may need or use. However, the 'GIT_DIR' and 'GIT_WORK_TREE' environment variables are special: if the command is run in the context of a Git::Repository object, they will be overridden by the object's 'git_dir' and 'work_tree' attributes, respectively. It is still possible to override them if necessary, using the 'env' option. Git::Repository requires at least Git 1.5.0, and is expected to support any later version. See Git::Repository::Tutorial for more code examples.dkEsheep88XSUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgUnspecifiedhttps://metacpan.org/release/Git-RepositorylinuxnoarchNB6c ]DsKGU AA$$$$A$AA큤A큤$$$$$dkEdkE`jy`jy`jy`jydkE`jydkEdkE`jy`jydkE`jydkEdkEdkEdkEdkEd8aadcca2214b341800142e3b1c15cef2b457b5e92cd6369643201520ecd22c531f6f5f4f89083d55f89418aed9c403116849f0b44cc8fef64a16a6da1bc68a98c34e8d339f15b2eb5e8b99c80e2c9fe839038f7e80c4b3046f55c9e83645b9854fbf398a43df31951e2462679d1396f112bdb33cc38026cace7b26d709e4f6df1fc8aee2998c4b9cac1bf7121fdd680a959e3fdad294b3a55ae756c4c52310ed89a95f89b5d8c2962d55c26716b88326a15d38585350450a20321c761d029d02bcc9385f3074fc2b0004167450a220f361610654fc916db6b15133507e3bbb271a334def795f98289e0070f3680585375addbd6d7d49802078743e6aab27af042409face8bc728c708f943a0c5c4c7f377077d5faf6f5b3b0bfb4ad918ebb279e5f91b1d1d0f19c9c2ee0496f0dda4bf159c234a85f04462d94f94bbd551cbf37eac9a7174815680e3ba8c379c3d6dc6af91f3bae6ed7c3b851691b89f51b399e836538ae0a57772456a521ec3a52e68a040ac6f59d6cd144f4caf3cdc4954a0d4a6c8f09a057b600b53be5e7f8db5ef13dcdb243d580b328d490599ef68b8arootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Git-Repository-1.325-bp155.2.5.src.rpmperl(Git::Repository)perl(Git::Repository::Command)perl(Git::Repository::Plugin)perl(Test::Git)perl-Git-Repository     perl(:MODULE_COMPAT_5.26.1)perl(Git::Version::Compare)perl(System::Command)perl(namespace::clean)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.0011.1183.0.4-14.6.0-14.0-15.2-14.14.3c:@`!@`/@]m@\ @Zy@Y@Wm V޾V^@UAUt2@U0U0Stephan Kulow Tina Müller Dirk Stoecker Stephan Kulow coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- Add fix from https://github.com/book/Git-Repository/pull/22 to work around git 2.38.1's new default behaviour (22.patch)- updated to 1.325 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.325 2021-06-01 BOOK [ENHANCEMENTS] - Prevent Test::Git from clobbering its arguments in some cases [TESTS] - Stop t/24-errors.t from failing with git >= 2.30.0-rc0 (Fix RT #133951, RT #134115, GH #20)- fix build issues with git 2.30 (git-2.30.0.patch)- updated to 1.324 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.324 2019-09-01 BOOK [DOCUMENTATION] - Minor documentation updates [EXAMPLES] - Add --force and --docs options to build-git- updated to 1.323 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.323 2018-11-22 BOOK- updated to 1.322 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.322 2018-04-21 BOOK [DOCUMENTATION] - Detail what Git::Repository::Command does to the environment [TESTS] - Match new error message format in git 2.17. (HMBRAND and JANPAZ) - Fixed the 'git-collection' link for extended ("all gits") tests- updated to 1.321 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.321 2017-10-01 BOOK - Various small improvements to the Tutorial (with help from Ron Savage) - Minor code changes (with help from E. Choroba) - Minor fix to eg/build-git- updated to 1.320 see /usr/share/doc/packages/perl-Git-Repository/Changes- updated to 1.317 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.317 Sat Feb 13 2016 [ENHANCEMENTS] - improved git binary detection in Git::Repository::Command - fixed version comparisons for 1.0.0a and 1.0.0b under Perl 5.6 - test_repository( clone => ... ) now dies with a useful message when trying to call it with a broken Git - Git::Repository::Util provides utility functions for Git stuff - eg/build-git: a utility to build and install any Git version [DOCUMENTATION] - Tutorial entry: "Ignore the system and global configuration files" - spelling fix (Gregor Herrmann) [TEST] - fix RT #89086 (reported by Alex Raguero) - new test: t/test-all-git.t to run the test suite against a directory full of git builds (if available) - tested against 513 versions of git (including all RC), from 1.0.0 to 2.7.1- updated to 1.316 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.316 Wed Dec 2 2015 [ENHANCEMENTS] - avoid a warning if the filehandles have already been closed (related to System::Command 1.114 'interactive' option) [DOCUMENTATION] - add examples for `git log` and using callbacks with `$r->run` in Git::Repository::Tutorial [TESTS] - git-2.5.2 test suite compatibility fix (Petr Šabata)- updated to 1.315 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.315 Wed Jul 29 2015 [ENHANCEMENTS] - Show exit status in 'unknown git error' message (TIMB)- updated to 1.314 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.314 Sat May 23 2015 [ENHANCEMENTS] - simplified the internals of version comparisons - give the correct result for comparisons involving 1.0.0a and 1.0.0b- updated to 1.313 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.313 Sat Mar 21 2015 [DOCUMENTATION] - add a section about Git::Raw in the SEE ALSO (written by its author) - document the availability of Git.pm on CPAN - added the list of contributors to the META file 1.312 Sun Aug 3 2014 [ENHANCEMENTS] - test_repository() uses `git init-db` for init under older git versions (although the test suite hasn't yet been adapted to support really old versions of git) - fixed a typo in the error message for test_repository() [TESTS] - made some tests for failure a little more lax when looking for the "fatal:" string in the errput (i.e. look for it at the beginning of any line, not just the firts) [DOCUMENTATION] - various minor documentation improvements - the "OTHER GIT WRAPPERS" is really a "SEE ALSO" section 1.311 Sun Mar 9 2014 [ENHANCEMENTS] - avoid warnings from _is_git() when we get nothing out of "git" [DOCUMENTATION] - pod syntax fix - fix typo in Todd Rinaldo's name - acknowledge Nathan Nutter's help in designing the clone option to test_repository() 1.310 Fri Jan 17 2014 [ENHANCEMENTS] - add support for a 'clone' option in test_repository() [DOCUMENTATION] - better document the test_repository() options - better document the options hash - make method names easier to link to throughout the documentation [TESTS] - tested against 350 versions of git (including all RC), from 1.5.0.rc0 to 1.8.5.3 1.309 Sat Nov 2 2013 [TESTS] - replace use_ok by simply running perl -M$module -e1 [DOCUMENTATION] - some guidelines for naming attributes in plugins [PACKAGING] - split Git::Repository::Plugin::Log and its supporting modules (Git::Repository::Log and Git::Repository::Log::Iterator) out in their own distribution (Git-Repository-Plugin-Log) as of version 1.309 of both distributions 1.308 Thu Aug 8 2013 [ENHANCEMENTS] - require System-Command 1.103, since 1.102 was somewhat broken [DOCUMENTATION] - new tutorial item based on RT#87334 1.307 Fri Jul 26 2013 [ENHANCEMENTS] - avoid creating zombie processes in _is_git - require the latest System-Command, as it properly works with FCGI, Plack et al. [DOCUMENTATION] - various minor documentation improvements 1.306 Tue Jul 2 2013 [DOCUMENTATION] - document how to run git from cwd in Git::Repository::Tutorial (follow-up of RT #86154, thanks to Daniel B. Boorstein (DANBOO)) - document how to avoid the translation of Git messages by using LC_ALL=C in Git::Repository::Tutorial [TESTS] - made tests more robust no matter which locale is defined (thanks to Lars Dieckow (DAXIM)) 1.305 Sun Jun 16 2013 [DOCUMENTATION] - list the 'fatal' option in the documentation for run() [TESTS] - various fixes for t/24-errors.t (mostly for Win32, thanks to Christian Walde (MITHALDU)) 1.304 Sat May 25 2013 [ENHANCEMENTS] - the new 'fatal' option makes it possible to define in detail which exit status codes will make run() die, in addition to the defaults 128 and 129 (many thanks to Grant McLean for a great discussion about this, which inspired the feature) [DOCUMENTATION] - add a section about 'fatal' in Git::Repository::Tutorial [TESTS] - let Dist::Zilla manage the author tests - fixed tests with older gits, and also moved requirements for some tests a little bit further in the past - tested against 326 versions of git (including all RC), from 1.5.0.rc0 to 1.8.3.rc3 1.303 Sun Apr 28 2013 [ENHANCEMENTS] - now depends on System::Command 1.100 for proper Win32 support - thanks to a lot of testing help from Christian Walde (MITHALDU) the test suite passes on Win32 (by skipping tests of little importance) 1.302 Fri Mar 1 2013 [ENHANCEMENTS] - Git::Repository::Plugin::Log is now able to parse commits with completely empty log messages - Git::Repository::Plugin::Log is now able to parse commits containing multiline headers (like gpgsig and mergetag) 1.301 Mon Jan 21 2013 [DEPRECATION] - the following Git::Repository methods are obsolete, and will die when called: create, wc_path, repo_path - the following parameters to Git::Repository->new are obsolete, and will cause the constructor to die: repository, working_copy [PACKAGING] - switch to Dist::Zilla for maintaining the distribution 1.300 Mon Jan 7 2013 [ENHANCEMENTS] - fixed support for overloaded objects (e.g. Path::Class objects) in Git::Repository::Command (RT #82373) - fixed Git::Repository::Log::Iterator to work with older gits when disabling colored output (thanks to Dominic Humphries) - fixed some cases where Git::Repository::Command and Git::Repository new() methods ignored some of their parameters. They now die when passed ambiguous or unexpected parameters. (follow-up of RT #82373, thanks to Michael G. Schwern) 1.29 Tue Dec 4 2012 [ENHANCEMENTS] - added support for callbacks in run() [DOCUMENTATION] - minor documentation improvements 1.28 Sun Nov 4 2012 [ENHANCEMENTS] - disabled colored output from logs in Git::Repository::Log::Iterator - wc_path() and repo_path() accessors are deprecated and now warn - improved the inter-documentation links by liberal use of L<> [TESTS] - ignore commit hooks that may be included with templates (RT #80593) - test for quiet won't fail if no identity is defined (RT #80321) 1.27 Thu Oct 11 2012 [ENHANCEMENTS] - Git::Repository::Command skips non-executable files when searching for a git command in the PATH [TEST] - Fixed tests failing with a directory named git in the PATH (RT #80117) 1.26 Tue Aug 1 2012 [ENHANCEMENTS] - added a 'quiet' option to silence warnings - improved carp level for the run() method [DOCUMENTATION] - provide an example for the 'quiet' option in Git::Repository::Tutorial 1.25 Tue Dec 27 23:07:11 CET 2011 [ENHANCEMENTS] - None. It's as good as 1.24, without the stupid test fail. [TESTS] - fixed a test plan when a git binary is not available 1.24 Mon Dec 26 14:51:36 CET 2011 [ENHANCEMENTS] - the command cache for _is_git() is now properly populated when the git option is a command with options (e.g. sudo) - _is_git() still finds git when the PATH contains a directory named git in a better position (RT #72154) - Fix spelling errors fixed in Debian (RT #73079) - Defend against changes to $/ (RT #71621) 1.23 Sun Dec 4 16:06:08 CET 2011 [TESTS] - made t/07-version.t pass when /tmp is mounted noexec (RT #72610) 1.22 Tue Sep 6 23:39:54 CEST 2011 [TESTS] - made t/21-submodule.t pass with git > 1.7.6.0 (RT #70585) - made t/21-submodule.t pass with git < 1.5.4.4 1.21 Mon Jul 11 23:34:47 CEST 2011 [ENHANCEMENTS] - fix a deep recursion caused by a change in System::Command 1.05 (thanks to Thomas Klausner) [TESTS] - made t/21-submodule.t pass when git is not available or too old or no identity is configured 1.20 Thu Jun 9 14:08:43 CEST 2011 [ENHANCEMENTS] - None. It's as good as 1.19, without the stupid test fail. [TESTS] - one test always failed if run outside of a git repository, so I didn't detect it, but all testers did :-( Kazuhiro Shibuya provided a patch! 1.19 Wed Jun 8 23:39:22 CEST 2011 [ENHANCEMENTS] - new final_output() method to Git::Repository::Command, that does the git-specific error checking when collecting the final output - Git::Repository::Log::Iterator will now properly die/warn when the log command is incorrect (thanks to Lasse Makholm for the bug report and proposed patch) - Git::Repository::Command now supports an arrayref as the 'git' option value, thus allowing calling wrappers like sudo (thanks to Dominic Humphries for the initial patch) [DOCUMENTATION] - moved the HOWTO part of the doc to Git::Repository::Tutorial 1.18 Sat Apr 16 13:47:26 CEST 2011 [ENHANCEMENTS] - the create() method was fragile (parsing the output of porcelain commands) and is now obsolete [DOCUMENTATION] - added an example for running git shortlog (RT #66783) 1.17 Tue Feb 1 01:01:10 CET 2011 [ENHANCEMENTS] - Git::Repository::Command now uses System::Command internally [TESTS] - skip some tests that needed a specific version of git - delete GIT_EDITOR in tests that check it (Nigel Metheringham) [BUGS] - getting a working Win32 implementation is now delegated to System::Command 1.16 Sun Jan 16 12:23:42 CET 2011 [ENHANCEMENTS] - the reaping of the child process is now delegated to a special Git::Repository::Command::Reaper object. Code such as my $fh = Git::Repository::Command->new(@cmd)->stdout() will now work as expected. [TESTS] - Test::Git::has_git() now accepts the usual options hash - fixed tests to pass again under Perl 5.6.2 1.15 Tue Jan 11 22:42:35 CET 2011 [ENHANCEMENTS] - experimental MSWin32 full support using pipes (thanks to BinGOs for pointing me to a perlmonks post by ikegami, that contained working code) - Git::Repository::Log now has a raw_message() accessor, that returns the message with 4-space indent output by git log (Note that this change is INCOMPATIBLE with previous versions, in which message() returned the indented log message, and you had to make up your own "clean" version). [TESTS] - no more skipping tests under MSWin32, but there are some issues with the win32 code, as sometimes the output or errput of the git command is lost (HELP!) - bundle Test::Git, a module providing a few utility functions for testing code requiring a git repository 1.14 Wed Oct 27 21:49:45 CEST 2010 [ENHANCEMENTS] - complete rewrite of _has_git, which was renamed to _is_git, with a much improved cache for the "is this git valid?" info - calling new() with the 'git' option will now work correctly when there is no git in the PATH (fixes RT bug #62283, reported by Todd Rinaldo) - improved the plugin system design (thanks to Aristotle Pagaltzis) - fixes for making Git::Repository work with modules that do bad things to STDIN, STDOUT and STDERR (thanks to Todd Rinaldo) [TESTS] - improved tests on Win32 (thanks to Olivier Raginel (BABAR) for giving me access to a Win32 VM with Git installed) [BUGS] - sadly, the work on Win32 showed that Git::Repository doesn't fully support that platform, but the test suite safely skips the tests that hang under Win32. I hope to fix this over time. 1.13 Mon Oct 18 22:36:17 CEST 2010 [ENHANCEMENTS] - using 'git' as an option of a Git::Repository object now works as expected - version() also accepts option hashes - plugin system to load new keywords in the Git::Repository namespace - Git::Repository::Plugin::Log provides the log() method with the help of Git::Repository::Log and Git::Repository::Log::Iterator (Thanks to Todd Rinaldo and Aristotle Pagaltzis for discussions and ideas about what became the plugin system.) [TESTS] - tested against 120+ versions of git, including all versions of the 1.6.* and 1.7.* branches up until 1.7.3.1- updated to 1.22 see /usr/share/doc/packages/perl-Git-Repository/Changes 1.22 Tue Sep 6 23:39:54 CEST 2011 [TESTS] - made t/21-submodule.t pass with git > 1.7.6.0 (RT #70585) - made t/21-submodule.t pass with git < 1.5.4.4 1.21 Mon Jul 11 23:34:47 CEST 2011 [ENHANCEMENTS] - fix a deep recursion caused by a change in System::Command 1.05 (thanks to Thomas Klausner) [TESTS] - made t/21-submodule.t pass when git is not available or too old or no identity is configured 1.20 Thu Jun 9 14:08:43 CEST 2011 [ENHANCEMENTS] - None. It's as good as 1.19, without the stupid test fail. [TESTS] - one test always failed if run outside of a git repository, so I didn't detect it, but all testers did :-( Kazuhiro Shibuya provided a patch! 1.19 Wed Jun 8 23:39:22 CEST 2011 [ENHANCEMENTS] - new final_output() method to Git::Repository::Command, that does the git-specific error checking when collecting the final output - Git::Repository::Log::Iterator will now properly die/warn when the log command is incorrect (thanks to Lasse Makholm for the bug report and proposed patch) - Git::Repository::Command now supports an arrayref as the 'git' option value, thus allowing calling wrappers like sudo (thanks to Dominic Humphries for the initial patch) [DOCUMENTATION] - moved the HOWTO part of the doc to Git::Repository::Tutorial 1.18 Sat Apr 16 13:47:26 CEST 2011 [ENHANCEMENTS] - the create() method was fragile (parsing the output of porcelain commands) and is now obsolete [DOCUMENTATION] - added an example for running git shortlog (RT #66783) 1.17 Tue Feb 1 01:01:10 CET 2011 [ENHANCEMENTS] - Git::Repository::Command now uses System::Command internally [TESTS] - skip some tests that needed a specific version of git - delete GIT_EDITOR in tests that check it (Nigel Metheringham) [BUGS] - getting a working Win32 implementation is now delegated to System::Command 1.16 Sun Jan 16 12:23:42 CET 2011 [ENHANCEMENTS] - the reaping of the child process is now delegated to a special Git::Repository::Command::Reaper object. Code such as my $fh = Git::Repository::Command->new(@cmd)->stdout() will now work as expected. [TESTS] - Test::Git::has_git() now accepts the usual options hash - fixed tests to pass again under Perl 5.6.2 1.15 Tue Jan 11 22:42:35 CET 2011 [ENHANCEMENTS] - experimental MSWin32 full support using pipes (thanks to BinGOs for pointing me to a perlmonks post by ikegami, that contained working code) - Git::Repository::Log now has a raw_message() accessor, that returns the message with 4-space indent output by git log (Note that this change is INCOMPATIBLE with previous versions, in which message() returned the indented log message, and you had to make up your own "clean" version). [TESTS] - no more skipping tests under MSWin32, but there are some issues with the win32 code, as sometimes the output or errput of the git command is lost (HELP!) - bundle Test::Git, a module providing a few utility functions for testing code requiring a git repository 1.14 Wed Oct 27 21:49:45 CEST 2010 [ENHANCEMENTS] - complete rewrite of _has_git, which was renamed to _is_git, with a much improved cache for the "is this git valid?" info - calling new() with the 'git' option will now work correctly when there is no git in the PATH (fixes RT bug #62283, reported by Todd Rinaldo) - improved the plugin system design (thanks to Aristotle Pagaltzis) - fixes for making Git::Repository work with modules that do bad things to STDIN, STDOUT and STDERR (thanks to Todd Rinaldo) [TESTS] - improved tests on Win32 (thanks to Olivier Raginel (BABAR) for giving me access to a Win32 VM with Git installed) [BUGS] - sadly, the work on Win32 showed that Git::Repository doesn't fully support that platform, but the test suite safely skips the tests that hang under Win32. I hope to fix this over time. 1.13 Mon Oct 18 22:36:17 CEST 2010 [ENHANCEMENTS] - using 'git' as an option of a Git::Repository object now works as expected - version() also accepts option hashes - plugin system to load new keywords in the Git::Repository namespace - Git::Repository::Plugin::Log provides the log() method with the help of Git::Repository::Log and Git::Repository::Log::Iterator (Thanks to Todd Rinaldo and Aristotle Pagaltzis for discussions and ideas about what became the plugin system.) [TESTS] - tested against 120+ versions of git, including all versions of the 1.6.* and 1.7.* branches up until 1.7.3.1sheep88 1684751644 1.3251.3251.3251.3251.325-bp155.2.5GitRepositoryRepository.pmCommand.pmPlugin.pmTutorial.podTestGit.pmx86_64-linux-thread-multiperl-Git-RepositoryChangesREADMEperl-Git-RepositoryLICENSEGit::Repository.3pm.gzGit::Repository::Command.3pm.gzGit::Repository::Plugin.3pm.gzGit::Repository::Tutorial.3pm.gzTest::Git.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Git//usr/lib/perl5/vendor_perl/5.26.1/Git/Repository//usr/lib/perl5/vendor_perl/5.26.1/Test//usr/share/doc/packages//usr/share/doc/packages/perl-Git-Repository//usr/share/licenses//usr/share/licenses/perl-Git-Repository//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/92d5c46db1931d844f963babd117680f-perl-Git-Repositorycpioxz5noarch-suse-linuxdirectoryPerl5 module source textPerl POD document, ASCII textUTF-8 Unicode textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPPPu6+ T@utf-86c20e4a6a82a9e9b852837c982518202c9a9ba371106a3cbf1e79ddf033b841b? 7zXZ !t/Ғ] crt:bLL ؝-8e`ky0Zw$啾[+L崯FۛY;`DSJ{'v%YJIzú5D L뗷rb .J^!>A/NWxE3|qRxT+h *W{OVx!Ku,Qy|\Yu#6 .}y 8FWEr[][HT9;&bSe+Tߨ5O"qPcCUlaFRNR)^Ϸi?Z0@I(qOgsE|ޭaGRɑ]kU~smefbrH,Y4Ӛ J#HN=j~,!ڮ5XuТ[8~@@.Z_Zcm{Mquf~أBφi-)_:b.w'%^0}`/(aFLr|0PGF|ԁz{mi/Sucn)eCmBK5U⪵5]U˯K҉Tz:Љ/Qe.hVOҊ9mfLv(xN+H?)v'c4XI|Fۺ˱AO+G혡@ @>rtIǠdcDGރpv._Ȅ%UXeͶbVjn:\kZWu),f}"CU28J: )9*R@J 6::`/3Hk=Qiq@' aDLsrX3|Oimp)؁gST)I*$ Al%ŭq*;K\3}b5 ;1 &?ҝfpStj:wTm8/Pbn0jghwiG򺭵(k\z9@ΫߥQSvϗ |/&x=k\.y~͕ KRH6FZoH[/iaIZ~t5 Co$`=Nj VJ<ҎXcЋJeCMesЊ 7`P(dRNb5 ଅhBj ȮG*sGOMaNRVBT]﹈HoO;9,K|r04(qR\~/!^E;dry4/{Bgf1F`iV'0"tj@WmiؿɌp_UmMāC[,5իM(56$x GcV1x ]';k-&0)0f8h5 ݱNG2R7\!!HU tZ!ZFzt*O02|4sמM$kg^Dr}xe#&}sŴj 8FjJ YWv؊qz0=V^6jLY~h[ =7vZ3rČ%M<>r3աaQ"Z.c9_^j3<$#l/nn]:YbYevhiǝiȤvɸ'R s!(Moܶ Y8\Y!niTN&ULSvPAjNGDWWf"Guج_LGMt@/?? W46Za0I[G+V`.e b0; ܅φʓfg(M`^mU9ew0;2&/ZXw|$P!;0 Ξ ,||SYw/0`؇ک|3duQ$OqPx} <=Rs=v>X 2gnt 7~tܕaxv׹z (UIeio#a&~2⫰ DK3T"x wx{1qr._L2x 277t.7@͵{Lƕtf;&)dgR=0:aAamaEO1cB| VL,f}kn4 %2yNJo&F8S*nxܘ~ 7V*O3W?Pc[?ޙHltd҈م~Cqΰ$63X8rKL-)ذqB,>1AݟoC pz>Vm颼ׇ&0y'ks_ S%LѥL++rf t V#Ԉʞ-Z*s a ʊ.+:(γwZX0k؟R8B_# ϕOHoWW'1+z3P 4I a}g&95\* R2ALZ<`~hM.UC*t\?r`wŠ>Z:vo"1sr2;O@GE}:Q(W2HeeH|иlWM֖a&mj `TL5xc'tM|#\,wsT8Ȉ;yLwAiYG.-X090QЅE?8?y;^u,[2hEl%3ȸs_ \ξ]篡7He#TA'U< xmA^ ;e!cVPrmxspFno֘g|7|+R55,v+XVqwst+V+Y ORJMdJi}x}4y:0>+߫fqcm8V **gGO[pԥyT0N嵪wR_eiπsEٜxG 8c7n3ieE1;y< ޺ B.N\g&yXH–TN=(3^ɔHSZ J` dn u@:nj9;P<26јUGkePs6w`krG~)FȒˎ4 $O$\f2?Զv4F:TŇIT@`_}٧"UQ]"kPT *G<+x~*BI__Kʉ\БX oef:Q&0kj`-3EyBZg!xsoݦ-Iq}̊Je.[ +v8qc x6^g! & %? #*5xOhvLSUvNWw djZuZdB ?/Vi8S[#-[rF6l:o g Q:rceo t3L)t)l,vQH<*qrF>D&*|E# - Bu7bщ^+\ Ї84 rt9~ID2Y;eRv_#>Q/ʙP>d!8:y\y0b?k]*ôԠ F& g"hnۥ~HTGJkyStz*&ܞeK .Z8Ε>JEvSm{'lk_!M$U?lgH 3&(2|CEpb C Q3r3!bϟ1zyF0v䤚Zsu u-i%Rk2=gD+`-6w7Myi3g~@g } m_&aT}] ҈UTn8yCkUkѰݺxgUϜ1KKUʶu8'2rܵ˗hXsm? $V)V󣿦/Qd@Q}fa%^ DxYjlk;yԹJ0Hre#MjӆZcs}P݈&/җ,+-T ,K֎\eHX4x~kuЯ^uM66/7@>ϧdd)cicq#7LDK ǃˣ3{MUd[%>l4ko;%П:]T6MAv![]q;EC5ޟxDr<.=׀A$fmZu]$ +}q$8/6V.]+\~ggd1,˚exR c+Ba`](nt̍AdžY/pz=S>^^ hI$MG&ߪ+V() E :;Ջő>kD;ozƞʏ>G/0cR"C]F!z-;SSHq?>_r4rffِe,.g1Um|$aM5wfם~;gmIz`X3ϋK򴿌Źs$8½`h3VC/<0d0ǫvȉn8÷1l}m'bIՂ`7ku Jڠ $'F$OU OASh kY!K?1X (슖c6-0!}PGƸc-Ik%1({$jxjYdw #VFSj,͈1ʄp3"]JLTDEB"ހlE_>7;:c(A^*v8ű#|d NoCEuprF:.n)HMDd$;u9yyᦋ`m`q"W-ѝgzY=z4r[8"z 6?ZfûA*=CIb8cPNQQ,Pq\g<ڍdzYIjT 6u%!4B+Nxlq^qZ5k_{X)(\koe<:HN<*Վ r1TB%@&"-Z9!ktW*m J()xWLKqmb Cf kfk47\(8L7+^q_8*]K RAՂㆡ <2W,z5q+__ |5Ƞ6}n6$hVsŤHj|(~+6/PƏ# ЕTJpG'4RMH|6c8B 6FO%@&4 E&]Ln )|#Qg`dc>$20%޲)Ж"d>K8P`A}UW[dN^+HЀܒ?Aq{+dFJ20 OlU^ 89$ot&dnaLo) ӦfZYg@^\7D:?V'%6mkIפ$ Ӣ0չBj襛]5^ݞ, +5H3CV Y kvQ,p.M<1|xw*R=Ƭ)ļjoImK:BB&|>oÙG;;axwޕ#Sy54@rܴ:,c%[n?SFb v䬣6Ä tXQ▘A LFɴ[L)R%ӓC) ~ {FsgfKT$M baK i*ݷb( 30+ &Fd V 1z.CO%z^/HA;MEh+s}E_o^N|n^r~sK2~w %3$Bqbs߅(~EmG+L9b[v!(${(,mF8=Z%w.ЄDC>}y;n۪(ئKFG`l-05^,+ S/sRpHE hH BC7ETXďWH44gOPj3⛷QIRV5 AIXD+rPĈ[@xD#nj_ 3ļ2L0wwJ^!g#i1jWPyT{f2{ꄔT{_9K?2:[]#+¿p~SY60djW\" ]kHf6}e3TOWnë-hj|>6/l `0j 3!QIAP"bn=JEKC#1vD4FJ<Ç!6!BRek?tCtqK!s B[HF>coSf$=G j(Gc0oLF[6QZB98 o]NI>o^ÅѪ;Gin #O}= Ri^# f^i#sQF8Q="sᾎGd4~wBnl[8 k85>uq9V]HEOF!f!6MRdƙ+Z(ō(cr|ءcH d?NһЗospMn?A9cG e'ݐNTdq#CR0gH^hstfԃ({ʈ 08ȫO]{`[,/.@FtPҝ?TBH)qI48zP?opv;C:+0tRC ZeRW 4azBcٖyKMAcN41`Rֹ&.J}`/V]Hvɩq- } 0-t:R1Tĕ.KZDǼS  gs$[ U!jXY>>"#P1:3-}BLCESvy\ᥜVOӀY++J+,!Fm-u=4Sar"8FΖyu0b0`6/+qoaXZȟ# w}ƻK8z*eJYգ.R)l2:ĉ\)y$|7/Gz{ŷ;B'ԛZAuF` ѝ &Im@Vض $=Rrgo _S& 0k9$ ʘӂTpKI;y槞jaB/c_rW?? -3\}[[Fe 6ԝL|Vml}/cpӻJ'E8ZwrїsY'@o Zr̢}@/LbYFqWHK>u)fy*D/}(xZp\ 酸70p @c3$!A`aeOi׻k{?'Ew; -Du&b;(]vqʂKr*ſ T)80?{_QPfDq ʃ Y6| )cA,/ԩ59yd\c!9d8X=aS8v;i%{*{T2c]М{yv!5Ԁ¨;('@p&qC1*JǾ}C9Y~ (L VD5?%ɤf]#u}`jj۫7dK6>]빛Busd;HOCquXaM  M<޽atG(eCUc;;>6J0||YJ:XKNM&E&4{l/*[x̋7C WKPJ@J&U!dQѭj;b+04u]-z ?\'ƦNv\vGho|c(׉0m}„+HH0%{^M)%pʤ}d [8|RMI@!?++V8#abNҀ{ k Y;I|`_a][ w TOg=_;bBA5WW&4szվ)sy=L2^AUMB~c(@4KjDV*{kg;s\ѣsPOYm4΄t)[SeGu;heХHz{tRtݐ w;m5&RdhRWT`M#Kev,kƍg-D A- 'Wa .b:nbQpy|@n+oS1Z-,X[$&! mmFm +EN4 ^Ǽx^%84i{Ktz[5c-c>{H*nQLk(m;kvw+*H &o 2 l[8lt1>/A|E50`:ZupE}$F\W ݠAJ7O|3rh6j*m/k}2>94ark!NaT`%7#:ιU<;?Xo-7i_*askbd\>;H)lY͵7,_*+ۭqGi9:ĵ7WߔHzʩU=jOЫl Ȕ%+{-8%Dד2? m"Y&`8OZ6G>F."mQ @(ۍD GtIM3}Ls}9{E&!(iZ0Vp69붯O1)ZoDeWPsp;8a Bj{ÊqsM'sֺAE]:7隭x$܉8l):fÍE9 8'r:9؆ʝT6~Kxdw^ػv / 9plݎ&EOFە;' x &fY]E6KVFfMĿr~yq_PUş&*KJ<i3wPy?쫟V&2Ng/){Isekvݿ9[)o0#XXyۯܛvN\7j.k9k#K`wېTR~3=}zm"CLv"eÄgi[l U񀵣&YnUF+ބIv @o2xcMkANdj^C U6~G+/r"v@Ӈ0ۊK%blrvzp/(04qq}AHɽR2/@N %}]R` 12mg_ iɼ#rD2i@ȢcBViƕ<|bt`ۧNL=[XF^f!V^+Jt&>HNnukR@~oc#f\ǟw$m A qL!CJ& D?O!pvi(NqI5gzZhTy" EbYu ws٤`k>fvUA7 q]"dJ+;"ضTȇ/ /q&b)ط k 4vSW[a^{|0Է|EG8v>Xr-?IG9+0{r 0#dE 'B?03(urH͌ y{QqAH_IfZ?a1[oH?P6ĎbC1ВC>+k}Y[lokVe3Rku&gD">jg.<Xr57ArZGTbh7ҏǦ|DhCYYVb?0W]r"ʮJ)-kY sBw7-6ej\8vCa ~_qshD]a@4 Eu жmOfZxJKƹ= (!$YФ /#Y>=%+ѶMBÆ@ d}Gf5/0{rH~,[eA2\tR{{XA>wzbn!ZeÒv }fM=/BRt/̚)qa`k/J2(\v^ZU*ɝtw+^%"ds'(ȥbRm|Ӕ [wܐhk)`ɋAClf_+L<wx)=8Pܫ!%-enJ&+v( "2f c7+~^+HiنMU ;>qq߈ 3̃p6B `̓`VYyiP@U,6HCdԗ]oWrCF)(ֹ|dv(vaGx+K?=!ƿP=Iꔜ ڇQc |*eݑ `Q|mJ&NR@:d(bi,' *YfA&4v0h =uwx3nVjyf*DC,$̒t+= Yw *iW7Z9DTfUvϖAoUh9BpBQ}/ (#уA(jܲסEȔ^ p>2, SSh|6J}<c*V*1F|zCt Ϛz&XUG}t4XSeC~0]"FSC֫\Ŧokfgy"{;fRhG ^xɁB}{FK ];_.Ұ`MvAX R5Y23Z4Oۅ%y%4Xo?>pM`nc,l/T U ſM(A0׃SnqHWz;ꮉ$\rD|z%b/޽*U {o{2ON4^\U CqJ ~pS4ܟ)Sj?cE^#-zX4EpEsȞv=d`eq>ŏWLVR5KaQ9 Wc P#~8M#MAe4gA)x`^hw)EE^ I*Zy Op G,WVCa7[)EN@69:I|c<Xx걑9_+~ =bbU G5K*'9r<# *5):' L x]{i{/u-Dzo&FY;d[Yn)O*=|b$O3ngXe}|AG8@~"c*[CmqFEKr/5( 3txAQrjBCĔ-m4¯d k{zGEg;FJO`*2"u`(w -%d5p>=@o&PdzaB]0ap޺N&V(QnLRY\(n ?PJRf$ّ0#]Ik28~g)t{Uv2Kc lR8^YT w%ұ[S%k!pOthh#ƅs*eA`(lS^٩gh,dĆK`qmw˨$A ry+2d_> FO#S2d$`N AܱO R&L<ͯ ?];|byk' )MCb{v%0K?~IebUR>fs3 4w{>qfLQH&רXʢmY0-roS{¬T(Yֱci;s qB}{NRO*usavwG]efa h"@u׃𺚪YoZ21YjGtFuR S]Yh/yK\ؾ\KhFAgr*beTҥ|UTE"RVE/1;%k!y}D-']>ĶVsSNGgfP,A~%=H-ئ(ؐԻZ<ΏҮ~y or AFZ>"ZյD?ܑ⾝fDҰ.ۛs*7(zGV9v5ˬǷ:p8طz\`G+ۖ^JI,Fk8#/ia hOTs05V=@Ht-u:?K -(nD5p};\W_~>#nlQsY;;2̴s-}AQR!E.ij D_SpPwbiUqA ~0=˒{9kB-EPRJšެT;N%R`XpV(.qk\I?7-ԚH{+: jqna&֗J.SwdL ɳٍ}1>@MD K&ա s9r v1s=]lS5oKQCƥ2^}q!| &մꠦ"΃j[ $ ]J)l H[ERqIQ͹o]n8$;UrV% GCQ؊RHRyZ8g+NcQ;FN[78r _U*V.z58h\Λ6K~Ϳ,Ԝ'A!q8}9 ]z1Π{'zw(s\7{ðyԤQ?q›g选"XI@f YY(kҾPЧF#s=i&F$,eP~BKQ(ax޳(uTۈ=BW*5r^WUO}zO'p"ÖxEymI'^4*9Xww _b%5Hoٲ\PQ*ҚS"VM@P3NAUl~4屯V$fqɻl O zX|;ۣ*L\m ON!s!j`i(F&;~C63덃.lт$w rWu2L,tM ,l\ۈ WrDANêXݜ9kFJBdn1-Nb $v2R{\]0\ģxq4|z9]\9 RX5)[.Rf/ (kg9f67#72]Y_U?t?|X.ӪdE t] 1q5au5EEEƔŻJ9Ru懳S't3TRI]lLwhu4oDI LVx/%4i V5a[ `BeBl)E%wbgEwPdj2+X u0fhxcT_ӫ0p&-)qц 7ǸkVLw dbKmę$S~8HT_fOQVеϔ҄eGa,"Y (pn$sh08L0 \ bՂ2̟]di4ȓ "Gj$tS7om%4 u"FJ;G 0[&Tv^@[a.Dd}S|-nMD{ ffM鎞 TZR3S܁\ ^~9H'Nj-OWh$uGYB0m{_^4.+0#ue^j# n[ )@P#Q?6y9vʙ*Uz^x/r-76KBQ1)f 6@$ϛ7F;rF41Ԕ%ZEL|⭏&8!Q'W7+dG^ǔ |D%͠aaG#e2V: !ඏqM &.`awK-zs/iF1p,f#.k(\C!IӤ~ -Wt~26" T@Pwul$4cyUȥշR:H%m {T'R2,A ORUF'noH0:7i"̑lJp| :O [./15Z\-oʜ;|'6JwՋf.5:zhhF=P$+M@x䍂l7.JgΧ-Vmvp=M%`#zwHl"<Ȗ?]}GֳAъ\nWʲՓ-( jp5 IxK;av*Yܩ` S{8iڤXk31VuT"(ӃȏTx{j2]ӰmLMǔ]6NTi҃|iEN _F>墥j"RL-c:O`jMwU?z(l\xWҵJ> ~-{H#^P'^f DW`8Ļ]׽i̿,}`KRSKn!UucCPj e4$RBF>?*UEoZ%E* ӮC0À!i,ߘAA'LQdxcv TMT& )sa,HWMQsg&Z L9Ay~!/i $B}#$SO&OA r A붡5xvQ8~! M clľpۉLB@g/ی,6 [."Nӌ48REIC~ 3mE!nIvYRg(YDezDrROXlt';QwѰyfw?ZmE`0Ϙk 1+݃7̡9U2rVK`eU҂Fd-^.TJoJcCrX&ټpw8X4Pd.kYP}b`wT&< ppiQ~3>N ,.|<9dZ&t}i!F}5 j$=oK>iW,߻ gv ; 熟r09ϲP@ݒm!1X,Ű~Cڳ1]dijN8@[s΂un@RVՖ?acc[+vp t@š@$ QV7VNT4iQ`.W`JyQF tWiG ;-Jǜ3uA,F)`e&{gnY$o#;xWnWe՝&^beisfB}.R@SKa ^APT%"P } ?ca 9-oگIBjFʰ^gxJPB27cO"QE=r uMXfKrSܷlJ 6{?/M^DZṥ?]TQv݋?s#ͥ VG"]%t3 9M5MX.]gμS(/N4֎S;tٟ)$=ς@O;voH˯%6%֞5&5~D2L;a)#fܒ 6%THԵOZw#]UW) eW* 㯩;jܪjnb$md +ӱ9Z8és[GMG بs^: j~&E ~3(-څԍ{Ngֹ9><":C7.w7Q|޹#VķWЈFۢ+ cX*ch˶ߎ69/K,m1 1tv$DL$?WU=,I.3q[!F+OT޿"}-S̩H-> UKN^?h ɭ)jy;Ϟ ҏrlTZ[8RwkxqU?Som)b@wuR@}"i(¥ J rdKNϋpNo]9w4+zWFv!M -WǸ,vD$GytX5cÍ'814Z59Mz\p1[CBz!t%[K { 2%_&|K []Y6r,PTf?{K7U}D/8R~JRKSO=.ܸy|hfH>{b[HtZ1ANLlK`-JM ET XW Q*㑓%F QP' |bHh`ṆQ%fPpE7PE,-Q ,3|w<DRA~]E u񙐺CwBZ?Z3ˮь$,1Ut;Lo|ӞMA5t&Oۈnn?׆݋\vAUaCx'p9YG,ũ/Njc˙M{oYݹV)_;[/Uz6h92ØvI]UIcwZײXzsFp}XU;x>~D ł3TvXn|2!ϰay# EEOAهoJ4aj $C1 79-)'1yB"< Ԙ@ jJUE(kGno01?h Įb%G1gp'PFzSd"ڏ<`j`S)Շk/3;0\kBUqHn-;EUcY ~}F\֢ʸAGP1Q2yZaIUfՄ~;JӟXJ2R,7vv2Fz 9Q&ti{yG~YM *IOF,b̔%h`[++"ff<1xVMIaիs1p㶇3 wd2 ^EoP2pwkW4b͓'z c;JIKU$9_"UFd"ȓ!GY2mL,$y +~# ickkm99BniFc..̻tQlf<3m7P> `W%NGBG;025' dt׸"Kv8<ȋ# 7Fk!HԳ*>m4;*GJɯ6ߎ~YgiN 0,U}dZD[h Rtt8#\]s 1litMoQIpX+lZ% mP!z7eH*˓4ZREmsUңAe+1Nd߯TX{9dpc4thC_f(i-fv$\ %;{i*(*~?c(@i=Ǯ'jܳ&~`m<Ѷů/JQK xݤ[9 Mc'1h!32-oCC|#le3VZk^d`0tT aCi^2>,u+베iK§eUp_ʱ*QΩÙq[-y]#ޓoƯd81BL}K r5$ ѡT HMLzz$H12 oi-L hWTj+>]7֋t Z>F-`?E0MR]Npg7_'h z؆aT6vJ4EErj͓"^ jMWZ0u{)fsmBhM`T7Q,x;Hl}i֝7\oSNeo0ɝxpĘg!Non .^P~[ބAD.:VMp $KA81GtU}}2Lzҙ|b4'f &~@M#7d.:Id-M3 x{@z:liV@^#Fxt*5V;K.OZe6∨{Q`+ڍo1{9rW`)t0֊iOr\r5%bwFȱYv3Yz')#JY-^BuJIK+;kB'ì4ig$F;AAXf̐g`\O>x.T|XLl OQO5-~rj F;Ԥܱjo4XnpcT ;xHi$EKdQ9aw :̃f-D"MR}?XQQΨonٴʮی=&@%MbQ J(N&3;EXlKHB;4pTLYDQ:ccK`Pe`S7taԣ}b)csxS_"d|1սʝL!Z,ߤLR| LcTMϙP87oxW垘ovNFbZcmS\$M󽾨:g9@UvHyo=O70hׁInu R|19|PR_AZĪi$1ycn':d^(J@|J!j3? ~r1:Yu)1-o ҶH.I߸5y97-@_ˡyS'‰<͇\,[_RbKv?zТ?D9'l6.ICgrv b@ҷYU-W\y݉)+FT@w}i{~ 7t\hwA%P JYm9nįuKke$  : G+aE*M\v#f \ r ˨OK)hRPzԃ!!k @ T[twU2t濒6!(N$b:npuR"~gr:dG4S'ߝh \Buqz.?FIżn5>թpoxGCOlBw2^,Yc+n ܅n^Sv[|nf>(/l._G37 ,PUف;hnFT8_޳ډl%An槱EPW7}qд P>wy% 4 "2gݵs=`ǂf-zq^▥rj,+pXP^#(jeFlOԁKJ# KExi02I?-nJSPKOVɿq;Dg(Mn 0gӭ`?'N zj[H1Y Mo>%,ndO3H}ߚ駽e$hGPpΉ\_/5Cw, qĢQvFmwG·cH.2" &Dlϯqpu\0)ʷL[2#b4?$/Q))joIW:Jc`}w3dG(քZI 'bw 2{ú(Jsw6pDT y<_h(۱f8"½k橭\3I iqN֘>qHqU`8(+\{{Jvv|!K-q4oGUϒЯCA67Fw%IϘ eENq)[yy&XPLo ořR5?R{WHY+\RWL%NێF&PlǤ&`(93Tt[ fUvDpZDРbY'z[׋PM}diS2ɸM[Iw=յyW>$2`s ɂI;%lSS?R+pTJIb^5噿_X{~_4_ Sj &8C jNX`D*nAFz <>tg/,5t܅oHLQ.ߪNQgܤ ´mOe|]$ka/jٸ `e$hrzzgv~ Y A. O5 REko;ek|Pާ~.}/15Y2@),c0beꏂA*v}jPhOeԻ,GZd׫EbK 1&3_[R1D#`t>p3ut 'aVO=3{3Z}EĄ6Leu*7e9(UT 't9\qHEZ ˄N7ⅰgl~{gJnh|H+H%0F]`ISq(cq.vk~*tNzs;!D4#IO}R\)I84>;UlS} "" @5psTj̙0Ca9[-&mʌ b6{|3VEj*`0$dr\_6x,?,lGYwxRov2ӝaبE"/,v{ٳ(+A2}=Y'i4VI*:~󟄫i~1EM}ߒ}[I~}sv6srAHHC1;dEMo+fӀHk2̣)$`(UPİ#:%dSmP)--_ZV= |T$>3͇_SKc)0c7p_dźlEgXFmzFYE]>$,?vR#][CKwbJ\uX ˨Wz5<7dy }tZ+3Lz# QDCXi eqq>TojG|3KN_q\U+RzmAa <뫼 \W$C{B3jx 2!?]94]en'[]tSbhm׆60K $}%zU(>ko `iM32+]zG"u #+Ƕgj嶆A>A%ftb+Zfne,H-2+c./h׷fmYv&  ]OkPmxzp)OBsc0h(3H%&j۰! ‘of0]ʼnx%B|8re=D6 }b`4 }&<@I4um'ʥmstFsHb:Y~yW4/v CpᎫslZ6O8LfѬ[،yЮ&]V|۔i\8YmX$9Eq"?W-?cW㊭dK+q8[Aϭ9Y/NPհ|cXvZ,CٯU+@~p s5t!/< Ċj@-Mr6fĉJ$n$*LǪ0w[w97Z bnp0 fkH2_`pGlQ͘I?H6})C"nPjf{-K[XBNn;x",G9ADN(ͺ]Y"R3k%%eVLK>e:< >րJ<ʶA+@FsT wN/UP')Ͳ+4əاrQRc:v弄G\Q"qF72}! jUhŨyؚ[?JO0m(gBEhi*C_؛6V}YUpM.[%z1l|U=1@Ԑa)1yo;vJ Gս,|Liջ^%۩W(r=v[kD!,~TȶT/dlK]k)"K\Oݱ=bVˉd\|%N3Y"h$)WGPZND/ҐOJ|\ ժ mݪ< ;ﳔ,6lߍsK6s*uQTEy^;q)aʂ/fAPdďI5[T9u_F*xx=Aޟy\,lȤv,ϓ#,`BZ5#ygl2Lqsט?B"^"kff8{xٴr \DtfLhnגp٫ϴ,xv 3?nXwzOtF':֡.1lM!'k>icziep>jzv9 d~×?He .nz֓ :Svh<<*e%wJ*Lw@YI &dpOG]cGoڮ20B"vОkEn;ql2>pu"5khuG/9<:xචc[Gt.PX2^:K'q!0pY|C5hA$~!?3&CMZZ_<]ϭCdmKU44%7:['UJtA _/zQ} QxCe(yv3j$ʝ|wl@Fi34((PHjc7=wnJ^7^_BcFLo/GݜEpH/XFثTM*~l+`eNIcbpT'W\(Xb.7̓R+hu r u3?%xP9,ݑ4_23Z& DjX;/ $u-9VnFTTgV1N>K⤀%2Zu`$~8{Aq{<)(a矧 ޞ,q21Mg/K)1{2kg,BjevX.j,9(" pq(V0QtƮ 5җ]ނl|(>z .< 41Ze/ #\ 8<& e+qo|InZOSQ{LQzF&9#Iw=E%7o;պǓ|a=K W5}0v &U(f?vb*(j1 >IZ`RG&RR2 ߨ wn)dF#gq$g1κݿX#hhU0\yƈV .N'* 3.`0b|jDԼFٔ|3O]>ghRy[ db r,DE <}s̀|m¤JOdRh:(nkFxhܦwWcrY5).5e:1pwPT]f1U "GJރeVAsR/Ky6D{Ğ%I'V_B8N 1?@,g,Gu"U>q5GgѴZ+sm߿4sG]?+ +`Ʉ7۠FIa.t&-X aj\~0ShO""@ &lbݸ\t_V?ͼ@5nDV *CE5✑HretG,FBi__f<0y$]v击a~wmQW"Y'ŠoDN;KԭTRdlA9Ms@}׳ |/O+ik#X+]Q\JfH-e޺dQjw6vwdzZ`&wI 7 όBѣ7)L2C7EuQQ)' 1ԢA4KGFM1/cWUn'+&8d. |$ysח,﯈e3Yi`rO=givRad␻ʟcVF[0̦0’9iV+j[]8 '4B\K}* O߲w/S?Q@E(&t|O D/bH9N`@gFB9J])=cƅ %urZ jHg,ޞJܽ:\;f/m_oz!m߰-CLmOss}qhDJQqxj=mA'uRq0]MZ[tܢ/>c+жN!ndb]W^^ˬR'Toh/ Og$9dL74XL)PAnygC8@m0DPnR:fJzizFett?ʹeuZG[N&?˾"1 2>-ؒd\#|xHBV#JMBQ 5 ]"*LFǡ"VܔdY]ʾ⬛gKxI TlWgk$q[rSSAi7HD$s-Q+E|G56?!.@c\v @ӊ#Gj,r,&CǞc#:DZ%LRwmQU@ R'@\nh,> ds_9z鐲B"i5a"7vٷ> ʼ'CD;9fumO)-xOz4 a4ԐHb~I1?|LB$FNRՕ lk{} }~꧒PDk=%ܤ0,Tߝ)$7iIlդAQ`=&z]փizIÀ|`7KFr3Hsrbhwn%Uy,~4rj&)\Ȝ[K ||Zq{W%huŸO:Tf=e_)HB o(lQ4>.9 eN8_Ah7q2ɮ`.z6: 2.ֵrXlzPxQM#،(޹ƁNDE 9 I$ Ru:r4:-/}3ɑKр;Fӌ${D䧒5"%W+1 ؒ4\~x:*#W8-$'_  c ;Jj*^sC7bikA #M%b1S}?7aQ:\7ڲ*pR]kZz*EO8ynJH GpJUv| 'Avpiq/q/uÎۈQҠQQch$px+}]7n,8(ZA 8AQeS-%P&n݅\o~ P}[{DTvŘ8K. T#Bl vJ{_ۃPj~WڦǙ n]0O|{A x5|tXiJImJ8yJItV{@%kU27mLktF<=2ן&3pWi4?:>撂Ш:d|ȎӵV[1^:ir]ĢW.~P#lӭ^;'sI7a _3).yqQ--y DHsq(7x<s*; I7?NSzYyOPbz_0^e}"nٞqm4~[Pa`%:|]Z֔)ixb-|N'f#o3l-j,&%q;?uy6jY/>LK~.QͤVdZae7k;qRL+;ۣĿFF|ת:1vy݃ak`b&(>2#wC@JDR y??7_\ Gfˉs"0gK oc6@ڣ~ {v~žd}y|:ҌJA s8!;3g4 $;>j#C g\R>P,E\\Uf-*:^YUv4:QX1Wۄ=jڒO6D:ds.iAw~x軒FLVRלj2z|[CSo3$G WQOO W8WNᡮY]} ~hݳq\I+Q#ǚϳqtqbu+{^r]ȥ) ډF],&\&0e<$`!DFZ+У#g\\tp;(iLMgkmԸ_v?i|| }PŸ^;PK@WG BJԊӶዼSfAjJCoFL|fZkjAqӰLHzJ|dN2svJ++l1V)&F*g WJoqטi\5V*-k6Oݦk^MSbRSP'@^-D(m=~ 2]w_mLP*ܶL;E ;&h JK~RB 6HjlbJYz"Ssۤ~oEajB'ub0$ TZЖ*!CM4RX̿A]6s6 Paw.@⦏G$ :4Iq:N!\L,6Qa~#% f6xzOVZW$ ^;n7;؇_ܫ2|bRِj $sCAwk`iAfω؄ނM=2L"lvvwܪ͜Η-U<#|9eg\z+m]ݥÜZpSaά`R [EKm2&>zK*3r_+oUʨPN(22s)\#xE%(GW,*> :2ltWtH9 n  Ro~}#AD?}H[L\ KusnWV7q2$3H5δ# 1I B/o >@ذcB4!Y1XBRDxB7= %TQ;֨G/Z֭.k%qi/vZ ѥ' A NTM,(ѧDITNSMH geGIܢ9 lerU[ /87.iTy ^Ux0e@,RŠa,ݒ1' 4Nrs>BN_S3Wv׀z,(an8)o{u)t}R smu`e}B>r]_s1l)1mQż a4lUƛk[@+Mln@`~{*9 %7DlZQ6]b'=€puH-Q:Xf3=A+-;^z;VeR`ag]t#9+ B&c'/tlvUKݯuQ ޯsnYR8 y4W,@KN9nOx@c}QaT.Hdɮ]ٞ8WT+WO/506,cAͥ9:Lɯ7 jgՒI!gb˟*!kÚDIϭ_)WU[mֲKoY]sJbs.rJ*σzǛ ;9s׎+w\E*bR)SV-5nbr.>YoM?6v QR7=pNb̢m;͈CN~Y&UZM`+@p>t{龐)S֬5XKfxQ}BL]P[ZX) ,QhIQyH(P>l1.; \.lV,})ja3J ߞ=h?Q曳@`5iހ¤üu|{znQ>n#NM6q5 ԲVA|Ee?,ѷW-qˏnP(mȚ;G\[B.w8HWDWRUTޏC>0[;r,ơ| ZryL\ "߱aDԌ,ׇ$Pq5cV׮d(2e&s[Ūrh;jzd2ھVw%m.r&Rt,Aw!&EmW.\alc)b (AGI<8RXJ~jh{tx8YjBd ?]߫Qm5|]i \th|YI#sWk :lهA-uhT.kGWjf4ʍrɻ6g4}:N yGg&8gSZI*ӑk{iuN\d}n!ך.()?Aii8!kJz7@'K7QBg*s}f*F.& c3MggD=a.Yze#zbND) t7PO(Rv@y%d)|>rd0b-M ,wjd.)ehv YsX_8@{[\TSzV<#m8(0/MSbv([%{gyPRcQs VVGaʄ̧YV@7Ho%-hwJR{ܥ#[u e"X1W+B`k덉q4+`T8_[LH>[*3'4-'9{LoRzjLKiH RnHT@;܊GDޜQ0VVXsnV`l"Pt[N#Xv8$yzixץٴi0^G|r]쐡$ۛfav`/|Ba:r|{<4$Kgz9]pQ+KZr9QBP#G)o~_`@ " >0i&1 dߥiz)EV˧n "kSc,ɚGǝ[A=}R ȉOcg<,wE@ŕrÔjݪF!ڞw2_-hnq&q8.*DhBKߗDW q~2Y}uoM?Xv9w vz5hWFY/]Sl92! Tǔh{` yh14sZH'Q- rC*ɴ4=35FnEFIA, FSFKIf˙>4إtԅ7̩OlYJu;`@?+a u>O-.DZBJ4M pU5_G8??@V)+fF!TkH:=BtdO:j@) 0iO[pHv§!* 5'z$:_1L qJA=EJ\@.{sɾ jgܖ8#:za9~{ z$o& riYq^)v7QpV'㨉Ԙ,,ظ\FJD!%sU% i؀sѾ;@tn֌3ђ7@ }[|%#"a Ɲ+)  O_>Dz{'hɋ]۷cX53 !r9C.#]` ުdz7,2p`9OqNYS-(4tK9%Wl}54c_\ m6\VJ'L0m4Zhf*$ANj7#hM5 )֤T@ _ ۥp'5R>;PIsdq^)?&4a"Dudt븟:nsR_IzoWɆTfHmL13XR}נotTܹ$*B}龝 Ag-gʓr]U޹_1gb`bsK΃nFFV 1@̴_Zo\ˋw1w%\es,}szRz)ꁓu~9bʇ#EIĄULd;<bQS09or=F NIAf&J*M_xl&<۪)-09RP%K+kmy|Mشo~֡v=m!zh)KHJgǧ=$>wL@kua3jx58!h<&x"I 0?D0b1W,&yGRG{xg3f00/h*EsNJ7ZkʦؕMaӪjZO|t/Tp86 LB7;},β-'{9D"kM).g=(!k Gh+kT1]c^쬪uFgMLU]]PRF(5`H1 ]ӬNnV;m^r:-؉?)&5#@> KX$I[E_PtO%*^6Z\TeŠZtHB,Dȯ!Щ hmfTFnxt?W֬^E B`}H}.T6rKR+t߬)L&Mɇ@X'oAXLJZcH$آ9r4b?ۨsx pڴQb&E&CՓ"Ψ)_:)DjppO^+4@O I1!K6{,rNz.48TTZ[6 nm$SaCV>kDK(Y?֥W6Rt*fY\_ɵ@d <Xc}2 &lݪjc";w Qx^-W,@OSnթ Pz$7{dh1OrsbC|XZ[hÎ}ܖu?Sjv8R%2b%mD im!*id8[hح5MX6ʡܮ  9QCM|/,I6umbp8K?[Vߞ7 mVN anSq >YB {xGš0'@kJo]o:ulsB SZV!rvnU3?(Ny.o*<#O9z l7 ;؋Ke ZL<-|2d^.`3턚&(t[Hٕ4K=Z uCFi +Cفd'|<;T'㪾 "@im D(Uxx 1#)RzBc N}bsDSJC 2Q܀}`9sԧDJM?PL|;}э8Mī Bݹ;c;MRo{)Z VwY"҇"!N(CcSƪM2xb <{bO%) LtQ%Bw:BslmƸjSu}VAd}zJi}XG]dS.Q@kCH{V"+R/;U4'B[Ҫ^.I{ E*w_Zwhir .(wtrќhG^*҇5;~ڒpS  mA:O 6ޅపfU8XI d}F!$RUc,ݾvn=.u){wP\ Z}cS;`:b3_!C|F1TgXG%eV` 3KN7 Vy Ok(k2:'z,&QR*7)HZ 5|R,}SڸBkYk~ȃ#tt`ӪPsS]"w=Kp\ut@]~ͅ'dM8K%+u2 U2Ѣ>I/]MC.BЭcZ pfTcȬow2#rYdzMyXy=tU&0dTXY<FUp" H$>C2ћ\F4trKD=_Oh_c,I! .wCm-F=ź}kQE(VAB/H KI'et=B|22T. ^P\/co-W`? c?0Fټլԡ8~VkN~ƎYӁfWJsKu.\HV k-ueXB[hД2.\ 'qUqåuUw9㗾PyQZ/>ݱ!xGM6FOAZŨؑG鲀_-Q6(u>I OIthYrOu@t-QRN%|,: ₕ1wky Q\AD.a?+/aQK=O4670U_l9?I}P:V+G[r^z2TV4 Lx@W,܎\{z.75&M+M&b,4UdU" lB(E|qTLg_]iؖ9* Uњy_ 3!$(KcISӒ}Ēgݽ[b>rs}7(#Y,4.`1G}WOwъ?S>/˾]0{ɐ>fj7|g;,YF.eRiXDMFln~6d`qS 0J$H4y)i(JYо*dH%)&H =<oq -̀DVi#O7?0[t2 *9ر`;Ǐ#kאWsnڳP ;m [L$"Y #pю~Yvl= ; f8sP @!R[Ҋ)!!W͕lgV%Gx'D@9IH6VsMCS`f_<0ᎼT^qt[y_FE-obnoAn2i!تW{|qm_S눷|!τD6W3nA_ /+lL\(ew}Y*]ēt5!]G~!˕csޗ ‘jF́mnL.6Cmr@^RҲ|[94Q4XUFG>$M+ass*T8<=]F(l\$1$4)% ~z}8KP+ q`5-rm%㖃^4$Um#uT&n;}Hfyc'R$~Sȝ(ͩމn YN#L F%$ƶhB^/'¹Dg}>њ$GXRc:Nt[*:3L{iC>FD[T I`OIrsמ>^J?ӸjSsyu,$_Y1'mf"4oEN9HN!)_!Z,S_V7F >V'Jhf8 javuFTKXG-n 7n@|w뇒'#)}X3h7%S|e.+S\6ef%=[ Jw7f!t$-2 ]\Scc2,h@.:-? ـo;>W OEAzmp3QSKb) BfnsP}Rƥ4Y YZ