perl-Carp-Clan-6.06-lp152.3.2 >  A ]q/=„^%8,ўYlIT0w}`ݨd/=Eux=$;Y agqAykҵX>]Wa-5N5\p~)4|ɅV;C_p 2QJVfmh |.8AJH<冒爫$K;Xjᠽ!NM8 ;sSM:㡬nCB >od ^1NA"z2cdac673a1c6990232e718f3f1db4cedc3abe113544ed9e0d8e710e166e23ce921443d4b82b60852d9e7d51a14ede657ed842262`]q/=„ClMtgʵ @7ͫ;mv5Q8.iĦfT[ 50sTL țjX'loff)HVG St{jN| $s&ʪiggzn:XgvaCAdHdFsOGwa[Sӣ8:?`Yְ/+/iF<0$~T~qy| vw!Hhjbfig) *qM`?Dwy>p><?,d  ` L P X \ o x       (   >   T     K   X       D p (;8D 9l : FSGh H I XY\ ] ^bncd|eflu vwl x yz(Cperl-Carp-Clan6.06lp152.3.2Report errors from perspective of caller of a "clan" of modulesThis module is based on "'Carp.pm'" from Perl 5.005_03. It has been modified to skip all package names matching the pattern given in the "use" statement inside the "'qw()'" term (or argument list). Suppose you have a family of modules or classes named "Pack::A", "Pack::B" and so on, and each of them uses "'Carp::Clan qw(^Pack::);'" (or at least the one in which the error or warning gets raised). Thus when for example your script "tool.pl" calls module "Pack::A", and module "Pack::A" calls module "Pack::B", an exception raised in module "Pack::B" will appear to have originated in "tool.pl" where "Pack::A" was called, and not in "Pack::A" where "Pack::B" was called, as the unmodified "'Carp.pm'" would try to make you believe ':-)'. This works similarly if "Pack::B" calls "Pack::C" where the exception is raised, etcetera. In other words, this blames all errors in the "'Pack::*'" modules on the user of these modules, i.e., on you. ';-)' The skipping of a clan (or family) of packages according to a pattern describing its members is necessary in cases where these modules are not classes derived from each other (and thus when examining '@ISA' - as in the original "'Carp.pm'" module - doesn't help). The purpose and advantage of this is that a "clan" of modules can work together (and call each other) and throw exceptions at various depths down the calling hierarchy and still appear as a monolithic block (as though they were a single module) from the perspective of the caller. In case you just want to ward off all error messages from the module in which you "'use Carp::Clan'", i.e., if you want to make all error messages or warnings to appear to originate from where your module was called (this is what you usually used to "'use Carp;'" for ';-)'), instead of in your module itself (which is what you can do with a "die" or "warn" anyway), you do not need to provide a pattern, the module will automatically provide the correct one for you. I.e., just "'use Carp::Clan;'" without any arguments and call "carp" or "croak" as appropriate, and they will automatically defend your module against all blames! In other words, a pattern is only necessary if you want to make several modules (more than one) work together and appear as though they were only one.]klamb16ZopenSUSE Leap 15.2openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Carp-Clan/linuxnoarch!-KFA A$$AA큤A큤$]jWJ WAH]j]kWJWJWJWWAHWAH]j798f5b0851baa3a1ca5ffbafef20917ad3c0de1fe12fd18ed9c1ed00ad7ae93f09a6e0edb3b48a4aa0d02a4c32be1fa8a23a0fc39a8299f044d057dd512008bb7286a39538cdf50085f5b7a93b403a524344933a16d197725e7a728dac1a4ff20b926871bf251c8bd83e42636e3accc61462d9b92d585f9e727cf2c290e66617b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d880b1975de0a048180c5ea7179be1a3e751e05f79d225ac4be6481141970527e691603554e7ea4a52cbd20140801b386cc70ebddf2b065e2a0c770c2c89de58d89rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Carp-Clan-6.06-lp152.3.2.src.rpmperl(Carp::Clan)perl(DB)perl-Carp-Clan    perl(:MODULE_COMPAT_5.26.1)perl(Test::Exception)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1WJQkNHL@L@KPXKI@G­FvsE@coolo@suse.comidonmez@suse.comcoolo@suse.comcoolo@novell.comchris@computersalat.deanicka@suse.czjengelh@medozas.deanicka@suse.czanicka@suse.czanicka@suse.cz- updated to 6.06 see /usr/share/doc/packages/perl-Carp-Clan/Changes Version 6.06 29.05.2016 + Avoid failure due to version self-check in 20pre560.t This test seems like a footgun for release management reasons, but apprently I wasn't quite as careful as I tried to be in keeping the last release minimal. Version 6.05 29.05.2016 + Patch tests failing due to 5.25.1+'s deprecated unquoted { } in regex. (RT #114537)- Add Source URL, see https://en.opensuse.org/SourceUrls- use original .tar.gz- switch to perl_requires macro- recreated by cpanspec 1.78 o fix deps - noarch pkg- update to 6.04 * Solved RT ticket #50796 (inform type of license) * Made the test suite compatible with Perl versions < v5.6.0 * Re-release to resolve confusion in CPAN caused by intermediate release of Carp::Clan 5.4 (backport of bugfix #50560 below for Perls < v5.6.0) * Forgot to fix the bug of duplicated prefixes in _longmsg as well * Fixed bug of duplicated prefixes (RT ticket #50560)- enable parallel build- update to 6.00 * Removed the circular dependency on Object::Deadly. It was only used for testing and would only succeed if you already had O::D installed.- update to 5.9 * Test::Exceptions is mandatory for testing. * bugfix- update to 5.8 * Stop testing that ->VERSION is a specific thing.lamb16 1569001579 6.066.06-lp152.3.2CarpClan.pmClan.podx86_64-linux-thread-multiperl-Carp-ClanChangesREADMElicenseArtistic.txtGNU_GPL.txtCarp::Clan.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Carp//usr/share/doc/packages//usr/share/doc/packages/perl-Carp-Clan//usr/share/doc/packages/perl-Carp-Clan/license//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:Leap:15.2/standard/70d63296eb00d0e1181650816a5e294e-perl-Carp-Clancpioxz5noarch-suse-linuxdirectoryPerl5 module source textPerl POD document, ASCII textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PP].m2o|utf-83f148ac285c5d0314f258c9bde95a8beb57ae377e1968ba4170b28cba45cc091? 7zXZ !t/Cd] crt:bLL "p}BJ>!o%jt%$AE%C:G<w%U,Ds^RiS!!1)՛ҠdTgytCGBı cW}LSVCl`7v+;CeHp&Wps?o(@wu<<1_(##OQ+'ן"W@N]7@o)}6u,D;ҩPd?OE1j]O 0:M H @?KqKC} > Xcy༘FAqPx^٣uei}9XAw4TӆbF绦߬UaZ挿9PԦfQH:e1VwP,bxV=Sz'{D@:A '+dcޣ;45Z\ddQf"v1P7 )\Pw}8Wzt-X`ځU0MU^&lW-E06YT`pЛv:bRRȜ7h=zŒ686Z)wsRC}5u25l*8iFdlݙbj04Z}gB+AT"iJ5-MWlQf9[0Ŀ.2_}OE[%R950,ROoBq߀v8.}mܟ;o:epIf2L="r.6DvV@E+mM.KH;Jn!&:ZRNu( 4/MSd%T#JGOaˋt3"yr/UIF)r@M0א+DDЕ: Ɔ8lNfWW0k}>o]Y+5w3$eVA Ěɷm!vd7RaOG3|\S'`)E >ۂRZ@!TH)0q/D5+[x$\sv˚!%v 2fm6$pZT48XuE{y/)}Fg%[K/=kݙƒyg0)dx0.P iMn6!qÐ" 5!}?60DWo,!kwM, 3KU9C?K^hq^:( /a>Ư:վBS.=YzDp04 ڞ{ 0mH_kPۊeQTW E(݄)øb^f Y" }#aX8J,٣i,B mhg.:^E.s>VHZgavVDE81tXȚ G +qD.CL~}a&.9Lcv;Mϣ>Bޓ. HH2Ԟ.hGD'uzV8E. qS>U:❷-3,^ai99IXvYFQ^g&Ԑ4?J ۈ %s]— Di%^~6r# s$uɎmNi&vBuKY,yHqs~ t Řh~A b &FQұkЀTAsOdHl]?`BNhH@4 &^9&xlCۻuo(HdbȜ[k߱ԤxbO]ϵeDM;!}"q SW+꽼^岶-ʣsa}H!RͷuW=!ͯ˺VUFhf<.]wңFr)ZsazO8\  y9aXSFZ-3R \{RųzTJ~_ږE7 ."t$.CC̓l_E%Yt) }.z?G=!47lPa+{m-2_+'_̼@\ܝ<j+7Q*IcEF{S_HfH%+F*R;*v&;VԳ Nښ͸BkeB6cò*ā( '42{"'_9!`}Ų ИF!徜, 4D{XEʂDK WΔ JtHɚj \sx |E~z뵷Y0^9`ZN.15fqד xR()=v~]箞*ȱhײ'J» = 5\I~Is3n\c%wƈ(>e];[ f3̨>:ALVX8[";D&8T/gcߝuݨJR؉S{h^ i?i&0Jf=v-JUQ\F&S>wt3' V2XՌຎ!TX 5̀|ziar.>oɵyKgDn ZڿX'>  v0jEA0~Q^Ŏy@==:=+0Mwf>+ϊn$Q侼ݨ؉eN[rsbKJs6vX3 XװmZ*Q6a,19./?D4O[-xDZϖ ^Pn79`IIL(% _E*[ nҒRy^ Vc -V$[߿=b!>Ip>J]@lb W=Հdʄ! ĸͿ`nهg>-[ ON Z ⬶Ł63+fӒI(jkyǻ(g. '8'a 4DzD.Α UK(NoW|<䖂kY|AC /;qTW2%lN76gc^_9`֭MwYxO#Mvx)?X[ՔUJ&M QzTtYL7ӛ Je T(yz4'S3}-@զL\; 4/}4}Au4P,Q( G2 O[@Ȫ'g~tq0qV4k׵>YNdmjb)^7cJtJhX*:1aխp#~h܇m`pڔF8̀.UޥK&%K2+<"͈jw:UHk*, 9o8nh2)OeUC.8){Ws͏I_,_Fm-(4<RDfQqGW) dV?R&v{,qr:- + CzqYoNn@$spB5 F>BY $Tp -&(Vc;Cnh~`:8B9v  u;ɹ]D?BUt,^|e4qY#9|mrj7"5P%JpN0g 4N!d^/(,~Jaz=н;l Mjɬ#K0V-p{=K8}'Z̉P8'bwh#/f _kIx>H_Ro'Í6l%>0DH8uEp7k^#鄊 2#UO %㞠̛[.kݴMUht/>ͭ[ ܳqSlYncx*zL}B)x# Jo %կ 9/mHRB\g5IKg% ;.G1OFi2¦T96ds3?" OB$eF2ڲh$KOei@+ `!JK(MdԫI Z*]g$N\+@7i^Iz FEQ}C{0t2d r= ~Babe@0xr>]7F%!>yWRF[TaP7Qt9M0}PUWuO0bx5<f ¬8#3K%,F+Ev J,%k[#dǑO%Vp?U+ѩ' %9II'-w ,WwÃd8A1פ \ng#?6`.*z/v[g8ۉ$G EZ6I].a}tR^2p1hk2e S|"''"9UAkf)к{w'"9㼋r谦2ku6J#-6't%M^Js@$w W XqIX3eܛC#wqFЭW,$ILOU.%GBKQz=wf`_A4̄`xW Izp2&(u'RjN+E&X߇ԭ0qSF[W,SIۓsY6iA\?C^viI"ݠ_-'wc妈K/AH BM/ }F@ʭV{9py~PQ3푺8r֤馰 ⱗsmZҟ,KM\x4RQȰn3W S"#3uy1GG{zFKvHe%ݣw~7@ W .ֿ1,#>jt#D֨9wWg͵eƃC@X(GTtPkѵXmhn[0ll.(h.;M7D?60=D0g_WPQE 7x 3_жKlSɉ|lK2PpTsPfRCbyYz=4gϫ|fK§~H":K(YAmxEUΉ2# ~!k"Ƚ̌OqeO0X$Q)Y,29 D<Ej1q9'Ug_аsA諛8)+=G+肞Г<T/jr9LcPM\|;5~՚Ήb;ȞRϒ($C‘lKBF]4}jن;@~E&/&b砪༊{⮶8P9 (nνAf! 9 \TD<;8 q.Fa]a x.p [OzY2 |${:$b7iD/C-|",; MWbd<@zQ- Z^ )V,َW.4@{rʅ% VߣkPuaixQ}xϐ+TsEwgD$Р Y[D>WS: F>dӰa]wsOS5[mN*C+#mdGRHGw+Rȏ nz#/\:ZCv\`{!)Gz-v8GruzyP7hNͿ1ه1&ķ 4A t6Ry3 /mT2B#۹Tڨ sDW'W*?{u@ (4oR8-"Δci stt `BM2N$z$"dRm&ʤc)d[X\=mɊ`Q4z1"d(kb)F:*_ 2۾^BJ5W;1Rniy3)vc-^[-FL3 ݕ"D%XzF|fGB4pnوIU!F:4XRdVÁq*4^<0![.L8Z)\; R+b I{yJ PK/IƺLjZ4P Gj1%..޴*Nl͍ǜ/"z6/bxu=UCl q$/{>xS߰j6x3z>AOO*yuEN6N\IQi7lD{K6D^3l`q耨Xcܯ?=TKe׹fBn\'h&._4B܇mo2c,޻x0!3?H0%J Z]M+Q(A[[¼ 7"l܅/+,UYsn.MAaoaXOΙ,s>}ϷH|$ \jLM"vtU;cMuKg %V5zk9yZMn2gMP=Ɓu)6I1DmǡL)!= ' т~W?Z=BKa'Q[v0cv;TϬ |uvFˇu]W#h=`)DCߑBHJ|Vܿu~P{ӪޜrVs8X9F0Zբ7l@Mrq2<{JRܷ6ri,ijH du, ĒkP N8^ .Ͻif@!mAQtTrz璮=2[ێ}˞y$˕v:|ѡn5|tNʻR~%`5+sE?c+n>%ԥ7FH4[ #6v0i7b-ٽLI!Aōfrw ?s-P6#~ʐGj6ln)T T08 e>ÍhKt$jE3DeG]{xVy)3!=50_,K 6b ?_DdukKPU_$<;…!;1ʋPOK*8^A`ҙ*oxr+&`jLlZN[#$viH&y&m0mqa:`W:qS _y_5[t37I+62N#^f=yB{=ؐWc,;\=["f|c64 ː]y7!5>0q3p\)[C[Ϯ#rO~Cy Fbu9ߧ~09)/0B[rtd0`ZY?|b^T.,X]W$:<0#]'Zf]='!q~U<<2 du /#<[ŤnR 0ep5s{O%xAՓ.g3#+'KKh]W k -X#H;&CBկ@#ݿr9ڴs~w=r$vUꀥ;3b2mTݙ$.3uU48Ga?]#)c)hW &)TĎg􇄜Uќ~<~/FYȀKaC W#]5qVmjq`ȩ$4[CtRvf.<(6:O|QfW!醜HkW^" +WLVRG6vnaYD,ʱ1ia7ɻxn'b~8}fhyQVku3nKG~j񫻽Dc$ٮ]f2#3Ę{ok22_4fNwGpp^ϖI"H/$w3/CsǁpA|*9cƍ牤ٛK7~`>mcZ[I^}!Ǧ]x()4WXU32rXJ:$A5""]jzM56x29]I}rpѫQ$Dku"Y|\P=Z,1w$ e cg9uhߚlPJo)KlDŽZNXA;*=xAqTڇk1펆>ITV3Kw }n1e%3TUf6oWʃkZf+hJ%1S6plX.ü8z >94 W{;N=Bp!}ڕ=ΪdAGzkk04uU F}(jŧ'y'…pdz/Wh|'#HalېeeF4Vc]ᄘrS宊j@&i;#nPP ,.Ea@rqK*|L~ާˮdiZ_'gLɲ9`!w!`I ER;}Gv}JƼJ 7Lֻ4tSe`p Edgf{+<+||{5 &CYewա>i:%EAd\ :ÑpEXos4LL)VgGhýETϝ4;-'%(T`'DZ $=s!-lyKP$Bk{қ;#=)ON6dfF<(9Fqs`HG7gOr%P#F1nSܚUiН#B=n7pg HfPk6& NѺ4GKaOc_z]lHKۡcV~2yAO$[ʂ?} &Ӆq֑qgeHW~+=բqz84Y꜌ePbʹj'uc@N'#%l1iLoS>!kJٽWZ v8@? sI=$ɝ|S!yk=:wh\Ҹoj̈:6h{[& umBY{5ձ9jds0eBZlUtݬwgmKJm',(_9 =mrݪiWslś5TVA~_qׁkURNJ5o" }Ny"рuہ0X,\qoְoޢpx|L˓<$b &ᡃMX6G 8rv_&"k" )finRVƓaM-@ekRӬ%6y]a r}2J/BQc $tE梬^hN SaԪ5<){c3:ͫxo=V=@_/'bCK2BB.v儶 b/Z fP{$I6 +nzcFy#ˁI ?DضP>獬Y=M y#A}c SZ3S2gZڹmDyO )%R †V ʉd2Ҩ P?*^*Mt:!=y F@3BcId23}I12SPXY MUuex O_SAus|*$ V6>r:r>ONP>bvIʋhnC|oY(X|vq>x \{:=g j\ɔ{K|UCXNi%8^;vNJ%]_tڏU^:!FiA lrjA58d a5=8"Œrbշ8Bɚ54 ^V%f!bhsBjEߦ`#6~ ZNbӝ7k]#v0x`(å ݑ^bˊ_gBD*Ǹ`:[ ¢HNtವ"&JV%ee֔7#Y()Y)\u+("CL#S <QhyZ4h/TH_ZN rD>VwAL坞\KsP9M&ecvP;K(bAř (FߝⷛbS1eM4To~/ʁ ^4κU ۀ?/}'|$Y }SoudNuC#Sq&юcA~X=Nc;vؔF•XiZcΆwJeYc,gT㈢ݣ7I-Ez5#E*訷|dDžLt?ۢ4CĹ,Ţ²l)٫Dc;"[ _ {nK7Jo߼ќV vrz\u(KOT,6].ی1y.$JK*Ma1Ƈ"'JI}64J;C̽ G7|R+!.0M%o3 z6PΨ{} }`8Bur%E %.@=E4?W3cӁ, L[4)$1$U?yU-.nAxP~_e.)RJ7 L#֜pCTJb"YnÎ( o/z}^z>PKPgxҴ[t?VMV%lb#kd@4(tsJ=(Qb9;i7Nl8ѕ:f] Ju ƈ-A6z+; ԑ 8v˩<(I:ڎf}Es5yҐyQ}ӦI4GMΪ:jo R R-BivmcR tP;1& ~rW 3Ng{/I'Tr$#l &V|Ys3M,y[h0$sQAWeKr?&X"Ŗ:ho#J<6)"&Qt"@[op+/L9Ll o#{ЈK)nܖ\dz9EY c8ZYr"Py y.FvyyL p K@1˰Re[-\amlVNڴIXOqIp-8Ṷ0t4MQuka_xfs= O4} [s\U5h+8??oH^箿ZfgVEf =t$#ˎtxV.w. ߒGߖ$+BӖ>N&јsUu/{I -$Vg;#@'Uށ䍽Cϣ xj**ږq /u=@(s3)V;CIbxзhn\§[ 0=:r H9{ۚ{b-^j* ,Lg9T)+~빯3}>HP͊}ԥXPxL)7T% N{v8=nƽu'+ƗKغH-t,2ڲ1Нil?Fp@41>/pd25}lRW.b97*08\7WB qp7a+ō v ApsZJorcSG`;W_j]F?ϮRE"Ɖw1.w67gx?  !+\rpP³wf1qA {sW-~ SuHr[$To[S 7 QEiBpѐZA*؞:˻n&r,V77>fU,b)ߍ2G5wǐ Ų* pR`]]>m2i:b`=HF=Alla{; 0t/"$PCD8^#i2f jm3H!+Xmm`"SL]|\s341ֺMbT0&EAA󽩠խgbxY KRN;KO;GrWNS'I$ 8Мx!b,FLKhu0tGAVYk2jEH|Rb-ZllDXbwS:Q1|<6@Y#vbRHq*k RՏ^F EfJܘPO8XpY$/- #6ϺhS9#8Wx`V4L/'g: 8( n`rMBaY?e[`F/A#=$pBptޫ50-N .S$ꨱ %vv?ÄzѬxL*30r߄ rjL c U&]x :C|@ixSBS׋#F23Wmv<,iYSX1U =?\%=oHa@AP _3:PStF+ȫZ |`\;#mhaDV #Z4 3sA턥 ߥ+D`9:Dbfҟ LXQv_ִsiSHSVÎh|Y&پ5M}[3јzs!p.r7^ / 1ZW @tk$z#5JZ3 45l1 4y &8-V2cT#*nv٫.y䷃uW0_D2