perl-Test-Warnings-0.026-lp151.2.1 >  A [Nj/=„ƮcfpV<zH3Y'#Hs#6:gx"T3K{&ͼ;k\8)AE͹E@^ȅ1 thK@>xSBs܎we2- >0TEneU͌>p>!,?!d % L (A [v " H   g  |  '    ( @ ( 8 9  : FG$HpIXY\]<^@bcd,e1f4l6uHvw x ly z    !Cperl-Test-Warnings0.026lp151.2.1Test for warnings and the lack of themIf you've ever tried to use Test::NoWarnings to confirm there are no warnings generated by your tests, combined with the convenience of 'done_testing' to not have to declare a test count, you'll have discovered that these two features do not play well together, as the test count will be calculated _before_ the warnings test is run, resulting in a TAP error. (See 'examples/test_nowarnings.pl' in this distribution for a demonstration.) This module is intended to be used as a drop-in replacement for Test::NoWarnings: it also adds an extra test, but runs this test _before_ 'done_testing' calculates the test count, rather than after. It does this by hooking into 'done_testing' as well as via an 'END' block. You can declare a plan, or not, and things will still Just Work. It is actually equivalent to: use Test::NoWarnings 1.04 ':early'; as warnings are still printed normally as they occur. You are safe, and enthusiastically encouraged, to perform a global search-replace of the above with 'use Test::Warnings;' whether or not your tests have a plan. It can also be used as a replacement for Test::Warn, if you wish to test the content of expected warnings; read on to find out how.[N`lamb14WopenSUSE Leap 15.1openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Test-Warnings/linuxnoarch2?YG{?KmA$AA큤A큤$[N]V5[N][N`V5V5V5V5[N]V5V5V5V5V5V5V5V5V5[N]7a38639c8b5bf7ff2566c96307a75863cdc8329c0319123c4bc81482d116006711310b69f135aab5de1a7d16f7440437f13561545b8694e16bb36bb275d0e0cb5782cdff001ae644e4aadfdc85f9ef1eed806dd6553c9fce713acb62b06b6242ad98742459e575ff569f50a350a1a5ffde95cae88a897a5b12dd438960617434d957b366e94af5c92c21d020d66448adc898d8e807b5509a4f1c24b426c80eb95777587bacc8454a7b375271f6e5075e915ba1a39671fddfd3655d35277807597f80c48c7a0fdb3db0144b073fe64a2932b41594059790053607f10263102dc419c3462fc2de3e15cf68df02307e09376639a9a42148044bddd6372a316764f1809d4c2e75477afe12ee0a47b50b923ca0701f83759df4d6201dea623e33c2a989c77465f88c87b255687d8078db5df8941c805723db650d17b275be2c88cd63f1d1d9a444650833f91d80d1e506aceb9c548f25b05d49259de3a6d2965b4c246c9dff0a44dd833b1a9abc857dcb4a3ea93b78afa38b5821f9a9c73d02f535fbd3e97e8eff8caf0e8a51497580bf86c001f49bf7c546c646adab363b8ddd1fb0b8197e79bf0c7d1c07040f8ad45d813d6fa2acf38348e07ec3a4af60564a0b53a57ca5ad9dd7d1cf394c5ff02f30209322bed6f8c31141aa1576189f0a184641rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-Warnings-0.026-lp151.2.1.src.rpmperl(Test::Warnings)perl-Test-Warnings    perl(:MODULE_COMPAT_5.26.1)perl(parent)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1V@V_V~@U.RS;@R;RNQQ@Qcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.026 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.026 2016-01-27 03:13:25Z - fixed use of modules loaded by t/zzz-check-breaks.t - fix stderr suppression on perl 5.6- updated to 0.025 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.025 2016-01-24 02:59:28Z - prereqs lowered from required to suggested: - CPAN::Meta::Check - CPAN::Meta::Requirements - tests are now quieter to avoid causing confusion, by suppressing the printing of stderr in tests- updated to 0.024 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.024 2015-12-24 18:44:29Z - remove diagnostics accidentally left in new test 0.023 2015-12-22 06:44:24Z - properly handle propagating warnings to previously declared handlers that are not coderefs (i.e. a sub name, or the magic DEFAULT and IGNORE) 0.022 2015-12-19 00:32:42Z - propagate all warnings to any previously-declared __WARN__ handlers (unlike with __DIE__, merely calling warn() is not sufficient)- updated to 0.021 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.021 2015-03-21 18:48:27Z - add a x_breaks entry for conflicting versions of File::pushd which inadvertently call our exported warnings() rather than invoking warnings.pm, and documented this undesired interaction 0.020 2015-01-03 20:32:21Z - re-release to fix problematic $VERSION declaration (RT#101239) 0.019 2014-12-18 20:07:02Z - fix test to allow for special characters (e.g. MSWin32 file separators) in filenames (A. Sinan Unur, PR#7) 0.018 2014-12-17 18:17:30Z - fix test to not depend on message formatting changes in newer Carp 0.017 2014-12-16 20:17:22Z - handle other warning handlers passing us partial warning messages by re-adding the source file and line number- updated to 0.016 - fix prereq problem with last release - now no longer testing the example scripts for user installs 0.015 2014-06-20 03:36:33Z - adjusted packaging and tests to become perl-5.6 friendly, including only using core or dual-lifed prerequisites 0.014 2014-03-01 22:08:26Z - fix test that was failing when FOO or BAR environment variables were set (RT#93447) 0.013 2013-12-14 21:26:06Z - update configure_requires checking in Makefile.PL- updated to 0.012 - re-release to fix t/00-report-prereqs.t use of CPAN::Meta::Requirements - unnecessary tests removed; CONTRIBUTING file added- updated to 0.010 - re-release with fixed compile test - fixed error in synopsis (we do not export anything by default) - a caveat added to the documentation regarding embedding warning checks inside another sub (this is for you, ribasushi!!!) - ':no_end_test' now also covers side effects of done_testing, as well as END blocks, making it possible to use the warning(s) subs without having an end warning test while using done_testing (necessary when combining with the 'if' pragma)- fix usage of Module::Build::Tiny- updated to 0.008 - compile test updated, to hopefully fix mswin32 parsing issues - fix subtest tests to work on Test::More before 0.95_01 (RT#86802) - remove use of Class::Method::Modifiers - new feature: warnings { code } and warning { code }, for capturing the contents of warnings for subsequent testing- initial package 0.004 * created by cpanspec 1.78.06lamb14 1528385120 0.0260.026-lp151.2.1TestWarnings.pmx86_64-linux-thread-multiperl-Test-WarningsCONTRIBUTINGChangesLICENCEREADMEexamplesno_plan.tsub.tsynopsis_1.tsynopsis_2.ttest_nowarnings.ttest_warning_contents.twarning_like.twith_done_testing.twith_plan.tTest::Warnings.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Test//usr/share/doc/packages//usr/share/doc/packages/perl-Test-Warnings//usr/share/doc/packages/perl-Test-Warnings/examples//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.1/standard/b79c305dfe41456084c1c15fd6d42e4a-perl-Test-Warningscpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PJ&XB2yutf-82291abb26bc038b47d49b484a9f94887cdcca15c5de6bc00f2f30fa91d0259b9? 7zXZ !t/͋NB] crt:bLL zsGs\0qS3-}()s4c/ϱ v׊q~ !ϜPNa0a.r \(Dgxījuw=Vp1b1qy=VSh[>xb1P$Pf(>;BjB.܉߯i)Q0m2+\'̚ʩ&MPY5_%\ wEzsY @=_+Tֱ'tnguF Y*7I%V[{eccpwc&Gecwؕp%ewI0}0w>]=4H!Lah %s:ʨNdFh" Bj9mY%nsis'6g& PrYÇ|4&QB̔bEE %Ծy(gWcbi|":)0}(rIjZ+{ ]3{%m`|<-E(&M41pʉYSəJK5)Xl.kK_!0Ek e'W01=tf]%SRPm&up\ƑY= X5Pd]ZJ6-xi%T_ Q==x!ivCc} cюf*fDd%TRɁŘ"Z˺z*GRFV>?LV"סjz ocV"ewx\c?%u"4 Q P9#JB1.Er/(ǁ1o:WR#[X~.Yp5Q['C|$D8஀}*3 JY kZCRsYʍ2JtG]H{23 UŻ>jzU>hP`R_=|_&^ɖ`@\&z*] ֓@FmBUv6- v,]:HR"ȕ7dQ\23|b#$S"$Au!oYњ쒼s?}b!itu8s6yN`_WZRU_p'Lo.݆1*(X q^|/x'f5_u]LPOݝV_IЫr#ʰtv>z)g CzP,Ae3 @p hvGmR˯ T8&P-ߓ].V Y*g c$0^%9s}M$tWEg!SZ 촡.*n9nWI`9t~؊[q%d෭0וۉK1 2OY𨲽@y3 >Rȏdz"ecfa+Iر1EC^ ŀY3)!f]LbQ]iLf1ȾogG0 AOH[ZWF$d*?||;W80:g;Tl0@:P؁Fi8BZbQwOʨ4d8BEgZE@Cڷ fi$]?Ta9/;e0aΧ'mK ex$]89!L@evފE)\,:CcoLɪ7@fRd"3\)}8QC&+wЎfV5{NSNfS UX7K^O>k|@)K>^#&TӇjUR+C#VS~tN%c G%ړ~O두*jynBVE/t޲H ^BbOȇ7*OM&}D{kX-%L@m+׽q(2AJV*yD^"%Fql-,\qdգOy,s1&Ճ؅u d& ~^Nv, R*%U`)ma>J+{OI`Y3́A7֦o[os.OKDop؇ !iy!:{V >msߍ/J (1;G𺓱#S[/+7Hl)b!s F&+r&o! zb,bNԼv_rvF1smu0i C5y ~ꄽ@]T#0śH8s8">볂,2`B>弑Ze@Xb0Jz] 4R50 P668/d][8Eٙ+/PM&q8tV;mIr+HPЙ֫M|ឣTM.d( COU3ov!*4Rp%9^ka}{-mt{WW=:|9-8B+8>QUYq*;*öAoOKB+Uu6cf7me=0DI#ȊvՉv u]L$kzŞt/9 k5QS FA7B^rxq\,t'p0?洡t􃧼^/~ب04ѝ %C+4LŠ?)ٹyV{4bc2V#Tmw!X͜XuΆ"7wP5@VMujMv&x> L@< Ƈ&p\_qafzԷݯX1[;Zj ..{LE BZ/b :_nצ $[W]0~mK8H~, a^q !ZR.2ZanTܓ9T8g>xCl%`J?Xd@\Д<یiϴ! )Kp`i`dpO| sak]r1Ba\S$5ɠ&KwaDţrq^ל`*昛Ï3MJ~U!#Rh|_zR<᜛ #Z.sv$BL _>kSf%y!5+!lVq;냗ơɌlE*^ʻ F+XŧEl9_L,"yv:׀ LD8^ 6uc|ν\"b DGLPi&~u)xӆ/ 讱 q*{GsQ-^EutFr TPSCnZp,i0C+$iX71Q\&.O#W3^IḚr$\ݤ.Zsd%вbhj*S ZyYd]K_hFً&EFaP6☼"Ƕsx78tqtx3ϴȗƑ2˒2xZ@em``hlZĿ$^Kb*z]˻>Pmn.Z˴9ڃ(HlWcf[`hyfis $GL}yr *b~g1.,`O*G(71ΡKiPo F.- m$AƮ6cl^z`xPGrcbIy[PG9h<-UPDZ~Q5JF U g@tEbj2k*7 ~I`nJf 13c>pj%iMYjO8k\v5Fp}9BŌЃ$_tTrdΌzhe9F=˱.OֲzžsX|1$(#P.JSwލ#X Y5q@M2& OheިTxp2c/=˄A$߻ …ah@2wL);!}Q, W. t%9f).nX=U\qɿ A e}x;c#kN<.W8Sc3©C$YghYQǗ=9IX'-N*\mM1w/cRb;|e|](WXdQ^DGC<^;Y9mHhJ/W*-Hvwu돯lc9t' 56o'pJΈ|U5z)Tww"s*nD! Ve^pBt|LȴkIbpF"< "*y`ϣZ#+)XPG*Ljo,ՖgQ^FN H4ĤDJ}\+LsLS?DPV]ds`cRSA 3=3;_b e㸙&^ZݲRH$ mat쇌`1a JQĿDyk7`Z.8GVـ) !4d۴-}ŵh)+T!2]=8vpPFcM׍m@X5 ;B%=5[M*reP;̕)9LX"ړ Y񚪵>˩PKѾYot؝ل.UYPkX]s8k=ǨXn3KT|FP} 񔴽9NBO]bTvchEQżF3/>/*pmUu).]Hг3PB2z1sO심'wx0x6mu9%nϕUM8ɢwEٗ35z{X}Es+% W 2(IMe5I@rjo^WGD彇 3j啐>:kVmC0ޏ;k UCp:_;g c=9IRɷ4r~{e>|Dw}s*NG "Ëzre,ֽwQiX%ţ'ܿKfwFQWfuIbn"|AUD?.lXB^NZhk 8O*$+ ]ͤ,>#OMα%ef1f9!P|Q <2dQ/v\7csCozmJk~RzhxXNJ$4VRgVb2ؐ8[3hEdI|/IzΟ~y-fB9)žpf+:Vn6Yu"IM[4t 0ΦCGƻrE-|~1|)-єgx2O0g"Ws^rmGէ`.P$$*>\cu<O@xQZ/ (Z lzh*7nyČ\)Lzfn6l0c ]0/du\y#UwfmgJ!s 9? )xة<[ Ҵ.Á3h|$aIY>.ЧxI6p֧q᭻.⏈X}Hj MԞMO8_{a#N 4V=";[K}yn^!0" MyGCXyC峚a9DgLG3 uHqjk|;#D A "" k/D-TM7 @-19~ l\0?Bx2+Qdqgځ0z\Vt8&p =TZ\0Z('L7B͘vo`Z8ѱB WϋQgI٩Hu 2A2 QO" jsB51NBEu3MԽs'^MKfݱag7)vgB%Ddb*z*Hߘ}RQśz'+2c{Dp6v K*m #K =jfo giv~F(3}sD ,o>C3:`=Fe# W!R \etxF߅\Ru[D-DL`PZD~~Y 1PaZmbS& ULz(7l@zܿ4,UbFTA.}H"\n{Imܺq2Sc\t{S Ye[ `*(&7ܼno~ٸsÅwoɎE?>n- 82X/K:3hIJK3)߸ۑ]FQ\rJQ*SٕV8iKt'Ti_{^ȱWD;~ qQ[*[8!#b%4Ҿ+ FԕX865e?>gZ.Y?pO7",MlRHհ}''Oh赃sXfbV.g9@&zcLX7Nh\J{fn%|1 GHS̃ }D-Mn޴UALDLuw+Q6$@humimk K{w:|@a OF&sx@92 $H3WbNe՚ICIa# vA@p îŽǦt+^hrY*VH::ҫh+F$nb?,1 $Y׎Y%e^WVho\6A֔'5izjV:|)ɟ)^jCAOyMSp2[(Zk|[3R.bӤyh'jV T) E w"o#pއn~b)O]}ykdߤ.ҖgǘPwy΀Oz*(yW9f|%|6"$;@z=Za=m:옠fwR@o-5B&rrnNAX-OeX*4^{Xyų|$% ,Y&k~/FtNg]äBZGΣ#6> -H2C]遼XƟz|m8Z˪C <,NRSE*:S!fSX?5LdѶnΠ/ ܂R\@Q5!dro8tDU6>YKo#EBUrJy9<t{A KT'y1;8+8YcdtE\yږ7Q?3fR3v2O{A-2hgwqԺ"ښN+QPqQW(i آQAMq6F@x 7)Dv/] b*FzK+gL/|Sߥy[b"+(c?FQv/j|S ɦd}; 7{|\wP̀A(˳˿63mE(m$>aC[ D5ј~B(H~F)Dyx n_ Tl%Dt 9撍vИ:W;mP{e5L"&726R1xYn"#[xfx}i5+6wz[Fys#6 PZ1A-8c"ЄXxGC_w ,W;l7&jpXJa|GϜp D?>kt/@VXahncyC%{r(cy6.Am+IW(+K1 Z'+JN-Q &qt kS@E)eL9;C{!ORFE&Ot>}^^Q6Bb0,Qb"j rmXT(1p֗XC}[5z@p OI{׷!d/` 0auN76=Eˀp"!,n&U25f;Ɍi5fF II"\yTmzmv$]v!6*Ĵ;9W&V',Wd(S{^6ŸЙoN#yA[fwJPr*D{4jzvFD>ϟtt35E;:뜁;ꠖ%ShSX\ ',*7W128{wuMJ`Y4wrB&*:=T()ډ43>g+ !#-E1Y@n_&mU> z+ Xn}ig opSV%uHxlӰHE~ŗZjh|Xv“i2xZ5`$ :ga'Gڎ~ĺ@V0CWBuSțCT<]FX~ؐ%3.dƩE0/Uhv<j+Z>_+pS#g> Q9rpnkl#'o򡣗1lH e+i8Q:Iۈ.aL#I_T^NpZgBőXua1c6sG4w!YBj Sp.xw>HHu?4Y!Rn@Ne{AvGa:on)_kv&v8C% ,BYWpfMLϩOkXa-#0}JaC2˰pM?y)::#9 " k½`b%ݍ"& |H%5[9!5(lؼIQ7YAv`rQ<' I+;FT:]شNY>. h ۵}ƬgzO1ĺٴ|HN'^HuyΞ>ڍ֗QCz }vO/Y?EiP.H lg@;G`,:vH| |#F7*.j7G%gJglC0˪~>&N uϭk.-K7@Ii5>T@H5AM3u)D'H®ߡyK*Y3Xj$-)uuu6B B{cxkaE=s[@|4'}6QgP 'uw\ZmCPpAšGg!q)'H%j,w 'b3_8Ù(YP('& ،ɴ Qμ R b8Ǻ'̭iH^*61T5̗=0ފP[ĤAd__5 8F sT%ۦWI'Z(]`@ӬI҃ޫ L_X)C§fxi:iɇ|Ypj7;PeڊpГ"ƐꦊW /by +O+EvJdQe6 at3Tn@i(ݭ|f״B̈a$,#iBAƏ_vvJ1[Y{ LŒ"a[M2ZD>խ#&)̨/C?XxP ˒@Wͦ _xF B#U,?Pj6ZAF CscK\jI,ھ2"ƉZna߁qӋa[?ba1SڰV*?봏]X.\õRvt%lÐJhhXuf&3&[#~*˫JCD'V W1˷ᾕRPFyCPG8cFUbY.f f>0҇4۰|3U&NAjSf'p# :lDD_OE|lݛHkqk?">8flR1ɊzP{C^XwG*5,UuRgۦfr? b,6h, 0紪`ʹ S݃ w+;Ŭmbro&N帗ΎDc +ŞqmI f uPTV*ޢnފho,xd`Vߌ^ЪUVa[Ⱥ.NJz ["Qh_ǫxH. TZ%fc9/'?PPU$N{_BVZlEObbKïY;Y sp%ગM# V37K ǎC> o ')v؏A }xRʫ%Ek69TG,.6L-ex1տ` ooQeDlĀф,k5 =oF#_VS/ !ƃݤQ4b !g7>ӈI o\)\tmO1f#,;u#.!Lqw=kwBS~N'nq^9ꈭ<Qj<8wǓ "Cu7d1xDmK'mA1i\NӾHNp81,#[w'ŷʜqA7hs܍n%Z[%wFFjs8,f-WR 9M1pF=BT${X'`|nBC_,C]yΥ+Jv),;?RTu7D/"8Đ~PĨa7ϡ uefh7ڃe[l,6fXеnø,7 }X?DWe-5 h2w勉&b*m/ӽ;_] k^Ӳ材.{JŷNs4K,EUp)||^O4 7ZeEqhoJ_#)wZ* Zy5\x; LHum Dl=fTZpf74\T #`iSl=0+xIO&VBVU0Ln1I 784QH } I KO5{ʽ>fijn?KGoJxOL(s"%3pε!t[04Zt ?י|j{B5l^7iZCm+bYV_,a%RA??B 4gݳ^]y"pGj!5Ez#zo9P vqwMdvwWt1֚7fS]!%7X4ƞ򡲇=NOZY%;-<lpwFN5wWYU ז3y[uO_ ]CR d0ݙ.ײK$&Q27e͝wWaKuڈ %$UMPWɺV(XYЖkӔ{ lobqD_ʅX(]0*lVp^wKX6ļQM]1y:D_~)~ arԶhdDeɄvP*JL8F:k9ULP]+ڵ6^ȢNKU.z.]†9fhss0}""㳯(aᾭebbD*a{)8qA,8͸.E,Ozdiu>8mGn*~,vl Cus)QBM^QRWx>BbB ^/^v׉^l&@WrD˵bM@@!4a[du/Y)g|݅=453jԂϞhfe)@>/:zePokBI:wb&j΅7+d=ؚ`#"ikx <'Zm;KsߞwgÕ-楈o_TKLxj6 8ji -gI4~㗅w5*(HT&8 ՘n5)R-MZݞJϢ.ah&Z%1Se[:ߤw# [t4tTR\^>+sejw-Et#,|IV lًPՒQ]7/gFZ{h6hJڮg 0݋|[ uPGx &~9MEkPP-0AlF5S $0/;4q;'gT2#Lx\Fd>di/9c sMXY.0Wh>7~[u6kr jbnaWOOlb9Pkvh[e.YIܫ6>f!Klme6CH/BKz(vsD@HGa++ɩg+7"DkUC6d-Z>"oR0zgQ$p2/u x[@M82 k\=M):o۰Ti4 ᙾyX0V)pe0'VU Mddh+#ݞ'n4:ģR;c(#]Zu[ Ո7iCcihc˽sgSF7mTRHM5E6섭 ~B at$8ͣ+IνELTo'c<UHڭrM[ et" T> LdX3zaHn1&J@V {N_tQ/=N' fƾ_'=oDGPjTzvֳYɭ_ITui,Σ.j9)R*%[ %\4 96sgsYQꤾZ_6:њͺӭ]Qdך3K &E:4\ oy5ԳJ\Ah(KQ]eW a{O֗KYߙOC~ T%x܋v5g &m&Nr|kEZtqνޗ~dLFu,(: jޕ+Q97Ph:5gw)sA# 'ΛSf@&XB<?T&coվ_ҁIQh34!b"cGO YZ