perl-Test-Pod-Coverage-1.10-lp152.3.2 >  A ] L/=„łd0"(c2H{Je>H!v@ ܏.i X_R<8hٮ~MvjÒ P*6O%ـѭSX 0>GWB /GSzUtsXOz"_e}FRwi^߽-\uə&@I ~ kjo\!b<2S6C ԀbR#Y9+L!ϐhRNfBgw 6Nc142bb923179d9ecbde478725ad4f88545beb51411cb3c9fde77d32bd601a0017a02e40923db389712f63fdbc02d4980f184bab0:] L/=„1],z ٘ȡmn QCqu3¦Q_?s繩$RUzG`կoz7]%nK,T[w։Mm 5 FLM֠HxRfp>x?hd ( U`dlp     8  H  X  x        ( H |  '( E8 L 9 t : 2 F GH<I\XdYl\]^bcdefluv8wxyz"dCperl-Test-Pod-Coverage1.10lp152.3.2Check for pod coverage in your distribution.Test::Pod::Coverage is used to create a test for your distribution, to ensure that all relevant files in your distribution are appropriately documented in pod. Can also be called with the Pod::Coverage manpage parms. use Test::Pod::Coverage tests=>1; pod_coverage_ok( "Foo::Bar", { also_private => [ qr/^[A-Z_]+$/ ], }, "Foo::Bar, with all-caps functions as privates", ); The the Pod::Coverage manpage parms are also useful for subclasses that don't re-document the parent class's methods. Here's an example from the Mail::SRS manpage. pod_coverage_ok( "Mail::SRS" ); # No exceptions my $trustme = { trustme => [qr/^(new|parse|compile)$/] }; pod_coverage_ok( "Mail::SRS::DB", $trustme ); pod_coverage_ok( "Mail::SRS::Guarded", $trustme ); pod_coverage_ok( "Mail::SRS::Reversable", $trustme ); pod_coverage_ok( "Mail::SRS::Shortcut", $trustme ); Alternately, you could use the Pod::Coverage::CountParents manpage, which always allows a subclass to reimplement its parents' methods without redocumenting them. For example: my $trustparents = { coverage_class => 'Pod::Coverage::CountParents' }; pod_coverage_ok( "IO::Handle::Frayed", $trustparents ); (The 'coverage_class' parameter is not passed to the coverage class with other parameters.) If you want POD coverage for your module, but don't want to make Test::Pod::Coverage a prerequisite for installing, create the following as your _t/pod-coverage.t_ file: use Test::More; eval "use Test::Pod::Coverage"; plan skip_all => "Test::Pod::Coverage required for testing pod coverage" if $@; plan tests => 1; pod_coverage_ok( "Pod::Master::Html"); Finally, Module authors can include the following in a _t/pod-coverage.t_ file and have 'Test::Pod::Coverage' automatically find and check all modules in the module distribution: use Test::More; eval "use Test::Pod::Coverage 1.00"; plan skip_all => "Test::Pod::Coverage 1.00 required for testing POD coverage" if $@; all_pod_coverage_ok();] Elamb59AA$AA큤$] A] AS(] A] ESS] Ae8fa36847a9d7b4ffd19d3e8a37fa6965df3fff66bf86e2ea09907606fb6109f05395f9c3e7cf60eb1fc3f0fcbac23476c694d920fa22462cd3e9e12df9a6dbd57474a403e8f4818ff3a024b332e4cddba2ed6da6fd4795d0578a00d21c7e3a423b895237b84317da75ddee749ece45732a2aaa0df25c9b5abd5fd63930f8635rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Test-Pod-Coverage-1.10-lp152.3.2.src.rpmperl(Test::Pod::Coverage)perl-Test-Pod-Coverage    perl(:MODULE_COMPAT_5.26.1)perl(Pod::Coverage)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1SFNNHL8L@KI@JjJ:,@J7@J2C@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@novell.comdbahi@novell.comjengelh@medozas.dechris@computersalat.dechris@computersalat.dechris@computersalat.dechris@computersalat.de- updated to 1.10 - Changed license to Artistic 2.0, at PETDANCE's request. - Added README - Moved Coverage.pm to lib/Test/Pod/Coverage.pm - Min perl version now set to 5.006 in both code and dist metadata. Addresses RT#21564 from ANDK++ - Added DESCRIPTION section to pod (RT#28715 JEREMIAH++), and changed to a minimal SYNOPSIS, with everything else moved to the DESCRIPTION. - The "no verbose" tests in t/nosymbols.t weren't ensuring that the tests were running with HARNESS_VERBOSE set to false. You could set that true in your environment and break the test. RT#53947 - thanks to Pete Armstrong. - Makefile.PL: Ensured all prereqs listed in PREREQ_PM, and TEST_REQUIRES set if a recent enough ExtUtils::MakeMaker. - Added github repo to pod and dist metadata - Deleted the old META.yml, so new MYMETA.{yml,json} will be generated. - Reformatted as per CPAN::Changes::Spec 1.09_01 2014-07-08 NEILB - Specified license as 'Perl' in metadata, to match doc. - All of the changes in 1.10 were first done in this developer release, apart from the change to Artistic License 2.0.- license is perl license- use original .tar.gz- switch to perl_requires macro- recreated with cpanspec 1.78- enable parallel build- spec mods * removed ^---------- * removed ^#---------- spec fix for perl-macros- added perl-macros o autogen filelist with perl_gen_filelist- some spec mods o updated header o fixed deps o autogen filelistlamb59 15690007731.101.10-lp152.3.2TestPodCoverage.pmx86_64-linux-thread-multiperl-Test-Pod-CoverageChangesREADMETest::Pod::Coverage.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Test//usr/lib/perl5/vendor_perl/5.26.1/Test/Pod//usr/share/doc/packages//usr/share/doc/packages/perl-Test-Pod-Coverage//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:Leap:15.2/standard/fdfeda8ba77ec93bcc593ba3958617d1-perl-Test-Pod-Coveragecpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P! >scdߟautf-8fbd754aa53341f552117956334a3b035ef6d268064213a1bd3f92888b103dbbc? 7zXZ !t/A6] crt:bLL "p=96cv?oٮ6~CWCREEX:M4a d wqsɟn"~Z p ahfR[k%hg{6"X@",>&CO ^#Z'79 9㳩!5I^0(U3a4av|2BCiWM<<*/+E©b|% %z;"-8}/Y7z0`G+f7sh+m"2I}ӂt`!W,d;oؔdEdyH_k%PU 8e*HC*fܻo3?0lZG#44C%)! mx4㱂*pm)2/~t7ZK]X!g00P }mC;ٯ˱W6fI PT`i")J-P>ZL*K=v"\V_yi`$FP It#C+*P>B=O'hOls)F;f,Tf1+bPK}nއ b-֎0Zhpȡ@+`mZBу@g8+ˢx /$n UGs I&^T%94=Զo)rEi;Yg7)$hs6s Ot*K}>/0&mw._J&[[v%VEP1œ>GGQy?.\&A9LOs$&1sm }u#fPy_iox׾>Q N[ 3ـrDP#`JH ]f7O]l<6/b$2> H?PC:T#X@[@Ɋt#;`5b"S,iT`CVrnxMf `nȠ@X$ˁw䌆 #]LݾbI;-%v{9-ׯo~Y|9f0-~[yn]hwy6k)W\4±SL#qHŽoT$/BQM"ѻ 9V)|w50`WmFI_db~s\@#jx(@%q= W3u ROyh ]Ȫ"R[ٯl {/VQ3^?!@/D?^ gLv[o ?")f% !43iT :ܼr]V S&͌ Ez;N8ۇ[ XޡM!.|KY 쏂 du aC,c?FBq}k[R?Ge]L;8 /=J; C$%V<7Ն, !#%gakK)0)nݍ@ޡ<ERXpY3vB~9wR uB@ '-Np~pkyY,;ߍ\0tUV19Юx5U4㷪JK%z|*k ~3HV/$əgr|a֦}PP"t|TJpEkx¹Pa(-{ݣ&BNz(M?t^DY~х2sИJ:u(#tSnY'|iOUJTS5ৈq%9{h p?i`C&;Awo;2ЧG|Rx{EH0l2y:ĩ}fmy |2]qZ-uǝ"+&b}4𻤦!ϡaVi=s G@fru1"t`@PҭdZ7Ԫ/Ȯʷ>@ev5rsVe:1$"n˰`K5 0N,R/'e81*srrAY"MȔ~&t ~ Zv!)F@!;*bl =|6g7ç=yFqՃJf%Bs{w.K7MG? '9Ҫ'^ \O&,+:wdWu< p\ҿ|**TR v}bK!NF_h%~vF 0ds; R{+1[y Ǝ?iCֱ]mCe9sN:.kr Xm`ol9mk[2)c5pnasGMPX0Kxc38&S9l#HfH*R]s\Gߵkld:!0;?]` AVcqt!2H[hG%]MFLц27@ })*2Q-|^XT]3OfFMu_eH걬|r'm)"Z^6>`':TZ(I>/Yo[ 3mb[ensoXR t ĿvSr\SMKSf'QR#H(sr;w++Zz(`dD,Cs%eHwQ=;L0RքO5w@9|5zWRq-SUL5nW' 78̎zMDYU Z*M23^wV:,BN֞ k5BduAVf¨rnFRbr=#NJmһA.خK^^xOٕN =n<E34hpm#- S´k`G3,σDc\z,ߨӣnRkO%(!LXJ8E8:zJڜjW<: H#DUI#}ш:h1.j=9q+[!)@b$R<_t-;M_Rʿ?#}0u-w#;{ r)X'*p{`M IX,@d=\HRsg9p3T]HSygB?ɼxb^}L 15ug`&ΞvT$|:5Tf>KVԉjt(gܨ FI,j,~<2"YgH3]|bJ9O ;΂8d |RNB孾+{^!e\2k{ܨXo4稽zP}WLH |"lsbJb|Dtb>Xb%`4091gMGS9"0sDׂkwA [66<1 W'@?#ns ?Yƚ˜dPxoXe|ew?]AQ?}q,d|?u#eNR`"T'{8RR6ۮ.@Th=[|jkZfփ5aH&/eH_肎fN)1norz` 0`,qͺGJBPٺLLȅV̬ʮs}|A1B] p|JU!rÈa wsTmlE/nGcKPyxfYG~U7JPYrRwE+ʼnyx>0_=E2ɃHY }K={s9rZWueb"ܼ`Kcq;T%ˆLZKWtn|8K<]ӇL,VĖu7.nmD mf2F 84!W2ŭ:4%"5-xGs g$f?H~.( CF^r &'̉_S&8ħ؎ő3灭G^{&~j*Ӧ[5u<92oqˬjxQR.Ym&݊%֚ '6xYgECr] ML& D!4 YQYJ1VHNajg,'No'81p%y?"J}"LDrG&ev`` v;_O+|ŀ>oWn[2ōy Zi#L%v76/4IZu+8IjVPwf[8蕏(+$n-űW|?쬆f=ڥ9jQS&VJs7N};F UF-0sEo3S,P:Szfj@ԩhIf f^w/T:VPG?a:#19&h ?CA Z+d E&2{EsnمiCMӫ.`X~Ā,iT "*#ڬcE*nN!:+׃[Rt:l?E!+8dQ[9z P! ,n;c$jS} Ly.Vy->$i:*j2;p=s $[q.<kC[Mq|ٟ^N(#%4NvN܁Py֖@HP%r"!>4}8VvR,/V>:[)rQJ4ݒh/vDȐoۉuI{X (뵽nЀ2V5ϧd Y{k^W)|"C˟LK33lF>#B2l)O;QUW aIy Jg5ИhJo*%nKNr;nfI #Y:m1_*N-{%DLdesl-i4ygy8hZA# t,֪=r|Gsі tt;6ha0ͧCgoFYw7Z ?|%[nÈ,Z\hȊ# c]4/]Iױec! O;Eٴ(;0tU5/V%ϑוfS7S7GV]66j}@oŹFuO4rHwE,G !~yR2W7]$.ta+uS.1ց?m&a!Os[|YvE PVB \o@_}73`cAq{JˀM>!j6E~F% h7Nܗw¦Y+)qe8,<1q|QT;t!dϧ|4?NPR)?=tj[;?go->Nl$3fkBksnbkK"UIoxhx+مmGhe/}D6ElJA`eZ;xR("8A= +WtCx4w|vFI @c H6퉈(ߣVz[$zܚZxe>`FU~ 56l{Jssb-!(Ͳ`>2$?FVں/vq!>6a*Ȼ(1i8qQ!>x YZ