perl-strictures-2.000005-bp153.1.15 >  A `B!M@eeeV/!@>g*#*M>fZ@Q/.v +*;g}66"IANK UY/LHc!QNI pbiR_Ml'}0;8њYݢ5}\2/tQrb*>16᠊ЀKZoVSn\/~OmY,1 F ӪC*<ÇdN<%1\mԿ R!|E -`c{,ƭT\19930fb0883c1f96451205a8bdf87c465f2aca039436b82954bf344697a87bab377f7ebb130a90c7604a0af5de01574b5f3aa7c6XЉ`B!M@eee:BiqwOH %F/H A7`YGZLܼ$ [/1{eQNC{HWE H%wC,#M|3I:+8t$]#אb3XuAmuzuE  5 WhI%2}WWӊT>p>,?d & R 7 Ql               " P  t   ( 8 9 : v FG H I XY\4 ]X ^bc,deflu vwl x yzCperl-strictures2.000005bp153.1.15Turn On Strict and Make Most Warnings FatalI've been writing the equivalent of this module at the top of my code for about a year now. I figured it was time to make it shorter. Things like the importer in 'use Moose' don't help me because they turn warnings on but don't make them fatal -- which from my point of view is useless because I want an exception to tell me my code isn't warnings-clean. Any time I see a warning from my code, that indicates a mistake. Any time my code encounters a mistake, I want a crash -- not spew to STDERR and then unknown (and probably undesired) subsequent behaviour. I also want to ensure that obvious coding mistakes, like indirect object syntax (and not so obvious mistakes that cause things to accidentally compile as such) get caught, but not at the cost of an XS dependency and not at the cost of blowing things up on another machine. Therefore, strictures turns on additional checking, but only when it thinks it's running in a test file in a VCS checkout -- although if this causes undesired behaviour this can be overridden by setting the 'PERL_STRICTURES_EXTRA' environment variable. If additional useful author side checks come to mind, I'll add them to the 'PERL_STRICTURES_EXTRA' code path only -- this will result in a minor version increase (e.g. 1.000000 to 1.001000 (1.1.0) or similar). Any fixes only to the mechanism of this code will result in a sub-version increase (e.g. 1.000000 to 1.000001 (1.0.1)).`Blamb197SUSE Linux Enterprise 15 SP3openSUSEArtistic-1.0 OR GPL-1.0-or-laterhttps://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/strictures/linuxnoarch9%%&TA$$AA큤$$`BZ2Ua`B`BZEZR`B`B15f1af76f03e49196a8b70f7ad42518eb67cf5bc71e3c7e890555f64a3a6652b1a8f0eac126b8863a2e176b18634ab743354784ed59e66795c2f38455449ea36f3e3b0eb0fa1a10149dd29f2e8fcc61e42a4754bbc73c130aee2351b24675d2266dd798f43079cc323b06e36647d2d763f317abd26713ed9debbd9050d9f7d134862fa6e369d71e5c57c73153f42457e156620bce1be5dfe11b82984257ac9977c05ff8531ea2ac61bc82a61f4f9178d30d9db74ae63dc91c588f8a315d7d748rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-strictures-2.000005-bp153.1.15.src.rpmperl(strictures)perl(strictures::extra)perl-strictures    perl(:MODULE_COMPAT_5.26.1)perl(bareword::filehandles)perl(indirect)perl(multidimensional)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z'Z@W+5V@U3@U-@T@T&@S 4@R;coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.com- updated to 2.000005 see /usr/share/doc/packages/perl-strictures/Changes 2.000005 - 2018-04-20 - update internal list of warnings for categories added in 5.28.0 (no behaviour change)- updated to 2.000004 see /usr/share/doc/packages/perl-strictures/Changes 2.000004 - 2018-04-19 - update bundled ExtUtils::HasCompiler to 0.021 - update internal list of warnings (no behavior change)- updated to 2.000003 see /usr/share/doc/packages/perl-strictures/Changes 2.000003 - 2016-04-19 - update bundled ExtUtils::HasCompiler to 0.013 to fix potential false negative (RT#113637) - list optional XS dependencies as suggests rather than recommends (RT#107393)- updated to 2.000002 see /usr/share/doc/packages/perl-strictures/Changes 2.000002 - 2015-11-04 - use ExtUtils::HasCompiler to detect compiler rather than ExtUtils::CBuilder - more comprehensive testing- updated to 2.000001 see /usr/share/doc/packages/perl-strictures/Changes 2.000001 - 2015-06-28 - update for perl 5.22 warning categories - avoid using goto &UNIVERSAL::VERSION on perl 5.8, since it segfaults some builds - also detect development directories based on .bzr directory - various test cleanups- updated to 2.000000 see /usr/share/doc/packages/perl-strictures/Changes 2.000000 - 2015-02-26 * Incompatible Changes - strictures 2 fatalizes only a subset of warnings. Some warning categories are not safe to catch, or just inappropriate to have fatal. Existing code looking like 'use strictures 1;' will continue to get the old behavior of fatalizing all errors. The new behavior will take effect when no version or version 2 is specified.- updated to 1.005006 - fix extra checks triggering on paths starting with t, xt, lib, or blib, rather than only triggering on those directories. - avoid stat checks for VCS directories until we are in an appropriately named file - various cleanups in test files- updated to 1.005005 - include minimum perl version in metadata - make sure meta files list extra modules as recommendations, not requirements- updated to 1.005003 - added support for PUREPERL_ONLY (rt#91407) - fixed using strictures->VERSION to query the version (rt#92965) - extra prereqs will be listed as hard prerequisites if a compiler is available- updated to 1.005001 - fix skip on old perl on test script - detect mercurial when checking for development trees - avoid using constant.pm to save a bit of memory on older perls - update to v2 metadata - fix crash in 1.004003 due to qw() list being readonlylamb19 1614988792 2.0000052.000005-bp153.1.15stricturesstrictures.pmextra.pmx86_64-linux-thread-multiperl-stricturesChangesREADMEstrictures.3pm.gzstrictures::extra.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/strictures//usr/share/doc/packages//usr/share/doc/packages/perl-strictures//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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/e22ee2fb20fd27722840436aa4e9d3b7-perl-stricturescpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPػV؎`a^$PҸWhΧ]h=Lcgy7z]:Vu0g@V '@4 Χw\o Ɔ>st״ xh a$ sl;PpHte"dGEcTqTOz}oψ&CodR) ٯ(-[Dj&˒TZ^:䍶^)Aa7N}C-2Nj6cji͈x*cMZ0' UWzBGu*/3.f)ŕI$m؆-HS&)f3&82~J^{]T*8Q.nۡELD W* ʯyѽJE#=*m˓h5Z`;"m\c@ k%vgOkyhZ?r5ěi4V6#K!!] W8a2厨JhhHg"3 XtIZCc4?ݡiC 0iQ3T6 hBZ&v_Noj˫p0hm<5[&ʉf3JifezDchXtT$|&ُ2qUHM> J 97S]9W`W gίc#B :p#Ԁd/\쳃/.JLFPPY?kUM|u/x@NA b{x "1T&- X38nX[wv#P kCMٳr0&{M D&5 ix=+F O}W:ն 8]wUYt&_r(X:ŏLnħ@O ytH>=J4;mNb2zh2J*|C$k:li٬ӣssGij\{\Jh"b-:8@/}*yJ"5l F|>>50)̅#dlZE]U|)쪬6\Cp;Tbq,-3&,e2pn"J*>ہGRK$! d|&@,ޅwTvmy5ƘrPq&]W$+SO7o͵Lb*a![ZZ{i~ ˂*_<>^z tvh@+E3R- >Kx\T+H=Ymn]LN 6KE U2r(5 Nq)AdH0_.;Ln1q{A6Kf 7ڵIi~avkw^ovٿ&=1MB0Ⴅi*XR95Vp(1l p@6]S_A#Ӟ>;.÷vd4=x;嚭EٹAn][o,]\\,)g^UU*+HN8שe+}^x";`DDa=@'79`d Ӂ1;;^v8C*A.,+Jd Pez3;H'eEzVxInn>z]~ш5*m vC/ޫoTwi~m?)J[͚"Svh%=HSo4{]c|tGWS~Z8~ךI܋DD@l~%HIkmW-,-[=p/b-H 7@LHxȻk@4S %ML5(t Fdg FZoEL/>>CY/O?xDbmpxYxPgoD]\)Dj=GJL jyIf=XI5&d˙\WRU%ycMw ]6-h&[i BH<\V㍪R[E|="hrk?{q_ϱ Ƭl U,Zc(OD{}^{̈綒>TNAi kQ!1 @d:` ?w+ Ʈ2;ӉSo 41w;KkJp[~t\Yx9klt>0|l%RpﲚO~+U^3q6!ofwIim|r>3'!(U˓gJkSx.fׅ[Wp G7)Kqb[!}|d ݚΟXTZLg78ùfq!bKO'KCtXZ.) q` S/VhI'?SC};Պ z*!Plkl$9iѬ`UKcÉ#nT-:]"MpQ°fjmvi ,AF4g3ں`a͐=*15Q vSj_$y!^#pn`ySYf_5-ɩ#/{elgD.8s7azB\d]Xp޽Qg+yMȲ %Ô{WϤ>hІ=KL3e2tؓL=Aڙ%'!ej "7M1A(Ft Pל, \1>W8+t•/U4lT):+i Xk="{I H/?9m'^ ܀?z!v䍺JCSS`IfQcjh2H=Bwzd` ߊ4;+)0֚$%M-HHqlvDFoYPfyA12GB}@l>Y?XSn1oX?,r$a2:={DSfM WQ7qp ]g[:? _F-b48#]icR8[upT5rqc4 W:2Y~ɚ'v3̌^"7Ƒ`nͰ]f1dU]s2H&wX:͐-ؔX}L| 8725L# l2.A71t5,L>흶Lm𤩌 ")}Cu]]) M \p0J}- zhHl ԢXȭNDQWwѭjЗC!i6}- xM'88CXUsdz큋 WGo唝~)Z+@H$dw߮liݞ6-+vPYt-=+KB{6wG5rt"?!VGPVeJ4ƕ Kj$ s]pũc *Z+V5 0Ǹ,=ЍO+YtTȁ"~~ejXA+Tm'vV|o ?M:.Ǝ{ fUw)vW/ЧzOp: -Xkv,…0۠rI-~amK%Лbjӣ`sNM1@@`J`6}$h{?_%Դ8Q0e O %o#j7<\Xê0MŢR8f&eCz:] _( [NS^z(kJD|3e٢31)kZ.opqс_H3ܳ1p;4X6?) WPZ5$c)z撔]3- |48BMbB/X1*$6sXR]|{>_bKx3{GҪZN(1#k'  n:%z TO&$Ekw] Z)8:7lL?sRI0Ӫ(R iH@ =r6D&Nl*FX_qy#\>H2*LfqE^֧Q9UZg__*N_agYJ[/vi5M'0Ѵ8Wr Z8&t2Q ^gk0CBqԆ7$o$"jEPf?N:Mԟ:]SQtx/Eh5ڈh[| 5,=+zMZ4;5o=QnQ!.F4XY:nGg d XDvt[ILyi?OD *}*#qaw?:lM˩ o\1xԷ&bҌ:&ZCrGcAh!8p%avƑ|-cs->#8D +)NL.yU5p)"cės·uvUwN6u^'ȇ]sNUǡ4t z{NbOFo)=[8aw^7ͻ-G]kgZrD6*h;^F6`TMR.lu&I6)j;m\ Mvj U.`}Fc  0?-',ep xV,㨝#\a_"C} ^d⥝jO䴾^|g`+ύq=CEŎ/10e2[ӽM4iݼǍ UmpuQ9nk1:@b6UYz:taKKxn8D3'_hHlKvYUUG.rױ&2.7*n/%,q/i($`,] Ndtw` rmp0m$c=38?v!bǕ$%M;5<[4꿷_ۙ첌m؜I1<CZ|SyحNGc!u GȷHZmcCūdo c;_5v =VlKdfCt#T&=bϿ6a o߱"kFQ Jtpu^>sXocfnzDIyiÛxk,G,0HCmtd7ʬcvZc#Ƀsy4l`o_363qU!)r6 {ٲ=z֟|UBWpIe~k޾)s$r4G7iijz$sv H]X>;=XaE Ns9Kٻtg$2~iHºBJҤMwb`?kepc[x@GU+`~f0|T%-hM<ϔ@8<(ވC`ݴ× 9b`rJ)+ygi؇W 4)+7%N[qf݊]w^NP u_sl[B\mj¹cq/%y_Y ɗovN^dt?NLC\@!n(ܡgاoq"@eBvWg',we-*T-#zg*p'["zO"64.u:O=l:"JR˙Wap:ԣ1, ,Pт $b)k\>oӧȠc5;VjpDQ]n,%>e(Xhrp,47q3dT?+ ?l4Y,$=N~' Z=YY _hL9 $8] w#-Q`z܋ I;-4'Y橍Ҵ:fAG(éܖ~"GkKDA|4-&F8₾f7e鮙|)"tP{ ^K}&ڟ\[<$(s 2GXɜRT'+K2 ڕ!3L5IPҖe,U4X5ջx CM'Ը,hNq(oJ_P 5R愾y@ڗױFO&{ULY_f-LzFw}`HV"m~0 z8U:< >M- Wizi;SaQR`[u{H''Q\=kaV~{oa)-0;DQQٯ}Qs lYWRˠh&:7e;Dw{eld-YJ@AtO=;Kv nRowNJ'wtCrxh)02Ã~ N{"#7ҚpV0@@lQG& lwh{|Gd~T_I_Տm!R7h4\Ԭ㣶`E"Ե?\ylhayCVkjWz,cB`9Jeoiʫ{Te~z^?/l3fA΍B7+oS8T l[N<ɾ&ZO#j= sci9j& n9L+x+$]qj 5qrh SP&^\o@6o_,BGz}V=J{Us&s> y aegOR!^i&Z:a4p3RCYM7CoɷH7P렳E(|1ȉ Jԗ<7U:__-ʳtuE|T-DhǰL.# OZ4}+9ft!%%X=KFL#za\5 y!ɶ@FB~ 4]e}k;2ռ_*yuRCc; C ,4OLx,o PaT/|ˈ8iVL߉3{672}dGj)ci^Ct@iw" H>)y /CǨ3Sm17ei\Iժ@AoJ* vGʠQ)~c6_:&E5}gm S<FPf KnƱ^)ItĽӹ> {Śۮ%B%tncOT8?K0Qywl k K)wZoWl2ـV̼?6?5 P`Ȫ0$pLɴ Af(f/Ju*q%HVV]I̬dD(i:"N*y&@5ow#@26@E:^>A\ MqQa0Y7~@RZPW]~1jGG.*}jyбa a %)k4xPL㑗w}¥ I9-G ]#XB<ñ 3SqZcQxĶ(Дc:O: ;/TF\@YoNJmgKVgC!7t``ZYJ@f_8kH:P1zsѴѡ%%=0PAZml~db1༕&@$U\ٝL:.! W{̸߯'QpV\i҄KF@3d"2mS-@*hԌ-3 BC ]Jf;t>9_<9(<ʷ>žˇʬzk3P*+/raR>w-p ̾~M U<ƝN׆KWw]0Fil?DFQd xW{B4B mkj®F=PXBXªcf.z9|pHeE)m}r~g^9tO\{M*ӭdjbRzP)rnx˜2֡@yo")i? DaM%~ze9/ILūFO*palh1FcL';-_Tl"叽8n01{RzK Mu8tm MȋdmOqtg X!1+8UѩuЧs=ŁhkTUH~8aS&W^) OvSE:$.i CzqB1mKk`&LBG`yd%~68.p?Z-Pr 6a)y)&ؽf6'~d NQ3\b6;j b^fqge 7NVPweRqү(4Z:s znWfnɺ[?[|a .WȜ͸-9 2õn4CD+D%Ңy\;H~T棪O]L㱥w_%ZJ6H.N20~fK`Rj嬽:B>7eGb`D6KPλD}kJpygI@$~֒oR9?J&@C0z9?rsIxOWZsPJ)FJL2t-oc[SՈ`I/WjOvG7ydO>[LkkwK~oO/7~#았l^XM_>^[ Xdя9tQ"|2r ,,Alo<%po'*WV}J]a8{ʺv.>3qhk*Q^U',铪%7"7DW"[ˆHR*AEjB@774o`ɯՒ7pڐ=6m4Uqx8O1"O)u&Nx縏MVi;t|AG[E$|I8,Rfc;GԷZSO;X~:<-nn˾o&֨3cd`7[#V3L04' <9(+j sJn\5@%D-+SBzyA,UwItQ0T`RIGr{oUEӽ}UOgEQ4Ei,KdF0`0iv\WrX )T^;BO6a^RɽgB  a25w^@9DݗA0.uqŪ]#*ǎL qA5Ū~\`,-^sΫvnȉ\GiR.ta!8FDzٖRl.nz|3#p*+[$N/8\GLeQނS ֚ZTPMsel꼵V:y9ot>wEΐR8*z7!Ϫ/* -p#r򕨟NHUCEjvqjәKt%^HnF{D^"C0兢֞?~RyUy9P)׵. )VCBˇ5%ܜ<>z*>Cf)7){Q@J-T+f''>h/o͖ ~$}F$]Z|Se' x+kg Gf!5#U (3pfE]+qαzŔ7'0&97ȓi҉%_2~bV 'w n93B2Rk?βBx6_u >D/@2^6^/z7;v.SYZ2;Y@I;9xTW7WhFrЩ 'OgZI!w 2g:S%u2o%?W?$ݭ$>㸮'g( c1i/\ Ɨ>,Y`jlid FIuXKӤ .F qz";O(9ZWՒIҗ,p3P9B4F4Sp*iǗuN*I%DM 'sv XnhxyT'/,ZZ(#^Ęe ^}!nIe]Ɋ/s.+oMf׈%Q|Ӗěa8D]W y$c% @줿nmQDA󘲡.CDոinwmfѓ0fXyı|k1 Y\u["\ +.",Kn 閌.PvƮ'u-z/B4o QQ=݄uD3L%6"GL}ᤓZ7cVޜ"Vos{FB]Hah]brs.0J;Vzj"O֪Is'X@Ry~Tf~ce0? R /bDX6_HkM,!w{uO@+;eOg& Sz3'(5 f=C/W+QIiMS&@ѝ^7)7 Il:sSߥ+P0Y5%|,( jpZ4Ԗ*7u窡kFrɾ݃(tKBEc:3uN<~,D@ Ƌ'7]QԒ'%׀0Q/Ao[+o~pBEvh(*nYj*Fs`%-|ɺ% Iz:JtME 1H#XVc'WW;0X\05G:XyAoV*Ot2-0iXcpV}3r@y_E{պnBDҎr9