perl-ExtUtils-Depends-0.405-bp153.1.21 >  A `Br!M@eee8o$>۶_d!s62ő/ZAcY y)EH#z: &sY;RIߙ^+e.NR*Clg c0 JCvgr[=WW1n7ߵeɅoWM$EѮe[Z*oO87-'+=UݹQejD4L=ɂnUAw6=j"/brj9;t813QF2`Ñ)\ 9af2e5b6cf5bef9595ad8e6bb47817f96e18330cad0b56e14c6a35a3752816d0ec081731245de6d2ac4bb39748069376a10afead\܉`Br!M@eeeNxBe?S|fO9,6 |; tcarg_lk+ӿj-<xSS7.,)ja&ތmxn'ߩlM~]*fhԧbkB`,}n6nkZØe;HrWNJ ڮEPd, ./* ) ,FJ6zx6͌]3>p>0? d ) a ` d p t        $ @  N  \  x         8 h | ( 8 9 H : FG H(IDXLYT\l]^bcFdefluvwxyzCperl-ExtUtils-Depends0.405bp153.1.21Easily build XS extensions that depend on XS extensionsThis module tries to make it easy to build Perl extensions that use functions and typemaps provided by other perl extensions. This means that a perl extension is treated like a shared library that provides also a C and an XS interface besides the perl one. This works as long as the base extension is loaded with the RTLD_GLOBAL flag (usually done with a sub dl_load_flags {0x01} in the main .pm file) if you need to use functions defined in the module. The basic scheme of operation is to collect information about a module in the instance, and then store that data in the Perl library where it may be retrieved later. The object can also reformat this information into the data structures required by ExtUtils::MakeMaker's WriteMakefile function. For information on how to make your module fit into this scheme, see "hashref = ExtUtils::Depends::load (name)". When creating a new Depends object, you give it a name, which is the name of the module you are building. You can also specify the names of modules on which this module depends. These dependencies will be loaded automatically, and their typemaps, header files, etc merged with your new object's stuff. When you store the data for your object, the list of dependencies are stored with it, so that another module depending on your needn't know on exactly which modules yours depends. For example: Gtk2 depends on Glib Gnome2::Canvas depends on Gtk2 ExtUtils::Depends->new ('Gnome2::Canvas', 'Gtk2'); this command automatically brings in all the stuff needed for Glib, since Gtk2 depends on it. When the configuration information is saved, it also includes a class method called 'Inline', inheritable by your module. This allows you in your module to simply say at the top: package Mymod; use parent 'Mymod::Install::Files'; # to inherit 'Inline' method And users of 'Mymod' who want to write inline code (using Inline) will simply be able to write: use Inline with => 'Mymod'; And all the necessary header files, defines, and libraries will be added for them. The 'Mymod::Install::Files' will also implement a 'deps' method, which will return a list of any modules that 'Mymod' depends on - you will not normally need to use this: require Mymod::Install::Files; @deps = Mymod::Install::Files->deps;`Baold-atreju4SUSE Linux Enterprise 15 SP3openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/ExtUtils-Depends/linuxnoarchH8#?A$AA큤$`B`V\o`B``BaV\pAV\px`B`77d0dbad7f6dd0e80b34571114655c8c2f0f6fedffd81efc4228c51fabe485978716ea11b2f9b27112e24cc74d6e07f8cf38393b771d00e9f9ec37332305e639f5b29dd507141883eec5461e2c7ec518a6a953de567285390e1070f8515ad8b067cc00046c259c48d6821ca808f8c88054c0362c9fae39ac5de344fa73ad8a99rootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-ExtUtils-Depends-0.405-bp153.1.21.src.rpmperl(ExtUtils::Depends)perl-ExtUtils-Depends    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.1V^@Tи@TRNMA^@M@L@L@L@L@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comvcizek@novell.comcoolo@novell.comanicka@suse.czcoolo@novell.comchris@computersalat.decoolo@novell.com- updated to 0.405 see /usr/share/doc/packages/perl-ExtUtils-Depends/Changes 0.405 - Remove MYMETA.* from MANIFEST file; closes autogenerated RT ticket [#108554]- updated to 0.404 - Depends.pm: sort deps in save_config() and get_makefile_vars(); patch submitted by Debian's reproducible build team for RT#101602 - Use / to make ::load filename, not File::Spec - perldoc -f require 0.403 - Avoid using Test::More::done_testing() for to support building out-of-the-box on older perls. 0.402 Sat Oct 18 18:06:19 EEST 2014 - Set Data::Dumper::Sortkeys = 1 in ExtUtils::Depends->save_config(); patch submitted by Niko Tyni of the Debian Perl Group; fixes RT#99260- updated to 0.401 - Add README changes created by 'make dist' from the POD - Rename test modules - Test old/new schemes with .pm files - Move old/new scheme tests from middle of other stuff to end - Rename test packages to 8.3 unique 0.400 Sun Aug 10 13:58:24 CEST 2014 - In addition to the package variables $inc, $libs and @typemaps, write an 'Inline' method to ::Install::Files for easier interoperability with the Inline module. - Accompany the 'Inline' method with a 'deps' method in ::Install::Files in addition to the @deps package variable. - Make ExtUtils::Depends->load use the 'Inline' and 'deps' methods by default, falling back to the package variables if the methods are not defined. - Make the docs recommend the 'Inline' and 'deps' approach for creating ::Install::Files manually, without ExtUtils::Depends::save_config. 0.309 Sat Aug 2 15:23:03 PDT 2014 - Depends.pm: use $DLEXT instead of $SO for library filename extensions - MANIFEST: remove MYMETA.* files - use DynaLoader::mod2fname if available - Added Android support 0.308 Sun May 18 16:22:11 PDT 2014 - Fix win32 test failure in t/02_save_load.t (closes RT#95301) 0.307 Mon Apr 28 22:04:38 PDT 2014 - $Data::Dumper::Terse set to 1 broke save_config - Document API expected by ::load function- updated to 0.306 - Fixed typo in RT queue URL; fixes RT#88960 - Makefile.PL: converted to CPAN::Meta::Spec v2 - Updated license in RPM spec file; closes RT#88196 - Updated contact info and added git repo info to POD - Add comments for find_extra_libs method (closes RT#43900) - Fixed typo (closes RT#86572)- update to 0.304 - More robust detection of gcc toolchains on Win32 (Closes: RT#62455) (sisyphus). - Don't assume dlltool is called 'dlltool' on Win32+gcc. Ask Config.pm instead (Closes: RT#62455) (sisyphus).- fix buildrequires- update to 0.303 * Fix a race condition when running the tests in parallel.- switch to perl_requires macro- recreated by cpanspec 1.78 o fix deps - noarch pkg- add perl as explicit buildrequireold-atreju4 16149842890.4050.405-bp153.1.21ExtUtilsDepends.pmx86_64-linux-thread-multiperl-ExtUtils-DependsChangesREADMEExtUtils::Depends.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/ExtUtils//usr/share/doc/packages//usr/share/doc/packages/perl-ExtUtils-Depends//usr/share/man/man3/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/dd4bff62d19cdb296d1d26418f0952bb-perl-ExtUtils-Dependscpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P&Ű&kLOÞZ`utf-8458c9a2e0fbc32a495f82aa99cf48cc086db6ec0cf2afdad7dd867b00588338d? 7zXZ !t/;a] crt:bLL*cAᚍ)pLwCTiu LD맛VF#&0$M5Mǖ`Ө'@u\;DAKQD:F)JBMpsOGD_#2#ڔ\29_2ᲬtK%9_bw= G#Qj *S'RSM2s٤_\,R<'<`UƜRd\9>;n[,C0JeIW H} [) eKm=-J2<9& ?WC pG e⌶@?543n'=ŰN񈸓hiϑ8 ( S/? 12|ӜFw^`%C*FXعp{D*r#fwHSxE+Iy2ű=!=%%YJTsiKip"ŨN0%F5fso` J4*s& : ` MT n!Ƙ=ТJ}bLqj2?YpI^ @R#ŷ4D1>b2Wcuev 5< K9] 0{?57OmZީ3- o|%,iU4vreB# /$ C!Hek~=-UEF-ooGAPp҉P#)vJ K0[c{KHR6>^xfp{ӱk~e^Y%:R=ʠA8_B % ypܡ%-/xƩ=dHZ6^/Pτu@8 kTv:pb[,cpzlˊ?Č!x;j=7t5kOQ0.+f$C<{k7j!`Ew=OH~DŽdU'eoi avspJ)At i&+vqA4,'T#T*+W##X?nG)?![uMr4LRP/ke,Cx8Qp3a<&Jo_w[(< `2X2rӌѠ8ܻˬm~Modv\DF@Գj;p 3Orzj\saUJB\7v @T@ 9|KASu rB"MdAF~Q{nR797v-d&8KNl0YYmY9/JY>^gQx-Ŗ$eN)32x:{g#)>pb所 r缣5pt*L Pev#> "(2> GSE>makWřƶn(չ}i_\WSu9`w//U+"`~TmlƮot/?BXwy 41 ? 7M@A 7W^5wzY W&DI76کzcԿ$>B 6R| #hUG^K95Q S5ߐle:x$oa5M_'Nr{ p_-KIKrvǼ@RbʭA$$I43ޜ4(ϐ 4[Tz¢#(S! z 4$,Ys'Af߃{^wMn |\L  /۩&VX"e3;C#RAypn'|moԘ j)✋ŵ I6Yػ%T^Gq>fDֹOa_*K;3oy69=ͧ~=ʘ&{R#P*{er)$mI"ncBȡ`š+i4, jX)"p6(.NUN2<&:VT@aЍJLfA,@=1@%8O;?nmL%y:n`Q3(QCȄ .6F &0DiyEpФ"K8ga]2]`x=' >;_Ύ|!tAXk4/A݉+hoFƒ3^ qnI ޼H5wVGBqL?w1QXN8&MQl(#sQ;`wΞ<%rXtwwNe"pfL#_;J"Gf\A)*ʼ kWU!@HbAm;T%Ѝ`N5UTb9VdY #E[2|6 W<[jY0,Z;KgT8aTwG zkuakiy^ ['}}hm/r> >GȀn,}?is([wi^&Y}&ۉr!֛ᷠ+iG?zxGh܄u)I!&z2\ -9@YGcTCp$A\We0 ڧlHQN8 ˊ+7Eo<W纤۪͊k Q~U'[4#@3й('x?Y$ x܎O0TW r^ y9鶙. 4f;lV-wІ4O1'0I={Ŝ$q{ɒNz `]x[z;@@jJb6еP~dYg,G1ujn ?(oT- EkP,ŮUrZM3!-Qm&_s^-ӽ{"nadl͆ t>Еi>\]/6#J# ?-{f&K7(+6#)?dja'p cxbVt&3 $^#IxZ4 wK{#q \ht^f5 ֡bX8"b77hb;-;r̡^`龣c ŕH8"RH9:{ǃT4(f v{!QIr`ŭXlꮚ Kj'(ZJ)fst{ :?y_vC20Z6UE.aa+ VS\;\"5Oljx^H{*CdfӳW(W"<ϼDjȄLLm Oak xX;"9"EI^"IrѺR.WWK}UܻD%x8FTkzApFD6No^0V+W|CP;h(L?ſM{} XZTcfc@vu6qI[nO`0 Ao7HSS[`ѮM?OTwC&aҾǀۊ]#y4JG{oTb0s!*r w6D̍AI\*8`E@%Gf;zt%"RSaxvw_G$Á~ӕvu92';ՆTzMgcK1 )_ /1I^8iҫG*/f&D$ {e1_rȦq^#@-Hrگ\GR*P{7~ 2EG }0E % ]¶ Aԃު&Xѧ:GἠT%[۶e} >\ovɱiO-ETxShnFH>+Im xܣc/3jc0C*-JALxgkdrHqse1?~όQKnSD\Vm@|vyu\51 [p ҸVw,S~/od<"#r/VC5Z8EUٝ:n"+e5a}s0_ݒzZ$fp`h Tv\LGQ@GGK^#8x}~ab6E+hBN%A*''L,^0ߠLCitپGQw%FU!>+)!LOzbދbwb8a_z6?)閅Xݴf\h  B){R^wlVstw&jJb##_K ڡ!Z5U_IJIug֪κ(͏fdq"+9) :W?ŲUBҧF^k~A Oh;D)Ǯ,a:rSFst-x4NoS<(2gC@bpAG|o\{^Ҥ+I]I]Ldže@~pkC8~Zg[z(ജ8SQ(c?eo`FcpRbHYzVΤNC%E<Fݛuyj\$4jE\AJ>,A -i7XvuK1oU +:Ƨ^Rv_7#~ ۹%; ̭۬+dvgwAΪ2d^6}ah%aLֽeM7NASLb/'D!j$JX!5ðNNB8YAŠZ'ftm 8@fzBi5$LӳN#vm>Կ7оD8'tY?;m DYв)YKj:mxwj~˝J+'u}of&,7Xf43a}=r,8tɯo20- >-(Nnq=CBRafS%ƅ3qX6 EZeaeN/PCP"&!λ 0HH-|bjzWv[,';0.Vʍ%B 0R#& }:Ww(YW2** ]WPx9ȟ[Z0"0ɛۭ|]F <]}",FR' F0ٹi>"zFxZ۩<˪Vy=4'E7̌ "\ #<e>|'LJ\ߴV)ǰKywPu@p&z@D!brPIA_`of2`і\amm`H'{Z+VٵFkR/;IDR5Sm;H4Bx|I΁ԱQI*{ij'J)q;gУd c'PS°gk)W2h&DM1YF?|4=W1KfjpUXGN%iI;K{̠%r fV*Te V6|0!0S3܎d5zxw[Ǖk#x12pZftӎo)#:cgP̷Md|c xKVoP Oٍ}'FO)lL.HJf }|RmT4>P׎vh v|$Xbp%Uoj|b,&n ۃ7rG5tmӨogM"+;BpsPމZ?v}dyh瘐as0_/9Db\ǹ#ă8 #_{rF)/]-5eCS\ pnȄrp0kE[DޠRËTr5BYS+S;Qܙ#?`dS:W@M}ԧm]L?Su"ntU_R-1A wigGn3[7p6/@mK?.4TLWxsKy^eC ԧ /nQҟבqUM4\Ǩ2p>G0zHڢU p"]|?MV'\r`\EL '{wTLb $j0r€Xك'u(S@fkvD T6`6 %aS gI?&pE  Νp*X56vꂷLETP(+-#yg̊5|"&,y*M {"~ z%1^]yUY7&=l $D`Uq%Vs(Ac\ks#%|0^"B3/X #,(Z DgT'{0e b4&4ENrB;,vw j_ӈ|O)qS"f rߵlW^J\}`A7s>_?ڪE~t2=;M|0x}kp8XX9ybiCBWeDX!v@ϠW-kPE/NɘmLI"e_xWd 9On$JI$# 2((=[bHW]AgﰞBhPx%H7b .e%{CAo#-kfG`댜&Z){Ey6Y}ψwj!´LLnC8:<:+D@3TF["@B-Hc@C1b83f0;|V &1->4l&nv]-YX73!XKk|P#*M,ZQFĩR˥-΁FQ iL[ ^ Ro;9%Ƣ}t'05uYAh_" ݚ-xeR3뻄Zz P 12`'E9793'H˩.Aƽ!L PesU(@9H!{ٜ.ò&!1u_Kj5Xy 8]Ԩ6 穼Q' jH셻@:թ)HsEbBMpmiczk<TJSgQ{Sp#>IQ[,%rN._lnյJj;_Brw MNec\ywnT xρ/bEu`)Nz,O}5s{E3u`toNHVBYR=S`" r:Siy.z<ÛMJ+YpfF~!vܫ 8p Vu&@uf8(xGm 8kUUgF(AC CҧBBJnmѱZ2w,Y]:'7[`6X*8+ xCDFǎ0JŻ?[6 Y?"I&6fE :!<;\Z~ B _%@ UY:nk?!^ݺV+"f^|t[NMKS9])Qj1~ l8pw`.~WmP#t ﭠH#/uag7l]+&or/K85͆~) y̎? *WM_8Vv[k`)pA0F]}{[ƅ^(v 3@KW.S-$1'ٶ Lu*F,93ꨍ5aUbH񅹃.jqQ8ThD7 bmI g,IARSbI+PHW0H$9E#'q:U=fPOR1Uȧxh1 SoP0QM 4lyL(Qcf.-8)+2r!~XMپ(A'ٵ{FAR8 H# ~m4NyYa~Jj#`]qx%:3U% @lg J^dB&p&c8b/zՎwu9sψmȷ!Amm)lg)Vrw tpWrYtĶ'a N¼ Dd ByLB&,.fv.Ġ4Q$ē`cdw=/TF $锰=g%tKylQG'J{ԑ/6c1UM[TkwO@77yゆ=M6gY_i4i,/d`#0U$*Rh!IcwOJV'jK cWuPYw:G?J*bsgY.ƃiVFy ce{_]c#`ۄʈu_K1:L`T %8V'S3Ypݑc 4dM?({6m\*| 1% {\Nj06[c^p>P*KwAo'֢  8kΆv$< 18p<Ɣ\P}vlSv'eA~3bnPT vQ>U*x1[{EjƓ!KRϓ! 2;}v]h6P+L&iC|i2 dipĕWCn8DSp 6 , :ZB,|y;Ab)؋۶7h`6G $)J"f?iS#:xDžA@92㨟S>ZKY/執f[T;ˉV&DA߬м%5ɒY[`Y PevTAs-YUxEQ :1Z| 8]%ec=I+/ NrWIYa \e)se "0fii$E0*|CG <)ٝ|L-jd蘪 s ĵD o[AQU@mg{ 20c-xv>"s5Pm1e7\c9~Yƽʾ>Ҕ0*IV/{C E1% ؆<Bi_ְδ:HN{i_Awaw(TL 1 dV\5bo뷢ZMOTՔP'<.+3^qTp:~&Ԗ G$嬶Go"Q+x!Fbtt5.7a"maz[Y78Lgb|!ДW0;g^!KW(Ų"S9,KPV WNLj>tgD8aM[8)ہvK.zf>vY,̽MTl52d/F'hC{ǃ%?[ vL C>Ui!?YI!#>096ABQ6J\4鷸n Oݟjޣ-%w3FLd{;gD6t$v(p%c[]T_P̞=#Q?E LQ Hˣ[u \GԒ[0.l1l X_/l]Q:}(jo F!U2"z"+dyX\p$!~ϙh Caw#@A2T.s;UBD$ N3rB#Q29k^xc-rj =tݥ~xMXʮiK`?u3ui ayא0pN Sfynl9πBb NmЩfvdߗ"2deP88<^ᴩv~jI+Ii"+N>zm*\Do/á% :p ? g $rrrc=-af m| v"a ,(qY TU9wgpxra.`XLu tyGAg{/&|@`NԮ~ ((Z;7:s<Œt͍"Y]; 7#3+V(6mDF砚55}HXN虸`MN(!pfꭈ\ 0C[:II93ïC0qC웋/>EG e2R~Exp3dM >W;jH& ^䂑#i6KJ7I] x֔*wȹ l4o$UpHlEn8;PEx$l&* O"0dp5U*. P|>|:4r˓ZK/\TJi>ǯW $+"m1 AK7S,u3kb8LHs56,-J>81Q w~Y5 4>CU^ %$4+$ߢ!ܷ2BtwEI YZ