perl-Devel-Confess-0.009004-lp152.3.2 >  A ]޸/=„>IyzT-Ft܉)" Gv>vD#'b@.hȩp s1t惷g8cz6AuȢ&q;ňf2w*&6|hݴz_:xU{RCk"^oj,6ʓ҃ZhH30N%e.VǭE&mJ`ehc.1RavX=Qrދ})̯˟A:zyG6#{%#q,Fj4էAd.9pܼ|`FvϮgйFu %zl d>p>?d ( XPT\`s|  4  L  d           T   4 H ( 8 9 : FG H I XY,\T ] ^,bcdeflu4 vdw x yPz`ptzCperl-Devel-Confess0.009004lp152.3.2Include 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.]lamb28openSUSE Leap 15.2openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Devel-Confess/linuxnoarchKN*AA$$$$AA큤$$]]XHXHWAX,]]XHXH]]73579ce7dc9a03bd54712f3128091afdf7062a9f751fe7af6ea17dd8e9ec0adf3e6d6676ac380b9adfd590af007629d8454b588378e93a18e8dd95574f39d3624d580cce007d1cfccfa158f5b58df713c5aac80778e459000005f3614fbc52b1aeb385fe02feb404cf9a3b55340fb1718e995372922a3ee68187794021de0b3fa7cc0ff4eb06806515ac618c7da703bcd3fe75a4e1f9d694aa9a2fb33b05f6ac768edc748cbfdd633600319cff3205e1ca2a763713f8b58d33f47aa3120f315b28a25f1000740441cef512a1029c3de6ca8f6d5903451566ae96ad95cc8a9fc260af7fccb4a145818b2d8201d14af4ece03fea31763151c38b5053d97ba5ff2arootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Devel-Confess-0.009004-lp152.3.2.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.1X+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.08lamb28 1568996566 0.0090040.0090040.009004-lp152.3.2DevelConfessConfess.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:Leap:15.2/standard/98ef011a42163d6442d6c5d339088800-perl-Devel-Confesscpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPPP/,zk$otlutf-838d991eac1cfafa13e14c7de36f5ab9de1f9ec7dbc50e42ce0b9f3d03d680077? 7zXZ !t/C] crt:bLL "o0Cyw^fX7: ]iL0eF^j6Y`az/ ,00jXMmf? 9 0WҸK|Rd{ !#, L 82 PU=+虦H߬W;`\ 6KQ󒆑ۤ{cc%Di\Y6yC1iB@;_¼Le yehX6x[ĹBu3bL^>Kgõm@{劂$xqAOu2(L\&% JDw=+\2q"Uˋgg@#.MaI}\#4W"cK*2՜-|ַTX5W&6 ؏Yb)&51 VƷzU@R43뻙\{ykHJWh(h3ؚ{ kG涸+،zNM= ;w*7{yhiF埖`S& * ށڷDqB'-ވPT‹{pSQ5;a,-lA$y}4~ߛ5% Öś,}U,v[}J5C]l+tW29) rIs޼ԉlFzrY" kL2ws{x`*YozC|\WZxhфUOUd& {Kז73Nq-YVC5QjaXfSh:4jo"ThB] [9W8NzYBqY#j5 47TYGϷpch!#F[,$ɫZ}KT0$&oM{'p9 Y>`F#_1 hK+enr1.Bxg'0nꟿNby=p-W ,wĎcbcs%x@~-@A'cI9Dt1'a 0T=?סc:`-[f;K~enI2#7WsŞUﺫZK( zLbX>8g[7ETw l1[vm,v ,1/XM{H[| ywSmLҠdpmڼ`rԷ]Ó?}Fˣ6\Jy& 1PDm }!o_H\/wxCy\* , AtJI"F~&@g?7/#A1o#ΚIyLDmg2>K*Nu)/,qLRpf~ 5 [UUםS'"Gc {c7bb U7~ڐ0נxvmDv<:0ݹ|xƓ#9XV+ [1uMϘdX%.[)uJ &)t2N +Ih K*U*Fo}l,/ 3pL8E{rx$=O'tlJqwũ'\3S3# XOR sGb>"#{t{ lw褲c[&?O[sxqwSYŰogxHO(.8Ͻ=v7/4V b#7OGZH_:."DF(IC^֯.._f7eR6b<ϼ?8`Gij&GC$uyɼ5]/ [dscwM F#UCJN]'cA}*?\Dx\Ctz5M2;>y<+#j@uɲM۱Eg"W'YE "@Rm"Jn6BJFa)3S5IJ25^w<}v#%a=|=Cv ig73I[ \/f?2f-VMsB I3 cΣqVP+q eB-zx0`N@Qa Xc7"ߕQ cE|SDiOO$k5V}]o^#Kf*)Q| ^4s5ř)Z}xu SnH01xGhZpWQ9UcVy0K0y5PB *+by5Y3U5h3hF᧬[Opq| 4g~fx>epMFPMw ?E.y׋ &=R(pqP/(ϽjQZ5O0O_IL>[+eۍ z][K_E+<=U.AOD]0h$FD @,\5N&~{Rf"B\ݲFQj !E/WlY}!24hL$1nE jv׿ O.Y鬔V=Hm{yHџ[6~\sTވu s+5>(c&.-ӉKǤװP1f$ȸiR9\dU/Q;pFLJVSPܧ&FPޒ5_w<8}dyh ,by[ 1PNN]3C[ KV;5CvG {A*pHImYM] .W-KE28b$~"FAuwɥb.mEnf Fɴ~5s^0g$<ۉ^!è5o={|Bdz1Їzv DrLt:#lPˀ<幺1O$f)}7X/73B㽔1MȖWbٳ2(> |RIHxfIH4.d*|i8qg+L]vA♞6YEp.g wqG aZ!} ԷvCBlp`]W7>8uYgIU8 YO3Ly7TH+7YUDRb[Ntozi cC^oukɦ n!4ig u;]˹wp @Eȏds,U 0Q!@swjyn1<ΠRWZ-4D3)Hjr.0mY,7Wza~Ndt- Ι6҃C^Up4peL` $0/ia,T5x[†]w$twd1j{UА D²(UW4v;jb5l% lW~N8d@/-ۯdz%̨5po٧"Bo^ĶfZ_J1@UlgӦ'ۮz.O* tkyc3hH6盇 +y}a?ZyL !;r Ҍo5@eދ\y0ZJxVcDz0RĂnz|Sz|O$4>c\t {ݤDk(OF6KE(^~MS9~h,P]?!ٹ-G}5GhH y^ۉXmT)QG0uUߔnÆF% CΧ)#wȵWh((1W} mlRk3G7BΕ! rNCovn; kuQx"qo8o3j73 )+ij†<)h xŞќh<|kɱ0 45RNGP|!-qlL+`*w#2RSfIAڏG<<@ef[w?c?@r;M{0E%euI:`ųTHNj!`-#P,au)𣍤_LghʁPӾu>MGbl"O գͨ8Ѳ@< 9AEԜl;w'ƙy>4(K !@Oa22O A,<I AYu4%il%]ⓥT"\%B7 )<θ2 eo.PS5֐ <hk i%mC>8iOb IA}Bb󉻔4] ]C;.} i!ZB#x;c$B RňPC!G4E:o9RPZ@e')Qkaw]F)޲<?~v#zƸ,$]!C|ꖟcvh]p5wk9@p|+u;]@L G:sW/Ы c|YPq.x ?@aMⲞooU8g^lㅙ,6Ft խ4ߑ6.v;ov =eA:pq7qڸSRCL+3pF?KYt k"䤹9eRJ.;vYXYdMn9$.;8JV,+0y3nZi2>"DTi*PFǀe-67\ϙ|;%Vv(vCt Tu}*WA? {XR8.70@Z]$nh Ajl{Rsp-sƗU!+/h\/KZR'c ~),ы2Fma+a6^]Z@£_ )w_Ocy j IxݍO6Ê%CUY[%|Y褰4e.uT }>8wtTJbjQș@1_J+RWVF!M yXkֽڡM4n|"@[#g"5@)-@v&M sBi9WZb÷Y\H2F#wE r# 0egը714yljjFq 1sĆ>zP4t'@ɂ!؇f0.o,^;ݳmɳ5oOOr\O~=R.~-Cc!lC ۻ]V iu| @|.$"Z=5K-Gc^ QMGwmɨ{i6Z1.hܞ?'7 C:led4!nLJE&X%VR &3dOIӋ=w E0N0juk7޲lgǠ۲b*;LJ+QN0z~E0&{0@#*)r L$ ɮg5s$ jz398K) 5G(.jGAb6gB"7tO}䇦zamq;o=+,/PyV#(>q It_!7N3/g~P & DrqTf0aM}Nsap 2%-|MM(#80.0娝_?4#Aoj,jau7M`lqRJ%l|?y^Mm:88~ApĞuܛs!ke^\"^J8gq_ed4Oj\Xd#4_-:q--ץ-^$Pl *ӭ ?siHK8xSGr~wL&Øj쮙Bd9BeDAE8+T=^m#rAkPZjaEgema_34N>m~4X\?@ߵF+AKq$^<ٵy^XZ>mlUzޅ wQ7J۸Bʇ-g*ֻV&6:xKPgLr.kXClP;é'T=,P%t%H)^9i=By(K)ѳzZ)x>l;A&Qxχ32\?3ksh< Je z|g2O]@j'h_{;#yd& 3Oyq0Q@-CTrnS]B}FL`+:Wrlـ๞L _)F-&W0/3g܆kp\E_BrO谵ldp_Ioz߹%9UmoOx|u5JƔ/W90c)'b;(,0ÁFYƲxp0/T+a,\^.YwS%{WKiN(oyR͢j+'&iLFW-ZZqpw%[2[}H5* @i_v/|_f3+d0D',OUt]dڢƦw-eJkɎȺ g$"U(" 2.;7,*/%>n>/&p0Y ]- g3ҿA/t5V/dH4G}QAg L@g>Hs>?n^w2ڡݯqHpBxW+{R4՜r\|L7h80ʪ;)=5w?!׎b5gy)[(+; ? HE,HpM ➐SauV:S׍{i2A,ʣp뀈J`O@mYugJ$z},# zd,nn$^ qATt9A QHzpzoe|(8~ޭjwF`04Eб:B=,rX+tʕBwF>e $fS˕Dq7'vlbuq[o/O񥵃#Wjca+jTKԍ NIy&~> buV r EZ_+͋7<cv=8{R3h1V,F|~$P)daj]&8Uuq$>o'~29kUIN^^@"&j[P;/j.C1vK"r9Udt+U)LG?B!8>6LFX,3 V ͐Fd꛻l}қ7z,p|^}mZ批u>-|Q"E,WHN}NoL6[׈_NI)מ`Qz\l|q3ӕ#aÂ&~X(7@78__v5iPrߒ+ZbF3_}'PU'%زj&Nx9 L,+܇iC>@ {,j CWu|j!egF4﵍2#/'m 5M*iC00˄`d4>9ҶՐdGlI풷Y|9]3_M}c>k̲n`NҒ)hq铎L4| b>“F&2R 6̡1^co*eag94F/hknrd,TcI9+^Jh<#Ww9R-͚J+- AZ#`g^pтěϚ&/ᥕ!IqI:u<B=]2o)DgQG#}XگSqޘ5uEܚ( HDqӰlL\{&Փ[ E=a4a%Eb"dFeӿwxR[a=}-(E+(H ɣ;=>vcNq+Ѝ":rumpGOٓMμGp.H>ϐd2Ƅ$$F|iV=aiA^.zg*Ey'og<.>Fk~4k#v#_m 6(NJGV|B ҉&a.WFݔX?G{JPF!-BYZ$ ҋ; ҖCQ+1 >Z]X,(MEqJ[,19пYmpHm7O-PZPwJ^$&ݞsyfu-1@)= 8d7W8A[d/ej;V/#LjX7{n ^Q*"[9Cmѝ{GyMQۼacb­rCj@cM8Lj_&'}Mq98 WyQZtM챶6֨1*bbU,x_k wPx cGWE/eOh .Y" L*w=9^k#aӿ/pۀ}ju}@?mE=2cM6rG آɘO;v!]ԑW@xh}L/M1tMjl ,Zd:nC mV(.9'_c0E)m ~ͣx}b`Ua7;KgZNlD}EGmLCPnZHsdFAV Q1S>bJM 7^q73aţ;CȠ YPG]:׿u2 ,fe`‘cXD\ʊ6lK?C~v~RؼЁ\` Vh?^w}d6rip IQpFNm nO`FvXm9%TV{aeG{R "e_zku_E{ s9G|Hs(iB5-žiJhb甩f!b;9 >t ^($~ϼiz~PuIՋZQG9#rF"Ύ g1KD,.g0U %'.xЂcker2N إѼNw,3X/UA_|5OЪ%AQ~ Wc*:4@"Zfo nA@ӏnZbθ|6.9u/h -c'2w ?m ip 7x/Jě ʕ.sAqPb^܊őL W^eOm~m#뜊r.{=Ogn4pNr½RPn80 J2unt=rzI,̊P<}6.ɥMJ/fϚLU |W\a9^j 4]~^rjsB (6P0'UVs6Eo';gyS{E gTFcB Ʃnh+UɄy'lgALj~|^dkyo58!kHnbew/p4KWݬX?S&~"Zcqra9ZAi@$~I2F[޿2EXߕNP^g]R= 0/Bm @PHMo$i~6xn}ڌUPQs $ǖ V_ڙ6I܍4־ >Gv~I˩_6k%ȸY${J-d{+MM?_Re^DoymDŽ"D |O@׏hf b.אKpSeZx9# EĪڬuxR#g]$u) < ud*yW~|# E(y+*q!ꨨ K"& 3U lzoE2FJ)jŶu|z )O W^u8 *~`ܬKsg*#8$0_D;Y˔2\>2]:gaXj%㱲[A{#4fx:Qˊ9XlqdLHOn_{FUIPTo_b0/c%.x잯ճkkuv26_JXVSUD;Pf/ ΟE՘0j|`2תE`} '_̗c 28Yy5˫혿?cƲ=jDbTPIC'*p^XaD u1},T┰ H p{9qZ(:ɻ נ%ۣ{.-vcLTic 9xltni, T[R{len0'ʄcKűH$  "3/@=U8ut/E.`8j(gsR[?ryL XPR0ǐw3.kp'Weaq\>G)yL ݊} >|ܫ4[ZUN]KsW:9_CqYsYJcSr2-rAWE1B#)ȽU:>xI]ж tuirXg 7e:XsY=OkXG^)n0.4eƏ/V=/>h >>e7:h<\GJt͌HGnğ9Q?@ .-wũm#]2hjJzxK]TIjJq^A p`­2Dv>p Ɠ)Y վt-ӂb*ܖr^)g;yϐqkB'5drf#-Jl-/GpbpF˜l7܂~zgNc@=BPqm/ LTD?@9cqR ֏I*5t"++Ij R0w n~_g1@3~b3pBjHtn?ːczߗЙ#0z/g LMӲ2gr3vi7TB(*^6$&6MB:ax=vlQ_SiopiRklT.<eѳƨRIC19NB1eηCws=)5/S{[Q{S@ Һ*UtZ*kVۇ⅗f\.y V@e4,48E7Tc~ inC7`~wb$d\:۰/\b0[0;b(ʤ?IR^_mFV fqC_ޝ,^jCX-^ygӦ8KKMô~t yߟj yy/F~@(u dXjSJawnrs"j˞}h“,vzMB1q^*NU 7:sF[]<tfHr':n^^&mRBp}dMW〥-Dž̵]3|gGyD_|ȑӟx9-ҖTrQ!/O*ERv$j'2z;B!UaF"er2+EuZq^6K*; jz'uE VP|zhݢMKF@ĦW1%p41s`uV(WC(3qBTVd,3 ?o?+YЌ,{lkmcǛ{ۤ '%#SlхF\opGvIBPKbQk;t'[W2vQ߼V婠Qi@S8stKjO4&7+Yytx` #r|5-$LrF*ѻ) ,3ھ?* (kIY?Qx=P(̩ʱ9p$Au(ͼuɥ |0V77ղqx:4.o,ϹYV-5HaעM;]%Rx]W\ VL=@yV;BvHJsϦҋl֛b3a;#d LeO@cmHAdAyv-(Pryߜ"mA.W,E_hx ј Ng?,6{둻v^-}mK;p3Cr v߶Xx "C.Y[oD&3G[yR_zv[,&B8,r.WnJZAH 1T"*5Zy1f8x휂{lKawE1DXÕKWYĪJ8-{}X7oR)2XvRLB1пvkS/=),TCk*ӑ~irkT^ک;HBX ZՄ,62S<ۣtX8׊GIRfY~"SXB_l@s:],SՔ _gI'،|W~ ܚpr#*(7|PrVȽExҎ0|eዪXENg5#Qe}u vN!y߾^K-ca;@8mgl $J5VG*66):rLNƯ{D? }&- R' -~j?[A\c̆xQt 7K,_c K ޷=+N x]wpMOPF oӘHRqA75>u E _l-]aacjߥLӺR )L[4HgZT ɶ?g@L/A=sdݐmtZ#AŇ} YZ