perl-Test-Warnings-0.030-lp152.4.3.1<>,G _݄/=„B}GEhx"a#*kZ8qQ"f#yx Brg^>Fn-n 3zKz1K &~cJϿ5XlX@t[7خ&Wvf: !W׈=`qzaUrB9.{<lsߙK1rUC>!?!d ' N #,M f  4 \       H   , T l ( 8 9 H : FEGXHIX Y\,]|^bcSdeflu v \w x!8y!z!!!!!Cperl-Test-Warnings0.030lp152.4.3.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._݄lamb75openSUSE Leap 15.2openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/Test-Warningslinuxnoarch9,x?KmGZA$AA큤A큤A큤$_݁^vGC_݁_݄^vGC^vGC^vGC_݁^vGC^vGC^vGC^vGC^vGC^vGC^vGC^vGC^vGC_݄^vGC_݁3e65610d24f437882a4f4ca2b2f3ba423b91ed81e8e3d47b2194875811ecd0ab72cb285d28361afff6a002232997a2ea14528f114d4938353b5f6435809c103ca5992e643c9d2165e15c98bf8ebbfd1464b4953b367be24e073a155220b3d00a5199ec3d8300bc55807afb43bab699355b83f7c88b97ced4771d917dada7bce05777587bacc8454a7b375271f6e5075e915ba1a39671fddfd3655d35277807597f80c48c7a0fdb3db0144b073fe64a2932b41594059790053607f10263102dc419c3462fc2de3e15cf68df02307e09376639a9a42148044bddd6372a316764f1809d4c2e75477afe12ee0a47b50b923ca0701f83759df4d6201dea623e33c2a989c77465f88c87b255687d8078db5df8941c805723db650d17b275be2c88cd63f1d1d9a444650833f91d80d1e506aceb9c548f25b05d49259de3a6d2965b4c246c9dff0a44dd833b1a9abc857dcb4a3ea93b78afa38b5821f9a9c73d02f535fbd3e97e8eff8caf0e8a51497580bf86c001f49bf7c546c646adab363b8ddd1fb0b8197e79bf0c7d1c07040f8ad45d813d6fa2acf38348e07ec3a4af60564a0b53ad98742459e575ff569f50a350a1a5ffde95cae88a897a5b12dd438960617434e0cd9c027658866a83772da020b2f6ffcf606664d296283bb6b8856042a5cc56rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-Warnings-0.030-lp152.4.3.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.1^wS@^n]Z]@V@V_V~@U.RS;@R;coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 0.030 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.030 2020-03-21 16:56:30Z - fix tests that can fail when there is already an installed module named Foo::Bar::Baz (RT#132140)- updated to 0.029 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.029 2020-03-14 05:27:59Z - new :report_warnings feature, for printing all of the (unexpected) warning content when had_no_warnings() is called (Tina Mueller, PR#10)- updated to 0.028 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.028 2019-12-21 20:16:01Z - allow for calling warnings->import being called after importing the "warnings" sub- updated to 0.027 see /usr/share/doc/packages/perl-Test-Warnings/Changes 0.027 2019-09-28 03:54:47Z - new :fail_on_warning feature, for more easily seeing where the surprising warning appeared during testing- 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 addedlamb75 1608244612 0.0300.030-lp152.4.3.1TestWarnings.pmx86_64-linux-thread-multiperl-Test-WarningsCONTRIBUTINGChangesREADMEexamplesno_plan.tsub.tsynopsis_1.tsynopsis_2.ttest_nowarnings.ttest_warning_contents.twarning_like.twith_done_testing.twith_plan.tperl-Test-WarningsLICENCETest::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/licenses//usr/share/licenses/perl-Test-Warnings//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:Maintenance:15354/openSUSE_Leap_15.2_Update/6fe00c460d58c044336459eac01c8939-perl-Test-Warnings.openSUSE_Leap_15.2_Updatedrpmxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P'5mutf-89590c7d966f7deba903ba3906056d41611caa20b91c98acc05e6ea79258e9d25? 7zXZ !t/: ]"k%s[3IMggX8QSHWd0`bؙrGK!+w*Y@ B(;K|h+Am;-o҈:C!YaݰZ4_I{u#tsi3t֑-󡫈ISn O+}s8<\gic=}>6 uHc2ZM'5 7f͂ `a*QpTp"Ff|"}18+0mJ8+rO] (pOzEH1PIIݮ7B2MԒY q;8)Ht t`[(P!V_;e$e^\٣P%QG+% $!Fttp#b ԼPʮW<719H`pa*X,.r'LOhT} ϫύv{fBxD# &Q @*]9O zu$7M:˶~噿bs/A#%H/^lxk-u{mW=BŠ9VQ>DG)Ԯ_}<~p#ZumA"ҲT_nK4-]Zɯ>İ2"Bj%˃G]ޚ uAﶂPwa.9ZłuBljӎ4&g>RъUN˂x&Pb^& 2 1AسDDtR:ӟ5N('`$Fe:jͦ dAʢufw+[@j7\`)/|Tc@ ߬Z7?S6Pw [DΞ&:$Wf?fďM8*aVZnϮfUJB8ҹnxd]!|^PP-V<Ġ}Co7]5c4c ۴pV 7ԊH)na=;Z;QIl+>uybc9Jna 7i [v@Crm#lfck+5%orbw|uWnt"cڼql0KbuJ$%_W=㎴6amDo\zT[ A+HWq. qӖ6~AIh. d'HLxRa_dz*ghd.vwTj`*W~;SqLع7cbr=6ہvQP]ν5_U}i}KT6,̃S/&OB.Pt2.z#@{/#,ϰކPmnJ$U~Hr16/1xDր)@ V]ˁтiПnxEC/ԔmE>T'hHՙ/?0/УD0R q3&}\]r.2*.kSB9ѭp」2C"P#'Ui81>^K7lDIH&yRo ޹[txz{tu"0 bo'C.UMh)TNTbbfIJC?"rQI!cw~qӔ=&>Sks!yIc_)!>ZAzyl&W[ XQ0|̙ 3'd².jaRL ̰6/tFZi!2RFѐ-Ԁ|QiL :\vGڷsa؏-XEX6VFrYhF7 ZW-]qKvZg;PWu&qFiYCq0>4\hKM}^Vpa]3Y>۶X.u8AevKiTK u^`Sd͖(p@kj:lNZ%)֓kpZ_n" tJ0A,F(/":ڼݙ8O/t\cXKpQm=Eσu2ܼܸ?n'̉?n5/Sۼf?Mn0=l,6ФeTUU5c`5¢CEO. r%*H~v^It|ϊQDHCϐ<)tC*kbIXqML;u`Vx980wޠnm1Jkp4jʜ" dgq[Lj v~{)ކs(uFW/)=ߜѱ01. uHYax3{4uitCꪖ ]ҚՃ2✲\IrdbK3]`&rk}?FN v=\6_'ՙ0KwI4xΠ sÞqk2W\澫pa@ .@`p|il PTm c L>2+YUc )tH&F '9S}~P8I?*1DVҲ7CIV7)OOpiʰ{@^JpɥK|aS=&ɒt;?9DM~Y'9dbYTdӓJTE YLL6+Zi񥳝z~XEM^LEsB`M!VDs3&S_UЦUJgT(V$roCumOEi=T Q>MVޘ4 Q:NA+=gZ[j/<*M|xcȣ4Mn=e:3"_iK/_ܗQz#ĵ*SKZ)2`̅:~,4k%ڳ7C,juXQaLppo62(~gB(+\5j8 xoҎS(wC}qf)y[:&[`B*r_q+&E%}Ә1kZ< yncޛ-[Z7?=Gq kbǴ/WVup|S]1A}ǰkE~[.[!-}cC;~ Pd&#ܥd;&jm#X5h\Uwkn%먶RҤäg1iE/A)R'MQ[NèDE(J'O#?&Y` г+ i}Lt':"-8޸DXr8<&p X?Sݾ/O!?˼Cяon]jo4~cTV hҽJz@"PBI}/;Bg' L`L$Pulu"Vf'Ëi`Ո JE≎ˣ?)B}NTЭb&O;am/>J霉E*X`7[$i*F[1uQ%ܹT7<_wF5LIkB~lK:U'ZUB$$N9$ЉU3 }1* jD"kdcڔNYa+1W^ g.Ody acݧO-Q_"w)4&? 5$8+%ϓE&g\mX l )l͎5 BpQ| NG$߀QSnpb[.)~;,iH aܸfr"eZ9鸦XT)3*01,Q.!3N,$i؄+gXkS>dQU(bXxvw2 -Njjc]p AL7ؾ Ǚ{r#wn=:TsY@2L>($jP}lk8e~WvoR!mVEӣixFFKC5` u' TY:qOq[4 EEjwt P3VM>!$&I 42  E)@;llsP0ge`!,+ _+.Oѝy)̒'dlR_ad żWHrc#J2`M 06WۖyƋ:;UKU!?Lh͊%/2r%čC~)vgD0ʪwqӽX/ۓbwꉥ4sJ$vz\~q,ݾFذK;s:\qzC&YWL:ï&nt'ᬳ$ ? 9ʞ8N lzV¢gYu4O{+qK[?;L^mMc|Sp,fuxH! YÆ9Ƕz< b5jf5*Q_vh }7y["Kl2PUVNL?ԬWp\ ~k_!} Ł|o|f6(nXbHaG)j6o}Sz 8ۇ !˶tq$@[[ ,Е_BpwwԊ?;JRbH O 04.?Gx4;blW[\P' fRYdMȥĶa AIvߤ;'aZꖛUr/WMU`sGSfw{cBcnM>Iy#ą*AS4z8bcinK4-INXiu?d {2V˛W[[Ν)qq"1"2i$ApcN`7bֻrsbKgg[ $Kǀ R_[ō2˯>n;!E]8FB۲{PW!hxj=}/D1GNWl^+ UCtH؇` *`4B9?ou*9M!& &4S*lT(sNB1BEĭ!nA=܋1^h"QT}>eZCIW|Ƭ]-k8M`m{6ō c .66'o)lcXcX٦6UȡQpGWl78ͬ$kK=Rw}ێZ^t?[ rD ϜX Hk 4fY%,X EN;/sGrXRF~Zv򞸐~U}7hңo #A*"L!/ f|JЍuw/] I+