perl-Test-Warnings-0.030-lp151.3.3.1<>,G_X/=„23&E 5KMA\2l<j;Yl4ytV=0_9ng}$~*V`;p܀FWds su gY3Cgek@TD.u7ߑ%oۍ KaL͌}y/&,Y=:@A:*D!C|P,FL59 Іx@'kO@dO18]R2c&|F\/sl&xZxG^4 %JD K|\b|m-*!>>"?!d ' N'0Q j 8 `       L   0 X p ( 8 $ 9 L : FIG`HIXY\4]^bc[defl u v dw x!@y!z!!!!!Cperl-Test-Warnings0.030lp151.3.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._Xcloud105openSUSE Leap 15.1openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttp://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/Test-Warningslinuxnoarch9,x?KmGZA$AA큤A큤A큤$_X^vGC_X_X^vGC^vGC^vGC_X^vGC^vGC^vGC^vGC^vGC^vGC^vGC^vGC^vGC_X^vGC_X3e65610d24f437882a4f4ca2b2f3ba423b91ed81e8e3d47b2194875811ecd0ab72cb285d28361afff6a002232997a2ea14528f114d4938353b5f6435809c103ca5992e643c9d2165e15c98bf8ebbfd1464b4953b367be24e073a155220b3d00a5199ec3d8300bc55807afb43bab699355b83f7c88b97ced4771d917dada7bce05777587bacc8454a7b375271f6e5075e915ba1a39671fddfd3655d35277807597f80c48c7a0fdb3db0144b073fe64a2932b41594059790053607f10263102dc419c3462fc2de3e15cf68df02307e09376639a9a42148044bddd6372a316764f1809d4c2e75477afe12ee0a47b50b923ca0701f83759df4d6201dea623e33c2a989c77465f88c87b255687d8078db5df8941c805723db650d17b275be2c88cd63f1d1d9a444650833f91d80d1e506aceb9c548f25b05d49259de3a6d2965b4c246c9dff0a44dd833b1a9abc857dcb4a3ea93b78afa38b5821f9a9c73d02f535fbd3e97e8eff8caf0e8a51497580bf86c001f49bf7c546c646adab363b8ddd1fb0b8197e79bf0c7d1c07040f8ad45d813d6fa2acf38348e07ec3a4af60564a0b53ad98742459e575ff569f50a350a1a5ffde95cae88a897a5b12dd438960617434e0cd9c027658866a83772da020b2f6ffcf606664d296283bb6b8856042a5cc56rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-Warnings-0.030-lp151.3.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 addedcloud105 1608210593 0.0300.030-lp151.3.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:15350/openSUSE_Leap_15.1_Update/0abc2e87b5c5b7bed3687b845497cecd-perl-Test-Warnings.openSUSE_Leap_15.1_Updatedrpmxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P\]n70*butf-81058f9faac0224aefc05176e2567f47e725601b07dd0099de03829d19ce290b5? 7zXZ !t/: ]"k%s[3IMggX"M2+[&7m<[_yoK=$[5p[rJr*B(,W?>arS+6bο Fv&Š&H'a|=# ~QJFa×ngQ0֐Em;bf~ KX$zBC~ \y[拑pROQߡ-* @;J$/Ȯô%'^ 88st{Pק2frފAAV!Fk,%#\kxfV]&%•ۭ# 2@G}Q$_/S9ZnNv8TD^8W{LӘZ3@Y |ܹz` sd SHt " 8r+pm  </|swz'@^1h)pB!Q>OR[;SrހUC܊'0F-ZDa8b%C!P[I5XRٮ6"MVk5s <߄NJb qayaL^v+܈VѸ3=AZXy)JINjsZU0@={ {EVW:dׇ^v#3Tv%: Do5C9酾*a$.2%Rک$GRE܋q rZIovs V}(P׮(|d )0 uC'y8/fXYo9DMKԏ/;ua-5.6et)׌E:c ɅW84'A&AyMow1;P!4@Z8c)kgp8̱mvn5]ayU1]i|X>Y Pai:onCۮW8iX"u+$COao &]ETdرrM-}VhoP3t1=IO*K jBXtt#B)8> T'+bHMFDuR_ xu05=ra&8̯a${AiɯzryL HgvXʳ1}|-SfR|?~WY9݅4Eѿ> qHn'zK$r!77b8uvu27P{?CѢ p!R0v(g`frj/S/S}-Z3MƎp~)(4WV{eI kWx)JJ2::΍Q#|wΙVR*"svt6>X 6IʋuUrsQRVoըsEpx^K89LWJ_9 o9#;^(⛗kI/Ҍi,+H@UE|zD^]:w/@GY;mU-hF1uFVU>k6YgjT $!:o"-Ǿa}JPr!͸$-[& &YtZ=}؁MOIźH!ϊMhPJg8MQOZC+ۃUrRI"p7>G#W1{}s[+*rT[\UX~DP^yz]|apP9i6ò/ʃ@8^rt)s+㯡61*'P+yp޴ӹ1Z[ 3>]<xpLͲIy{@VҢ= HѮ}a.Par)#'+\s&| Pmt; _ X5|Fۡ >mO~"$x(P y"ۉ'NԣBIo,uKհLJHRmCTZs .wjdG;q7S)\6qv~?!o׳ 5eq̺+ 袐Z!7C,9sDnÊP,[ڼmK8Թæ4k$?5YYwy~c]kMvL0 0cOF4yC؏sߎ"@$q8Ȗ&'O.o#MR{@@pkltcezfLbCҿ'8JIj/Diq\[,ARKBiʉ.i,2??CK4h8[a_U"Ngn_@Yc +8JIX^Wv>𝙆{PûLvȅ$/7J yElE6gwK)Y!Oy$#@[(R/ ,3iMb6:'iT0T1ĸsV^3Irj^9əHr 0Svr 'G.|5/]p9:F Ŏn%]qcWpOk''C(R.cĜ\TפnMʹ&@]9DkQ+ @eeK)'< qۃ(RLokcRv4Ti-᳭#FN?4WΘg}Cg|KekK_A$ {(Ow6pcEc @TL7G<_ĤsBZ.WňⱍZ>'IZwb) 8K'&3$UQݡ-B,qȌ8ߤ8&?5ktg)mT|g6oYůHJmHd8}÷EY8I -YVfv'wR^[}.r񟿳& rjO,mgz7'Rr\&&' SuЈl#yoFқgO>vHb?{ky,Џ 줦Ou`ϓ<uNjeE'}JӖ(Ch@,;x,]:z('!eA| -RsaL Ҥn=[dC@=k┾j#8X"@z(xWuYi)lC)gҖk0 _~Ժ|Y*Y]BڐlaYbj% 7[b3}P؈IA34.Ȓa**Y&X[[iUG0d{̒UǠ} 04:((<+^}^ЕW>v|f%v4 ~1+PKv?p9;AĢ(gN\C􀎅`nA\BT ,FG|#Xfd*cnɓVU7 AM?AӚ7`nn{ n7uV, IcQd(&r1C/}v$dƓ`̧\uO3 KX&bȝqYԕ;l囱QY?ɵodl"{5͛loFu #R`!6S"wc`IбMŞC;@8cM0&{g? Ĕͯ`3#FܱiǢ]\Jffuzx륹НȞ#~%!aiZWWWAyv%th`j|.hnԥlN얎SZZ~k:afnhj Mi5dGCo@H>n9} nf> ؾ[c7$_oR&3+\k+~-#x}PHpȃO\ſgdǔhbh75nun3~Xg~G>6^i@.%04ـ ǂyHeDGLc. 㾽79Zib)9碭=>iB?jO;0V^q})jAG<&z# d8Y`?ɱ?H[7tm?1L,ٝv`Vks[vᥠi+RPfԮ7 0R>d[,Z֋WXQ}R{h?~sNd).K'f3pMzw}D;G2?{Q? 4Ȅ ;L٘ bK0~*'L ;AV& 79T}*X7Au䫟ڶ YZ