perl-common-sense-3.75-bp155.1.5 >  A ddٽI%z }PhɻV+5/3LW?AoᤂutP<;+A:+-R 6u_[u&F$mLE!Qfû8"Ȟ]5KfEƄJ]#j\dwii["ewlF\9Z5fC͆c)`JX\ B|W0~I5[HlSUR 'Ӹ'tt X>&7\#𕘐p c*֋C\sM`HSHmk8b=S0"+"]8.x\_/)N]qG64ylj+xNz/_{(=u cܱXխ},h!‘b9n(]gczN@Ret/?P-K.|/=K:PW!fHԩ\~:&x+[:Sbzf3aa0a843302f0c8334c0fea6f0575885fd562a32cb1e70e1afeb2a9a7dd97bb662625c1c45752750fa92d97c8a04a3f43a43abePPddٽI%z UR{fVG **_Ao?_s0n4lGKjl}KPXUZXg (5ј3ބ>TBsVa2Eя!54*P>g+õbtmH{ ZqxjwaPbN+w\zL!j&Zl8RO1UI<(Gbh|1xYx#QGeuOoҾj0ws)@,\oO a`;|K  >CՕc/ia@̩)QA6bKOdv*:r@,cxct%vgنw "TJ40V@qW X,c3ɁWT}ouE*! _1#&ōUmQt{ȹ|lp 毹 C,n)DuOeyQep"Qi %V56QHY^iEŠt=LiGl eLW9s^[r~*JBe `>p> ? d # P; Up         8       <  x    ( ( 8 9 : FG H I@ XLYX\| ] ^> bcd"e'f*l,u@ vpw  x @ y pz t    Cperl-common-sense3.75bp155.1.5Save a tree AND a kitten, use common::sense! “Nothing is more fairly distributed than common sense: no one thinks he needs more of it than he already has.” – René Descartes This module implements some sane defaults for Perl programs, as defined by two typical (or not so typical - use your common sense) specimens of Perl coders. In fact, after working out details on which warnings and strict modes to enable and make fatal, we found that we (and our code written so far, and others) fully agree on every option, even though we never used warnings before, so it seems this module indeed reflects a "common" sense among some long-time Perl coders. The basic philosophy behind the choices made in common::sense can be summarised as: "enforcing strict policies to catch as many bugs as possible, while at the same time, not limiting the expressive power available to the programmer". Two typical examples of how this philosophy is applied in practise is the handling of uninitialised and malloc warnings: * _uninitialised_ 'undef' is a well-defined feature of perl, and enabling warnings for using it rarely catches any bugs, but considerably limits you in what you can do, so uninitialised warnings are disabled. * _malloc_ Freeing something twice on the C level is a serious bug, usually causing memory corruption. It often leads to side effects much later in the program and there are no advantages to not reporting this, so malloc warnings are fatal by default. Unfortunately, there is no fine-grained warning control in perl, so often whole groups of useful warnings had to be excluded because of a single useless warning (for example, perl puts an arbitrary limit on the length of text you can match with some regexes before emitting a warning, making the whole 'regexp' category useless). What follows is a more thorough discussion of what this module does, and why it does it, and what the advantages (and disadvantages) of this approach are.ddٲobs-power9-13SUSE Linux Enterprise 15 SP5openSUSEGPL-1.0-or-later OR Artistic-1.0https://bugs.opensuse.orgDevelopment/Libraries/Perlhttps://metacpan.org/release/common-senselinuxppc64le>91D.>AAAA$$A큤A큤$ddٱddٱddٱddٱddٰ^Uddٲ^^ddٲB'Addٰa36f0f146e247bdf891305f64c6835cd843f245b1e34825f97570fcb596d4db9639b184eeb5004de157b949247e5de7df04a8f1437bf11cdd154a5b08729459e3f36c6c56837d282b6b69e42f962dea919ff6848439346c5dd2abd539ad95e4a0ac89b755f9f71e47f812d72b7fa2e4d9556c5e9901775278a3312aaafca986e8de3540a3cd7ecc9a9dcb48975fe852c082fe17d4462f87bb72aa7cc47f083adf61f27bd17de546264aa58f40f3aafaac7021e0ef69c17f6b1b4cd7664a037ecrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-common-sense-3.75-bp155.1.5.src.rpmperl(common::sense)perl-common-senseperl-common-sense(ppc-64)    perl(:MODULE_COMPAT_5.26.1)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3^%@U'U-@QB@QW@O@Mp@L@L3KQ@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comchris@computersalat.decoolo@novell.comchris@computersalat.dechris@computersalat.de- updated to 3.75 see /usr/share/doc/packages/perl-common-sense/Changes 3.75 Thu Apr 2 09:53:01 CEST 2020 - make build (more) reproducible. - removed "portable" from the warnngs list, as 32 bit perls (as opposed to 32 bit platforms) are practically extinct and it warns about a weird subset of operations, i.e. 64 bit hex() is not ok, 64 bit addition is fine, makes no sense. Moreso, other than hex/oct etc. harassment, there is nothing in this category that could be otherwise useful.- updated to 3.74 see /usr/share/doc/packages/perl-common-sense/Changes 3.74 Mon Jun 29 14:39:26 CEST 2015 - the generated README file was empty.- updated to 3.73 see /usr/share/doc/packages/perl-common-sense/Changes 3.73 Sat May 31 22:37:21 CEST 2014 - remove "deprecated", as it turned out to be yet another time bomb as p5p don't care the least about backwards compatibility anymore (https://rt.perl.org/Public/Bug/Display.html?id=119123). - switching paths once more as this turned out to be a doc bug in eumm. this should not affect anything though.- updated to 3.72 - install paths were wrong for current MakeMaker (reported by various people). - CPAN failed to parse the version number in 3.7, try to work around. - move pod to separate file, to further improve loading times. - make it arch-specific, adding a test that warns when an old version is still installed. - due to a logic glitch, warnings were not enabled at all on 5.16.- updated to 3.6 - work around more 5.16 breakage - $^H doesn't work as nicely as p5p make you to believe. - add features: unicode_strings current_sub fc evalbytes. - disable features: array_base.- updated to 3.5 - localise $^W, as this causes warnings with 5.16 when some lost soul uses -w. common::sense doesn't support $^W, but tries to shield module authors and programs from its ill effects. If you enable $^W, then you normally get to keep the pieces because you change semantics of other people's code.- update to 3.4 - remove "regexp" category. this is rather painful as it's a large class, but unfortunately, somebody thought emitting a warning when you match more than 32kb of text is in some way useful, which spoils the whole category. - use META.json instead of META.yml - apparently YAML parsers don't actually exist. - recreated by cpanspec 1.78.03- switch to perl_requires macro- update tp 3.3 - removed "exiting" category - this is too useful to create new control statements, and fails utterly with eval, as eval will catch the (fatal) warning itself. Kind of hurts, but this is just another warning category which is too broad and has to be disabled fully because of a minority of issues. - noarch package o remove .packlist/perllocal.pod- update to 3.2 - removed "substr" warning - while it overall is a good category, "substr '', 2" is entirely sensible. - 3.1 Sat Apr 3 04:56:36 CEST 2010 - removed "parenthesis" warning: sysread $fh, my $buf, -s $fh; # ok sysread $fh, my $buf, $size; # warning Made no sense to me, especially as $size is in scope. - no longer hardcode warning/struct bits, calculate them at installation time, for when I will no longer be alive etc. - tweaked documentation. - fixed perl-macros depsobs-power9-13 1684330930 3.753.75-bp155.1.53.75-bp155.1.5 ppc64le-linux-thread-multicommonsensecommonsense.pmsense.podperl-common-senseChangesREADMEperl-common-senseLICENSEcommon::sense.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/auto/common//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/ppc64le-linux-thread-multi/common//usr/share/doc/packages//usr/share/doc/packages/perl-common-sense//usr/share/licenses//usr/share/licenses/perl-common-sense//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:Backports:SLE-15-SP5/standard/8f6110abbb61bd1594c4591f49a225ca-perl-common-sensecpioxz5ppc64le-suse-linuxdirectoryPerl5 module source textPerl POD document, UTF-8 Unicode textASCII textUTF-8 Unicode textempty (gzip compressed data, max compression, from Unix)PxZc]q_@wutf-8a834266009f1ba9ed7efbd5b1ce58e7fe223dc0ca0b727f25a6d9cec3d6dd396? 7zXZ !t/_+$] crt:bLL r.1]~gQ(ZQUƑ#.v󩴅|㿣R N> lb `>$AUdFx5~[?a<8y$X'9(?̟ |1*x(n%0‚BI!paP~[T м{nՔG,Il/fSJȇm闙ew6qnyÐ5S8#uh8.>#X`ՙ5D@1v#Jd02U2ަ^|R0'*HZ~`%_7Ժ @LxJ]ucak?f|T o%I69ٗ |mP^% n&)il~%Bx)Ob|XOl9,-ņEeGءɉ],Jt]\gWG^^mޜ{h}#tެ' X]{^K hUh't$,M3cDT屽Onr4`_ҝKDq{,܊h\8A~BOD~J0p,RUSkA)(ξp3ScыǰdZT/X8DNj8=_.#zԟɲ6_=$}Y#Woy?|oa;I7LyCɳ? v#nNв΃6aWWҎ{$'IQ0ofJ= '6DK$'(e>!j ܏eϥ-{a_2~m1B;H]p(pY`"ߊz\㱧7P7 #OWtpQb]yC;YQQhDՉFrT ,| ISvB>z)g4Zxk'7SLb[oHyw" ~}@6Qgw`AZ4VIOŐHZ\M针d]\^O[tψUW?vC$ˏmp/{FY'NR'%O1R:9C1wNʄhE"/ەr2F˶.dZ,4E(32׽%uK͸ΦN E7YfVX ?8vw2࿋m:48!pP nȊ,G`_ |͟& *$06);LB w*K|{ZQM(Ae|&w" ]ҕE61sX8j.Sr5!^FzBDͅ^^iYO=N8~;.jh#4zǬhJrфW@C1%b/fcMuִ wRTݧ5&~mNzievLTtYCYVQ;2tzJ8Xih$$Gp [kzZ g|-/R"ғC[HKҒ<a?j UG:(}K6$3AiћbAQQtvElE[qr)є}[@3NA=q>,8*/gMj\ZM([򐛌LIQO,oAd$]p6ҰDKmQʳI/ˡt /k4i+vL$4bBT\t $|jvj ڄkw7&Ɓ G{÷2"W|Rc{f%Z7YWijz߿Z ~lDMgd8⿥|BXǶB݇Ndh7g`V20S |R#Y%iN"Ei)$lAޙkPƛwԿ…ۀdsG‘Ͽ^yWn L)9 X#6H.UٗLس꽑]vĂCW 5T l3PՌ)!'/èIdd)Hm# n8n3q ` qe^]nqr⩊Ay50>TdE}bJE<yPb0f=ǵAi]4K-7^z+ٹO#Hےءg懸D2^We4>L֡O>b hz# V u w˶S!Űm.`t+aSۻ䌆PD&Y^pH}MC߽ujˏO/+LrJ^8"h?Z Ѭ2#Kl M۝c6`m&E꾃噾:=`&?6!qwGGIHYLl0 8>Ll@:(py&W߶:K?hoDFCi|M~zmǽPjl3B6*JWInۮӱB\[Ib9Pj]<fdg'9}SKl oON,nz {y>+-xe臺mcuiuJAE\K _ j| NDBt$97[^ΪBRz^SَsA|ϲ/D|YIhxbibwrY1&x3,Wr@w qES& F.3/F_:gT)6a/ۊ(I T `lA}$Y".\[cX-00g?u])f>rfQr$`m&7&=؋scة=O=IW| TV9P#Kԗ:u49E3m0RݶS̰֗%%["˃!v;m{ mfjPL5?Xdl/A^QӎSJ kGh :ԗ8HOtAn81Q3&sʙg$RNЄinx!oϲѪ]Q6Y&Bv* /1CTR G) ,r3 wc!\$n.rBDVϓJ>ʊŜdM \"t Ina3Qmc*!}:!agpR]&o Z5Ny!DfTu(b aSSbq-Zm!YM{aF0Bfx }[B¸4s ުƑO,KjsHT[=sq+ JbJTJƘ)۴Fxt~K>QZjRǨB>xI)a!Nw`' aN?}ͅhOׁu~Kx0Ntq,Ip1Pp5Yx0;aߡ{C9d2}=op Zz4L5HK܋O 4%(eEYُۘ%d dY6雦ksG~ߎcYx2`h=4⦞Y^{D.jKn,@<.fUyca⒊sR-.ts7RDaX14B4T09ӷZQo=Dιp7H\sZw7ߐB2Sul57퟿󶯾G3_ˆŁ4XbB%3z9{4(?JGXq 0,E&Js\/˂B>r̯#wU67[ [8xLt‘*D_j"*+YGrv]6(*Ч'S4B.IODHJ{>Mwl\' GS.x民owT|y<YLe%- yuN.d\&Uw4o,z2)2pS`찲':8-`7/(4 n]ƯxbW%y(ʸc i!.fd;SmLĉmtk{Hr-1KGYf! etZrЭ'I-y.|ئ`UXPGL _y& ㉧3.JClkW=7{khJۥu+?=aAp6% %g7NloL C#$zwuz~Ox*2*)ޝyM|-tTHw: B_A {d\; RAȷMZKGʢ0' /_&ZCʪEv,gW21mck~UbgDzukq:ckpJKil24f֙umA} ;j9S`PAKB$◢R%?/zOOcAb"֜[_p*M`jǾOHD"ϸkaoJٯXŃN'T%b4ؚ386qa ؛2\y\@x_綇} =Y71ͽ/L,qybF +\ȰE-(fo[ o91RP~̀Q*B.(&Q9B{8L{'^]rBF.vӻf_(1ԃ\p}@(((Y!ޅgC81m&"qĚ}U$_C ׽= |Ry6Db?iH}~渪r8?Ti$Fs'VĕJϊYDl"Oh[zXgf !*b_W1g,)#$0C4vm8eHB3~u;i1aDE,),f)OX\b\$=se@X\-rr4緋R2OF VkܑG\@W`巁jc00l⎧rF1&ݡ5 $yTi^b،ǂqp|f6w'jH+L@bQ,[B Ktke3֠= I@{)ץs֧NuFt0\<hT+(9l1چxG}FN.|!?">tXsD0 oU|D]Zf U(``F'Zˑd~WGK Ի6W?84޴=8ػ-[E47ʺ qһHG(q7AoiH؞i.Zu?:V/^ ɬg;1'" |)tnScJߔ8AC6% : { 86`2zNY|w)BÕ!GP t4E I^ X Ei k@nSܲ|VÍ^0bGrL!y‘AbArv3C!$ Y_y잞&v!n'rmt#Ŷu.N,zn"8<d`5P-sw1$&T/kś{ a  uXIZ"[TC&uyrB)_e7Rtk?5fJ}H҄;^ |2p9rD@標Rk3" s䱦./<O[>|ɓZ 5!5NmrVDX\,bmIrp+ΊxC5ِvW5Sx.j@+WދwĢHSFe)tz1u=A:L xɿ%F .tcK"(q'x?f)E csRe@ sLA rlJ]qz4Cd8!T$__=vp*td+QƓbа˹zkk MeNtu˦/p5 _IҜ#*^H`#N}] ti9b_TRP)| Hӝ^X5h@NK;czB<=9$%(8x1YzǗI]+O anwetǹE7h=}PhH2Hz"Nge>+d\2@CNb-]*e2O6J5[82K2!K&Tܐ "87oz..|TaJ#i364W6 zAm.q}+* 9CRy6JGTf]*Lk]6r>}j#>Iz?cZ ZXkDL:7,7I6̱p.ABXN!CS3Sϣ&?D}NHX.83:NOMh qQ~XvtaT#]e')@WGjMtM~Ye.Pnuͦ⿢1o_xdeKpQ0AuQ{k=rKUStUheZ'?ѵK{q)4BN'n>罤`@mB_,o+8f杼i^5aZ- һxub:p֭ǣG`9gãu! B(ky;ԩ sdYxJa6%eP?xٺ'#-S8&gL Kh0 zҞAS!K!MBKl t riQ"zԏXǙGHq7a{ݦz'#o3_#5:ZIU6"%Θ [ӕl1ޞr_0nc؇-.h KEٜ5DyX nnDUz-%LZPAy:)TKp3H,w5, {vPJL2q :f2ˋ@"ޕזDٲ)HφBC͜8j! zB<4P!Q󍽴.L#M\0"Tnuř12/)}>gp:!w&anas fB?)_*o֕9Fi]NM/^" D5G^ `E:ABiʰ dWrsSeVyo aO|r_: %}rpάG/lk_?;Liy~ـZi<(YW|%QknsS%<<̦(n>VEbTbHrSX0yl Jw=*i!v%̰!K@ 2B 2Q8Fy@ Wv~]2A r ?֌hmdtVNWn_T#q7* @eQAH;D~ +QI>5%]D;B@@ xK'3gaB';ʥ"'ǜ[0Ч(Ɂj>39=K"dGBc1Tqm8ή|KηXKG7%@FO uQDaMYWk ]+#d[\ae卋jMG:JVm YZ