perl-Devel-Hide-0.0015-bp155.2.10 >  A ddtI%z <s5/݆ԣZ0^"S2_Ίk҂sJE_ncK.+#"Nc;+B.(#LDY2"֯ L׿M+]C6Ud=RS`E^pI 7 ("@ŘQ nu%&|w +7HoVU'AX2pK ls4ZodDE^ͱ8$|fY!IZuZ\7obt巫)mN&~}[sƘ6J;.mQ>(juA#Q 釢7k-4C"Rn6l\- ,Sq Hɔj`Sox]-&>&nrJ5w8&JNݿ7D42b:-:zG{ݹփݤDhM h, 44d9d647001c8eefb39e9a5ce48039dac6647968becc753f7e0f675e2366357ef1829e85a3c63016b5366999f5090058513d9477ChddtI%z A2f>eEœZ~ ݭN2B[,16<}h?)D,EU}>[X]ku cϋyA3[g^UK*9 >eA5'40[wc$W/As>6,3ui04$2,ڜy HmkS2W i-\<&f@j\Qe568Xltx\e#A; yB ]2Y)J3/ic8\ao{:[dsp>?d $ f          ) / 8 T  b  p          ( D h | (8 98:FGHI0X8Y@\\]x^bucdefluvwTxpyzCperl-Devel-Hide0.0015bp155.2.10Forces the unavailability of specified Perl modules (for testing)Given a list of Perl modules/filenames, this module makes 'require' and 'use' statements fail (no matter the specified files/modules are installed or not). They _die_ with a message like: Can't locate Module/ToHide.pm in @INC (hidden) The original intent of this module is to allow Perl developers to test for alternative behavior when some modules are not available. In a Perl installation, where many modules are already installed, there is a chance to screw things up because you take for granted things that may not be there in other machines. For example, to test if your distribution does the right thing when a module is missing, you can do perl -MDevel::Hide=Test::Pod Makefile.PL forcing 'Test::Pod' to not be found (whether it is installed or not). Another use case is to force a module which can choose between two requisites to use the one which is not the default. For example, 'XML::Simple' needs a parser module and may use 'XML::Parser' or 'XML::SAX' (preferring the latter). If you have both of them installed, it will always try 'XML::SAX'. But you can say: perl -MDevel::Hide=XML::SAX script_which_uses_xml_simple.pl NOTE. This module does not use Carp. As said before, denial _dies_. This module is pretty trivial. It uses a code reference in @INC to get rid of specific modules during require - denying they can be successfully loaded and stopping the search before they have a chance to be found. There are three alternative ways to include modules in the hidden list: * import() this is probably the most commonly used method, called automagically when you do this: use Devel::Hide qw(Foo Bar::Baz); or perl -MDevel::Hide=... * setting @Devel::Hide::HIDDEN * environment variable DEVEL_HIDE_PM both of these two only support 'global' hiding, whereas 'import()' supports lexical hiding as well. Optionally, you can provide some arguments *before* the list of modules: * -from:children propagate the list of hidden modules to your process' child processes. This works by populating 'PERL5OPT', and is incompatible with Taint mode, as explained in perlrun. Of course, this is unnecessary if your child processes are just forks of the current one. * -lexically This is only available on perl 5.10.0 and later. It is a fatal error to try to use it on an older perl. Everything following this will only have effect until the end of the current scope. Yes, that includes '-quiet'. * -quiet suppresses diagnostic output. You will still get told about errors. This is passed to child processes if -from:children is in effect.ddmsheep82NSUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgUnspecifiedhttps://metacpan.org/release/Devel-Hidelinuxnoarch3A$AA큤$ddlaSddlddmaS`$ddlceff9774de74380d996a600f52867e67ead7d6468a1365346337c9cbb797f7453ab174b8434fc565e99cd041252ff188c8ed712c17d433a49ff618623fccf344f793940d0741dfc08c5b12e017290065c5fd968d261123bf570a20ef80a8867e784f46cc05fdf4735499afcb7884abbf8331491d4e7099bec9573b2df3e78ab8rootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Devel-Hide-0.0015-bp155.2.10.src.rpmperl(Devel::Hide)perl-Devel-Hide    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.3aTU@`N@^J@^E:@[$QTina Müller Tina Müller coolo@suse.comcoolo@suse.com- updated to 0.0015 see /usr/share/doc/packages/perl-Devel-Hide/Changes 0.0015 2021-09-28 - Test warnings more carefully to avoid spurious test failures caused by a bug in Test2::Util (http://www.cpantesters.org/cpan/report/c01ff7be-1e8a-11ec-bc66-57723b537541)- updated to 0.0014 see /usr/share/doc/packages/perl-Devel-Hide/Changes- updated to 0.0013 see /usr/share/doc/packages/perl-Devel-Hide/Changes 0.0013 2020-01-16 - Cope with changes to how the hints hash works in perl 5.31.7 0.0012 2020-01-15 - Add -lexically argument to import() to support hiding modules just during the current scope- updated to 0.0011 see /usr/share/doc/packages/perl-Devel-Hide/Changes 0.0011 2020-02-12 - Fix https://rt.cpan.org/Public/Bug/Display.html?id=120220 - Fix https://rt.cpan.org/Public/Bug/Display.html?id=120221 - Add -quiet option to suppress some notices- updated to 0.0010 see /usr/share/doc/packages/perl-Devel-Hide/Changes- initial package 0.0009 * created by cpanspec 1.78.06sheep82 16843306050.00150.0015-bp155.2.10DevelHide.pmx86_64-linux-thread-multiperl-Devel-HideChangesREADMEDevel::Hide.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Devel//usr/share/doc/packages//usr/share/doc/packages/perl-Devel-Hide//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/dc7c31c61825bbec25e6b69639299dd1-perl-Devel-Hidecpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PJ]϶d]T7utf-803bb0c8b7b0a85dd00086db2891b627b84790b58025c608858f3e437ff00ee49? 7zXZ !t/Sw(] crt:bLL rPL ]FQԜRxA]){8 jb9VQ2)8SOn#BAھɊ`x.?')>o<+XYO%7mZcAT| rkv$uqkۿ_bJqיK7c,Hv{ٌ<6@Q'H!YMFS`K̳l-a TN#eNhY DJI,G"HpkJS0?t2<}ʢ$ɜL gR3rNPK<٪ISQL0B) xH*^DKF8o<WGSNrU3b Bܷ|2QS׾w%j/O"} Њf'X!q9nXD{CVtܸo<\Kf#fpK6W4}(>n`QRɟo]v^Q$%l]af$%37k-,. Qi44 ?: Tw5+G 9ڒ_`|Sp!6XP% eN ZVjA;~)v_Ap/V_VQ!Ĕ y-YA|)V\]&$yj-ac.P{+<.HH&͝a@<(h!/$qF7/kyҧ+5uчeTM.N_1flD]ܤjͭ+^0W̬L(*YYlUmY}M_NvδSJ"řHQSr cRUf_9\jO:`Xn1ò +YM[5 8AYa ׹'K=<#8g}4Z}˵-ԖpA)˂eJyoFѲA1&`Pd_*ÑdY[&pyxeϘ?2  *J ؟)/!xE1?C'Oe< Eǿ޶_3l{QKPԓ#,v@ ux(aE,ƥIKjYqqA]3ŀ`$&~tۦ&'[5MBX wxhLÀ jN>p۝#NQ.dDyx:nNjPȯZM4`9%:[=1CM%h+,^P XL1W`'(zcV 3WIk?)^P~\>:LXĉ [EDH@)-3Il.t6G.]r5L*HYw1\ON\` C8 E<$ć=rl1=B@$ϟ'.?3 9cPf$um^9|Exޓ*a^.4Wy ر܉ ΏGuHuA\GUߍ#׊* ^E蓑O.3ˮ=e%.gӝèˌA?֦18N:D, UМ3>mP _9=+\KK?4j)W# {)O_ZYf\BݨĂ8qH6#;g]iW81CJ1b*&렁Y.QsH֢[ 303Կ; =Bθ;Hu)U]00f.F:`طXMyFVmqXG s& : i9r` 'uh" S Åwll)*bD|/Me@-#f,]#{{~Sݱ\yPO`KO(ߦSr\cf^ɖ޿fo'EH5eJ܆*zK:AG6E~ڀLbV[6-`e 58s٨4. XwjVkZaOE 7{Ut31\weh*igZx$+ RXi( [0U<&?$r/L>Q< WNaj\8 ;\7OqosPrTMdww~;4c" &6L>iN[|)Bj`,*͜kKR 3SΞq^#ߒgaE-rLBj>D۬]1 'hD5YUְ,G}ltlXό!T\%MJV ϩ`R\vX_h9ɊbG63=Pl%< (̔ۉ :{@T?-Mӣ/~yw Xx޷"݄i e{agXr,ʙs4^(Bwp RZ]|]?OS#((D5xF-kk]Օ]Aւi:c`~$6ggeSАh'7Z%Nso͐G<|tT{0ޑAk+g5]"d>,PP$oDW}]Br6iZX1JoU FzBNdBJC^=*grEC&$VhHƳQ #@~K}w  NmfU$%(> ` F?Ɖ )=sTrL@FgZX-zL& @NGJC6:b\VkynL>ԝl4Pt089Ck*2 >É0 ( H2X!F~!2/KQ0Qq5zs.s!:2EShhH37N}e |Ϩ%x5 gS$ Q o7&d@\E l6%$!GOk姆*đ]3_@2V&81جΘ^ A\pfR!th#XFJ-v.OZWc1^lRFq$HZ)Z.5w 6+oBY2r*Gǂٯx-E9Rr}?-*"HǺ8VGt;맹`Q:^yֻ8d7AjoG и k{O Cm1׽irथQnxN7ŘvrnGe[ף_8*6.l7"2'NR_S>I2@fB\չ@wg"DcQI= ĖBՃ@M6wmMj N7q &n, '_ 3Œ|"]Oa`k2AL+%I~c"]O/s0Ujql E\; dq—PWߞqwjP࿢|i) UдyFn67^oԧҿ)4? n?`.;FV%c>\9VVH75qWwd^RԄL-ES2bЧ!)%̏Ͷ /?CLAY*ͳѬD9n8z AbC^w?-t'JhbZzCv+]Ua@NK:Km%3bOOSZEd%L 9vsODM5wOkD uO+4?nMWQJ-WVζ/r1ɭ aJ g s` ) ƴ%PN I d 9gm[8ca>h Xקf%bU:wƈV)f^{DW<¼I'ԍ:1ʹ`͒oZ,>pkH;.f6ogު< 趄A c/__ bHf.+l}X%@x{CE@H{7TP2+iJEfVrEW ?>PHP[g9؎Cl0t+㭴4=Զd] |y ;{uP&H?R+tO 2SV,"^x2 uX 0@ 3W|ڀ ^]7b@n(*hD&NKYss|CdRs|OPu8qwUgC!U" X {iG (]u=U->54XST.zn`25G5^ZW. P".'A!醴'sn0(0wȬJd8\iNJ-9ueTͫvVɨ_vPZ䆝9EM^.,*-# !+լ01A*qQ5ǵ*G^ig sUs 8U9 4@ZՖ#3ntC>G"̧f,[KduHSKgnTwJ?R>: G;kz)>p=i'l.* r-Һ̀>ݖ8q%J1þGn`uxT\pdžW}y#ey/,U9 |B'JR}pX_1)P;s#/%!"9"ʓTQl'2JoxJz\[-׽ u GLs*=뗖kkjA'R^"!tl6F} ')z})eI)|W0-ueu7B+]^{[<{$#1ʓI9!@;.(=y5]}+_;["i4:ubg9[(QwiͧM 8uw@~|޳sC̓_MǺR ^ҎLC*kj$=PF*|WRܾ5C(I(<nD!E^J #NM-;bvE\jbV3va/+;SB &6a=j!vl)i+.6c-S.B&n a'Y=tx} ܍ r'D  D Z\i;/"> ˡáWP{Mjl,kYW&I C7qY.}! bKP~YK4셞%`je~lBʷ幐S^x}oঢ়,dn o% E&81aB"cq.;"z bKYL5$FWw%r}:gj$U@>0BGGçn_JŀDE[?NţncMg]|X/𣠢 i`^FZ&zaүmA2&>7+%)L8LT cΕnٕM u!D[ɏܘ"֕A݇Qq] o%6wnwЋ/E5pG+dcgv ܦEXA9ҵ 053_KYQf"_ QslzKBQ/u&K1: %Ѯo2ècA~ms0/=2O8]4PY/qy}ݲx=cO' {IjUtt# ]j4 5.~i__S{FFID Ș ;'%N~_\Q{ aɈ\d%R\B0N?gsWayCҙx{'lL.PL[ YZ