rh-perl520-perl-Test-Warnings-0.020-1.el7> H HtxHFU ?*}}2sxl>?D}g}:17=l|V9 ? d & , Slp `         v   L   ( 8 9 p:GHILX`Yl\]^b$defltu(vpw ,x ty  Crh-perl520-perl-Test-Warnings0.0201.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.URsl7.fnal.govScientific LinuxScientific LinuxGPL+ or ArtisticScientific LinuxDevelopment/Librarieshttp://search.cpan.org/dist/Test-WarningslinuxnoarchQ G{N&Km.&A큤A큤A큤URTQTQTQTQUPTQTQTQTQTQTQTQTQTQUQUQTQ0e9a9578822154c81400f19a60f82577524e36269e63a4b305ba586d72fcda637d17e3925a2abaddd186466cbc21fe1b615ebad1c6a3a790524925f08bcf0ec8ad98742459e575ff569f50a350a1a5ffde95cae88a897a5b12dd4389606174340160cdf055bb862f3926e87a8bd65f71ebc613c7bef32ad7cdd571a7245624e9a60fff069f7334f714d7863493fc1bd7400c5a0809000fa8f71a2e23bf7f99297bab5f2ef26adb2e3d8492c7b73634b6d124bcb452b80db2f49f389a36a2090819c3462fc2de3e15cf68df02307e09376639a9a42148044bddd6372a316764f1809d4c2e75477afe12ee0a47b50b923ca0701f83759df4d6201dea623e33c2a989c77465f88c87b255687d8078db5df8941c805723db650d17b275be2c88cd635d722c8c5ba78396e77cad75247258421a81305cd5a50bd80b0a04a511570c1e05287bce7695e7f2e720d1d1fa7ec8ff8040404f132a33218c318941a1c45bc1ac75b823a1a9e6fb7d1b22168cd0453f2d539874e283a77bff7306a7feef3cbfbafd2b052a6e31950ad5a0135aa6ba31e98c5c4bf8a175d7fe6b353724a115f81132e312647519ee6690d3f6919c40a9bc32a07cfee8d6c9aab877ece99e65d1300627a9ee35ecd625d743de12419b8f1c0af7077a676be550043734b5c46fc8rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrh-perl520-perl-Test-Warnings-0.020-1.el7.src.rpmrh-perl520-perl(Test::Warnings)rh-perl520-perl-Test-Warningsscl-package(rh-perl520)@@@@@    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(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.11.1TT@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.el7rh-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/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --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 textPPPRRRRRP?p7zXZ !#,GM]] b2u jӫ`(g_'FƏD[ȈRKwo65('eAK<:Bǝ}??/B[]I*iVW,*9꯸3K̓9CV;3}BwHm=b!ǠEʆ/SFe?>'1mRrDizx #/7WhKU:w1&v.j7c2^A2iʐ=0io{ NI!']m{izR<^;Z!,9{L^F,.H==H'gDe)J&3|)CcRkKCI饪#/-=\h$JW*700X$ 6X{i ۸a^&[eh Ww.kem+ppMOupfm%ѥh%3(' |p"'i:qR [}Zщaf Y"o*lYP-z]j`~< Yf̤ԯoR(oՑdOsTD=C\Zo-,ػG_UFH^OnLzK8dZhO.Њl`( Xj3~z΅ R~:Jiχ箰^Nz8nWO֧$@Ұ5bȃ#ڃ?$D6juP(F9բbEM S@,qƸ,sݖ,ڮW]WJwڴ̚ q\UZðkAX4ȷLFnYʴ,E νWXcX2jV"nm.Cu_2C]2RnJnQq0tuLpI20 !Fhۢ0i-Hvg1.'cJ\ͣ%BbpY%h`q&6FY5t6?gQPc 6Ubc?u"vz6C(ܪVsRtSibx=2"h[:ehǞfuhle QX.yzƽyY*?vyY]6@nt4Ml<|e|T%\=J;p͹zXlQzB2܄eLd}bte414@<m ox愘\ZBEQ4[KQo)5uEMzS V4P1YtHN:A `OWM [IYEBD}%y-Pu2խ&DD# WWW2T.`pIGXqMmdNgc\7B@`&Ww p*FFI77I#Pq:) 8>^ M.`;YjjURN%sE.Ϭ0"(&9-Lg>鷥!i{sLަipfmuj.OW^eh ^<};@-Q4=J p^Z4X\ 3_R9.Zsdi9M`D]۟vn(c""F#x-0Îވ l(w.ykzֹWU[ZKcM(OМCAu> 2ۅ1"怺^f[zLQ&;4Tjv'Sp&`2mӗ1pJ5aǣ }ɢ0ݕ J$vCVlx2M9w.v$H#u+yz튜u^ɮ-#egB]O0.^!R@3> >ɥ\)pgX8NABfO,w'EǏQ{h_X~oDk v7@6M ,BEBi)&& F,+8%MZ/I?i2n;Jhdygq8E/DvXS'"[iϗFlU6~cDZ Ŷ{$.Bf]f_$uv>rM1FV~UKB{"s r{-|Hl>v+AKe2(D>25@5/NF++Ç:bok y6*?N֑ʓ"|w3ԓuE ?PfF<=LJ)w7"G? VA'M* %&kl1)䑊P ;o(9$F腒2w;7hUe[5ͧK޴R~Zç>*щ \S!} ftBhY?iDT>̽,Z-$kp'M0a2:y䑔g@̕Ra\J.U43ZlX7+1cY%B_ _qKњdTG~RJ(w.f06-8{LMc2ۆayuB~1=Ñ7}gȈK:|f0cFtzAF@ŻcFUXz-zcס6Fip `99֞鄑׍lj!%>J) PF/L}tq:ƕ>rn9f(ї|8S񼰭rGvW(M(Q҆aIvVSGBw:RqkBLD2Fh4 B6JGS;W9\9FZ<`9jR}V-sH۷H h+7@"MI1>`]GP?bpyJƇԔƄ 3RV< x-:V!"n [':X=by.8!<t<؋n[vgdsN4g/րq_Zn`Hl?#Dr agUoLP&֓O1ygK[OmFEp|ZU0DȏSu!Z^Qk"ɮ!.c-/.Gy,#r hPm:G^_o̮1ay+k '%OFBZ^p98ޞyOp} ^'e0hOQ L&͂@l;,Nl"~v`ONp6۲1,eepO}qArN>gh=,<Ȉ cxe MZv72< 1bMeJخ] ?$d|v1J)vVpS۝.ǀXEH4 O;VbS8n1jErc}56pddRyM!aAR2omla`/c`m7(f?zK)KLbo,3m̯P=o3r2n*CV^"OyQw9%6v1[g'Ϲ8+7ʂf]Xz>JOZjrnEd)5?^ي U>g@QcUDt+]Ő~)ڀJݍ˖/ *S4{":|LS.n⏌W+1#aϵ!;1Y'ZT/Oؤ kUMBh")F.E6 &BXԫ;x&[C }_e +E: mVbٚJ75WzfCrlZ/l1B`:Yr>~"y@'UoƂ(+]zf31np4\#mai'K}= ǧnH0wP$6Q0qh's m{ͨPʙ4*-}c;.% #1È-\>c8o:%ce_i\h/zpcj febVSg0GnoX 9jB2{ L+_I4~r8&ne/#{iZR Ixa=r`Lӭ-4$)~چTʽgyz\tlMWoh*D 8[R ݏ qA^ K?-³N qL\,O HOUPSQOeQ:Trv$IEřtbՉ*u! |x%ŧɥ }DGӚ!mwqq4r-D`:y94%2mdlɰ\UhfI 0HTܨ/|})/×Z"0wrG )Cw@'d+Q-.Y41sk~dK.VzW iVrqr"TYhۺUM+fs:6̼{&t9>r'C2o7grٝ\n p-$ `t!EAZ!9mtL&Z H6d~)qPr=m iLh:_1@7M64b ħ%GT 55 t@C)|{es^f5;pw\|Hbr,2er,uujB !T!yJ͞q/eYD;N4%+8& H=厑"<>gnwZ.߫}b];ٮ'V_-}pPmI%f|O4*GXFKlJFPnej‘h/ju:< aRSd_%]yW_]q|ERYSl)3DTpf 3d%-zlN.{kZCeqL@mA)EҟH V96CV;*d&flO9y0 !8 ]najɁ qA4<#[ nlq 2>%9iF칱M>&=5y}K/"QpyU _<Ĉ=wIw)Gg׸-DeXZo3a7l1Ao#7 0DVxXR<.<ꍃ<̢YHʅ8^Mz}7! \xEu bb &ҳuR[PhO*mTrL42lAq/ 5,gj4?}4eU_d_X TM˯X{9<Ҝ="BڃF:aUNd{/ʹ2,:G8@Reqe-R8f/VKzQ8b=C<  Al)LAAyMuUZy砪ZT"&PZHY~a;BpUemьeD54]6wlqjL޶Sc|['ڢ{ !^*Hoi֫L9}#4Cv=&R.|6h87Vɩ'P1]ׂ[J :Yϻ\%YMT`m1Bs^iJ`**O{bgs$:IIK ;RYHҺ.u3U@J;Z'fF%v>6 ś(~.A׻t^uV ҥ]eGK^\-XR'j_(a ޴=Gw/g4aZG ./nl8PXhs3h< N:윽V7=ұ6L@qD߇3s ?+zٛUX©2%=Obt眡tr_oιY \0bn x 1%dgLz;'n@wD%}ɯ||X+4pOBϊXwV^#,+܃׬ ?-vHsͫz \.5msiP;ƊoF:$wlM|vSpM0[\f t Do&-VZ-l 7 N)4n٪t*΋}SV6Dzo!P,yL5;xj6Ř_TC[v<cO9L.,i\ID4Ͳ tat:翶v\E{:p2GڹL9?d p ZPHSEC,JGpWa$30Kx9'R~ν$zt}L* ~a A Nq ;Ӏagc`=J$Y: M샷dY{aE'j«5iݤ}/K2'$Dn ) ?}6YZ6nz9g0jzI2ɟl=U8s?׹Yx Y R2Lvԍ>0k`Hz:bF g.H.~BƞpƇ/Q3țGXn]CqTE^GĩԳ(NeGRρn|^ _|;<{^zFV#6R}%kV7z"CfYq;ed "]VٞP^)zWesubҵ6.R~)( 3YQ ?';!XdBͲSن&t|ؔisռ`sWP?Unvv5TM\ֈI #]d%ښ:KS+[N; {BRv9Gzy:;^`adpO#ȣa|nj N5LPN\؈ݻ]"Ô[qV6JhU!W HYCN ;\X]-IQ J \s~T^[g慊OתJ'M/X[ 9w0ȊN3RnS=p51~XνKN0!AtvgsrD pl Y<w%+g.ZPS͒贾\u,n?UݕƭtBirDNϤ;&jďV!LsL˻Yx|zBm_S>.çb7])H,oS1*UWӿCK׋ԟL ĎI&u~~:Xȣ{--:dF<`tk񘳪lt=;"~aDh>oDv9N{>U O>s%2DL޳ߡd[Ѕ1vfIPR?/ 17éV1tDHB}$;aѾf{L>JIVYjBQjλPC- zZҝU1]A U[VP,{|`gd i!)/^3]H rKv,E|ǑbNi`RE@*SBom{uR x6Ђ7* w܎_#xTC 4$* U.9{$yvցHFf%.G!0[T[} t2 7?6<͘W7RRfdBMS.*k4#aWn[Dtv^u|Y4CbҊN$`V\L@18y`P]K~^4,}׉ZWoK n вul &p}ԦN'¹>rE=FIM*>R!,'Q{2ED{P~' g2^y9ouBڊ-^^7Ic rԖb?YqޮTZ՜'T]0[n\gHpmUyrz͆>qtCRFztzFcR=!ɡPfLxMwc\ ޫ & ߔX}<.."+KWep'uޅ~( =Чkr]IRn i4i9X9.C$( U(L^ΰ eYkOQ Mq. gPI^9(4z'譠MB[?R0JETv5~mMQWRҬE}Ưsʮ@E]kojSL$mK-G߀En.1{Lk1 Vɞïw^{N+@xN"X>T<A1&It{@VFgYzٕ};PKAg /CAЇ2W{k f`<hDN"3j"U0)RM#E/"3~`h^۝Ds3":υK BAh؋x0b]s<8ٱYz"Zn0M"`48gdmY+EZykX*GU^ ׫xTK7#`F% [L|"@̔O\2BZܙQw< ^q ?c,ع54.*MM;=}IKn+1V@pQUG3JUMm(97m!5 U~#K}f~DB|b_}FvO>#GVo+ @OÓjhZy_/Wf5^^`3Do(3pe8Rܴ WdC,;We}d֢~fVlX#fU`bl_zJwzx)|oHHK펒 D*#?[S8V^(o6xhS H J;UĶdWjmG1Z?=K `Z[8/}s)ק={o#w~ myUwͮxjm"LW !vC1me8C ᜼A}oSz'p+~/T.u(&e2T=8w0nIa['@_#6&=08"] Θ&/H|q2 ]xH;*9עbx@ʃG0mumY/V2H_'ԙJIR\rhs6D_N0]˂&Dۭh>r̠N@crn e&:TR|[QVm>?K/q;NRkQ 2E_VnƊЫ/n>}ζpg $J45k[S.i*?Zhi\NfulS/UW.wl++c^,[9 9I2:Z8ue=n!/;b 7y0a 9/S! ssGN5%lsE.'5PIz ar|$}6iN2Xmj2kEEvfrpM]xh0./.>2/ \P faJ0,1r#ܹ|N$eX+ SpiN${Jİ̻;̧cp_FuE)Hpu"'W)Жn5|b&{cQ?ֻhgLZI]Lc]gU\_eiwxn(Й4E;XQaj<$BQB4X/X707On Cc usمa)@&dBPQ ŜGj\*:A>jivenmr“%4ʭ-3cݘN*4Swmx,H'+0H{耟X<,ޅc#j1tCx ++Q >T1|ZjV'.$Sot,f2NxW_ɻiC.'ʁEW,T`unȰ;GE 8aЪR]Dv$檺R"#esJ+FV RECmy4YwoDZ^ͅ:]]tlI?}1#bȍsM'D)l2e2^Zҽ$s&o;oVRI1~Lo+]9! bA,e?:q_=8:`'%{q!IJn=|XKl̿$C)Z)#4#?E8s9?tKĮas}0%`iۍ.Z,=򹶎W$!|n {$ =re.yN2~NjupmFU̓&!Ԣ)AgS'aBIc0}o05,X} Ɓ>/E:\4lgWG!1 fJPu4>#pcG_ljL2.NLNCGnʑW,~ wr'X4y9k6EJơbY}(1|4rbPl1rRTi&?ʭڌ!~GmX~v_`d#Zx7Ahj:7eޥ`~$gdQT1_PF$DIRfMFuxZXrM5VbamZ"B&9ivAtlvsM? &U _l8ӊG. –xz>]tyDi PJzwZQSe& V{rk9bԭ;Ǻ꩐4q䝧jNDT'I'!YHm@wfZ8nK ᱂mh|ؐvsME% 0;;t9G{^b7RҌX;J~ ! 6K/^h%A̻3z`{磹2B~C ~դ|}Gd08[ {>#Wn U:zKdI>+n (! 9tJ.6>l6.AIg"{;懀d$>A;Ӆ7xJ MAtc^z$4|M5&P'`>ONl)#_t?kXam1.~gQV`6i5LtNêy:Jö, q5TuP;S$Ap{Ja p+X}Br9j@Xڋ:[IKq/%;T[MXo Y@hs=]l~HޅI04+tVe_3@afC۫w~o(k;|#jvH%v#L lJ&wM=}s5KB{g<7hչŘ\4DlP?u]?_%|QDǜ`<%jv0*kzVv(70!*4>D^#Oc-G+(<#K]vk[pyq)%9_q Abܔq]R_lcgb>Ӊ&(ӦD!Oamͽ'Q }9dQDR/`*!ιmEJz&Gs9Yj _˔[7bﮇZ:ION$P#MTB=+D`DQP"YުzR-LVwj~ހec|]@fg չ̕)O64# c_]g q0.-}jutDYN!Rp2>j󦟓1k H _x *9d-3*B(<>\%QL`#RBfh޶I=[J6t|ٶ%TIS뤮n S\h&ok 2Ƃy?)j<ՇRBKXJO p3u| *sl{L5}bA$N)l5@]nfGwo1G/Nِk)7JLi+u beU2ř(鴬M|.[m?Nekj&iRf3J)q |cEtUI|S ~㕆'p=3BTzEc-2)R+iϼ vY>UAWxƁ{\"OA&'c!62)J.HT -xiА'GL*!I^|{3?v S FcK$Sϵ:nquv:!/aSg^i u"ЧCmdѼP*a@¬*y-B O]%= tsI# cR|DOޥN?u85[b:TIh^2wlvDguW9cp]L,![J%Wx[/wGA RD\ ~+ZijJYv 嵊3n繢ZtI(%`S"t9oI-8BT-Vy?}5ЄuOhY ..ҏT\ t<&]%b/^cz.oR[b/$ ';cp0<%p0 v0,:; ]T^U8u.z )qp} rD͹i:ҒzۋOI]A(65$&A{y `AYVJ"b+rej$>p:y. y#2!biݞ75JpHmI .((ѥ,MIM`J78a!53k`Q`jq0"y\9.ff,KlY@I}GtމBxs;hjk>)0XJxj&@ ׶@Wf"te$%[\)幑`N]pO>u_kx9l4藊$C臻-F.cX)[&(F`T4ހSe[{-x{fk ^ibuE29[}an$Y/A>'iw"0B6$_}7 ^|ʭkҺw(RKײЋ+y:;v#C v?vQ/L+Ľ<d@AC 0~Zd8*e-0([#-0Uf?ك;k'5/BZ_/cKYjyf1lVRRAfݔnڿPAZ~c{wޫSFVݬ -k?\>OT=rwȊ܆̶ YZ