perl-Test-Warnings-0.014-1.el7>t  DH`pSIj/5,dzXnՕp|l4=Ҵ|I<[ JUiK%2A؀jwq3|4}ԵFvfτ6bw)Kur|n|h.8L"ڱA)G&qB}y y`d~"B iT\yoXEZ܋$wf"=aS8KRb#_ M%Q20k-mY-L:h` zDV-b K=SM'Af~y={Q#TG3X:,K-xPQ:zeH?O^Ŏ>)p˔rH LC hH6fe56+{K V]fY_j鿤@W8aGk$ ^4Clhpǻ=!0' 8G2Ux߿L?t5w'{Wr ռ. RuI]J_)*1G0;׍XrĎ&0vp Ųq*҂FJ%26` L^dudT:,ϴ`/l[&E5;GآV|[hlsUl>䚡n iKl% ,X~v?_ɦ$l|Ϩ@Ƙc (>9H?8d ! Hdh h       ( t  2 \    ( 8 9  :: GHIDXXY`\t]^b|d eflt0u|vwxy4Cperl-Test-Warnings0.0141.el7Test 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.SZbuildvm-22.phx2.fedoraproject.org6Fedora ProjectFedora ProjectGPL+ or ArtisticFedora ProjectDevelopment/Librarieshttp://search.cpan.org/dist/Test-Warningslinuxnoarch NG{N&\m3Z<*A큤A큤$A$SZSZcSZcSZcSZcSZcSXSZcSZcSZcSZcSZcSZcSZcSZcSZcSYSYSZcbaa4a91041bf00b7f8a4d65109c8a48fbcd4d4dc08b530c06e61801871222402e81ccfd1b4e8a43f7a6bd201ede60154a8b4e22896120de6af5dde5de18846c0ad98742459e575ff569f50a350a1a5ffde95cae88a897a5b12dd438960617434cc2b26d4f67bb56516c9e4078e3efe95bc108af43571f723edcb82bc40096c4b7243be91d78cd643059f819e01900197c153165b567a05f65993990ff88cc2bda60fff069f7334f714d7863493fc1bd7400c5a0809000fa8f71a2e23bf7f99297bab5f2ef26adb2e3d8492c7b73634b6d124bcb452b80db2f49f389a36a209086ea2412ebd03364d17ab2791ded831183d7019927b9453a1c71fc48dc2a6690787b7f32b505dd1fba4548f663bbca2d2ff82c15d46bc09bae89b629d0e5f8ca589c77465f88c87b255687d8078db5df8941c805723db650d17b275be2c88cd63bc2fc45f7d7b22bc0610770dd28d91cbc2b7687b69dcae1b685589edfc7fbd47e120585cc1eae2b98b6f4cce74c9c8f5b8de223992dae02ac25fbfcbeae0e9393224be3da69ca5c68a05f0d699fc03cc0e884686694048b8e02bb91ea33ee924b627a67477b9d3e4a780628f80b0ea42021d058501d36693e9bdfb658d3eed00d6e98751e75e26ae44ab3e0ca45f78c08c83e77e379a0fbb6a9d06c0c5cb8e83ec529cbeea2119e2813dfccff43d87077ae29e39121cc62b2e43a8c1e812ffa7rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-Warnings-0.014-1.el7.src.rpmperl(Test::Warnings)perl-Test-Warnings@@@@@    perl(:MODULE_COMPAT_5.16.3)perl(Exporter)perl(Test::Builder)perl(parent)perl(strict)perl(warnings)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.11.1SnR@R[RZ@RB@R0[@QB@QQ@QLQ@Q@Paul Howarth - 0.014-1Paul Howarth - 0.013-1Paul Howarth - 0.012-1Paul Howarth - 0.011-1Paul Howarth - 0.010-1Paul Howarth - 0.009-1Fedora Release Engineering - 0.008-3Petr Pisar - 0.008-2Paul Howarth - 0.008-1Paul Howarth - 0.007-1Paul Howarth - 0.006-2Paul Howarth - 0.006-1- Update to 0.014 - Fix test that fails when FOO or BAR environment variables are set (CPAN RT#93447)- Update to 0.013 - Update configure_requires checking in Makefile.PL- Update to 0.012 - Re-release to fix t/00-report-prereqs.t use of CPAN::Meta::Requirements- Update to 0.011 - Unnecessary tests removed - CONTRIBUTING file added - Drop buildreqs only needed for removed tests - BR: optional test requirement perl(CPAN::Meta::Requirements)- Update to 0.010 - Re-release with fixed compile test - Update dependencies - Package examples- Update to 0.009 - Fixed error in synopsis (we do not export anything by default) - A caveat added to the documentation regarding embedding warning checks inside another sub - ':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) - END tests will not be added by a subequent use of Test::Warnings if a previous one passed ':no_end_test' - Update dependencies- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Perl 5.18 rebuild- Update to 0.008 - Compile test updated, to hopefully fix mswin32 parsing issues- Update to 0.007 - Fix subtest tests to work on Test::More before 0.95_01 (CPAN RT#86802) - BR: perl(Capture::Tiny) - Bump perl(Module::Build::Tiny) version requirement to 0.024 - Bump perl(Test::CheckDeps) version requirement to 0.006 - Drop perl(Test::More) version requirement to 0.94- Sanitize for Fedora submission- Initial RPM version 0.0140.014-1.el7perl-Test-Warnings-0.014CONTRIBUTINGChangesLICENSEREADMEREADME.mdexamplesno_plan.tsub.tsynopsis_1.tsynopsis_2.ttest_nowarnings.pltest_warning_contents.twarning_like.twith_done_testing.twith_plan.tTest::Warnings.3pm.gzTestWarnings.pm/usr/share/doc//usr/share/doc/perl-Test-Warnings-0.014//usr/share/doc/perl-Test-Warnings-0.014/examples//usr/share/man/man3//usr/share/perl5/vendor_perl//usr/share/perl5/vendor_perl/Test/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericcpioxz2noarch-redhat-linux-gnudirectoryC++ source, ASCII textASCII textPascal source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression)Perl5 module source textPRRRRR?p7zXZ !#,'M5] b2u jӫ`(fTw3 ~ Ml5Ӄa<`z%VyJDyo1f1 0ճC6eN Hv`D}˭F慧*¿s)9pPA^14hN^)xir'^m)DU)ÂFS1^[t-oC}gwfz5/?4۷*li23 O(g0W?9v#(HҬ{AU-p%dom\!)F;Ƿ%4_"ei` %j̍ҹg@2#҉/+ XI٫HtKQmNs`2WZs=`#3)U=q/ډRgܪBԓw ml~o;+){I2PMwWǀXB.m*tRKx%LC"K1yOatQ) n+n:oJlhhS0g_i614YSbA`lu- 3fkwa});O,l !Ưtn1gdSB4Ed%tH.%2O*aW` QMT>H<˚ɱX65z\Z< z[R|+E_ ë5,vSY`mLB 3i5Y58FvW֣Leg{xs@ r$tƩuN+I9p4_/Fcm5]-nv`F4_JĢxhKJiUݓ{Ev)Me*dzG东:.KZ^mvZqF2pRbrE12M[4 %6OY/{DSDhd.!Uk ¤).k* 8;CSG7rL<۰S~A'l#_A#$bdCA#jٲpd߶I,EXM~2P{Ir[!_8$HQlTZh!ǔCv>Ϣ;ɇ#vlG\FNu+ Z0Hb\Ǣ)[&޹U(LO;H6,8YC3~8r3pyNOFdӱ+HA@NU,/$q;9; )`Ҟ9=ĉ? bǺ|5 y;5%ͯu>=`V K{'4vާ>@OK<I0FPW f9كќ`!—EX]SJoS*KA -VBf[7aoˎN+tmK SKϟN!5yXߪ6˕oMEhHk0F DwPn1a~a:%A3;=neA}'1]RHc;wsӹќwO^@{\L/q]NKmץgF"oMC5$M%󿣁r;|b'wΣÃ%܁ZC]Re\#^uj@5 zxAp$qineg:J|PSh6uݪ[~읭cAx2,Tb1RcG lHB6"eVh~~ʳ"l76G̀/A1ca]u~|.FofsB@1ܔ{aozs;G7۫v9b4h=OH};q `+U й! ߸ZfIR X{C 33^Qjrx’ᣵq\_MhӃd&f9t`|foRo̘y5M W=M4I;z|h擨ّm2|NOͣ+~w_If MXݹg5s QtA :Bai{@L9(_rW?# glB*UƵ?t0A xO #4&7²MӒk$F_g,϶Il-Rd6T?.KAJfNPeXe7|I-DDLZN5?u)6]?SQA_u,Jճs)B)Uu!v0ݍU~%`Z?҂ӈ)-[R 73p UI$'"ԆЄ1\[T$ĒG X9գ‰,<G S.CL{Dy*AYs/n#mH>1FQB@{y?fn]Q/}(i8q]V{g'Ŏ)wuK ?̉ßx@1Y?pZva|ɬη&b@h$OM@P$\0`)6_|9`r bD téláj\l,wp󑅵Ld)y+-"喙Ѽ_3&Ldb{p$9GiA{c/¤r`AT?Oю Qf"G]G5ql*!‰ 4!S緮َN5ԝT&b+@9b3T35gx Fo~VTxpٯ7l0)bq˪hM<>V^njAWv0A\Lҕ/*g~E`)~H42_h'(~LY +_Akم&0)#big :|nnOR:FLaA ԟ?o1ZȱtqS.T8dK)o)(c|%uHL+o}X4EMbKޗ,u3@m.kԥ-G6-\xyCT_b@ #qBjT>o(O6́ *7Q 4uجR*,$wK3úB׍3&)駤<{vU> 8 V#v~moӛm1Zsavl(]ۼŖGn'z,БKnQZI,mVB+yⱚWn|nOjA  -EK8݆*zivvq0W]>#Z_r>&lZtTJO}C])Yo636_Bw$HTI 7/re&@%>ϰN#W~6 \4GL?kf$w}ćj2)It-((\rl tȆumd 8H4*@WRc3y\sA= ڧ|Op{νr\ 2 ?`#ηy&'. n*"f;ՏL˾P+8C.푣-{I ^CR2>Oh#D(sVڟђa¤)ҒRƒcgn8\j0Gϱ閼$CG[Fk? Vud9Uyk8>V *b+o:|z3OrMcZx-$PB۟B+xɸS.8V|WMF}a0ưǝNGmǚ՘mԿOh\vSrIvy>@ $S6f E)0G9]cb*&~UT01j:bTdd^1-b><Xw9ee^oB'b1]>RG#JNr4%"e".J-}/ *݃uBjo?Ux'Ny-uvbh2Ͳtm_}6EƥdW 4YԭM=C[_ ^`|SUك)oF\tS1]q.03$;V*Po׉PRa rZ(i(.AEL:xa,S|L)>`yӬv3d8)˺^` uN,gbjлWstwTI5Xn{;/uǘPW< N=p Cc%9 bEi @f6df_x|w;%D,3?N. Eٮ ~Ϯ#Dc ,і'; U\gx?_z]lɾܟNoӴ|l^:'L`>|ٴaP+ 1{e qL$ՙҿJKv嶀/EvrYi:R*nmZR[AMNH4GRWZe&/v|M31۳f߲؀è1lw5 xcEjCX~d> σ#8O5:4%dLz;}<01j%tR(/7|>PHMD_.L_A7 TER~ ׫E8ęڡVtGΏ#qRrT0(@>wJ jκ-I3e@)2Dz2I] HfI[k 6Ӎ?BTvZMh>CH>{H/\8ƌ{CGg 2M>*4$D0KG#qIHYaä˔b/ hQ ՎEU2W/67|!1W/! ;Զ=Wef]ԗ3`ēH4<ق$βB>3ǣ~hU?Ze =Ҙe>i *ARfWHdFz,{3Y&7Ew~nrku[Tҩ3&\n/ߘTH :qliS&*QkۙG+D9aze+kOvHlՆ`ÇpU:y]ae]숽&J5Ixou O䥭q,Q< qR-?_E>͍k܉0У Tbp,M:5ovHQt2ޑ\beh<T&\g~)N.ҫ*Q1%-Aٮy+)WLDp7FJt^K3?- k̓Gm JĥvWq%_C?1AqTXym?/I60Bm4#u⒟?vz}K8[o u"pN#D7/'9̜#w~ݐR!7xBcRpњU,:Vp,m[ӜO`aT7<řH4 uceV)؈SL,$ $UN9Xg~/4r 8p̄V~"O0k>yLo7k9OhÀ=L!4Li>hNMs5d' 8a^bHrاF^_'êD!#$kAmlX[p_fJa`zzhMX\1t$J0d3pdXh ڕ$%JUX5 +HRK7䚨J4B'0e]̨])"1ƿң y|/,نv1cKRPaSAm$ Ihe<7:3S+YXWKO&;,?1:mMFݱ[#B }@+I-x .㊈)n\':I`\^\wEp@_32{)u9Gÿ{9ȴ.2`.q o[>=,KX_GK  q]һAͯ)[g"dJ%x[qݥ 2+^YXl4JH%#Zw#YTH=`~LOtSHezĥfUb`YBP!E wz-&Y㠪^$žU!E⓫/))js){匬\/׭Rԩ\:)Jb NV?q%fH!TV=^N2`# קO6 D2bnI%UN6nlgtoGHq dmkʹQWnǥU<~4le%9qVu ̛(׶c|. oogr3yg2LY2_¥XA(e< ٚe hi`)Tq>Ȕ Ҕ*$Qʪ$@\dSl!M7݆nK0ɮ`q/ըl(!t><@gEâ΀=@T7 NWWS'9$?ll]: .O.tIjXKfw?`8&d 7X"ؐ;qJ&;Smpf'uVh FS\ht~f^R&@6Od-^pϜ6, t{,pٳrtd4)U _V4/,`8uF׬_Ҫ[t2,ĭcM.Wln}]}=10-eʏ#"C:&AQj:"E%dg@<+(=~w:æ󆶏<6P !S ǽ8WsJ:P#m**!Uq|EYb+Z3Ԧ0.%>ouzj~ v=i{3-aw\1]ƗKffY؂4xBe.U8}hL=S.{8@Ԓ7aٵdqc> O2 8y{SD٘d{?'r dm8|&j_I}rzFS22O@3Wݍ]׭ž l}!4%u8$m#] ݒ'I=M4ܳJfA nyGGTm %{̚lJ1|Y(wIK;߸Ő߻`obCÝq~nGȫ[7|-2AȌFmϮ#˗WS M:nPʋo nL(:?1=~ɑ>iҲ05E2sC|"`}=`^]yKEY fMus{R5ՈC=a0c|pA Rq)v߬G*Mcz}"y"@/uFO`H麆/X$p6Vq X(5G:2@dSOz|Y;-(r \Z H'BiT1iO˻k9%7-$mѩ6't~YD2 ^RX)Q̂˴XTԐU3 5 #M 'u;غuz4˶1(kTn}Eέi|Ғ9+b}7i{&ݢ){M;타Ȫ5U 2qS(\1!Ruc SY&M0_[Rk)tep]-9DkB?1c=^$dݠ>[,Պ ލ -N"0q^\?q{"s؛ccB|LdKt]Y))1ܤw:m^ ,׏E9e-mEPGy h;i.}G:ymk>SK'/A#e^Kz D;v;h}+r; 4a{sN;;.!Vu')V$$C֒[\.<;BI/~#@w,$S"~.yG`4+a7RIJ{z6v뒠UӃiW鏀#0CR3)0;V5ԥ%)B#)> ;ʰͼ} y|{!3tADyMꘈd@PkY'o蟓iѺ NT^|گ"\at`ARu؉#%C"fhkQjg,"5|vt4%p"aq>ExEXW_rm o$3Y@rq!(\-*]c_|wjWOlD;`В[CƳ׈0SMj7ԅx٠2u`ۚf}Sqi# KGH P-D&*SG]ddF};Lhx߳r'a6"Jye~W; <>gaHRcUbSj_\\"\ ʎA=^;gI=Wlb&hF?"[ˋܕOC9q’}YDqih %$i]"*Zv(iWh%t?~ûjv5/FU+ѓ@cdozZIJe~\E ZCt䗗&&/:#0H'W*+tXYpLi{_iB fiKt?eR2&5aG ܕ:Lh%DcF!DG. >#"ݡSćQXa)~k j D厞J[̯t=#ܱ&iX!N+꩚8r3EEܼ~p%B Q-zFfjuJ^9oIS v͍6֞#Ӗd~ 5y*%Sm^cFJ&mF_ (]x{c-40FI\D {ݩPչn- j\"?Ž8:iA(5L̙\Zprº&ٷ?31X(sϏqe-U_L4(A#=XqO*'gP)u[ |I>tN7O^i5xk +Pf39h@katedL629,l{vcv3cRؒ S˜9Z9cFlT Dp̶'{eص-60t] @%q9ʠ0t1$ӡVe25dO w!YK*~^"2]jy})H kLQRFe!˭N6h!{  8~$`w КYzT3f%<}]kEiTQTMϾ/kriIgaWGTlaJKֿpIJQ 3O8b _8Y7n@VoscjDυɞ,5rr}U>s "'|&ل1߭8cPO,O`^fȽǡeϫFO Qj*dST|rjK i|ygu4dS1mcN]b'Mk-\otV")5dXQ6/q8u]`\)TTSW$\d>bٓ?hDDf,x?~^'K= _oѡv-+(wjMu;O?=uҊ1S7%mpwnB@7VoHY {T3On:xdnJCGۭrȜy'";Fp=yzc ܉ncoXtRG~}%ݖB \+BS5zsFh04 wRmr ,9WqyM 4dڟ0m!Gx_(8{assSC$ [v2brG2fۮv-ec8DJ˓ӣiw҉˼"T_ɶl ZcmV}Nl[UqKeV7)Ҙ$J7_ /?&Js0iG_[:fBdO ѻhhҮi~_g7h*G TZP}K aK:f5*+Hרڭ8s,;' ǾKGS`1]be>kcʈT`dKzӂӃ.B;)3uu;?vZ;8Z5B\<^{5H#eڱ q GVTw/tP4a~%["`#tCH(⤸\?jxˡ`A~'#kHϥА8HU#bNXD5]PgMw)Ќԗޔ&ݾfkn[,{c[0_g[_QE6Q)akx9ج(ډ"7~$g1]z '^+ n~0@6B4pj$跟ubP5&4򞣝V`#v84޽rľ%#S?8i(\YׄF nDX ϣ5KI򳖌7hw;CE 4jScM2Q65`7xshQ|8[BK\5ۡCppƆ">fp PЃ.(W9 `ǴG=CfOI zV87uy+T8oBVK :-'cICdRp^۴l6f-Xk4 VFxLQ,ZGGbӺU6+lGa$l{.&dD^Uh4LC5jw9`;Ϛ0j篤Kgy|)zа;H^ϛ$$/\ʻc?Jx go W7MgO+EB.i`S^;opDLB5f޷Y*&Ƕo(y 28y.<6[tO..˼4?X@qU%3{Ö]~2%?ᦞ[Hk^4 QM^X ̸[]Y^uA;j"]>uCvo2P 88I~s[_}AmUSOypp >g'H,o̓EO'&V#~g35vFjF4pE"K[< J9.eHV0,Tl17:S5fV`Wl@ ,ߍH Rؐ:߀aE_`q[H^.b3[1 Bu\j'g$ nC7"S`!R]U/jk/(-bnЯYTF!6/ڎ P wCqjO2"@`SyZ 돁99J\Bxb !,ū޾57Yy*%07\B =~0<)ĤsT~:Sw.+@ ߵ1da275ؖƃ86sb4'\>َoEMZ$NEtbLG$_˜ :_Q@5FSYՈ}ʉޘKl2些n2H+YXLև|pq>iXd >m}T쿤fBfVqIoi8)َR]Ξ$Gx J_;O@##wdBD;̘VN0מx.ȊVE]]r^v5?`7_+7VKgx#1;+ $MnA"&4|Dl2-l?~7mA9"Z'5,$H -KD.U 'FhQ_N ^x'&V&}Fu6K_cGZ"NZ HD{/$GHF  YZ