perl-Test-Mojibake-0.9-2.el7>t  DH`pRj/5,dd2Fם݈{#r }EҞ'(8_R׉Ph'R$ům.'iz ]vn<%{ӾD'2*M8X+R $۞g% _g֞V:Xs n38k?T':-eVI= kcbxz9O @'ыV.r?'Y:b W}o[1]A?ܥ[GHO70d18a87d9d79a11d6c49d924eba51453c2d5c4dtDRj/5,d&`=Nt?8X!.~mXɐM3ھi_G_NP#;bfٍ'"E|t>FlI mcj4}a hTx0ϗjA3_AڪvZb(FX[f:Vu| xlVFUr2StsŇg >DUQcOǁVp7{cT{4`qk#aC,X뮼gL,Ǥ7VJ#3=|7Si j}y ;MK鸜݁wwXByƹ Af^;6￟emqhO2gxiz;Y:\m!i ^G/4~e6*N/KCGF]0fXSAZs8|Gj^O4<>9L?<d  J +18 \  n      m  x      @ h  ( 8 9 L:G H I XY \0 ]T ^bvde f lt( uL vpw x y 8Cperl-Test-Mojibake0.92.el7Check your source for encoding misbehaviorMany modern text editors automatically save files using UTF-8 codification. However, the perl interpreter does not expect it by default. Whilst this does not represent a big deal on (most) backend-oriented programs, Web framework (Catalyst, Mojolicious) based applications will suffer so-called Mojibake (literally: "unintelligible sequence of characters"). Even worse: if an editor saves BOM (Byte Order Mark, U+FEFF character in Unicode) at the start of a script with the executable bit set (on Unix systems), it won't execute at all, due to shebang corruption. Avoiding codification problems is quite simple: * Always use utf8/use common::sense when saving source as UTF-8 * Always specify =encoding utf8 when saving POD as UTF-8 * Do neither of above when saving as ISO-8859-1 * Never save BOM (not that it's wrong; just avoid it as you'll barely notice its presence when in trouble) However, if you find yourself upgrading old code to use UTF-8 or trying to standardize a big project with many developers, each one using a different platform/editor, reviewing all files manually can be quite painful, especially in cases where some files have multiple encodings (note: it all started when I realized that gedit and derivatives are unable to open files with character conversion tables). Enter the Test::Mojibake ;)Rbuildvm-05.phx2.fedoraproject.orgNFedora ProjectFedora ProjectGPL+ or ArtisticFedora ProjectDevelopment/Librarieshttp://search.cpan.org/dist/Test-Mojibake/linuxnoarchG) Y9zA큤A큤RRRJRJRJRRRRJb0a50a9535aec550ef9f598ce317a65decf0ff4a8ed78c420f3fe961c56ad6109077ad9916a3adfd95d79f5e33bbcc0405f5e3f92da298f3da91fa89f75c1814f5d7623622da802d82580fa2dab3d130f5878d5880842f3108697a7ac31f889086c6d41251b89612e530f25e4b6e33d4c1b390d38b294beafd4aae8c60482177de4531ce62e23dcacd74eb78dc126e4e00f011153ac814eb7e466ceb8e09d5099a3b42b44e13e5421e1add49c47abd3913d8fd8c4296d5e34f904bd93bd01c7a9570ba9d0c4f7488d3e3458c3d580ea0ac99ba053943469c2f99fe947a17f059rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-Mojibake-0.9-2.el7.src.rpmperl(Test::Mojibake)perl-Test-Mojibake@@@@@@@@@    /usr/bin/perlperl(:MODULE_COMPAT_5.16.3)perl(File::Spec::Functions)perl(Pod::Usage)perl(Test::Builder)perl(Test::Mojibake)perl(Unicode::CheckUTF8)perl(bytes)perl(integer)perl(strict)perl(warnings)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.11.1RJ@RR q@QB@Q@Q@PiPfPd?P H@O@OG@O@OON@NC@NC@Paul Howarth - 0.9-2Paul Howarth - 0.9-1Jitka Plesnikova - 0.8-4Fedora Release Engineering - 0.8-3Petr Pisar - 0.8-2Paul Howarth - 0.8-1Paul Howarth - 0.7-1Paul Howarth - 0.6-1Paul Howarth - 0.5-1Fedora Release Engineering - 0.4-4Petr Pisar - 0.4-3Petr Pisar - 0.4-2Paul Howarth - 0.4-1Petr Pisar - 0.3-5Fedora Release Engineering - 0.3-4Paul Howarth - 0.3-3Paul Howarth - 0.3-2Paul Howarth - 0.3-1- Bootstrap epel7 build- Update to 0.9 - More consistent UTF-8 naming in docs - Dist::Zilla maintenance - Fixed shebang in scan_mojibake (https://github.com/creaktive/Test-Mojibake/issues/7) - Update patch for building with old Test::More versions- Perl 5.18 re-rebuild of bootstrapped packages- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Perl 5.18 rebuild- Update to 0.8 - Fixed cyclic t/ deps - Added the standalone scan_mojibake utility - Listed Unicode::CheckUTF8 as a recommended prerequisite - Recognize utf8::all - Passes perlcritic harsh - Drop BR: perl(File::Spec) - BR: perl(File::Spec::Functions), perl(Pod::Usage) and perl(Test::Script) - BR: perl(Test::Pod::LinkCheck) where available - Perl::Critic ≥ 1.094 now needed for the 'equivalent_modules' parameter in TestingAndDebugging::RequireUseStrict, unavailable in EPEL-5 - Update patch for building with old Test::More versions - Drop %defattr, redundant since rpm 4.4- Update to 0.7 - Fixed multiple =encoding behavior - More deterministic t/01-bad-check.t- Update to 0.6 - Fixed incorrect test examples - Reinstate BR: perl(Test::Kwalitee) now that kwalitee test is back- Update to 0.5 - Attempt to fix https://github.com/creaktive/Test-Mojibake/issues/2 (don't fail when no lib directory exists) - Kwalitee won't complain any more - Kwalitee test dropped upstream, so no longer need BR: perl(Test::Kwalitee)- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Perl 5.16 re-rebuild of bootstrapped packages- Perl 5.16 rebuild- Update to 0.4 - _detect_utf8: PP version now handles overlong UTF-8 sequences - Tests update (96% coverage) - Dist::Zilla update - BR: perl(Perl::Critic::Policy::Modules::ProhibitModuleShebang), perl(Test::EOL) and perl(Test::Version) - BR: perl(Test::Kwalitee), perl(Test::MinimumVersion), perl(Test::Perl::Critic) and perl(Test::Synopsis) unconditionally - Drop support for building for EPEL-4 - Drop patch for building with ExtUtils::MakeMaker < 6.30 - Update patch for building with Test::More < 0.88 - Add patch to support building without Test::Version - Add workaround for the old version of PPI in EPEL-5 not being able to handle the unicode byte order mark in t/bom.pl, which breaks t/release-minimum-version.t - Don't need to remove empty directories from the buildroot - Use DESTDIR rather than PERL_INSTALL_ROOT- Perl 5.16 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- BR/R: perl(Unicode::CheckUTF8) for improved performance- Sanitize for Fedora/EPEL submission- Initial RPM version 0.90.9-2.el7scan_mojibakeperl-Test-Mojibake-0.9ChangesLICENSEREADMEscan_mojibake.1.gzTest::Mojibake.3pm.gzTestMojibake.pm/usr/bin//usr/share/doc//usr/share/doc/perl-Test-Mojibake-0.9//usr/share/man/man1//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-gnuPerl script, ASCII text executabledirectoryASCII textPascal source, ASCII textawk script, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression)troff or preprocessor input, ASCII text, with very long lines (gzip compressed data, from Unix, max compression)Perl5 module source textRRR R RPRRRRR R ?p7zXZ !#,;R] b2u y-iSq*#$GdeO QO@IJh!z? 8MfGnOS4MH}H*4 Sħ6vRsE;*ӔLlkRj4ZwAIu=1~ޛ{Q 7w4 om})h-S!isJW+̞:π7T q+"O>+)_CyX8aIL>)6vJx(n~s_*+κ)=;QBw1[!<9o T;fvzw3D(K}inDogi|HHRmnN\kyƽܙ)M* pRɷ)Z>!-8|ijAe>̥~捆+ls۔Kgƪ1?4yKa9=; F=r`ϷqO1Q-XXX3E8sgaDh 5bniL|CZy7LP3nrMR#`cC2V$r눀'EJMWѺG,oz0=5FUCi 'gu:Yx 9a^8 V½y]J #xkˇ.SO2&_mRnKF9(Z윏5Az{z[/Sx92l|,V]4uIɡ\5ǃޖ4{.(f m/{6#8k_{h Z ,0{'`i3~n) 5FW Aΐ@M1S>AIT *ѢNj I$!a4ďW(PJCOTK&;Uq`mg?klT'Tq1`r 6?*QgjK]P+Ѵ+,]Jnc$ߥV~pҾ<2vQ2UږcT6x?O5 ٔ? t3 P_~N\5m(NPh S&ϣˁ!az``Uvd# dž56 r9W#ӕZoV:28\CfUՂlX=662{bk!N?߂j[կSse*|Sx!*BI-66/>xykOQscup;[*J0٠ _-\G17LMAn}_᠝=ah&T MpyB&P!+03y$v4I ] ~O-R-D[.lReѳyL.t_{S }|[{=.`^T^vscUujeo-$DI"zY2mnelvf!9؈`N:K6JsYt1D%q4weWEhT2:ߑXպʩxKkH-:@IEEWMՀc2tuUsGSjIE@$a~I&-p+WVCKk%ip_+$]U&)p!øS-RQkswNT[OJp_uZ|De`@~Gw 2xp Xܼ ,|x%,ZAN^[!' GaXf@&\,~q߈c/+F8v*B:av*85Rw~$Ps9LoY2枉-SdVԓ_j8;ѦZuJ0OzӅOfvwE:s+ip$gyJF捤aV=?PՄv#İo-UVBwVHsa _1h[ՙ1ܒMmtd&KM_h 4E2@y=S{umWT*fA] SZ:OmDw?",^6n` .ފJ9(BCjvWO<)BuڪBQ}^XeiLMѫxo"lf$|VQ QiNouW a5;?Α. -2Ҟ筧 UKfX?7(ʔd >orw4'ؾQQvgCT`3vꀺ:*Jh%poê;~/ۉ򍗶!s^Jol nsԔXl);کI y0u@2~5'D4I=5G@zxRCon [-Y3Pg:-v);e䉈+)JxOsI,'dX4A&YvѰ▅m=+~:wk `NRso}fmYVܣ9z>u9B+1iLG `ݧl 0^ V{|+j~X^Dq|m$ED/2B;BXx}3^򌒘ڪ([9"D6ZJ.u?di6❦5ok /ABUhGqʾЉ o+GA/7D- 6oeOnIWrQPALnaY%\ϒHf#ӕѬ;d[ȸ?+.}3:~ ;b?LTt?a4ͱOvMZ=PSe=i)vhz`9}#n -~WP~W9Z.-lgvmp֯(рLW;e+2ڈԍ\{MH|gy^&̅[s>tu{s^ARbP:OXc zByn!S`YRƪo=-5i<6=&~i< nk[hт- ɯh i!ҦoxNfԺ(<YU^{gR"ľ=x@cg⓴@Gj+L.(6/(f6-ҀiO~4 __yF%x##߳kvl9LwzǩaB´.ʑ]tA >J諀3~htH:[(Qqd|^Tr_or Sarv?{6Y?q1fUm*ZT.տGjN-])V3o񒹽hAȤ,B;x!!&|;L"m2` X;3WcۅծCsk`Wi 8"ц+#} /,+O/amzd|gޒ֡S͜5,5vy5]6E\/w-vǼQ=i6Qwa4OxDŽ/,;q${r| qlj:0$ wlrU.yq Kj{wH Z#/LDOyc;e좌w1y[gٔȅOW߿H߶-0*B9Ѝiɝ1 *XW|Mt0"cL@OzlM~O(O\ FOpv_tأިSv~~>c.Ԅ?AS$7TLm߁ RHajza>kB>[SS>futd/S@Dnbܖ~h_ nğΰ9_.H-3쌴D+v&Xe3KV4T}Ÿ!>XͳQ0feԳHJ}4:c~p{'u~Ɵ5 _q*v 0ܳ!n9 ȥ1= X1eJ,?)\/AZy 4ǹ1 HOysUhXV }nFM}^f=S#R>8VPrAH o%{sO}'P>r$ Lo(bq#C8ڨx ?spYltZs0k{ʩR6 PC;В׵9l3ǙΕD6L4y@OxzĖi**ÁTo8-r&ndjb}W}A7Kw+h':ֽM2/q(jeBg!yb K!S~Z6 V9&b͵mU"lh1b"L בqZ!φס)\Xq W1A+4эU:np N bp42  7 3ڑu^㢛K&n:Oʮo}a*7d;L!ITSKh؟q& =|'Pi[G!v.qkR(^@Q"a\׻-aFYF? hD^yCSrٝyݼER! A,]>tzu)[m@k9Mnb$9p? iW#.AÌ O(te}Tc12Ap-$ޚ3@⑹ye|@jɿkTr4l1`E!ѱ3-NJYXq\@8= :JuGWV32~ݳ 3\U:kٽ {^ޙ[E܇Rܶ7kBarDb\'GI״F$_Nw_nmx)vm$epV |M0YD stXn.@)Ma{9 Vy05=,ynlOQ֛Dm&C3X IXY޼$XaowUՂyuqfXPئDsY?ߕAD8UH<+To1`FZ19S TFJ#L_ƣdVN7N'z޴c:KiQe~Nh,FތŚ0[f#%IAtA G<'rB-9\ +HsGn O 1)[Eughl ^4EjP3-Cî\f5~~! gcCVX<|4E)fg$m``1ZڪgKTs-9ke8H{NIhnHm _NcOT8{tLʛeIfՃ r[$bFJ5M Ro {& AKiNC,tж/I[[AxF ULYBLxAVg[Ձb*#l@ FgZxYM#mr/ؒސ!Cߒ0QB o= ٰׅv;.zW)5![#3Cq/H&P貈7PmӼxŰ~:ZβR:^ڜεgx )^.ޓ|z)SǺ[ Tg>\(^4dx+^pntiuV4 JaIliSCms:Lhw'SrV>3xPj.Qc0zW&\GL`p`pl"~UUx~,Ď֒UsN2v1vX55ΕEh%?n9qB^G1Y`fy$YfxhB2Rj-2í {k9_ F(<}qZ XnX`ԃslc Q’g. C0G==sNtyˊE-+bEzfKpL׶80Ρ< R̋sIe}[.0^UHi \paTf)X3(7icTY0]bï+%<Yv%.QSäRc(b9:ŗ V2㐆 <pLfd* x&3\#A]tG4kx~NDJFӰ/9!̗>_ar0leP!u. BӰ&XI>b5 T=ˋHۿ[G@r}W䀦a a0`3A =X5wr` g!bc }ZK/2fsIDﳢji'܇G$*E'"LI1: QuF;YR:g(lNrRUq+S-#_mp㢌1% bpAv~61OI@2+ -'q9"{zJQkz)꫸ 2WDd]@j#m[-6a|T:hpMy""ଡ଼ettF[:^Oe< *Ywm5!^š 2 ϞMn =_OJxs]{,?e&ggE`]Ff1qbؤ9rRpQ / v>0~1fkQwWQ)擻rvEvc 3wN+ZaS LO>6|lrU̵&]Egjt8$ZN2Fr5;"g]lە.} Y !d[64>4X~?*F*Ч~̈́@SK:$c|>mgÚ M/W/Z& :orMK&ֽbKuՀ(5#BY`~]>K0> Q0w "ĿK kKj-(w/u/a5S6;&n"5@ ᨺbCǏ(/05tx3dSZkR3a׼#4XEG9Pcd ,}In3T+sj_[X$B.AMO r^ج#EHK7`DCܣhO%/xb Lrz̨9쑃 |/U,@#Gl,a(טce,d!T*mlIi~y!"~( .%In*O"L%4z`v^6P(ɰ J{j﬊':,a FgԬ9r,ė%5*U>^;S@Ip۠0BgjJˑ뵋 ОKrLWk]P㌝'˼&Yq;C1s?Mp'бZڀ:b.e'I9ŹI3ooLjGh@Y1I"t@04mkDjQW m.3{-{E]cL)x Ȁ<(r/q;hg=QRm:wMP){H/a z!~𸉍V'yBVS8Xk"g8t>') WČ8H>$:ALcEMF3Fq~\'QV@!ٝ[ϽI;DfC|iѝ(nPJT_. dH65ZӯI% }K"[,(hZ'ie! N"h 05Pk!J ߏhwQyeE>J)r>Kifk\IH*ا/1~lPŎE=m- )q7%CX|w0_w%>oN `) {(yL1<8dmNT4pT&w\"B0о[~η^zGa2<:ˑ59ܝddaH4ўbC|H_V nob RJ^bLݐPt]6pӢXI.E >ޅ,9I#R[8Vbf%za(tB0Fvύ-1RʮkY5rҍK-O39wPre$ G)E'2R. Z֥)!hM}S0:- =jnQhF4cggbH̎pYVgE[/\$yt1es.VXdR[I,?f]W^؞ssM<?#_w7L(G 9#ޕlx++~gSu(ŋ q,+GʾN7*XS8 ̆sx́doMt*$3K TfXH=y648UD;kA T E?340>PŢY@ 5 I5"F,1R1aKo @,e&kFgWHw.E,\U&s~;H.IʫMQH^M sIBPZ#lߣ $E>4 ,a5!ˀ;O;wxSt,!Q V j_Kb~7-ҹ8|I ,ZlIt s<^<LyCX,G82̞.\w Ѕa5̷ Xo>KMEi 1O Q3勷RN{%'{6Xs]ycW EFL[nP Ա2| {E?u=wVvASج?ٺAO2UL\]9o+nsqP pe x9L WqfL^:w'ץ ķrhQ9'ac̰E#I?K34b݈K0h]+.}GD#1ϙk[8pIUZչ饹1FBBy7~V ^1:r7fҠsiD\o>8NN+qVKVn"j1E\@+q:)˶!=aFR1.E-b46Z&guIA@ř"j\IAR`ΰi`Am^/fb+!LrSu{tĽ$Z6O9wcuw`6"vqsKyI/Sќ<׫7$B1&e;gABhֶ> j0R9C/:Es0V6RMOB :st0};#th*Ɖt4k҄]G%_TЄOWuĞqu's\&~9K+AZB+f% ^ r^o{Zq Q4?<φ/Sb=Ȭ;ztհJ2+,ռ=8v >ʰzNj}:̳S(&P)\t锞8}a{39W4pe2:M͡q(/So\^k; \qUZP-DwSqyx"fR:ǀ*0^C.ܾvrCU%W5'D|*} veu%dVDpuyFQF;[f0!HE;83qZAƜ,C:g( 8!y'=IbfٹdC3g~ R#ǟoTҽ0& 0"$) })RBEl$ɲn_H[9L%٪ĸjCmZ&/Ect:U>b[Kdf0V'm0-D 13ŃО#()5G,K̠ƝbvIt,UoHkS2H?5NBC8ol{|4Cv5"H( òټT!v|w_+6Lhs?k}! iha ?8 K^ߥ\dkӿ_ƭچ8v+?iz9?"lzjKJN Ⓦ*5qJ< V" ll1,.lD,;G=M%g[aC2 Xwo@BM*4: +];+Ղ|ρJ+e8Ļgn%{ xI;hFh|4icRwj w1ܶUi.Ol'IH:v;m5~Q k7*H"a⩫3Xn8mEf"AHz/9 ,jݡSzst +eg (eYzqDN|롵dQRťz+;[Ж{'-~N8t)R`T(F{]q2Og=[:yykgqɶ\@<U@~EM[#obj\ R[W';u6?},װWt[ʊG.} s$†VYT@X͠Jb130: twXLi|4˖aHU,V-H {iKEe^CްuOxc8Z>G賥qY(ùi;`~5EyDcP"zIFgψ-^LEB߰wN1lZHR% s%=J 좮;Irc\|_ YzhRAߋ9j8.X(Or"SQa.yGJ`,yra b`wp$QU_$s]S_0-x^GJp \Def@(xHĬd2z?&dU'sL F҂=%+JE]Z5 %-G[.jB+zCk9q2(]4cCOw>6M-w-u˽"pÐ͂WKdH]0eVe`b>5<5y yOɝZ:ZH ^݄m+~3h`#Nmwa R)WӐg0E" s+j]YɸOvكO8s8%}УR'VXgGUa%} ] 20|LtI^|qmFWꑍg=$68JGN$ E7!oC>G) +0Z[֬;#{B[?.Yl |(Lz^6 pWb֎LL:JCϦn<ݪ,˟fsk=҂]li=$eV_9#<`DɏR8h7|:p|YuO% 4Mp skEMՊ v!_uj:6rG)2rXُ},G+2~(NJD ɤzD=:05>%sGVm|XB%ZL_:lt5A~](|)h,ccoCpf&cyUZwbh,- j$a'L-gecact`ϕ)qX%u}eeFzZ[hԯД Fn ? kE?:pGߧ6Aϗb@K/h DVkmJ-SD/U`e'k|H 35'-)>}._ lixcQkd2Hui,*F)벆!Ʀ ƑhV -E `LֈxfTkIc14k>6cktm*⡯o.۩nx,M+HT)2 ]q@c2݈I;M9젫 a!c7!xs?㼪42oL 2Ndd''0xz#{}\kn-9VEhd)zqvGLS9n"Pґɩ<J?@/6V_;yQHc &uo}yd” th5ř ~2r{J|S1UyGBh=uGEv{bDs |s%} #N٨PO(377kGfcɨ3L)17Tĭ{G)+2\!98YE&G{P=5+5)S=a5kU[ꙌZDYxB`SW}ĪݽKN[o6G. G݌>bAɫ=O'OZspsC>(GHmGNsa- v ^ԨU񶧌-dVi3Æj YZ