perl-Test-Perl-Critic-Policy-1.152-3.fc40 >t 6 6_604 @3!]W>D] 'p~[ye 'p~[yU,3ހn1\ZZ Pۭ*&!z>?K5S'%ӮdVGm/AP͚MbØj#.]1/)=Hz`AKfQȤlU=i駹iĂ%fH˫v[U,mZdƼvi\dOྞ#>J)of#ld]PNSdӹ<:؃ٚ*,R; J(NȌ>L_xף 'zS!yh`^DOކ hvyĶM2'"u)H{ Ƹ1:2Љ-+&R" @1ܾ}_ˀ[uC\V MK{mI;gHNa3F<a&pФhX;$Pha$OiZϠdLºkc&>R:.)^πYa6c70501b744990b1d01427fdb204779ab50790cd6b61c72d23caff6d90a693a5376be8fa01429c563bfcf4b2da5bec9c19af609030204a3204a9e0046304402205268eebca938d5db77c42d57318a9a1bade51510658e84e4d5ac2391429b9fd90220278f52ae8fdca7b4eaf466766cf8bd129e2006ea893e0c421d1d5af5391377f3030204a3204a9e0046304402201b73f2955970ec9fab16cb4b9b051964a4fa5a50b6f8d795d7734e999d79c9930220440407353b016941c755a8a72ff54ef62282df513548c035206c28a1a98e6d4aGv3!]W>D] 'p~[ye 'p~[yS'x=G>Y1yohmyG -<_/Ow#*X`DYUycs/rj·gUaPX)^Y4U.MYS^ET#o28߁0J窊gWHk8,B+ C|aɚD&;Pg>NO2?vWLԾŌ_W!3{(s 'bsyb!O9HԐ):˻ fѯ: L6g/* KC>`>#?#d% , Yx|  4:DX b l     9Rxp(89:GHIXY \ ]4^qb d!e!f!l!t!u!v"w"x"y"""# #&#h#lCperl-Test-Perl-Critic-Policy1.1523.fc40A 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.exbuildvm-ppc64le-14.iad2.fedoraproject.org@NFedora ProjectFedora ProjectGPL-1.0-or-later OR Artistic-1.0-PerlFedora ProjectUnspecifiedhttps://metacpan.org/release/Perl-Criticlinuxnoarch +3#AAA큤eeeee9ec663e705001e3ad71ff00c2862c5946b1774bf3ebcffc21cf681af4ee3421dbb831aa2be8c4812254760f1aa0b2df8b0d7275cd97d6d0ada39d6399a557014rootrootrootrootrootrootrootrootrootrootperl-Perl-Critic-1.152-3.fc40.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.1eM@e@e.w@ev@ds@dd@cʂ@c@cFc.c@bڑ@bbTFedora Release Engineering - 1.152-3Fedora Release Engineering - 1.152-2Paul Howarth - 1.152-1Paul 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-6- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild- Update to 1.152 (rhbz#2244582) - Fix a test failure for Subroutines::RequireArgUnpacking (GH#1048) - Fix a test failure in t/06_violation.t on Perl 5.39.1 or above (GH#1037)- 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 rebuild1.1521.152-3.fc40Test::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 -m64 -mcpu=power8 -mtune=power8 -fasynchronous-unwind-tables -fstack-clash-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-8d4236e6e457641d97543c5ea12d33a3ff5cd65276f04290ba02989e08c5f71fa726536cdb0f6d6fe015fd97380ca170f6e5fb8c0f5e669c6d2c13171b00e10cf? (/ht071081a4165b8d2b37./usr/share/man3/Test::Perl::Criticolicy.3pm.gzYmsF_SZH47=U;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__CGGuGO"~>>r4J $R2Aw`YVd?ñ-A|Le3 ~gliQdS쭷?sUڄ*(I.¥6x?)N-U$dE[pR$²FWdeM ^/4WdE)p:-N,ωWHGc#獱1 t>}N]LrC$b1/RE^ƖT`I H xn]zG"3‹GA0Ѯ7xvY:zw%[5wl5+FYcIbl.r0~Nƃh2bʃ>5PAJ= }{fbT$j/Aݯ#dEsY:%QUR^Jm%(̂cj!H:L(k?F!'6A-RmYMNİ]Fs,| [e[ptv8q/og,S8eٚ5'}5MޜNoo˫&uȫ/ef~g2hF#Ѷ1?>fw&l}ggPITUF70.**c6¸щbw>yfz"XF_௎w|3$7$qŻQ#E@ 2];hnms6_I\r>vKgY %eo; M YzU%>(*4y:Kf3qrSA\nblLR4rG7cQUn6">S#J#?1k>uM(?. 6=] v#A4*%|h/jʲ%N>x>j )1VyQzEs[#t2ș\ok58m\}- n$PUԆ|09sPhFZDU';ڹqHtq|:|y(DꛓW`RIXT( ḦquV ,w|&b-PHۮ?o$tP[$.[ ,Qݍ @rGq4Ou~<36m+V ws(xc)f:R=,y HFc\FFk%WM!&V8rԩEegly4zV6JۗG1j|R>XD>Io0!^;RܸM{Z:~Y\tMR*ρPÛfZ~@Bp6Ư)&wBK\N[y.9=av717 m-`t}#,ٯN]"b.X6Hi6vcU2}5 o'>; s|Rm9f6i:H1)^Nfctc'@~h^+RmZj;[ZOz=\;|V}E6ITV]M_ygb jwt)" Bp !vu074cLp5kz_ U{I(;U~HkU8J˝1K? Spq%цü>j+kl$}O!DPG7MtJ@\(OhBn^=+?)FNNpq?fϾH~4 ΍[Scպq;d;|JZv@ᨃ,_nl2?brHsj2A % 5Ηy4ߩ6CpYJ-dKoj9H'"M2yf%IyWo` ̗q6ܥGi<Rֱh9Y z{ `"-rWM|bnޣyt*̢< 0Oޜ_ Eyѡ.Vp.z!KpbN~|!b磏o&=l3ڂ+ovOGv֩5clVI/R,QWW$ *^Js![ L~A3p:fL+*J?9ԡ_DY7q241ed23p5/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.152'xport'im::Array @EXPORT_OK =>_pies_okHa%TAGS(\)::set_for( "%m at li%l,lumn %c. (%r)\n"::blockcrc(my $TEST =->new{(%args)@_;$wanted${-}_dir '--ectory'} || 'extra(,nclude 'if ()lidate_y_names,fil_un}->plan( _compuunt(tojoin q{, }, keys %{note("Run :" s $fullmethod(""'QChd$)H2@*:B$YH0$2H %*(HRc+R[FA\'s9?On ɉyEIn r""k@AKp泇Hmx'ƥ:o3HQ!XfkXx)EJizI7S BJWf0`vx;I4i) M*$tXN+VLp7v7q4tG<=+S\ۉՖ3Za::op & *+9{Ad0cJuH&>RQ'%zE٨;e};U[rĨ/+à҇Vc܆Isqml^lQ` 4 )0yPGNPU>H+@=km\n~bh؄.뺦 %gowZ ?S,`{L6ن̸@*|"ПWy5rM P޸ٜVV͒,l{sq!&MF.ir3u k$I b*jCq!h)IIQAN]JYbѓ G`7zl/xjۜHj79T =xx|zY g<|HVTDt?zG܆VWe D4C|RQC#넯,?(="5ћUM?-='I0IOWoĭL Qtv#0-B 8ӥck疠|4/0/ӓ(T@4{b+E6Ry% ~7M$Nt;CQH 1$$EEl[4³6yLIR˻I(HXXg:=%ܕ`87 IE69Hf _R2@@''(C{H Bqc[Ʒ u~gK*(5Vl0 c&h{{(Ñti:㫆8PW=Y V#N *ߛ!y)*RFQPBYmwyEoZc4IŶW<RW\l#aSl ?c3fwٶn~Mȃ &-Ví;m9Np+!rT{ 'm7I5Mf3OWqFG(%ֳwܰbu.^ ǰ ߁$x襸GǦ~IU|Sa*;Pٿm$rҮUJJWF9#7|ss{3de5ٚA ~̰&mؤ%\Ul`KmX@\]\xqXɂ7}`]}rl _ğ*unN&[#\moZ l#Ll;a 5 UHbx51ԧrw)F+ELpT`'+6 oy~R +j"-TkbxOo6k:#J&_y ]3dIHي1a^ Y8$4% )/_T<⼴1ph9>skk"m OsD_5L (xA+e 2E&PeKhcb⮝:EٟCf.8(>U>dZ>%M;oNix _+Xȕuhm+?+]C>9yܔèC݌B