perl-Carp-Clan-6.04-28.3>t  DH`pYQ/=„3'/k @^wZK7l7g%t[ <) ڊ\?K6VGcV-- ͽ@OcmHzwŖ8zMCdN]ئp):ō$ A9plH}vo9͸7-,xp q>~lVsv?JqG&*=yȌz KD*'Q,)a 5vjc.h0LSR+`hAr紡U}Ja= ׫t.DgM|]kQ%]@ 4FÎs`+ω^ ~Ύrj&>r c> Tȝjd˴qxVԨ>《.Lq֍vrOvT:y@$ђ5ND#}E?:d?Td  2         9 ` f p             6 h w(8 9 :f F&G8 H` I XY\ ] ^Qbc{deflu v(w x y<zDCperl-Carp-Clan6.0428.3Carp::Clan Perl moduleThis 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. Forcing a Stack Trace As a debugging aid, you can force "'Carp::Clan'" to treat a "croak" as a "confess" and a "carp" as a "cluck". In other words, force a detailed stack trace to be given. This can be very helpful when trying to understand why, or from where, a warning or error is being generated. This feature is enabled either by "importing" the non-existent symbol 'verbose', or by setting the global variable "'$Carp::Clan::Verbose'" to a true value. You would typically enable it by saying use Carp::Clan qw(verbose); Note that you can both specify a "family pattern" and the string "verbose" inside the "'qw()'" term (or argument list) of the "use" statement, but consider that a pattern of packages to skip is pointless when "verbose" causes a full stack trace anyway. Authors: -------- Joshua ben Jore Steffen Beyer YQlamb13^openSUSE Leap 42.3openSUSEGPL-1.0+ or Artistic-1.0http://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Carp-Clan/linuxnoarch!. FA A$$AA큤$YQJq`Jq`YQYQJq`Jq`Jq`Jq`YQ16846e519817c2d76def9efbb1f9c725a06faa906baa42b1829dddf373533163f921793d03cc6d63ec4b15e9be8fd3f85b6922c48e20324d7eb6b5120024c08b079b27cd65c86dbc1b6997ffde902735f5ef02d66a24fc1dc2060adee25b95b71cd5198a83326eb0d7242c1df571be69rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Carp-Clan-6.04-28.3.src.rpmperl(Carp::Clan)perl(DB)perl-Carp-Clan   perl(:MODULE_COMPAT_5.18.2)perl(Test::Exception)rpmlib(CompressedFileNames)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsLzma)3.0.4-14.0-14.4.6-14.11.2QkNHL@L@KPXKI@G­FvsE@E$idonmez@suse.comcoolo@suse.comcoolo@novell.comchris@computersalat.deanicka@suse.czjengelh@medozas.deanicka@suse.czanicka@suse.czanicka@suse.czanicka@suse.cz- 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.- update to 5.7 * Stop PAUSE from attempting to index DB package. * test fixes * bugfixes * Use named lexicals in diag(). * Use exists &foo/defined &foo instead of symbol table hackery. * Changed f() so it accepts 1st parameter of carp/cluck/confess/croak instead of 1/2/3/4. * Renamed files.lamb13 1494372856 6.046.04-28.3CarpClan.pmClan.podx86_64-linux-thread-multiperl-Carp-ClanArtistic.txtChangesGNU_GPL.txtREADMECarp::Clan.3pm.gz/usr/lib/perl5/vendor_perl/5.18.2//usr/lib/perl5/vendor_perl/5.18.2/Carp//usr/share/doc/packages//usr/share/doc/packages/perl-Carp-Clan//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/58d8429fde61ee4cd2d33dc3a27b4a83-perl-Carp-Clancpiolzma5noarch-suse-linuxdirectoryPerl5 module source textPerl POD document, ASCII textASCII textPascal source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPGUe?`] crt:bLL'K2 8 $\G @A5GH^ Ve;"Cű qek J3dUM3{yhO NYDiar{nҿwaIiQԇcv'/7"$.`k!=wB ŏ.QCOe$86A~˃X؜6$x3ba#oV:P4(TiP4V;1.e,]\bݓwq{"^J"7 Y=I[Ik@iyGΘҡjH׆¬/ъDx:rTDAw4gspڜ ,.'M2G&/9]/g`{ Z#5' ܪaD|o~-:\9fBFĩkuƸݧ1.Mb5UIJJlb[ugTTA |ךӮ !Q'>^dq}ĭUP0,1|WA`d6b86Ȏ'@L4-rx1&z h)6qn>IE=$ܲ%A#Q&O+Tw}D}{O;P5/€rGbu KbJn=@%krVA#Ts))A$'+yLAi~}Xׂ) ȷ_>%M°{mg4 ɛxlYx󄝦g) Hjl\Z_< }11j؈Q7Ktvx̸~=^wzR01J*'6!Be\NZ,DIԜ(h(Kn @ k {%Uf[#EroKw4;+7;;Ȯ' B:K|5霔Vj T%;%.W,OS&n,Yz٪8* ߪ9Υ 5jF>c H 1TL@\]X//>hC?MpRo,3`kHbEq6T-p8Zc$(Hu2<=]$PP"YA-LأPez`=JV&X'HBm pQxvdEOKk_Vm"?fo/U4q.a`W OF^mn EQ1Q5S7npB]8y)0UO9;f v+c1e+s;jb]W EB(Ux} QcV_t+ܽyrYh c"P5 [/hI\]Y '2y_XwTXWy%\&΃2;i[&0lb`uj{TGpFȝk)f/84qwbh@4jLݐ/ZBRh_'y'!_c&"ڬF`xFS(e߾͉X۲Ӡ m ^2~Ѱ`9 o"I8kOXU/#V'P,r=EZbC0[0-=mÒr>Ų1hhj:OZHtmV@5jۭ?S[Y now}Lnav2J%KeRѕ;}?-z He굞[I;X`hp&M(xzD<׈a?f7QʼVL% HWNC_DĤ4 ŰǸZ|J9 S`JY0Ͳ6=|?dMG: %kԙF$U28fs7 o![]ZX@BJ./BRC2h3:\mEUΝxaK $QwiTs#GJB<$O1=k?4Xr8UrVF(2oյQƀ$*k^P0ߊ'ԽƋOaX oY}t mTq;Nt#I3|+‡ץ.4Vp`Ic?<@|B2OdQj "%ĈoX#DzpqE>[nņ rMjxLv$>V3|~ mKԒd/+ʟ:Xez,zʤsM9f"!:sv؃55R[Ίǿ~Tob$PCT)U7_B٫-~ipǁ2{rFƋ&p`Wj&zЁMg{x Np5XE]5 )5H7^7w'uӸ n-D>1-aR/l5P%Éou9JH C?k\hLS'w0{mkZx=-R%6g5`i8xw/OZhPqwKtg+ˆ4BGxfZGkXg>NߺdNp3Ⱦư->LZ(]{[+(XoT\CGWQq3Dejkm,,2(I`%8_~ yJSf| pKF6} p (滞tz_ɰP:#~ BizXߓn6Hb kUlZPvz= JF'gz-Qj#\lM9y1[AyOepjU_Sxl%4gp]@5DA{2ٞE(,B53:c5FrU0'#KVW;Dʯxӌ\FrSSJj~9vLg{?Y"]gI/_7T(G&0јKaz)whX?@'QC~g, 76Z7sԜ\oKW4*0Nƌ* MWfrKt5R>cz׀i5߃mm+,Ӫs^R4CtsO)5D-İ%sMD 8$qdKg|KkD^$xZ}o`$M6t|U&Fe9sI xGQU{.%iOY!pC$W#i[3>k9eYFB ;r )h8$u32Ts!V$Q꜓V4碑(9,ޅ:N"$rO# 6&$ɯn r1LZx3w!Uyo[(wTn@/P~ Nfy JIj vʛ>gtiCL'N]tG#$! 5O/gCT{uE}T/W6b\ݫj̻}M=|hP)%ޙ8.VDJ}i,zcOg "\GVrQ<1X80=y).4l31jVJiD j(8tkYSH4QkCRJ)E8䊷f756 Q07~uV5Vl |v.r_sN ]X(^$SJ:`"l+4P\V)E*u)LXVAL>Nݴ ۸!}_ZVg]Cu̟e|Ci$ " H1۴u,snu?S&y4!{}\.WTvT3],?m"/D%*"9nzл>g( "p*ݎ 㼊ʋt*;iATy0SJ%}Y]T_ >G%mo3-E3^RM˄6VK$PDcxCQbk;ޥ*^0:M[+H=: |Wz!p ,s魸)c׏k<+yk ^-5eE9 wO5ZNvôꊷ`k5gz8@}#Gw  'YMIr8bµ ;hCUV0:__uC Rp('8KTa' !N>G?oKTexyjи?0w_\Ӂ\C9M_g{1n1%|I005,tuFnؽ!ӢHOg C@bM`,UUq+z?@b(N#TrYYmq/&0)XVn5I3IInݶj=|.\uN Y*[ ` v\HÞ)w~AˋMPR7;a>DM~ b =Slnp&R2]fBbz_9+JK:OXS:v p#\uE`T z*"Ȼ tRp+陮Ǣkk2lg^ce R^+qQ9BlTt3lj,~^,4c L:LȍHM@zÉա(/tpGm^Dq?8ą^.,ŊSQGCT"jY-`6kG(c"įw2g,})azBhPoz:@A;ɛ j^޲3P9C>Mvm丽aXN ȀA]PɉdpYZA_ I툿"(NVEtl}u?;܏AVW%LvVnd0 qH21oJ7YmaʉڋmnoS/rg ŷRYf+";CS ȣMX%jEB4w@lXt}!r-Xu@ E;hYktrR71REqpTjҷ>HoR'W=t0է4 r}>k̲is:-؈ifb3VKDNU{vˣrLKJ-r5/@@,=eG+kpjאpIp1#ao1Aՠ7cI< zPcJVdt볬v +K_Zr'™$pϴAJexut)AҬ7늹]=wtp80~r0;oɼYthh8)m&0SJr|Mz1lX6;\UT\ %u]:z(SXP(a$̩\]_s 659f Ʊ=*oW=Yۚ ~(4pr?v^J/iX,Y[\Qߖu7KOPe%_aC4V0{r#T.Di'%xSНIGA7m$K)7 $!LHWھ*Bbx7 PTOm@n80"%^B&,6+pZ ݣ-WWe$aBff ji&s@2 ‰yɟTu!nfҞضGѿY ayAJvzmBk}< 3~MzfBi7+Ct,Ҵ2` esDXH<8#E4v(7uaїAٚJHUl ov8B <ɹŤv qϷEB&;Ԭj;kb _E78(ȍΩm+E\a xF龍_ϥfp>Dy}Q) Z8BBfK_ÑjϲXkI| dWfxaݦʢjZ./bbrOA+_ъ+p{Cxޡ_[?7yB{ ItZX~ۆNJ LxZ|Hmַۋ!"@t4]I'Ib}i5R6pXC ǡ"p:TUH['`[,2b8,.=h[STD-|¦JEHa yF "k%CqTt-XUnu_wT+M6-ڈreG3aoGkI brCS ACU$wL2յV(nM%Y%߿+vNj_r6*1~eC-U~r1vB۷t,)wz(u:Pek7;9H?5̵m@c#?4X bc/)IpS*.[JїzZڟ@?pEP0tnArw}kAA91AZ  K1-a_7$' Z֫MMCuAZnUPXB-'Q4Q9.K-Mixu8b39> xuf)Iʊyl&%/DMsYwjS::&\ [/3Z1TST-dvUOm&K[MaCeۓD@eh]4S-0(Q},떺o*L_:ԛn` 8i|9n/u֚bqU/3Cq Gήi=}y~Vt8{;&Oeބ!d84d{.TǗ[X+S* <rګ<Ij)I1.&1bŸ#@0,D{ Z"} dCW/׀d5s6D*8 5oBŇgV:f7x)2nQG 5}BT 6grX F YrڀӅ}t|*vbnlҴ@r͂l=x2+j$٢}HkpMqW4}J)]/6v8 0Io&F`ZC>Y\~JI_}d"t8k?Pjbr?HL%z1eHPA0Дoť@ΓO_eI z>/]҈>F҅ enk="%&,_ ْ.mHЌm5\Py= u'CMz^HX>6u1Zs<{@KT'-+9k0E&nӔk$M&oIּf끪9BQSZtRSIWP|YCv=^2qbtE[%V(NkV ›Uk;gp_Xu:d=."D,ҩ; [d$~T8_}PTa&hv2YpgSC2$+WnV'`iC*ŦGlsx?󿥭A)8 ԭEu͞*`sy&I٭Nĺ%)@jyrUZo'PT 'uQ wxm#h9\9d 5W׭lv /i@MDXV2'BB7+69(<-Rz,>FqdC٪N 4/$ӆ%O&|7ULvY p} ۵Aۧ 0v-i S?!N\z{j4W4$4:s*bG7&D]|)w vM5Mϼ-*BvE7w:QJe D KsO ^Zitw˫X4ekiL2ϋ̡/__P uҖŬHa#߇A|ᴧd`ܲF&#IY' &Q[OU/"QwpЀ/yXdb۔_)Iry]k[dRsfAV8 [_5-G8n]e|M{'tvBh?]~.mN.mi.٪ڀ{¾! -?B(.+gb´ alG]}>r؊C2]:f )X bpykPu]3!9(\0h#xb6[~蚄V=gምQRZf&xr=ʩ`ʔrl>O" [$#oFlZ,߹a׀s,2-uQ e~tw 93]] H{o&J&+xq7Ljo}!1 ibے9,0V4^p%3BE,1;GB-=aHIThɌ{%pjON]`eq/&J | (Ip-MeZ l| I8/[6Ѳdgaa V@qS?؊jw/hQc*pwadJ?Z'vY4*1{UubSQJnSOͬWM>AOwJĖo"d;NL' uv1II=acc;.+|~ДֹuHUMi l\u Lt;0_9n4 uPa8دozXC"f6sf̣=YX 7ka6v Ri0V8_'! 0*)f"]c%[BSXTq^R{6'aO@aOv Gf[2'FobqA~\m e.Dy2nU[`Ŏ[j;3/䛢kDÛPt>ֱ4?7alK ̿geTQ Vk [@vع %?0WѧmEYgPG'?m\L(*h(=6+.$\M@6꾄Uq0ʾV$f^ĝ&c!f_b~#V2hdgs>;xTҬfxp2fMݬ N@gcLDejk/Sɮ|rwjip΁0v/%lN(xqTM1෷#wM@uFC2{27flvl SKlϣ[rCؒU  EDKPKj_wWO3j6 msCq O z 'I=:`gS(h'5£أq.ÌՃSr@D VL|DEuu15_.^y&>Qzaà3,l~靼ҕ cCӻʐ-&̗G}t"AWS5%AF/eg]q $v*̕һ5H8R FbK=P&G0Z3ԲlLuae ϣI|GOUK8Uou+&\Rn-C 빰4}gE ';kЙYXBU*7}p$r .},a?]HѷiQ_D}>OSCB혟Xd{Ζ062H,眍k'P#&~㺀jqC/L([$9Ls5NE3肫3ryĵǫo~ɬgR#pjxN81ۭD髿spY-DT 尪%~5#X7 Wy>բN]Z$>3/;b@T7=`MؗXjD؟W? 7mXp#AFaT5)24HzU^~RQ-M jD 4< ~ S1N'Bq *t}zC DkXa$-, CQ+TFi~l^ Z/ 76w2H3Τ al4 Sjtw R./ʑKfY^ ptf՟{"tWi,Dp1y jĈ}smf}d b'qs9bkDfq\8}:xR5eÄsNpjfw>_|&sy1JXfeUb<)7#Xg3HQ1qz!Ҫ"m<7,=,;iU-}˰]w{~ֳJܜ|T6O;YIp+JBS-[!h 켃}͚nL8cRL> q2o~ep%~zKZLxu.3+""-q7OՅ"TxY@}5wvNш֒G=&=umosBLLH&tw-`$$s]ȋCjjTL~SH`9;H0C!;ns}[Uenjz *ut_ snj7Tue$V~%$$_ m/ JFR6zKܤYmS8Љ0î69ti$=ŽLM~ 57û,)̅Rb,\.Ȑ'f6BDȹ)nJS↚ORձGiřB*BRMT}E]e %t[OT«Na')xm0Upڴӥ*A }hiE2AXW»ޯ`?`iTm|Klo8L!Xl$56vHBKkxk%ZLo+R^jMHl;apɲO^E>|橗KXmV6 e&ε^E&qq1f178+;xrN|`j:L#, ~7xvb+aTFdxȅG<2jxQuU`,(z{-v(avh=vuFlu;D%S3P +Q :bۑpD^]8G-%+ˆ'筲)i"p&TSz5!Q<2hy"H"'GƩ6,M<`}Dj }0''FAt7ש T k0@i7G>'R+Xj8nW=_jց4֡ժt8Ax61 KR6*Aci$yX$Pt\8`Ymh8UFiT݈  08VΝWtĀ}/\ vC_ÑoTI-IR# O#d} rBوփ%в<횼}KBED5G^_p0% =_b[Ux7-@vyp#zsYuYWC-yXQmZ!]vQ,k$+P (P<_%W~z+i5nj  FPTLr*zU#W_`BD 4-/iZTO~9Iq 70tǜJ1ϜcySY"m#Gv|0ߴ?٫QMbuX KaL-gY\lFu;Ƃ9 EqkuAa6p ɬq 5- ܶh/TCiWL೘nĘcqT4KFN)(lagVMVaeG6C3ziW5cDMރ6@[7朚AwJ[8"'v =YdBf*50AmOPyV 9#R`|%-S-Ğ* ?RC*(* nc1 LL Lp/} dBثTFusopK,}l"/x0 Qb8bvNzWA*|$8l@hvP:KRf۳vs7.: b™)^C_9{hsͅVrZf t:0JO-b19>8xkY:Ă.5 2mk`mpx@%uCsC. <PIk5DBEOhhGc[=qɏYڡևoO8b`= [ A/ʰ*DFtp&sa ndkGX+XD7F7K2O}Ԫ1X4kb Z*ưç`.])jT;$R"EE. =`_ff[.v̊)ڵ(df d~&(’anx8PL5,a7,䲶* `/@x$˾SʄSz6d"㰺L3{gּ=Sh!:t3DTZ)}RH $PgǶ#4zdAa᩼Y:؈S o[N ';H; T,s?M cE4ZD̃< Z/Q+T#F@ٰR