rh-perl520-perl-Test-Warnings-0.020-1.el6>  HLk|Vb NNqUm/$uHgp;QI "]4&$e/W[!^l/em'Eh)ؗ5WZhYfR;6nsARg [4#'n(oq=^w)Y$y)t]Ez/r847F3StPƉ— :}F~-h:w *`=R &M¡2x_Zap+F2\ DN݊'|L3 ܕOsxfPmU6N'1Ν^e/sw6J ^搑G.PU-dBC_CmѰ֪~`JηK{9:խkz6 'eqy_JH>9 ? d & , Slp X |        n   D   ( 8 (9 x:GH ITXhYp\]^b(d,e1f4l6tPuvwdxy Crh-perl520-perl-Test-Warnings0.0201.el6Test 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.Voc1bk.rdu2.centos.orgCentOSCentOSGPL+ or ArtisticCBS Development/Librarieshttp://search.cpan.org/dist/Test-Warningslinuxnoarch G{N&Km.&A큤A큤A큤VoTQTQTQTQVoTQTQTQTQTQTQTQTQTQVoVoTQ0e9a9578822154c81400f19a60f82577524e36269e63a4b305ba586d72fcda637d17e3925a2abaddd186466cbc21fe1b615ebad1c6a3a790524925f08bcf0ec8ad98742459e575ff569f50a350a1a5ffde95cae88a897a5b12dd4389606174340160cdf055bb862f3926e87a8bd65f71ebc613c7bef32ad7cdd571a7245624e9a60fff069f7334f714d7863493fc1bd7400c5a0809000fa8f71a2e23bf7f99297bab5f2ef26adb2e3d8492c7b73634b6d124bcb452b80db2f49f389a36a2090819c3462fc2de3e15cf68df02307e09376639a9a42148044bddd6372a316764f1809d4c2e75477afe12ee0a47b50b923ca0701f83759df4d6201dea623e33c2a989c77465f88c87b255687d8078db5df8941c805723db650d17b275be2c88cd635d722c8c5ba78396e77cad75247258421a81305cd5a50bd80b0a04a511570c1e05287bce7695e7f2e720d1d1fa7ec8ff8040404f132a33218c318941a1c45bc1ac75b823a1a9e6fb7d1b22168cd0453f2d539874e283a77bff7306a7feef3cbfbafd2b052a6e31950ad5a0135aa6ba31e98c5c4bf8a175d7fe6b353724a115f81132e312647519ee6690d3f6919c40a9bc32a07cfee8d6c9aab877ece99e65d1300627a9ee35ecd625d743de12419b8f1c0af7077a676be550043734b5c46fc8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrh-perl520-perl-Test-Warnings-0.020-1.el6.src.rpmrh-perl520-perl(Test::Warnings)rh-perl520-perl-Test-Warnings@@@@@     rh-perl520-perl(:MODULE_COMPAT_5.20.1)rh-perl520-perl(Carp)rh-perl520-perl(Exporter)rh-perl520-perl(Test::Builder)rh-perl520-perl(parent)rh-perl520-perl(strict)rh-perl520-perl(warnings)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(VersionedDependencies)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-13.0.3-15.2-14.8.0TT@TTp@S@S@S"@SSnR@R[RZ@RB@R0[@QB@QQ@QLQ@Q@Paul Howarth - 0.020-1Paul Howarth - 0.019-1Paul Howarth - 0.018-1Paul Howarth - 0.017-1Jitka Plesnikova - 0.016-2Paul Howarth - 0.016-1Paul Howarth - 0.015-1Fedora Release Engineering - 0.014-2Paul 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.020 - Re-release to fix problematic $VERSION declaration (CPAN RT#101239)- Update to 0.019 - Fix test to allow for special characters (e.g. MSWin32 file separators) in filenames (PR#7)- Update to 0.018 - Fix test to not depend on message formatting changes in newer Carp- Update to 0.017 - Handle other warning handlers passing us partial warning messages by re-adding the source file and line number - Use %license- Perl 5.20 rebuild- Update to 0.16 - Fix prereq problem with last release - now no longer testing the example scripts for user installs- Update to 0.15 - Adjusted packaging and tests to become perl-5.6 friendly, including only using core or dual-lifed prerequisites - Switch to ExtUtils::MakeMaker flow- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- 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.0200.020-1.el6rh-perl520-perl-Test-Warnings-0.020CONTRIBUTINGChangesLICENSEREADMEexamplesno_plan.tsub.tsynopsis_1.tsynopsis_2.ttest_nowarnings.ttest_warning_contents.twarning_like.twith_done_testing.twith_plan.tTest::Warnings.3pm.gzTestWarnings.pm/opt/rh/rh-perl520/root/usr/share/doc//opt/rh/rh-perl520/root/usr/share/doc/rh-perl520-perl-Test-Warnings-0.020//opt/rh/rh-perl520/root/usr/share/doc/rh-perl520-perl-Test-Warnings-0.020/examples//opt/rh/rh-perl520/root/usr/share/man/man3//opt/rh/rh-perl520/root/usr/share/perl5/vendor_perl//opt/rh/rh-perl520/root/usr/share/perl5/vendor_perl/Test/-O2cpioxz2noarch-redhat-linux-gnuASCII textPerl5 module source textdirectorytroff or preprocessor input text (gzip compressed data, from Unix, max compression)PRRRRR?p7zXZ !PH6GM] b2u jӫ`(hkG2d큿&+e`QDFeE٢\Njϕy=<ֳ5fhfƵo6aW;ųs-Dg]#\$3;qlاxdLɽa6$;Dg.I :Ta[܂8Jŭ*+l`W:z?u:*Z\HkvXR;T@'>("$ank6 ;Cor)O2.ljd8G3\{ElO~E=)uKa\wb/3c3W:_-6Z;'{,DJg䜊kar|Mb$[!SkS6pּ.ŧGe̵5UC!#T7@͍SV)%s7K ¥cVQ`itIa=P=ķzH$ZhR^ =)7!'fcN.](Tϙ6r T?d,q2%-EW\JaAT!}RF6 J2T? zoO, )Hҝ;bI]Q> "L1eI iij S?JVu`L ӧHUpk"rO9fzp?x+<`cm])^v83<wǣ pIL[nX,i@iĢr887$I~ev)yC $Rx64v{]V`y|s+Ksb2 B0%,%kxv.:y x䤏^SGq6&z%n&LgD+Q5+w_Óo"pSc"L|-V;–R8l4"O~/`y1P߇We4?f4ՔM=cX7+] zf `R6Ϥ Ot ?Q fleU9A f0ZQ!9&8[ڵ| GSjۍ]hseE5Q¥Q}<`p3BxwJ E@;8zL-KZi%ʖ25ҟf}PJa2wy~J-Di}Vl-!#FpP,ILD9i:Ue9&Ctn&+Jg;U/C+`?u /=d AuM-Nxiti'CY->SM)XE GK 'rXU 5B7>svE($!%rzٰ#x?|rҳeO@,Dt1XS./d壟r(XYlh!bXVD+J:?7IY;ܰX77%<- ׉IP)~emʔವ\@{}Mi.RgF`{\gE,\0J:ҏRY4^:O[WX1NeXgmi!Z1焔Q18ݜaR8rڛB!M+SݳljfT.x^mLKփ r5Noŕ^707VEݗކzsT LyV7Ki=G%U б'mI|aOw%kQˑvUvH+k7m:y_icG)?ʰQ$Ӕ9EbfD|Eo&%BmqBMpX MYN}RϿ2ڃcBQ_8?YBR60t/ @lf쩺f Kԣce@iYkۮ i\!ˬq0- {cL$ˬ4w"o;_6! g'Rĉ [a}3U &ܖpR71$SX?񫧾9jyupr[yiF:ِmEr 𢊕4v*|=u.E0R͘xh{繶 d0b Yz:w@ް2\^R-(S:'*E F;ݽ{򽗮Wv[0Ja}v>fd$ʜ8 ;Ga>q&Xrq4x h+/Ŀ=¦ŝ9F_^"0ɳ+%Pw>PtRp’qޞ%|N:Sb`YLRlzI:1A\'xO. 7kx?M>Z~Lp:m7\ nCNSH2zdZwhMx8C{c#qQ7xקHCZ'yĻEu6]Qr)vy+:4bV8khx\^c@b[fQ>]/9zb@a|C|V0'h8[DŽ2S!1~I-Cx`J_;+ڪx$:W2ͼ<)J@0r^:c?N=|L"(ɱ0d"FGE=NNNIxKNH m_#o~Gq6w?ە=O!zs+ Jxʩ}FMP6bj9u{Ӗ9]R&-¸"bȎDF!KogpvHѠXNw}(L4e꓁)t짚bc2-;Lx>6׳NBgL4q:js*evɕy*+Å xDFa ě/1ʫ}aŤz"XyCbymK>M*b*@-h"8 f،f5B99=ibXmS;"i \Z8TqY ^:PPF/PwK'f@)k;֍gÖ¸mAKbyu**\7;Tv/ÐeF D3>;E~|˟3]?#\ ,mQ$0ä`Y U*Q-@m4_{gέz~ ׵lF+NqF6eYT'Y"E`O}\r{3Ӱpn<=$R-YGy1 ;V ϙ؞a 뢈i[yw6ݎs%"v(lE00|0(En~A-`B~$x[뵣CJR%{ȟqy '{NC#HG#ZF́ ISK8.K?1@![vaFɿ/'|LlLDQa`W/;]܄p=yߌ{Qc0O!N頛NuBOEy ZGc[H(Wr$/?RZ$;McSdj;|E@,}H%XAT帄]TX tD1a9QFЅa _w. ,1Ov`>J#ԇ2ظp I64HQ0?N़wRtN&h:.T+ి06~'4 ¤1$EOֽ* <#:VH+C`v1;&ndqQ[h}h+;&&37`uY7/9{j|x$ wM\uRZ+[]qJc -W!H^1Z zI@"Z: {Mo:y>\e %c#C:XXVfU):J9?;1w"W ԯW6iWcӎK xnq"qG;γzLv8J&FRBv!V_\%۫ 3By",􊝐J?S6BS&?{K*9`̳Jh!DZ96:^GpR$ݩem?4ȢGiX9pkkp 1^E?F88Safh2ÊSSg<^q *pa× 6i'D-h{9H+Td1^!Ql gc}m8 &dUAC`>kmLW85]3Po#L s~ɫdNzEx,]A`ZO0kowOR|0ly8N•^b,Ľƫ-$%/kY-ֲKᎹg}mkMb ;x܈ŏ5, u+z@et~>fP\2Pw>E]BwE߷30c}䇀sA4zZof]ԧH[Lǿ=9~Uq| _Mt%z`-Ui2#˲H{VbWܺ%)lOe*:wMr|0R PTGqFBsRB$Dt HvrY $MYy?ڈ6`?4)B6ؑWܩ@YQN ӎX6$sM"8uUUNz{*yҭe)[!p)H1c< i&*p¼Vr)#E S(בz/S- (EV t>s?ǿ,+?Wo4/`J\`܆8$X/OqN R-qB:G"31)@V:P#~Szgfpɚ='՜:7Z Ⅲ7eaw P[(ЛB.v6*,_,k-:)h!O@ L$VF*~%{ʲB,k"P+Ɂ#DY5Fpv v!ju|*ebM'ñW;oa%!]j/t>,wҍɋ"cNpĮu҆^I' nA`R1o"$1ϑ XW@qe?)lA2>qkȟV Tn o@PkHE"0:MAhW! J%}a֪I{Vibaw$z+NYSSo_EuXE[M,%Xѻ^{Phzt"1],Wx'Me V-K`l}@#b*'<*1?Ǧl)"Z7ϓr *oAUF EO=uT?>ʭg ;Ԗ+Mbjhj] rd-QYcFDA";7+fwA ۯC=P>fYNVXF53`pװ_EZ/ryhMg$V/e$xȺ˗>~M`Wo/ƍBg0yFK\:+'hc D 1?x>zT@ld:|νtHtg8ND\[jM$ܴρ dL7o A0WhAjWԊG@Np[|P*ypI!niE~IH퍭qA޲{j$3t|Fil9CG&}5\Zd :ks.|$7־[plxJq+(0yP{xfJ_ aUAq%.F]TwXMX{<]<8Qx06]yixzh =a-1R0)8 EɰМLja2H+ 3E" ϰGŦ0鳓pW>'2;%rFlqURbX@I8Bo"kr<2,?%@֪eVZE$i5l8vJot452 '}R`h6}F8[Ԗ/n6JDZoqvb^As I?2ԟ51HZIl<ʪ.Rԣ}Vkj[ W~"FkxLw +9Oj#`n^K^E{eG.977Tfftt\a:]]GA">;Mp>*i,LBm&Fk*;IxY)i͹ٵ}[g's*_*ia@ aqھP-hHnG(2+q/q7ia~pI`1<3gಁ#qk_%J >>73"{'7Wg" O\ƈAվS@p`17>oa!wqOGi& Cj[|~v$61$V <%zG7Jbcu)?'G FkqgIFU\Ne$P|dKe`'+ߗޓ[Hu*W!N?g1 L4ٖxfV hG}Dj-Qɭ鉙#+dKzz֬Ai\@aUV}y5 XE4p?DkC*9g8*#**P\+M-Zsҷ2*Gh`zKAymܤ<lY|>]~Q97ACњ.9ej7_S:mbާ 3g^cb^>}q< N)C!Ҹk` 4W"(\oF"ǭ%0jAc4]ӷ+S֨w{ősv8"Ɗ0{tٞ{7 d|{$GҲ29Y#HXVjM3hiox" Y:QKhph6^LVWʂ'wm(A J؉*@pjCZZ46rzlZ1oaQ (uƃFX*/g%uK=[iO8F /BGMY0en{&UU O&N%`ũK ŝ!tTT1wh"1+Li/ Y?%fAz>c4g#i5Rp@z7%Tl2;pzHI|j=n )qt.m d&hrڈY+%Q50$C `r cMK@L0ک3g/ b^2Gbuq@>Ipi I_UPVգa 2|ZÒw mIC_9]_Tv]&tZ<MR^MRMKmM[Byxvp~oƔ4 )Ğ8d)-#LH4<ݗaMw0o]4VETq:qbIi=j )»_߱z ӝX'L箘^D46#a$G525S/uU{t^gfN_gjDYc"&=,_~KqpMM6OE6hs/0OJ2``5qe^A{=)=,lEp9$n sF< Ng+*g.mr \)t}mL/+1 N9'Bցn!a`#{{rN`'U})WP3!^H%RRV|Dw";ʟ[gG@Ѫc^Me3f7Ex ;v2X?YF;z*(f5Y,ةoD8j &Ɖcp κ.U+A(E&k%zxuӈ3 (iuN=c뻅Wr)z0$`/q4 =Fk7~sH߲i=@WN.P3 $g:@\ICY y1)l3eA=?wde/ʺϑUh:HIN)&wE!kQјJ,k|L QVI:[^a"[5=.]vxҠ K|6ȕ/Ec[,UXkG5fmk|΄ʋ}:W%}5o4y>PEzFx(sԐ񠠡JyJ̫fg["}Wh՛ZQnH'U2s1a{oYʕP불}?I%Fc_{RDA=4~QgT?]ڶh/1M@TM(r` DߋzQvlbgk2q)o1*c)xz2؛,mD9^?l5 @f_C>Y;YȕRX8-ԸTQQͿ`7``$YAo-`(g[R'H|9,1w O@%w7$/u>l GBUdl+FחB. &fuųPAR >3K>9:(b,t,畒{(;'g6B?7=]ern5i'{Am3qmU#C΋4al|O ~cuBXbt6$q>&ص>{-Pmytur<t<[̃RA;{2vȹ+K1U t H7v.GR&Vg3 G s8E`BB;1O/DL{RgтtsuO$cTIQH˩~Or9춫M 2 l~v K2wx={[7;&&nCRf |\0HmJ! wQϰ, ܥG ,lA 5:arvflUxֽ Ҍ04Q nUYZO"FSd4RBmǂHNA4Ƭ߫;^7>v|y4dP6UoDQGeM5m߮R+lH eڕ$(e`F;&r[v*A={S_aP OVIHr_FH2Zvk:8uzyn~"hx!Oԉ3 m~g-q{{L,ikDҵ4.-o^=]fBI lE*T4R/8)'-5W Xj߆wJ ެҚz_ Ή}bb/u+~BBdm6LKr\mJFᆙ3ˆZf? x?xq ͎ɧC#F/ jQamƍK%|OǥYyC:)r]Fˑ ͣɫsp`c-HhsA ؝Ɯƣ}':Ğ獔\&TV@Ŷ$mYչT JkcuРL:XeQP}ަ4zi~N5ψ^%T?ʼnߦ1G"BLH߬ nԠPO ~@[b/ga>U_% x򤸗5hnLi3;0/t}Is/3 3 bnpW?HgW9 Gz8ZJ 6 I9b*+`!Fj*eSC(&/s[.ˁ.zU~La4UOjZ40jpW8zUsD3׋" ( "led05>2>#L%i^A?r@&c}#vp)R|),Fo6x>Q!Q=[o&~8[Ct՝d 5˹߇nx _ zV_狆@sX`37'{p/`}v'iL=49mjiT.quButR(Fך&gx8˂S)Ç͛r)v7 9a*侀wgID¡oqU<:_9LT#g `橂"(aYvݹ̜RId~)>>~}WX=&+ϪT^=90N29w^s"e'C8Ny ոMEEC N5nx "-l){4sB19 7q9Hej{:Xri>nGYe6' g1H )nA{sHq>GT0 rrXdH3K.ArHCpd:qCQ'/S")tr̓Fȇ!Kȥ3rX wCvm9]=Dn8Ud&1wW EF=㈗\޻SA16!`u %6Bz+2V q!娈_QeV[ ZRjijz*[85xT7/v\/g-t;)Q(}Pw 33@Y:9qSb''Oa] .M5]fLcXYuQFN*kf߅.@k ϙbb=W"NUa&ɹP0KEvQ+ w~ pઍ<.ޞ-i9 5+(NS*epl5?/U8.L5ܲB;2i#qoeAіtaM{ =/Du %os] OWFQi`3ހgv@]m(gP~z8~ު&KzHA3|K7_wЅv2u)ng6!!].=&-|e2?4PU%Y ZnR7)#2/D+)M|m*yՒjjH:$\ȻW9ڊ!;*eAbLNџJpCo=g3ӹT8(eaOR&;8-g<)t(\Aik8T~E7"/ 'n2XY/CBWzά̖oEIwDOg`EZ߉Σ"ZV~#"wgZ! Tuw^';{4|J:7kPx@VLAG(0/ :zn{@:1 _VzӝX4bLΥ>R]h܈{>bY" KAKuVO3lWb&*jLt(N` ]/Bþ]ԛsAuzzW!oQooRb7E_:7VC~%5+z|CPpn<`yLT6H!suMBƏVyR)j#v[).Qyv_C~U^HK% lQg $>zOc`>9 ^fu+veK{֑xBtg}[f2|~&IOd#4,c)S. 'AuewH $@X~GW#CV\5bL8uQ9I kw\ 'O 3b&5>ʠb=ɸH0!I,~S|&d,g=$'ێw=9ς\Vϳy aF*yY8OAѳ435F8b9H-Ƴ5FCKe&6@ ī;THk G1TN)dVߛ0ax:|Oۑj45t1IȅY+12;V~{^TA3 \f,8ؕV;8!]]Zql/#!vh(V4U=z`rdD&5߮ZWleB"yp2D.xG^ pU||pU0z>ٕK3DF "5g;V+O:K(TebP9'^J^vkc, 2w䜔a@5匏=l:+{ axyı%ghN*aYf0hg,X{|B:g愷&+irRg"aйt@cO/% Z_"e$P[Q $vTq#}hPxNr5%݊ ir4ЕLuK "K+Ág6COdBC@+nqpP'1 BE?vO#2{0y_"= \Ca%1f0]Lk׏XWa[ #8a;uP!TrWIsS R1"*,liqp'(sÃ^;qQűTHn`ŵB1Vf-SشOaV2&}#3nV 4a5v;\1[ݿ٠뱸SBnS.;E+"}%6#EIz<V}o*k[_C.T*L^QIǝ`3K'G5cWXYY,mXT\ZPg-Ѝb_iLe(m_wگ γ)hN}~ZJp8Q?S<ܮ}M7ky|̧43u_٦),AL@ ]`rkdmK,!M@.cܨ[ے s97(_bOYd>HtN4Z`0 &?VFmW͞Ym**z!!;씶݇/E&]KHE({1ݐH1w DXPCwAzrc&‚Jxk.ѵZ;qGN=Dm*W9$?s YŎWV0o?̇LF\(83-gV_' ?KJݦsF=~ϱA \rS12 (]N241d[OLgPYFQ.~^SFdÇhs\:(Qz#֩Dgol>ԡԁkRQ"bF +WP&xtvKwe2 fmSN7.PrԊ2v\A=>ΏI`B(1lNAB1y$I$E, S8m)'yi|Y (n%#KWjA-/WedCQAtV-1CнM p!!1r!Q` 6_M0fD*c ҆bjv ̊zu}CɶNDs<,5`DH"` 0`GPşbUb0SSoW 3XǶt{KB:?̂Ii_&Y/G6E`X9` hmͥU#"LDw&&gt)Hp $51WeDXX+;LpاFI}k^q4J|*nG#UՁj߻[w}k*="5X3"D0o:_}o ~0q >f?DZ?5hF6?^ wu=j_w9k-6ZtbM9l$L2΋~q=`.)Yd*RZ\tU$3XOJdEC9p f Y~ O邥a՛ȊX YZ