perl-Test-Warnings-0.026-lp152.3.2 >  A ]/=„]hJ.N17G5Z)ՒC0ZZ}KKT.Kz{}pV6'YVl-gO~oZ=r+]`Xwo|,mkGp>!,?!d % L (A [v " H   g  |  '    ( @ ( 8 9  : FG$HpIXY\]<^@bcd,e1f4l6uHvw x ly z    !Cperl-Test-Warnings0.026lp152.3.2Test 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.]lamb03WopenSUSE Leap 15.2openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Test-Warnings/linuxnoarch2?YG{?KmA$AA큤A큤$] V5] ] V5V5V5V5] V5V5V5V5V5V5V5V5V5] 7a38639c8b5bf7ff2566c96307a75863cdc8329c0319123c4bc81482d116006711310b69f135aab5de1a7d16f7440437f13561545b8694e16bb36bb275d0e0cb5782cdff001ae644e4aadfdc85f9ef1eed806dd6553c9fce713acb62b06b6242ad98742459e575ff569f50a350a1a5ffde95cae88a897a5b12dd438960617434d957b366e94af5c92c21d020d66448adc898d8e807b5509a4f1c24b426c80eb95777587bacc8454a7b375271f6e5075e915ba1a39671fddfd3655d35277807597f80c48c7a0fdb3db0144b073fe64a2932b41594059790053607f10263102dc419c3462fc2de3e15cf68df02307e09376639a9a42148044bddd6372a316764f1809d4c2e75477afe12ee0a47b50b923ca0701f83759df4d6201dea623e33c2a989c77465f88c87b255687d8078db5df8941c805723db650d17b275be2c88cd63f1d1d9a444650833f91d80d1e506aceb9c548f25b05d49259de3a6d2965b4c246c9dff0a44dd833b1a9abc857dcb4a3ea93b78afa38b5821f9a9c73d02f535fbd3e97e8eff8caf0e8a51497580bf86c001f49bf7c546c646adab363b8ddd1fb0b8197e79bf0c7d1c07040f8ad45d813d6fa2acf38348e07ec3a4af60564a0b53a57ca5ad9dd7d1cf394c5ff02f30209322bed6f8c31141aa1576189f0a184641rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-Warnings-0.026-lp152.3.2.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.06lamb03 1568996366 0.0260.026-lp152.3.2TestWarnings.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.2/standard/0c5d7555bb7a529e82979367b2ca1f15-perl-Test-Warningscpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PQ#yD)V*FS]utf-805924fe38a392ca3f279cf52a7746b07d07fa08a49cb77220cc15a7def6d3f46? 7zXZ !t/͋N>] crt:bLL "o(>B,v/8J`C/ })ÜR^4Z܍CdμҞ~T_TEE1@7GAJF;xc5ZA%C1P35u25sr^Ae lˑʓ 9 /`5S#?fuDwNO =GEHc AHE06qpm %MWb~ FT' . aAUv541؂4P;0NELE]] f"1ٽE(=[T{)- #Iy'4\xbbE-8aSW3QėMIm+q|A|qٮvp: T NWCqϺ(VAS[}Y 404+]7Kb)x:[,f5]m߿z lkWʶ*d{={7QPJ[|T62mAF^uVD=4o`> ]ݲ+CO+A. -!AβXȠB_gg % Z[~xj!#I{ۧӬ?~?*#*,Pju\Blaؒp{I` 15y-Yq?g#ˉB]bb1᪤A"Wl4 lJa/tf BX|I zHvlDv5H}AEr-1aOL鬥zW|sPդJ.q}cٯSq$K:q6ޟQ(p.a[6ChW"; vT&y俦fj Y[RJC;5܄ŠR&bVف.e1oT <gkQ H5}.Pb*a!a7u#/ܩ NN#1$}">dqLRަAA&۸]~î]de$7DiI2T~ /$S!\E`*H ᗖܺ9km ܅H5zl YʈpT]^ֶ!qލRR}`êzUS7'?Y8( >ݧ?6˵x>_ <}D)"5JFJl{օػh%MZ-u-%`jhSR?Gb5Ynn1^Ү2Jx5%RZ/N*t:d^T"<]LHn\XPymh.؍&U`*cdZc*heAqG-hp%x-_Ȥ+~=hft_1=E+ O=ChI$tmS͠"fMpJn_Fݖ/_c[m#6'vDz[ZR`lg+~$wa{^ۗH.ʙ3qGq ]P$)Ofv ޥz`fk6=1s}ޛi6n躑\2 P \_ioI!=[,HSVHezuY$Xito@Ga7W 3Wތx|ڇ 1so;1;^q_:2Տ_]E籿ύD?0ܠ,m4$:KEHDIBI&00w(Gb{{(-RBYhp-9 "}t?ioܤlmIYsq!C( GM8O]2TjR4܁nGqi_wvA5۫iqMnVBB?hUd[+-kQn'}+_g+708-=_wVplŸ $yݞTf֪?^EDm W68Fl3G^7X+"_3K,쨃=1l99E/;ƘK}b5Z*X[q۶i"/ |"֐헆7,jLj3{a!, , _~&ZþV~d)(yeo(@؍<5LNZ:mKG42D!}0YESX90fv1 R =Xi|'c޷I7`S|"BDٛ) {(!TKrf=3; hCu.U-5LuJu8mF|' epk*rpx*Zj(&GŸ ߉G |!ʮõGH?A (7&q?e fD)x(&T盁MX3(g 7I.ǭ#kd+:|4?(~-N].#˨!/UA "%K43d/:XD0ap)ķz债VZ%Gj'; j6$ k&7``Ŭ'x6r>䳳o%oqXhZ_{K\wJZ孖=|]m*Ts+^@~Od:OZ4W?h6|FNDdޗ }4s|Wil[LMQBe0R‹"mo|7!W%)StRuɥU61?ׄVuz8AC"UÕ E$}Z˹?':W!w |6=Q{8FAriU7Bv/~{ 9ƫ,5C/_r|4%7Z]c3OM'*Zq?PR5yJQks9 Cy?6I ղg 1N!GF"I2Zn?AK~1;*c0}E90Oi-bg|Ԝ >;с !|sq.hRq,Tr jR<8;FQ8p_6ı6j`-tmɄ`] 3&4Ųb+Jp43 L?%552cHM\kޟѼ@y?mceZʈ[-i> 7,AK=P"46'cRL%*²B vwX&o\.m9 u ZHIW$0jS}׽yܔ/(t{Igo!}SH]aX#—ע p,ӆQ\?ҹH ?#~"zO* 4m-Zi}8cV +xP7)LeMK3T~ޏ¶i#-2n4 kn> .vdv"h`N3j{OalA9P۷ވs~zfwkgP9mJ:{ɶͪkvɎS8|>A./As}92palvp*"&4< &v>/g& D[Uc9{N0݃\Tm=p9Ժ}{@x(G>= bdM5ꙃpWqw3%{\}Z'h b)Yнᚥ8@#B;Ro$! ^j8{fQ`m̲Ϋ٥ʧ %hOdz9mmgGFR+'0Zq3N%T[zBA!@ mfjϤ%% la6V5hHNC+_`[jl5+XFk6bSu(umH촄{UtdM/g r9ۑordIegr:#eР_0`6WVj,h9E}Z0PK V(38=XjS++&2wQ^)u1b$_2GX珺> g\&߼ CHC$&IޝXWXSÖ⎐ZJ[ O&&%-':bwދ}nWY^]X1eGg%UBfis}dG"`Ҙ9JhPM^u{]yaL+zwk"R4AxHFNqfQ÷RV>}&C]VM>O f!p|y4(nϞ)ѥ,3ZCyP#("imBz  xe0Qxq5Ea$pVQr vtм,ȨreD|hknHRJŕFڒsRujRIF[+ÞZKj7WBo嗁0'@uCB2 +/_M4-+c?jq JE2NKb;vw5b{0FoR0XCWV ::"9Rw: ?c\tw(Q_20EF5 գʫ'Pg^KY?E72M~e_``_8]I /Ⰳ)6O'vh\q-kQ+0QeHJ?}o38hP9.݅T렸.4*8aĽ0ս2 %wb?𚑑;_z)䄟^(bJr>Uvɒ ftK _)EHl VrCix"6>ܿOjiLW$+063z&XxEk0DNq67  ihCIxҔ/؝-]wL@t%^ (pkKS65TIơX$]Qǩ^4A(ahpjҢ}{+[ }kPr-@&ՄsfbYY66 )9bcC9[";Nֵ5@z` AeeXAK-% 1-mMxF]^T RO $rޯ5@ͪq1mBJ=FnU~y~zPɰ DDAd_D/kJ\G|l+_5K;^*;{ f(!q hm`+,:aE &4V'' ^$%0cAfRFsC\"h]d=$Fr?O=~LjsvXS;e$3ZYr v& :"7ߔЩqܼN.AuE׎w/lu߻dO홿&8>+Õxmkܨ[ ʼnaEhl,+sGʹmVi=X#gﵖSƍDH8>x ~H?AHYRzLƊTk_x6ܛ3rA Q|+DwҊv+-aX/OI[8GՈGuzsV;HC '&f=4=/(w&?e|ę4v,]t̾۳x662(Wkiyͷ+V0*  ``7{U>8Fڢ 28Ur}0!q×l@aA` ?m4rg96sF۱ï^E(jiY,~WYlj ;$ȗ㩯UK[]<$d}4å0.M~MVԣOIȦ.?i~嫼;?1d23hIN[D=gD+ˈYKJKD\|ۣng,ΉSzkgAuV\Tςy$r9qDke ]wA!pt:4 >y0ʷ' y@.ɩjn I)ײ3WHZ`nwp#_7  =bV^U=ŮA~X,BF lIb^KNvzLj!JL+W$ SKg{{84lIg(/C᎛p,)2hަurye2INyLm'y\J&vz&!Brp@ G?-k`耹y t l?eBS.Q7O+{ͻK쓒-(~HvW>/0=8e-|WY"3*/ LF>ߚ46c>К睈QzV.eq},JpXz/Ay;.ZRݾ'&jHxz|yOo(pFs2s9CSDTr;UNַRؤR\ C?j,/;)B /mh^H^ǗJܦHK&yI4C.*1Z{ZbL;8#qՙ]OR6>I;0^k JE4C1VnW,N"XȵP٭8UͣN5HYA1 ftCpau3 AOJ&%`$7w 3q:/!p͸|b8!d47Pl3>SQ2_yB6Mŏo[sњ~4[DWǸJ`|h!Jus{\2-nwuMGRu+hFhu[jqwJOx[*i9WOmֽJK[d*3[_=tɤ Ǎ x-52  jHjKJ6'm--lbT4&jJOd}L)8^1zG'KM5- ]wD0C_1T @U49׊lY}>~\:|n^I%+A\^<~BpBG,+lE[B 7*'n&csNJpSx_)}C '|2WL Շ(_i:V1<.+ 8@z n@Y +6cs]°F5cXrM?>ft͋!1՟'eRJjUз|2մERg/| >9U;{{3~s𓦡f/(&DZM&qrVقϴμrc2s~8Z(T,d a]ZTuY@J)V>崺"SK|eOܽȼo,ܘiЬ;a yX@*T$}4%R3{!]3242LKэh@c=LJpCjyMeHNdm:&qV @'Q :̧N`dc.p7-۹wlZDX"f#ny81i~1N)q@K0cKMas>` 箅Cn\ˍ\ ՙUIEDTwS_& X&`]Cӏ?oSŊg+Pbm(+nUp)F*CIQR/ GmO -&ȩқQ[pj5! Ӥ?X]H8 &>X}])i&TzU4T18d2Zg:1vEG6TȻ*I:Y$by RQNl枬]B5=n77q ~'tXY$%O:/$PD[7Xxb#~?CtdE'wk4XJub?ϸBadՀCyՠo DE5V|Howej=yBp!g>tKe* s TOnZ$F,rI(jk;59VýRϳ Ρ@WHkˆ8:ܿ N;$}G':+;lXq\˯q)h‡[ci~z?7f-G8WIB#k#1fǷJqV)lR0g9}#մC_#ܘ;Ǜqq_S%!Z.5. 9Z^/ n :8!MxZC\NCdB\<)KaZ\DZ@-N=mM&|, nu4Q&!1ens5b0 (xhb% Dy_#{¤85:.C2k+vp?{*?I9-I[Q| doQ>;(w#.+ ;s .ȉ"}V!JCBxy a>2EOE=4rϋ)Jh5\Q5DD,ǘ #X)'/SQG,QgE@)"/fpj?r#EڨԳ^ﺮB 5=J~XOL}z$6`haN>“4Fgb\K` |[1]}ZgZp, "84;In y+R8Wlf*_2|~j²6Z)Ւ )ʈAf'kT'@_iguVhNbZ l0u]"YӾ;I_5̢R̰S4=$ <ɻZ44L.5o4jEby-dc29 I5G9yF!S&Z&;4s<iLba,KJvo{@o%x/.UPD&}Iw] l=rw:?<%0 !Tl@f>zӶ7_q}a|]_ٴ#7 #S.ӆ=&ZsX 6WS4,|U t+W[z1XaqRx.,Mr1^"5\IX00IC?ZBϞ:v s*> >ۨb7;K+Ɩ<̘ uzyEi{\|6 +%vcy T}"Qrp=9xc`l}sn[!_a._/`jd?`g0u+m,ǵ~4fi:&XZ%=9oqhpT48 Tj쓏K.VsyPC/ǑS(PT7ݗ_-bwĶP-Xbn(蘦oуmsDa}-;:4c4f?Ф,Sh.u_$ n-cdbޕ!\T6V)(^/f*D1Cw/ˇszfҿ̡"c?PѽpP.4*PCa/AR`(N,fϣbUߊvNsu,J;_ptNN\ۿ-8~s l@]흅78Ip{y>PفtFJQ*|*s*.=g_DTDqCo6IƤ;#D? 6 2?9xaV̄$.k%؄Z c;f&熙tZ|79K5~NkΈYW: ~G>~,yݏql2,^!o}7 .؄)(ᅶٛj>fݻb(̟}noX]axD_oIsY>ÌFי,*HSY>GWl`.'z沓LƬ @vj}\y,e<ݴw@!S+Ҁ-W?;>M^0z[==jE/€QƤ8,)tGS1A]B_/LPɺtKQ;Z'{eOfDbG8+LNFYWf偖']&@[2Ia~WEb<?* oNCF*8 J}`>wΜT܀FQTSRq>_eN.p !IevJc߾k c/CvQzlW5a<:%( |1-64iMr7zBiPEMG[뉛FRv37 ݯZ* t8;='. x•ir+{"]w81$/C'ī*rf YJP}w_W#ȖfܲB aȭaYB0 R TY ߪlܽ> +-+ _e}DDn1gR.]jwf^x@?TBS nJK`l+["3TL/0F?F`hNOw Ji[Y=ͫ_fU [*ce=~9iS8}ԣ&ǞB]}Ib!(썦瓲+Ap4Ԉ'׍K)˴>Yك z ?D> |=2w#VtXս'835 + 5>\ɘKv\ jLa26l\ 3jxU{i1ySz9[jm$+q❉ 홌dN%$oĵ:hAoѩ:&lí^IGn21ht'I:(?`bU}6k^y梿=R^*{!E K`3ÈROAyMoLW51\<啢SNhB F3!:]i@2̀H9<a%`^3F5K*GۭS&ѪH10 O qhFO'+5߇-zGT6cۛXW,t~?'-|HȆYF8?wzsԿIT'6^_yM7$#77s.!PAY3ֵ8׫^# <\mj39 Lkubc&(\}JL-̮~y(dl\9v5~XU$;9{yAvy7 $5|MV/vU9r:%JVa*j7 *