perl-Devel-Confess-0.009004-bp155.2.10 >  A ddtI%z id~] DS;%z>NK= F1N8ϭŹ] v "Fx!OYltj Wזqƹ zO8>嬴cω|t8,p7*YQ`%*@u^dCED_(O.cM]\]V sWSS,tK= c"_&l6ʅl-,B\? 5 1(FN^Ly1 F}4K-5 !dI'=AÞKˠ #e7|CEQx(b<=5ۭ# f0#=^^9n^F{{p;'q>7 d-'%pռUmRcN-k'bg>x5"2/mx^~7%Չ>)K+ Pnm(bdI)rw X-!]4efa47b8d81841bf0bc985dc2d5754f25771607e44d7eb6d4f4152c5a9cf675e9492a537523e3190aaa2eebb7e1cd53368044648gĉddtI%z !Om*0bD'm7o.>qwe%awMGAxr ԁv?xd)+J9OskSIRjĆ->!g2R~0/*[-.|χ9ɪ]6 ƒSvJ"(%1sAiBW …GІ &H,J,Y"'kF?cm]qOeR=JFVR<*? 2=pfΉ]sA"h̀UaN`uN7O{*bw$; z֔ZtPv'.\锋`΁˚06kkV3x?׃>p>?d ) YPT\`}  <  T  l          \   < P ( 8 9 : FG H I X$Y8\` ] ^8bcd,e1f4l6uH vxw x4 ydztCperl-Devel-Confess0.009004bp155.2.10Include stack traces on all warnings and errorsThis module is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when 'warn()'ing or 'die()'ing. Unlike other similar modules (e.g. Carp::Always), stack traces will also be included when exception objects are thrown. The stack traces are generated using Carp, and will work for all types of errors. Carp's 'carp' and 'croak' functions will also be made to include stack traces. $ perl -d:Confess -e 'sub f { die "arghh" }; sub g { f }; g' arghh at -e line 1. main::f() called at -e line 1 main::g() called at -e line 1 $ perl -d:Confess -w -e 'sub f { $a = shift; @a = @$a };' \ -e 'sub g { f(undef) }; g' Use of uninitialized value $a in array dereference at -e line 1. main::f(undef) called at -e line 2 main::g() called at -e line 2 Internally, this is implemented with $SIG{__WARN__} and $SIG{__DIE__} hooks. Stack traces are also included if raw non-object references are thrown. This module is compatible with all perl versions back to 5.6.2, without additional prerequisites. It contains workarounds for a number of bugs in the perl interpreter, some of which effect comparatively simpler modules, like Carp::Always.ddmsheep88SUSE Linux Enterprise 15 SP5openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Devel-Confess/linuxnoarchKN*AA$$$$AA큤$$ddkddkXHXHWAX,ddkddmXHXHddjddj73579ce7dc9a03bd54712f3128091afdf7062a9f751fe7af6ea17dd8e9ec0adf3e6d6676ac380b9adfd590af007629d8454b588378e93a18e8dd95574f39d3624d580cce007d1cfccfa158f5b58df713c5aac80778e459000005f3614fbc52b1aeb385fe02feb404cf9a3b55340fb1718e995372922a3ee68187794021de0b3fa7cc0ff4eb06806515ac618c7da703bcd3fe75a4e1f9d694aa9a2fb33b05f6ac768edc748cbfdd633600319cff3205e1ca2a763713f8b58d33f47aa3120f315b28a25f1000740441cef512a1029c3de6ca8f6d5903451566ae96ad95cc8a9fc260af7fccb4a145818b2d8201d14af4ece03fea31763151c38b5053d97ba5ff2arootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Devel-Confess-0.009004-bp155.2.10.src.rpmperl(Devel::Confess)perl(Devel::Confess::Builtin)perl(Devel::Confess::Source)perl(Devel::Confess::_Util)perl-Devel-Confess    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.3X+X0>W^@WF@U@U/@T@T&@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.009004 see /usr/share/doc/packages/perl-Devel-Confess/Changes 0.009004 - 2017-02-14 - prevent handlers from recursing, such as if our handlers are wrapped by other code. IO::All for example will do this.- updated to 0.009003 see /usr/share/doc/packages/perl-Devel-Confess/Changes 0.009003 - 2016-11-18 - more complete prereq list - fix inf handling - work around UNIVERSAL::isa and UNIVERSAL::can- updated to 0.009002 see /usr/share/doc/packages/perl-Devel-Confess/Changes 0.009002 - 2016-09-04 - fix test failures on perl 5.10.0 - fix regex warnings in perl 5.6 - work around threads issue in Carp in Safe compartments - don't skip dump test on Carp versions that use Carp::Heavy - test diagnostic and formatting improvements - avoid triggering overloads when checking for exception existence- updated to 0.009001 see /usr/share/doc/packages/perl-Devel-Confess/Changes 0.009001 - 2016-08-19 - fix handling of infinite options (dump, source, evalsource) - fix evalsource test by running with the debugger 0.009000 - 2016-08-18 - documentation fixes and improvements - more accurate handling of existing %SIG handlers - updated option parsing to allow setting specific values, such as color=force - stop relying on . being in @INC in tests - source option now accepts a number of lines of context to show - added evalsource option, which shows the source only of string evals - fix adding redundant trace information when errors are rethrown - improved warning messages when source option can't find source to display- updated to 0.008000 see /usr/share/doc/packages/perl-Devel-Confess/Changes 0.008000 - 2015-06-26 - if dump option is used, bare references and objects without stringify overloads will be dumpered when being output to the screen - stack trace properly attached to bare references are rethrown and will be output to the screen - avoid Test::More in threads test to limit code run as much as possible - other test cleanups - fix DEBUGGING detection in newer perls - protect tests against DEVEL_CONFESS_OPTIONS set in environment- updated to 0.007012 see /usr/share/doc/packages/perl-Devel-Confess/Changes 0.007012 - 2015-03-30 - avoid re-throwing errors during END on debugging perls- updated to 0.007011 - avoid triggering overloads when CLONEing 0.007010 - 2015-01-29 - fix incorrect version check that prevented using better names option - fix removing hooks when unimport called - fix stringifying refs in stack trace inside a Safe compartment on old perl - avoid updating stored refaddrs when they haven't changed - less noise when checking for broken threads - prevent leaking namespaces even in broken threads - fix version check for broken threads 0.007009 - 2015-01-23 - prevent segfaults on perl 5.10.0 and 5.8.9 with threads - fix leaking exception objects if another is thrown or a thread created 0.007008 - 2015-01-20 - don't attempt threading tests if threading is broken 0.007007 - 2015-01-19 - fatal warnings in destructors can cause segfaults, so disable them - protect against losing information during global destruction and then triggering our own errors - improve stack trace formatting when generated during global destruction 0.007006 - 2015-01-08 - don't delete packages that exceptions are currently blessed as - protect tests against other loaded modules effecting hooks - add test for warning passing fix from 0.007005 0.007005 - 2014-12-16 - fix how we pass options on to other warn/die handlers (RT#100951) - minor pod cleanups - improve diagnostics for bad options in DEVEL_CONFESS_OPTIONS 0.007004 - 2014-09-22 - make sure unwanted debugging flags are disabled as early as possible,- initial package 0.007003 * created by cpanspec 1.78.08sheep88 1684330605 0.0090040.0090040.009004-bp155.2.10DevelConfessConfess.pmBuiltin.pmSource.pm_Util.pmx86_64-linux-thread-multiperl-Devel-ConfessChangesREADMEDevel::Confess.3pm.gzDevel::Confess::Builtin.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Devel//usr/lib/perl5/vendor_perl/5.26.1/Devel/Confess//usr/share/doc/packages//usr/share/doc/packages/perl-Devel-Confess//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/98ef011a42163d6442d6c5d339088800-perl-Devel-Confesscpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPPPLdX]T,kH#utf-857f47f3e226b25dc7d94fb29fe5629cb229a4dfa05a9140c0278b43ac7247e85? 7zXZ !t/C] crt:bLL rPKlFQԜRxA]){8 jb9VQ2)8SOn(~һ@\#VHh8nf$ _^븒D[.R_B҆!.AneBd*k}љJZszw\!,f! #{#65x%Oc UqDZz$4^7f6 I3EeH>363+%"L&MP\hqHNKPǛ0&R{XoaĭŸ NkKA";߳?=ݶ kg&皀zO@Z!@P,4 Iw7 FHؿ;q̙ϕ%Umȇ Kjt^i #̒P<+̬ - IU=˘h+~Z~*JKZo!lyln.bί4AAK4P[9if}R.3X̴-:K,S-ڋ`ژ SNWs`֐{Lҟk:#ijpAPKx=`idJ 8^R':tqOK ;U dxη".ZBKN2iq%EZiy0 oÆy0 cօp~ĔӲGAfF!YMJ,o?}Q56C0i>5yekھNȥ/:AjVJ *CQ|_'A81PDoD򿘵H2?9E鿝U;]eDT{1vͷS6hS>)C*Gf)>εP@r)* :ϳ0vT+¿ְ{t7Y  /i[jN9Sz͝4Q!^I ?fí݁s"h!sv.5^H/_;/4whbWxhqQ3Q/3a1f=X!"1cë"6/Gidzpa`$:*Kw@[f<=`01pf9*6 a EVj#RQGa,xfàGɓ`ft H)~|"D$0Bцx IU)H Go 5âV谕W5WLxw ^.o4Wk⍘% E_ӏ:Meag<4>_To}ޗ37\0bA *i'~83z>óEЈ퐮5ν!Bf}撮7qk&y{K>acT u#o9;y#cw p(8-h}j+{L0ؾg؆&:{^6tɌkNXɈS:JQ13 gʇ u ĜȪZwH` "@ AbjMG"\kO'-4tQej $q8:e"v'vWh9Q6MZݓAnɖM6>ZϑInr# .EdE0<%E <W`| NWvqD#~=^f%ly8qA믍քJ 8Ķvk'yFL6OǴЛ _}CB C.FX.~iV[CMqaP Dkğ9UKo]ك{x+#i1qK##KQc|G k!'nP &vW[]ldhG N!_<G(Pi>hJ ""eC*1o,N~fnt7AgL{qð6F& 3yTwBc{PX: ˇvP7%pIܝXW ,cWT}1T~LpGigIvHV<` /2xſ~ mKKc9v%=/O7iEqt]&H+Rn Z5WX%,!Hk!%OF} ƃKf\΄\Of HnT HDC%c9TknknM X QK# g_Cw(gk#G_+z4{W-uTm cK$p&[(bˉ7&G">gGXdҎq]忯as$CgzG^ :1XV d|BxT,W\ϊd}Ϧ[b/J~AgJ 5}y8yVC: YLb:^\cz2(WCLSc9s4NM 6HOe=@zGž]_8"`,E|!C#^PݛYbN1/5 ES )zX2R;+Xx 2IآsǠ4qz/Ÿs |%X:s68;Ҁ /W+u|- Byda@pa1L W -3uY'ɭ)f,wO@'8dBế3NR3C. 560~DH,n'f XFbukHs|ƶ}kq[7Wܐ9Lz-ۗeO}<6tQ?8r펈(rP>sc<8` ^2:0:;&GՓ649. 7ɯc!*oFc{`wdm&l"6qZg |kD0Q\݃q':}O'gԊq4FS kGqO@hZ.C v]RG轞ʟtѠi wc!_͒$~AhQvnm/z UbIp J}_5,41EW*t>Kճcse(8ogxԕ)M Wc4#ыDbL<7-xV_v2~BvMŞǜd lA(vOMbS[v<48pio?}f-GHv Q[ת/m)95(1MTtKb=uƷ?/b&q,w,1%O||X<2 4Gg@Շ{tKԫy0o" xW.SGسV{nzRx{>@Dž:g vRTݩ1:9Re:M+|9 zkY&X٩m'̶/\~a,Tf#L8}H4ߧhrLx`=v*1R<]ikvi'FiZ)s!)@.KMKoIqOgp嘈(Eu4BN"2 IR2K)(PlEuqsd%.Nob n٤ Xyу/AK C?5x'K'¤-jA +Nc3=dT,EŽwi*2'jqY/z1 yLUX7\׾IYUYXm m g.UsbMlfgmp;:oyP9%E5b=/bVg[2$g .`W@?5{OZZ]fUxjT@tmAC+B2_u?fL⏯Llto@Cܵnzs'|ǩ.\C4)!pwW+Q)D,R+UZ 7-T' vN:G׿Wm ؂FC )xɁ*v%M$My$}zxVsz%>}b^ 3Fb9-OSl^޻>0i?$t|)9~k/<Ʃgbou|-9yKL\3Igg>P{kkbvtqQP1[N:jg聭+ʇP [o QG[W3KVc䱻1P.S5nelSf~$j>-{*ipκ$Zpqʮz7T88mNol<}wRθO5HŜc5FG$('JIմ7Ր˅SQr(4˂=4ťn `k웢JN1]cI]VCCxY/C& 9="I#UϘu.Lc=0!3~(@> yr^ƫWͽ0 nZea$/D%UHvcbvɵmZrPv;/m[YHV/SM'Tr3\, #cë*D2Y!+HOek]/yPČ+&3T&Q'*9ӳዱ@\4@t 4f46m/h䒯(?Q*fZN&6W^.+#$/t&29SIV(~|YA,'A@4ɝP*t=CĮqDrꓘϚ6󡖯Dm3y$Jum>.T4{ |O0Z7T$@9-gT9cNeC XdPxg烩|wǞO/CUB@ZHbU9KGPU~MLLh~5>1u |2\ȥE!j6SMDeNٿ6 4l= hn 7쬤m 2Qp&b D2~ԩ,s'of79 Uī9=W=7M+(n2EQ~-hn\=U83O_"f{@#Xa !kbj$sROm"Bhf!s?Ǝr1QakA'`)Ə,CcJ z 0pdHBmɍA%!XLv-M\D8\o/C 2X$aA~*Vƽ0TMB%Xd5=/?}o: W#k5Hrt7[mAp1'FNY֛Cs;[`TU ֽiNQWSU"ASq^N_47t'h$U楅CMn50@em exjKLjr='kMvqf5.N]jjx}7,-L^_&{p>?ߔj:dt"RhL“Ϙ:ѯAn~NDΫa;})/TDh%3OD&IQ=E5YxjXrB\lsU#]0튜6g.1{Gֵd?Kʩ' P`_d Hl<}FakJr_1ZR4& lPHNbeRNK_.5Y\Cn~JA#`:me'=+@oI5TA3NגIg&%6=%gGOܩMCco^o,T%VL*F_ "C2%> $}fTͅ R+vLT[&D !4spxcٶKDjp3akNtq11 }nxܮ.#R{NaM,d qlCGfZ%,%gg|n.+61#zB_[cf!9a )=Z ml,f|U'ߊ*@!.,R@xuXQs&b|.!lۚ7o^E)a &5%4Xs7;G{ i%I(Om&"ǩLo)\%w9/ )^z9s 5Ҡ fYiaE\޶5J~]@2*CtBak];};lJD}R(&%i~=t|=ٙS#?aB;ׇF.IL%MĤ1&L5$ϟ{ uު>X@j񴖚M_*b~5)}Cgm\Ͱ4BWl`jVbn2=NZ~#S3/:p%Q~>'^o+ )eUKLBK5VZ.[1!GV '~ه 2Ig*\H8ߢm)j ?{@kæSQ@cxe)oOCǰP;rW|JIH3lx,+U#%d{kĸIGnb2ζS仜I0fJn'j,հT_#F\٦.E,h}YcE  ;i(XQXEMKC:]j߁=&˖m̈Iin;(CRayg#NP FB&Jk1UhH|2e"sSZ`yνR0;G *^eg @|K7 {RqtUT;+ H(:SHp&;[Z]eOhHfpՉݪv93[@wU,z&=[$MzҪI8 t҆Včkb#S\˙W Lv[!7m&ee|uˇ]ephD2͢(( GrQt͚@ h'Ex{_ &׽>|%m=ࠨ'ttslT3~sL@ S65;m8Tetm+_nx&%gH*qqW+yXB-#dB 1tfz1]0 ? UQKNB˱f<%\/WջDdj71:ujN|+>;6VaRTs6΢6чN$N*SvLXIk?7j C:hpU(&DQmE7g4jpě ڟZ2dt} ] 7nB<Rɬ:6xbpec}9h%4INGD`P8BdIshrCF<מ)[bT`MW[xy1J^t0oEgj!frKK HTdF[nB k"$ɂQ*#*>4CX~ՈXQv.bN ''^)U;!gLeAOP_Dm\@YQޞh!8;I- U>wG?JJG , ).6̹[~^gTfw!s },6̻KA %(%.AèPU=xDV iɊ.C͘5]0{"} `͋{fJv$-`盁m޹޹HVqg=iUm4MJ{CvQ%qю XE4`&B6paԴ$;%̻Ӎ_zxU@e!DL=PUBbcLe>'q{Cb2M怘GbfZ:*Z6WFy׊o剱B+ܷy!(;ڢYFUJ8/ʶ݆' `m2],HtR:4_&po Ի.R3`q2ӹ|ElcFKsK0qmEzq}&Bu={^&:jhD@GwIj>9=ͮQ\pԎA^wDqsO5њ^ AXq3|M   |+*INk- STO9X=PhxvxXlԔxe?x:%ͪƋXborex%gXx$Zj1eR:8/A$8] zE>>]S3pUa;ˡm#DmH}HθHXÚ40m9ΐT , 4Ľ^TΓW:l:_|ƥ<qܵS'r' $ǩtHh_r7fbXZDW!jWKtGu8n>}e{ӛy_ 2Ò~tad&S*^ˉf0Hbp2}) a9J<.4]% 6(LCOZmRh;Łz= FI)gwٹ['繛rJA U*B[ Ir?!vw 7e%@[!#h2k>idt zh>T nK8OMNᵚZUn#- f+wa(bJ2ViFe79p泧p򑭟+(ZFd0323\yrKm~|aٽ)娰'Pg7]D 薒*Fk<Dâ+e #g9;y=8+K u϶n"PVcmWFVuj h`afm^m~L o}=oNմ'q^eClVҨx:] RE:Hⳃi{bœdbm2ۿ_Up֡7{*kZ vy[ID#!Y&צXa̎UgG,?8E*6xN>ul2 sǭTYm[-yGpZg80)qʬ/dp2ݙؙuRFbd<=A c{kQ1kf&B(%~LMO;{3Dٲv`?YϜ_TfLHKQ(Hޢf0-kcE* I 5~bZK)w]3OQɼ  2:_y]gEP!g E0C f1#{'> G93Ceַx{ٙZ>de?@ǨpT:=>] W0x@PO?#:$8*(T~GQm.r?4-Yײ?Cf1 Eڈqjk9KILNTYۗ!`78B|`7UP9)>+0b˳09aBB6KEF6ipt #T;!1tA.ju[&>^!ίx.& #OS ay[vT߆灲' WͰ7v8ueLH8wV87̶ٜ`KEVkwՒX_FQgsp㯭hCq6~)j:vHX"DK^D;_AeTvW`dPJ÷UZwyol‘*8ɤ )*ͱPU^\x%UWju#0_[k>*l,|8( ".ExʳffFfˣFlOڷz^N&^w_ӭE;vS%ӡCsR u)S4pPi6kl,|JcWɗ pm 3A=MZ|AEj[w%B7gHn)?4,~i-S$k{`LS v|Gt@;sRy /(~+Ka|s%KUFKhEfDč*ЛƟ ) ҭ=O?Œ/AKX8\A$KN( Y=-.">a<dY&fȋ0R₾YI58CxAe|n:SR'}.Z{B+EgbgՈq2l!=R,=9Y7U~p~'76&pHΣ?_O[ب;o^Yp6RJHW,!Rہv,ނMuP)Y\|=X^Kȷ,sDOE~^¶ (gI}fQukze)kV~uExM$q2ة7,Ο[olr4o{{O;ϭ' y1w|ԩRI1dKI7`\`4.~_1^ڱ/3]/=p4