perl-Test-Perl-Critic-Policy-1.150-4.fc39 >t 6 6_604 @3!92d LuZLe uZLƬ`a]~äCk~ٛX|WGY47;9!_ aU!E9oTwEN?Òeti>y%VAq0Ca)e:HMG PZc}a{aUet(1kF@v`3%֦xRVERWM}}'dZ,ox@Rc(}`M k(LVh;UuN#pN^*h"k*;P&0ϊL7*]FW5in2jP^m\C$;ukVpfiћ9uFԟf.y!3Sd:Yq]gvYLY%zJ,)EdA K8;LkEo^dpfGG220d7e7fcafda8462f725983bc760e94df429c0fbf653a6fb68d4e5597fc8711a0e6e73f3c68342a93bfc7463bbab231b6f6c9f6030204388b603e0046304402204c5cb7744e3c774cdb554244b9e9ec9d22e6124cfdfc4c3f65fe379ced3671290220066347ab4c44327209350ad47c29bf43a06ab8cceb6f911b30f3dd4e7598fc5e030204388b603e0046304402207e0ff40c9bd95ca388094d338c428f99717d0b60249d8c00db6e855d7daf6d3502203fc6b135f28e980c0218a9ebd2f2c41d47522a5e192210ad438033ed19a6c645F73!92d LuZLe uZL~5f:}0w#p_|b>>dPRt G'kIORяPצ*B7sMCS8xR hV*؞љe'PtK7 Bo0i.I+6J.E_٭A+0Bergyi_z~q q[^_DN ;`>vH7I0c]Ъ]}xͰS]Vk%i$b5JLzd0pŚNasj'G|,͘tDCmFߝײk|1qXDgLQ*4+Fغ6`1m'>>v`rTI[վ@\4,;&ṦшDGp+(i\x!Ny q)]oHmaڮOFQ̄rr\VPK5MBz"Q>8Tm&e"EFrVZ4.,0t /*C>`>"?"qd% , Yx| 06@T ^ h |  5Ntl(8 9 :o GdHxIXY\]^bd ve {f l t u v w!Dx!Xy!l!!!!","0Cperl-Test-Perl-Critic-Policy1.1504.fc39A framework for testing your custom PoliciesThis module provides a framework for function-testing your custom Perl::Critic::Policy modules. Policy testing usually involves feeding it a string of Perl code and checking its behavior. In the old days, those strings of Perl code were mixed directly in the test script. That sucked.ebuildvm-x86-24.iad2.fedoraproject.org@LFedora ProjectFedora ProjectGPL-1.0-or-later OR Artistic-1.0-PerlFedora ProjectUnspecifiedhttps://metacpan.org/release/Perl-Criticlinuxnoarch )3#AAA큤èèèèè26666bafa3d7f641d84dc21cda605deb5cea9b492a11a58458415e09cae7d47f20a4a7dd7ca214a1c4f556aac2b4bbb5d71d6c84be7f693255a0e97fb2fcf58frootrootrootrootrootrootrootrootrootrootperl-Perl-Critic-1.150-4.fc39.src.rpmperl(Test::Perl::Critic::Policy)perl-Test-Perl-Critic-Policy@ @@@@@@@@ @@@@    perl(:VERSION)perl(Carp)perl(English)perl(Exporter)perl(List::SomeUtils)perl(Perl::Critic::TestUtils)perl(Perl::Critic::Violation)perl(Readonly)perl(Test::Builder)perl(Test::Builder)perl(Test::More)perl(strict)perl(warnings)perl-libsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsZstd)5.10.10.923.0.4-14.6.0-14.0-15.4.18-14.19.0ev@ds@dd@cʂ@c@cFc.c@bڑ@bbTa@Paul Howarth - 1.150-4Fedora Release Engineering - 1.150-3Paul Howarth - 1.150-2Paul Howarth - 1.150-1Fedora Release Engineering - 1.148-2Paul Howarth - 1.148-1Paul Howarth - 1.146-1Paul Howarth - 1.144-1Paul Howarth - 1.142-1Fedora Release Engineering - 1.140-8Jitka Plesnikova - 1.140-7Jitka Plesnikova - 1.140-6Fedora Release Engineering - 1.140-5- Fix for Perl::Critic::Policy::Subroutines::RequireArgUnpacking with PPI 1.277 (GH#1048)- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild- Use SPDX-format license tag for perl-Test-Perl-Critic-Policy sub-package - Avoid use of deprecated patch syntax- Update to 1.150 (rhnz#2175475) Enhancements - Added Test::Builder and Text::Wrap to the list of default exceptions in Variables::ProhibitPackageVars (GH#1025) Internals - We now use PPIx::Utils instead of PPIx::Utilities, which is more recently maintained- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild- Update to 1.148 (rhbz#2159041) Possible breakage - Removed Perl::Critic::Utils::DataConversion; any add-on policies that used it will need to copy the functions from there into their own code Documentation - ProhibitCascadingIfElse no longer suggests using given/when Internals - We no longer require Test::Deep for testing - Test::Kwalitee is now only recommended, not required - Random micro-optimizations, like using hashes for array contents checking, and using any() instead of calling grep as a boolean- Update to 1.146 (rhbz#2155727) New features - ProhibitBarewordDirHandles now checks for sysopen as well as open (GH#732) - Added a Dockerfile in the extras/ directory for those who want to run P::C in a container (GH#832) - Subroutines::ProhibitBuiltinHomonyms now can take an "allows" parameter to specify subroutines that won't violate the policy (GH#14, GH#932) - ProhibitStringyEval now allows package declarations in evals when allow_includes = true; this is a common way packages are declared (GH#908) Bug Fixes - Fixed some problems with how Perl::Critic determined scope (GH#793) - Fixed improper violation for lexical subroutines in Subroutines::ProhibitBuiltinHomonyms (GH#973, GH#955, GH#546) - ValuesAndExpressions::RequireNumberSeparators no longer complains if your version numbers do not have number separators in them (GH#856, GH#904) - Fixed a false positive with split() in ProhibitUnusedCapture (GH#888) Internals - We no longer use or need IO::String (GH#997) - Removed requirements and mentions of modules no longer used: - Fatal - IO::String - IPC::Open2 - Pod::Parser - Task::Weaken- Update to 1.144 (rhbz#2151095) - Perl::Critic now requires Perl 5.10.1 New features - The ProhibitAugmentedAssignmentInDeclaration policy now allows augmented assignments to "our" variables, if the allow_our option is enabled (GH#993) - ProhibitExplicitISA now recommends "use parent" instead of "use base" (GH#987) - RequireUseWarnings now recognizes that "use v5.36" implies warnings (GH#984) - Subroutines::ProhibitNestedSubs now allows that lexical subroutines can be inside other subroutines (GH#946, GH#971, GH#972) - RequireUseStrict now knows that Test::Spec enables it (GH#906) - ProhibitUnusedCapture now understands @{^CAPTURE} and %{^CAPTURE_ALL} that were added in Perl 5.26.0 (GH#778) - Allow numeric operators on special number strings 'NaN' and 'inf' (GH#803) Fixes - Miscellanea::ProhibitUselessNoCritic no longer filters out errors about itself, just as Miscellanea::ProhibitUnrestrictedNoCritic cannot (GH#939) - Fixed GH#878: bareword filehandle dies on "open(CHECK, '/foo');" Internals - Updated to using Perl 5.10.1; starting migrating to Perl 5.10-isms like defined-or Documentation - Updated some outdated docs in Perl::Critic::Utils (GH#951)- Update to 1.142 (rhbz#2149154) - This is the last version of Perl::Critic that will run on Perl 5.6.1; the next release will require Perl 5.10.1 New Features - Add new policy InputOutput::ProhibitBarewordDirHandles, comparable to ProhibitBarewordFilehandles (GH#912) - References::ProhibitDoubleSigils policy now allows for Perl's postfix dereference syntax and does not report a policy violation (GH#578) - Added Test::Class::Moose and MooseX::MethodAttributes::Role to the list of modules that are equivalent to "use strict" (GH#808, GH#886) - Subroutines::RequireArgUnpacking now detects anonymous subroutines with attributes, prototypes or signatures (GH#684) - ProhibitVoidMap and ProhibitVoidGrep now detect void context inside subs (GH#905), such as: sub { map { foo($_) } @list; return } - RequireArgUnpacking now allows a closure to be recognized as a way that subroutine arguments can be unpacked; this is specified with an optional allow_closures configuration option (GH#737) - ProhibitTwoArgOpen now disallows one-arg opens as well; also, it no longer allows two-arg opening of STDIN/STDOUT/STDERR (GH#652, GH#653) Fixes - ProhibitLeadingZeros would not handle sysopen and lexical variables correctly; this has been fixed (GH#789) Documentation - We note that the any() function is available in both List::MoreUtils and List::SomeUtils - Added instructions to perlcritic on how to integrate with Visual Studio Code Internals - Switch to using List::SomeUtils instead of List::MoreUtils - Use SPDX-format license tag- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild- Perl 5.36 re-rebuild of bootstrapped packages- Perl 5.36 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild1.1501.150-4.fc39Test::Perl::Critic::Policy.3pm.gzTestPerlCriticPolicy.pm/usr/share/man/man3//usr/share/perl5/vendor_perl//usr/share/perl5/vendor_perl/Test//usr/share/perl5/vendor_perl/Test/Perl//usr/share/perl5/vendor_perl/Test/Perl/Critic/-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wno-complain-wrong-lang -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m32 -march=i686 -mtune=generic -msse2 -mfpmath=sse -mstackrealign -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protectioncpiozstd19noarch-redhat-linux-gnutroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)directoryPerl5 module source textR R R PRR RRRRRRRRR R R https://bugz.fedoraproject.org/perl-Perl-Criticutf-82d64b705baff1d937c76d0144151d5f523c99411e33f9575c5cae139f8b2c97890a994aba9d87b02260911e958eedb2cbfcc9da582a4b6a782f8c2c60eefd50c? (/ht071081a416510cd8d29037./usr/share/man3/Test::Perl::Criticolicy.3pm.gzYmsF_Sҳ(inZU;556sɭȥŚ*eM`IN&`:K1$SLTI;B,WUF*Vt mUchdw'!sL'_dKUƴZL'cMAmEUr ij/纠H{%UNS8A4Bɵ|0cY/eZе3\?RߔA49kN7itRl,ĒȿHYM+SjG8`gt0ҏ$i9j=mZ=ڛA݅[%N\϶5iK)G59]r{)𣡬*TͽzӢ^RciVY?!2tJw8RG/:p^]b}C(ֲDN&~Za?骙QB½r.~DTsH@/ 6Lx n*tVb5f0s|%erQ E8kʵ*`Ϥ(QnµE&ũ-AU3I (鞇[aɞҁ`vzPfژmYVt-2!aZN7Ӳ(Ѭ@G|z;|J_hDxmv|<)_&K=^X:yC__CGGwPkEt$|]xТ{ clV1ze*_CYقVL/YRf~Zd) _i'Ұ5)V7<#Ly!:aGS8ߝ_K}UziPHd3)NY+<;c1 Zj50H04?/էE-OU9kڪ$e`N R8 cW!ߒ}nr;IA\h ^im77xŞ8^yL8:<'^#擏729ui3[ b5bƼfXKEzQp%ZJdr@8v3p - uqfcp / lDufʞ_nܱ՜eӏcz&cj]lAKx:.l'B[dkYs 0b"1 {B27D, d8+:E+^*G3 CqO`bPnnM#g w݀4}\8Mel(CXDᣊCcknt~1|{B//Og'֎QF*p8m =vÅ*[=> [EE4i~O Qsp;bo d)Ԭ7C),>>.IHQ>uueDUPJze+9V6ܖ0 B#)0E4W_#KES f=#79ÊvͱLlm'ǽ4YLᔙfkְ\4ysB': /!LL% T?\$gGVIޙ8o\*AiX&QiVYMo8ڈCn< F'n[`S~f::DܸJzƥFɏ5,7Lt:͒\-&q-ɟf!+Q44E@4'd]Wlд;k,-?Marm]0=Km=܌EUوTβOEl+UFbg Įi7Zo#4|xtr<&yol4@ǿ*˖8֪%h[v*FY1ϥn\#grYrid,f8`BU%Syd A)kqtZUBH*j!=ӵҺi,oN.N^IHaD'ael׿R(`=;["L4^y>qV#ߛܾZ@"mr@)AmQhVn)p Gv7.,?/_;̔۴I[U7h\͕٦8Hq[\;4 aηSqIzBL_776bX<=Rgh9JXI(ul_ǨqK]bib$@lz9/Hp*6yVjfgs}<7*J<B5: onni ~t" .q9Ul呺Aܐ@8s/뎈ckdj:uw(`zcZ (RۍUi$_֨7P&Ke{MTV٤"矧x:e;ҍksDқ{HinMtw'knbKPۿk=p.mZq'Q[u[ 465Л㏑!%3L*?u06o4d-}BZRY&pFYSeWoݭl^Wi_; r&՟ZhP,;q!V]Z dR__ e %aI|UpS䝉)+ߥ.YЋ. E~+d$S1y׬%}1W&%Wq1"yU(qp.w/ۃLqk-ǕDO=A"ߤ7)yq6> axgh[u89ywo=n ьo:7oN!WZ Z *UZ_+i㟆|9\GH"ϩ[E$(;_v,o|Z g)yғ."#;4@晕x 'I-^)3_J>pLcK9[Hd4/@3D]F̓_5']({zW-ҩ0 3(?ys~?`jE+Xj6W,=Éٯ:1Z"4>^ _h &[>|?{N^u r8a >hƴRɯDIEUqv241ed23p5/vendor_38/4f/5339/pmpackage ; use 5.1strict;warningsCarp qw< croak confess >English-no_match_varLiSomeUtils( all none )ReadonlBuilderMoreViolation;< pcque_wits fsubts_in_tree >#- our $VERSION = '1.150'xport'im::Array @EXPORT_OK =>_pies_okHa%TAGS(\)::set_for( "%m at li%l,lumn %c. (%r)\n"::blockcrc(my $TEST =->new{myargs)@_;$wanted${-}_dir '--ectory'} || 'extra(,nclude 'if ()lidate_y_names,fil_un}->plan( _compuunt(tojoin q{, }, keys %{note("Run :" s $fullmethod(""'QChf$)H2@TU¡dQ 1L07a4 Vb\9sٟG5تk; 8u>YyqMI>g|x,!w .%_B dwIoY1뼂d|ҢsE۴3`8Aq BfE uHz:wI67y t:U.Нﴞc]p8}!0u>>f@VLpC,Kw6H7_$4| .EA3A5vgJ?Vەٵ%!~RBiUX s{'{Y̡^ˀ庑 SzıpV< B4)0yR;gnjӛr w8&y7qR,U\Bu]FA7FɮM7yQ,`.l q,x*o7fk+CӏݮwmTZy.վ=i)Y[u1s,rǨ=9=n k$I 2b q!G)(()*(q.%bÒrV)*ݾ8~j2'npi;O PѬ '!<(UE_pJzH27Lf;#Vgh١+gV<ȡ#S=-C;#;Z 'FIO _GLnte|04-&.iN]CGz*AN;K#|VIPS'0cJ/i<{ަOi¸OsƯ/uyDt ' "PUѬ)Rf NaɁ.?U 琡ءsp.oӦ ѕrMgjX19aŜ#FN!Ձ~c UY&Ӂ4PW kCcُAYo^g+q.j86'{zx,?С8´vOZ6uBx>Gb33MuyYG !$HPTPT %H5"g>>0IdJj.l-6'FoB;yhyؙavט*f,a8ĩ@x\O3t2C24jHҷIEUTӞDв!oW~ >q掐`K[@ewVd?ƦfmQ[Cף9ciFhpJH r : 8Z+4Fl$́A Z f2bZn>VZCk)$}fEAs{BӀ>*E̤MM}NJ!)1}9EX'% bϙQA{WK`Lػ{yݒa *n4z;A^ ݤ08% 8' [Ԭ0´|@FyrX`0lHج:'ǡlF<jbFGS%8HO(\AW?,N G%q娢~X,F$8jHu:E6}Hz8#/Yw#G6P+VR&oQx z]K]AQ\\l!UlE~WUcWBs%^؎PQ6[EJ]峺<L. qVO?UL@u9M<?޷n^HXO[_]C{H Bqc[Ʒ u~gK*(5Vl0 c&h{{(Ñti:㫆8PW=Y V#N *ߛ!y)*RFQPBYmwyEoZc4IŶW< P)\Ws;.JE1bt:‰ǶC $3S ͙Uёc*0F/$]EU{,LCRkXiMkç` \f|;S_fUGS YW 6~EJgiUSzF`TO=]r9Yd榌@0}} ;mQwRɍJI|)c|73W]XɟΜK쮾\U1d#6V/Oec@(R$ SΈ_68)gz(;dEClΥ_(H)jDI xGʥHNˤ/82S!`ښ+×uGAӫM7ѥqB5JiRpU_n~/FX/eNTO9Ӭ*wOko15DC&M}*^rPFk{1͝nʚCJ<C$:9ګXXju_6mNEAXiW̏@=s\Lr)/^$z?&q-1Zb, 3p-Ѥhq4 8=:M[b8FEpKO(+!t/KJHe9O^!>yO1+ M:@FM iQJD;q{SBH?M%\wvĞ:b,jolO;G( (oώ4q]zhnf R W p>bJ`./O8MhI banysZ~ q~&P,MR"@Cm%FNTП1ı~o zO4 $㑜iF aӖrGPo+5ԟM1rŤ B;Rʨ+B~nQRmŧVF[r[FDꭨ ζ~ɧAJݤ/p0ceHz쁇̦ ko=s/ !zYh<γKYK̀j% SP~Q\>;!w1|T MXCPqS͝ ӱp,b)o;¨bnޮF-iHTڡ?F< bLZPG@iuuL7@na TIFcM$ jݺE\Zf9!SM{L{?9ԭC!Ct_4UK1bF%Iy