perl-ExtUtils-Depends-0.405-3.1>t  DH`pX&N/=„9_ }Ҷ"? <P+f1-b&J5XZ {Rk)K2S7wztmηL$5 BhfB@2*6M\k44ԧM4,x bT)s7G=m%Yó4%P_v:qp{`ƣTѵ1VD%hwaN ͬˑ_i!A!fdc4391982f04cf86a0cd6cd588a10408c1c00cb^ÉX&N/=„m,~k~CYLs8euJyU0M s LT=G{Eb4)߷5+9Zd lCځ¾z'~y)c)O)d}W:ްC dPq68 jA[^Zo#Ah*^a.[$+ pVv|.?⃷TGka\[ZZoFR x/u`\=!B3f\n*E8 {y&x<KQ>:?d " Z \ ` h l         ,  :  H  d      3 V     I( `8 h 9 : a FGH4IPXXY`\p]^bc-defluvw`x|yzCperl-ExtUtils-Depends0.4053.1Easily 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;X&Ilamb11openSUSE Leap 42.3openSUSEArtistic-1.0 or GPL-1.0+http://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/ExtUtils-Depends/linuxnoarchH8#?A$AA큤$X&GV\oX&GX&IV\pAV\pxX&G9832be80f5b18907de32a073743acec86b84af3c58372770d6b0873b508da5a177650dfdb3a4986d6ab309c0c21613941bfa196398e75a083bf471959f5632aerootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-ExtUtils-Depends-0.405-3.1.src.rpmperl(ExtUtils::Depends)perl-ExtUtils-Depends   perl(:MODULE_COMPAT_5.18.2)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2V^@Tи@TRNMA^@M@L@L@L@L@KI@Jv@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comvcizek@novell.comcoolo@novell.comanicka@suse.czcoolo@novell.comchris@computersalat.decoolo@novell.comjengelh@medozas.deanicka@suse.cz- 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 buildrequire- enable parallel build- update to 0.302 * Create import libraries if necessary to fix linking when gcc is used on MSWin32 (Strawberry Perl, for example).lamb11 14897741530.4050.405-3.1ExtUtilsDepends.pmx86_64-linux-thread-multiperl-ExtUtils-DependsChangesREADMEExtUtils::Depends.3pm.gz/usr/lib/perl5/vendor_perl/5.18.2//usr/lib/perl5/vendor_perl/5.18.2/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 -funwind-tables -fasynchronous-unwind-tables -gobs://build.opensuse.org/openSUSE:Leap:42.3/standard/dd4bff62d19cdb296d1d26418f0952bb-perl-ExtUtils-Dependscpiolzma5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P9W޴wa0rU8B?`] crt:bLL' ͂0@=$5]c޲ry:%lJ q6włHRڷ O0-M7|zG4X{^Ke{?x{fG-ibPUK7]ėo~JOᾥ[>1"'/a{%Ӂ]I;쪴WU6i@G>_ kl(Ql\Z'>$툯"N?g㲃BSK6L#w' !N~Ԓ|w S  &i7 RY$n8xBmeWԢIp:(ZZD l^dg`: :uyp2Κ`JfNnbǸ_r;^sHC ^ia*=cI+15LBMWht/.=8V)X;[=HrmAg+"-:nzp>(V ƑFQ~h.PtzCrCMdd`;F<<QG]B).Q=mcOzxYZ60K }lyuh/\\ y0@c.V-vѲPU"M= CTVs^s9PJ]U:lC~u'T 8ۙgfe̫0̟ oT^E=~O9 n:lsʲXPwp#J4Sx yְßI6JĒ[0^}mW]򲬬K 1kp/O+vc*:Zશr]X c.Dy{ig]7Yfˤ!cyH06VZYK-s6b",?V}?0 &[:6-UVVB9FNwF&9 p:s$d[4{8ctn[nݰel2DED=ז==fiQ0 紪 U)&K]*9-W-tyk߉vvs3̧6 EDeP5ëFD  *,TÌh{"Mo=1H:pZS&W/TrnߧI;lxJThyú-e^BW*W,\^D4ZNνn}//x H4yM7*zA` d4B* :FZ3 A:~vT*jDqI]gGEɉٕ.?Īk#Lc=":lKһ?9+ADU(5 ٮ^o=JMӺ7]}Ul;8իJpv_wVhn3-JrE>&%_OE^t^RAH`ci U6){{=aK$YW: G!^\=77z j, M%B,p= s>닊SȳYҶv#|_ /F &)-N`+REɜ8o_XqtOFw-LсD}N/H%W4L:tJop]b__SxfcHWQ\wf|\oϿ?<9s2f6 9jjf~+En/r¸DruيTgqeeʇ;_gЫzo^A.qs/;u+UHc}Zgr]IM\6qRM=MW^z2aBVtsQW|(_ޒOΨ(}7@,bW ~@i v/6.^ ^ Z2ؙ1]ÐԨ(I pp?.!  FV=Y`2Y2 PO5݊l Qn'BXK v^Rד23QGtu!BN*#I3z\o[Q@}XNfMW$D. :jԖW ;XʒF٣:V/wQu_(\R)97V;;[gf#?%BȤT`L2lq"$rA/jHP`BQy HNwk gb-{oHf$ϋi1&E6}F:%Z`e3/As"Uhh]-6},3eh9TѪ/IGSC$v&D -1sF4~'1e|A<7RuTxCA-3mW MO7@{wG A+F O[p'kz$X(ϝ5]4[DcsCA1VCeo xVw0c>ԟ|Gå1կ-wfN,FS|<ǷƆ$0艛*cSE,pγjh &=D"~Trg.D6Dc5:]6"C&__ ln-5: YFd{*4`6[VO`Y Ot-Oja.;8iLBEE3:#UE8کfV •1D5?/`?a'x(^d0ŵVN1[̭᪅c\S ,TG(@g׷k\] #b毊esgJr2b/Y2[*2 #R \p5=3ަ%;9T0\Md(MYX%Dʍo8j Wa 7$+}_.ʷ; &~0Pi!o2YawDQU)cdZqצ zƧZ8s3:e+*lRO9yeÀ{Tq"$bv' 2tj4]q׎lDz>łW-?O^IU5UtLrԦCcf)kxL.Y\5m$wy$ 7>] |+Rtz,>݌|r(֐\9eF2cQ߆="^_bHTUh<$o ڃmҸ^i}PB,MQE*t9v*B_Ux]cëd ]yh2#d[/LjXѦɌ.&~` ao.[)_*SRPl1h_(4A&tЙM_)?jM@Jr2Weq)5&N%RfKf6U=r<+G>W*?vb Xu'?-ZpM@xDb^ *"#;ph YğNG97m 8GbXh?[հp%+,b?衽@IBnw0:M (mhu]e2> ,wS# ;B/6@ܩS9 {<=N7wW.9͆2V[8vl\~^k%J)0>¿4M3Ǩ43K[0&]9}q|˳W0/<8~mMr8rWDt> ]<:n{ӎʵ*賃~w6?xicNY2NYu ptU4WPVpIlYP/Ƀb݁ j6w#BF =ߠ,qet(kxLR.-4*H&y`T'ЩhzP1ч|U뉘@@N{b7̨ ;OJDh,Vһ Ϡ{n x&|ŵ3EYP,iGhxIQ$s끉i &+ x")1s?+wGrwsX A,b ρMKX~Q/R(If__Mq0M:Z }Pm1!=ܢvfdeKq+Ʊ0L-zm:>ȋ9'ĩ[@\_z@EYT=p]Dg a_[ӎ:@eg"0bv`u3@t\R&6w96t[ `J)(7Nz+;=]ૼKܰPY2Q˅ٛ RqNIکMڊuF)<ߡԊa &Y:c6LޯW>(׋qgDh!@ }|&G\kP%|wO(| e'ܲEWf+fs1FrPiKk&قKs[WcV8 ,gUVU첍C.Ӱ^gz5L0Z"kǙD_C rA/Y4w>A5;53;[j?-~qӌc|Wݓ?}RT28=c-fq3 ?]ӹ7Dq4k͓WnW!癱 PuGi\#&Wb >\ќB@bЫl*o[75W۱eieWlH`{XQ8~*Y!/oi+=SݤNB:M|G-w8>y'_o/6 ~Vԃ@)\*+ҠUONc<$.7e˾|X67Qް.dڍF3p$-!?h', \T@1nuaE\L!S` CxmPUݸtC'OsIve%WmF{yH?\b8sz7cr|'o="wR)xO%A07W": i e*.r+\rx؀|jC[[$x:8xO5 |rڷ;~+X⊎S='womZ̸M($/.j!fZ?z5Zp7cŦ"Ҏ&{U,Ev@h8ԝ(KJzol6V k{m$ՠv(&\U4dм=)BdXX X ; "CGMx%A ? a#|[{t fi4buh8z"aœ^%3٭ƶYC'b7K( D4y̟;)_(4\;e=`Z] 0nZ*B_{;2[:'w ϩKlO0wk!i38 9 {1;(A٤I߰ FO/a\vvwTjj t T5@qŧޱwC3Fa;wov~uWsDM{` Y]L 2k'4Bp Or>n1YD*;$؈@ T3%"[ۭẆdwi%QMi;@vBa+K@*ݯto5\xH=5U}cA8?+"!n6oNjZ3%{Bs|@[ٛ!#ʁNj|-2 3ex{|(jBΗ(&;V| j4>TgK *+{߸Ϟxʂ!ll]HHs1ݏAj/"?\g5VƼ8Zhs_OY1MΖR&O =ž/O9DΡǘl)k%gNAeԪRIC.h:2YCBUJ^R〜)v^)+]!ON۾pjվYs&O- +sנ8>x71e^8:讀 { IAibB$4C:XGtk8)M'7~S j.^mkVJ\٥i= ^=uJoO`N`ed@}w@!K;,4mX4 BCgKf7BCDtR664T$<[y(l}R (ex\NDN=RpJqvG0o5bHg6y/^ypu@,j$|e%452-Ӕ'),3`͓6 v͹Z^O ZFPi;_f?`DC!n:,WmEji,z aPSDd/tIz_{[&vc#qNHzn P~]$GUI] E蘺eLt P+a1Ύ _xh]L)[J&LgBY!l*wd2ȸ铌b67|# '?epN+҈S=#Dr\TzmK''eߟ,f 9SasruPB9`[{hcmZaXϷPk{iڲ#j*f3)}+쩋vx/t8On++T+(8rn|j'P&#8[+}VL~]w3@}nd*.<>upgY`@dBg\%6Y$x%[t=yp>SxԣG0 [$A 9ſ;j=ۺnu| Y"URh,x /%WuЌDE{8)в>+A0ii-Cv:Αn^RҀ@nB,Fj#.87/Ug4"ULخ{򼸝xըqc-~8&d rtzP틭!Voe苷wG/vQŌm]'YGI4jCAk-<魤R\*att)8y.m< 3ǿ+aA>gm%dp"zh'ckVc#҉ʙ_6>qBár{"Wm*q/:v (~f`cr{}(N{i=w=~r9f\c%nh1l>#/KN-S0A4!{b*_sKTqDo̝ ( +68{s7K\ Y@ K+ Rgv,:@u,uA dwyJ#lukN/rtn6Ody5>& CۥJ{^gQ g!v87E Z[@ UP2! _u^3Muo/3OES||O YY]@ӏ9 IB@LjLx_Y"өZ9Jj׍r>tُPFh6Е=Qvz[ ^02s~Hu)ФȢaeEcvr a#^Ve-Y ѱ7+Cieڐg2z0g01QŬP&YL~="ynHؠ1` R5ȫEw#b}trru{3Ǣ#ČƎYTd&l2yqlF ޖ ג61w!B_6znoHhU2^ero Է\c*܈G|AZƌuUt*-+W e}I͈&$WQ-Bq?-'c4\. ȑqNCg FW]V;+ۄI0v|϶U^GfFVS]774m_, !3)k |*~@ `^Htzy!A0v4ha\gtN\/ru|g["oIWcMM;;> u~MikuUH3o|>)͑Lֶ<-|F t(̀j0ĕ X$REv.04=#sIAό5k sPc`rתFW0AaX_}Emߋo 5ĘU[L+ac OjmfUh·+M4{~:gv=z{\dUz(6rW}pyMPCoU 6)oȩ!X3a}Y W}9 ȿ򃴖:Hf5kU4l0P՞3d4aqV^a2v;&}mϵ c%+Ft~4rM@hSX}O9Sf¥FNjlP"~GQ2#^nɸQGoi6 :-$#׊KA.obc}Tro4tUiIG糥ށؗRaٛk _ hįuR`i1]"yX4=b_U蝣BdPh PT#2J S}idQ+o+cQ#(U?Ahx-cul{Yزg]@l<\\v[ɟ;P0\ S=Njzq(G_MDo[i vS~{tzݤΥil*쎑Nf@!û-xZ5N 4MVC;F* n?bT$O] 9|xb?M޽hR_m4֝9^g_ 7U3Ƌmmt;%jN+T& V D&Hk n+#lٙ5sЎzZ4ѣUǪ7b[Ir[qAKښʅQuŔD᭤ohmW6UfUb3 ʞ˫tgYaZd%AKʹl55hg~ Ktb Y5dxl9z`} (Gr eQQrK<.^w9gLo1vY?,DVˌ{Y+ %MDŃlp߱F1܉Gvplr9`ߘ$ I'%Q`Up[Œ#SIPNm-p LotZg$C9周Njl91 G LEj$N!dzQl/Olq̊E3dg_=\Mu:L"XAX^ FrEm|$9RБ]vZ.#-Scn[*^47DjU&nÎfn+,7DYīD 6bj'U:?LZ]L>!x?)M'ԕc#O:Rl-s! @ ڕ%F}k>KR< 3qD,2Q(Q:+8 hK1W=R\ei)Subpޱymh2} T[($}_- ^8AU95ѣNѷo]XO۩0W; =Ncurm\ZR j$=xMtwdKՖ5 mSWg,aqzT'D O37p\tw5=d F?a:.o`!/)m*ɓĬciNѰC7VMƠβ4eB^oUE[omK\:l^:r+^ȩ"|6y n@79ȊO/#]=vDQ9E^& l!jODXh_U?9ަ%t}l;m2k;yfS\?z324%5r?TT'[|*'8ʈk ͅM؈VHE/.7%ưtgc*3Cs2Ze^Z-L /IںfF9%b'…Y^1'8Oگ}?Eyv孌8PdǗnjȆY8˦@Eu ( 'e 8GJzE[NZdto]xZMrz 07ǩs!=-k$ʽU^3|rp;O:/nc 3T_ 䍀 CgSJoضJX夦¸E߷%sol)lm˻R hcY' vmD'7IXˤ2*5 4oC7ɜʃj,XsXzjftMWb^z ֗GBJ"o{ҋU;z u߈wS ! z|t vAI"2&:׷nАemȐp{2OJ}#ֻ@v}]%_[G Vp˸*sZO}˷pFֱ*