perl-Carp-Assert-More-2.1.0-bp155.1.5 >  A dd%I%z |\3{-JJT"^O@A^/vb=IS'2D]FV d=@.E0S?1RƲKSpZ `zExq֯kߛݪ-hӗ_!bXCyqV@pטgq"jh.FIщ:9r˜rt)թ^Ws@_[<яEr&OU ,Q]BH,20a79e8179a7bd0d6e42f1c9382f418f025517edb1e3313a85d04c6dc479fdbee41b4c396cb7968bd5000157dc79cb445c378e20Qdd%I%z ( !fHҼC#lZz>{f ?m5ʕSyE\a1I+[ MqhNHVY."Óc(h1.}bx}?yKMP#ŰnXbϐquRy,W̥l_(JG9JZX#Yy+j[)ϵPL?/w=m2֗雄?eByO3.^yz%Hx=R^NTS)[5i_*ԔLA#G\jmyJ9\ ].üR"Wa5<=?!e64^m+庝ڐ@_!diwiPm(1wJ6@"rK: 7;'H9JP)l23ݣc1ka~ʠ TU`o/ӗEPv0=c΀ElSDZF@A-%A'd =Vz%DGi&^Z>p>?d ( U %,L \ l    <\9(W8` 9 : F G4HTItX|Y\]^,bcd#e(f+l-u@v`wx y,z0@DJCperl-Carp-Assert-More2.1.0bp155.1.5Convenience assertions for common situationsCarp::Assert::More is a convenient set of assertions to make the habit of writing assertions even easier. Everything in here is effectively syntactic sugar. There's no technical difference between calling one of these functions: assert_datetime( $foo ); assert_isa( $foo, 'DateTime' ); that are provided by Carp::Assert::More and calling these assertions from Carp::Assert assert( defined $foo ); assert( ref($foo) eq 'DateTime' ); My intent here is to make common assertions easy so that we as programmers have no excuse to not use them.ddsheep88FSUSE Linux Enterprise 15 SP5openSUSEArtistic-2.0https://bugs.opensuse.orgUnspecifiedhttps://metacpan.org/release/Carp-Assert-Morelinuxnoarchh+AA$AA큤$ddddb|ddddba6dda76169cd8f7534645376b0da71743e402af12398623d8b8f2b39f8f8b60c841ddc876d868d98dc74192578a2c4ce1560f388e0cb0db85b3caa58404c6039e66e37575211d67bb002bf17150e7f7795eb690d5a9102253c14fb65fc6d624aad9bd73c50841731575b9701e59382c533502c97152bf9ec260294650779127c93berootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Carp-Assert-More-2.1.0-bp155.1.5.src.rpmperl(Carp::Assert::More)perl-Carp-Assert-More    perl(:MODULE_COMPAT_5.26.1)perl(Test::Exception)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3b@a@_w@_~@]N]4SY@Q@M4/@Tina Müller Tina Müller Tina Müller Tina Müller Stephan Kulow Stephan Kulow coolo@suse.comcoolo@suse.comcoolo@novell.com- updated to 2.1.0 see /usr/share/doc/packages/perl-Carp-Assert-More/Changes 2.1.0 Mon Aug 15 19:54:27 CDT 2022 [ENHANCEMENTS] Add diagnostic strings to the failures. For example: assert_nonblank( [ 'foo' ], 'This should be nonblank' ); would fail with: Assertion (This should be nonblank) failed! but now fails with: Assertion (This should be nonblank) failed! Value is a reference to ARRAY. Similar changes have been made to: * assert_all_keys_in * assert_keys_are * assert_empty * assert_nonempty- updated to 2.0.1 see /usr/share/doc/packages/perl-Carp-Assert-More/Changes 2.0.1 Fri Aug 13 11:57:15 CDT 2021 [FIXES] assert_all_keys_in() mistakenly required a non-empty list of keys to check. [ENHANCEMENTS] Sped up assert_isa_in(), assert_is(). 2.0.0 Thu Aug 12 23:00::00 CDT 2021 [DIFFERENCES] Now requires Perl 5.10 or higher. No longer requires Carp::Assert. The numeric functions are more stringent now. If it expects a number, then you need to pass a number. For example, assert_nonnegative($x) would pass if $x was a non-numeric string. Now it must be numeric. assert_empty() and assert_nonempty() no longer gives a message of "Not an array or hash reference". If you don't pass an array or hash reference, the assertion will just fail with the message passe3d in. assert_aoh() and assert_datetime() no longer provide a default message. assert_in() is more strict. Each element of the target array is checked to not be a reference. assert_exists() and assert_lacks() are more strict. The list of keys to check cannot be empty. [ENHANCEMENTS] Most of the functions are about twice as fast because of reduced number of function calls internally. Added assert_context_nonvoid() and assert_context_scalar() to assert on how the executing function has been called. assert_in() now lets you use undef as both the needle and one of the values in the haystack.- updated to 1.26 see /usr/share/doc/packages/perl-Carp-Assert-More/Changes 1.26 Sat Dec 26 00:26:23 CST 2020 [ENHANCEMENTS] Add assert_arrayref_nonempty(). Add assert_hashref_nonempty().- updated to 1.24 see /usr/share/doc/packages/perl-Carp-Assert-More/Changes 1.24 Tue Oct 6 22:37:06 CDT 2020 [ENHANCEMENTS] The requirement for Perl 5.10 has been reverted to 5.6.1. 1.22 Tue Oct 6 22:03:55 CDT 2020 [ENHANCEMENTS] Add assert_keys_are() for asserting an exact list of keys.- updated to 1.20 see /usr/share/doc/packages/perl-Carp-Assert-More/Changes 1.20 Fri Aug 9 10:10:06 CDT 2019 [ENHANCEMENTS] Add assert_datetime() for asserting DateTime objects.- updated to 1.18 see /usr/share/doc/packages/perl-Carp-Assert-More/Changes 1.18 Fri Jul 19 17:12:32 CDT 2019 [ENHANCEMENTS] Added assert_aoh() for asserting an array of hashrefs.- updated to 1.16 see /usr/share/doc/packages/perl-Carp-Assert-More/Changes 1.16 Fri Aug 4 14:18:51 CDT 2017 [ENHANCEMENTS] Added the following functions: * assert_numeric( $n ) * assert_all_keys_in( \%hash, \@keylist ) * assert_empty( [\%hash|\@list] ) * assert_coderef( $ref ) * assert_isa_in( $ref, \@class_list ) Thanks to Eric A. Zarko for some of them. The rest were migrated from a private code project. Renamed assert_listref() to assert_arrayref(), but keep assert_listref() as backward compatibility. assert_listref() may go away in the future. [DOCUMENTATION] Fixed a goof in the assert_integer() docs. Thanks, Randy Lauen.- updated to 1.14 [ENHANCEMENTS] Added assert_undefined() for Ben Hengst. Added assert_unlike(). [FIXES] assert_nonblank() wasn't using the correct message. Thanks to Leland Johnson. assert_nonempty() wouldn't work on blessed arrays and refs. Now it will.- initial package 1.12 * created by cpanspec 1.78.03sheep88 16843305262.1.02.1.0-bp155.1.5CarpAssertMore.pmx86_64-linux-thread-multiperl-Carp-Assert-MoreChangesREADME.mdCarp::Assert::More.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Carp//usr/lib/perl5/vendor_perl/5.26.1/Carp/Assert//usr/share/doc/packages//usr/share/doc/packages/perl-Carp-Assert-More//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/42f9cdeb8c46fb360ce9b75376e604f7-perl-Carp-Assert-Morecpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)P>_2;L~utf-8953a9c8c23fb70ba45ce6391709f20fc339d789240d9f1c7dd70389131a6c210? 7zXZ !t/1] crt:bLL rOV<-< x:dr)e Rax迌P3]r=ݏwkixDƒ`Ẓ^vȿ韰|U6b@q3TZ(U;ۓHN| 3X=N=2]# pIa_A D2b w8D2D,Z9*bU sU Vf-LGVr ]TLqr^6q ;`D,aHQo19JiGfm$V*w؜KbC=5)Uhk`]8P-0:3wT>ʆ0vWB rɥx-e5N)y6R[BlLX4nOqҵ;2 R* Ks}S{[CcҜYUgD 2o g_O '}8pp+:yN! I 3cyC`W=cm٪XLaMQi*C~p=-\ t.Mọ=QR0AO`~#B?U0y;[=B5m}+>j浚#Dz9ɽl)u5% HÌ 4ʨ5(%IFPF<,zH>Ý٫x8_Yd]Q|;((~ zEL6q{vscxa>& upRK6/Dnp$5B1v!WE6tk6b|#VB+b0lKVerC.c":1LCJ)2pZ\jMҙ hrÞZcYЈ~Ląy^\@nf,FYV50_C0ZiNF_\ΆiȒ%xazԀ̟!ݪ*{Xt;xYGGK4k55H`ONy8Bw?,zl <ڕC\ԏq"b[r^@V}Î(Ɠ.$WFp 8n&9G[,W&C~1@@œLng+eU$>nS~wq+(|l`, ȿfwx^{GM{.-x+] Kx,$`kQrh 7f(5ΪVBBϩSDFv$x]|)WyU93Ury{?et٢u3 *9K)\M̚奺}bƭq Wmzsw⾸!V028U<^2"TpV(SȻS“:ߠ8eILAS.3{`8C4ə*Ď.áW"VG11׌9{.Y=Mn< CVgU(Y?ޏ.eܔsY dȗBg߂~--FMZގ!N6u˰ d ȑ?B+ 8'$6;D$)lE+/MʠQߧ?Wע(Ͽ|ZB\J:Xh,u/($##a}M}A[m29/@Ų6uZ:EYӂ DIlRYD淝y:*GZbn!q/]nzyx.7_~fhY )s2pM5_ dNK,q/,,#=%rqOB_{iÒ&wkGq`+1O옣(|J@MMueޅA6`hězKt h~Ï6|N_-Ό1dS&dbVF(v}Uv1,Ìq#U}86N+V!<۬j`BL_q'..jϪ_!Kn@/j+Ĉ@ ^9-?xN%&ppD'N؛yI)[>*QZINeʋ0A 'ƣh~ŇC=Z91oF Eu_pgL# a(w[JAlYsi0jaߐ42Tkk |Ca&57 `]&Vg65-udNiO@˲FED>J{("BCv*!r g#l#kQl[=ve-qf6,GU[{DbRYqar翴OXR)i.q-uI]%%PHI+,}'3~erՖ]pEqTYAp,l52 h% ZsxHg)g]+،RN~9ap򡀰Ja~d.xg6_;D~B=+ʄa%H? );L`w+iW[lp^99TJ/H\(g8 =BJ9iyh\>F\O0i<)l_Ϧ}tؽii_Lv7Fk.4ز'ȟ})9A[g9V@z  n" M"T%ڠv59:9d_mdKƚ72I_c7t3M P4'C:(onCǨݒGBz^ֆD3?x*> +@]d)9 QUfQ/>2`*#rqh&A;FE/vNpr߸dt쬅G٩ ":򯫑THn ۦdNh:&kGݶ>3gᴼs z\I9\R쒚vb5wʬv(HF;"qB<f`b[QDPF,kG2~WWp8V_` 3-R9YAaVxÿlƩaS֣[_s*XW.F!N=r8>s\/Ɨ 5BvgN;x\!o i繲DC@!Cxy>5{M7f/yT(zd irF\_i"c'kL%ȭh0[]G $R6 S{flD;wtا&l| vb`*ԭ}AՙQL=CAݘS]PӆflG)@!Wih:- mn\ ;tڦrI{/*$ 6.x_'ȩ̂Nz<rX@0wFj\nJ+_(^D)Aa |^Njx'UAz$EA62?nw+NQx&2UYX4Gßg7;]yQ.Ben=)aIX8SЍ)jag('YuES@jW9Rmc ۸WZ]f-Hf:v'a&hvY=>MW=)+˷-˭;@ߞE̓K==̀ZtHK&k'"'MvE1c'!8ˊJzx)!DBC`'+F 6f=rm9@La!&u]jvX%ᶤRkwE;kd%9< ڮ5C"I0/AE鶤}m1 2bk\gIo9:"Z=tdR見܆jIvHf7?\I@]!;Wk3A F% i m6F0_ur6S8ФY" CV"d':Jh'qr~IM.W#^ȻG5ߢ8|=gK zo %BƇpAD%{*шV T}Ċ!eO,F&Yhya7(KYQ|]jJނ 6rw ʃxYiW8QGFCHMT$f6d53 mNa/6Bz D^KAqt9iA_d)QdԮ'}mʹQW&s#fţ"{!"zTW߱<^a|zEu_>5jqťѧL[rJ/}g-[;)G g3g()RbqLJɅoz 4 y""d -Ì/ '!\yꑗ Mxv :km_Qȅ '&ȣ⬷fU(DnDzs爸 ̥)$*sm.1@koOT5R@#Z ~: 2|n25v=03X Z$PaqzU3#uxcL6y JΕj [Q'DzywW8W1Gk1o'kZTXFV[Lu'ZQg?v<4hOSP/+eP^{2Wqt"Au:t}XE`wWkyKdJ߿iYȁ*/ژyxC<"UD_KlR^l\Ć~XpjC 6SnA*YXI 5[HO\cIq:٪'O fL]г=qi(?e`l?' ;"j?62^mŪkރ-`c]`&o},a{iv fWN# lyו2y 31B0&n[YHTրUegh$fA< 2ux+k3H cZq gIX/z?Rr(hz4佣N6m)UfBvTʤs-*5ð&4vgߐ9kԸ׿[ǡ8n,]#NF.u}hN72|yVy2wAwSLd:necĥڐ?$v;DQ4_{?rݜk) ~#*UAVzUj\MC( }Ƭw"hEy]N5.]"%&G|Azگ4ס5bn0Ku4 m|stF~U 3+$Z#*LSk/D"$W;]~}&3O`%?aDD,Zewk'MD X$)0W'HT0!\rnE,OU{i7p$b ScsUus 2t.A2]9q g>J61*#uxF%)Cjć j["`UbYU٘3`&8T.TR !%*kx*K͕h2^J} hB2t׌iMbQIAID3}BJGh0r F #V&{4xf-ng Z]*\Z`5ѵek#\pTPI_#L]E=vnK>C&Ox 3>PN-U =bA \G<26h}7#P~D~M\ICuS(˓ӭw7k'H>9Q{nqEZފ T+d=>zA*V9阉* k.!kPSs6"q;J5'􇻊 c'┕eW/3 Lb+|hQ۾{x_XMle;[,Z==!zcs:}h!HM)` "0ܑy ?K<\?'o T3iiSJe\`-7BZk ,*1REfGHs%Hb]J^8V: M@3ݵnmx5-jOz)~<SgN3W˽-~. [d]~?ޓú+"n@#r8蹭E\d5UMxԙ}a~T.M5D'ӻ'_8ְSgubףg"Xb) >X ,!$D,Rxnzz9Guz8;a=x)`*0wmB#wƧr< ڄ1eڢXžj.(^jtz96]byE(= Y%|=PC9v!Rb1<T8ҧY,q8ޥwUS~` ݩ:.2s.$_L4rֳwO{sJy+F-a\mb_HB@H_{Y(|Ryi[;-y?GL[+=>UKCtM5ND5VkFuvwfP1;Wd1B>oAo%4m/ifQp.aIT:xNEw=52sBc>&̰lXgԕ`ˀu[p E0+MJh<q n9Л@C|Ĭѽ}.|eGŭӼRe;}kk"BƤj_% R&jq'6\)'Qc{+ 5ףXڽbYO' F Q h@jOz"wʅMku$Pb'#Ȇ#{KB@a+r"qbQOJ[Vl Ԭ X )BO8r7 | +JU eRxq `=GzdaZ,cRo7#pO 3Xϥ$f_FVQHUrŕW >l.c2|@ i <5TwtjPpM7#KȡMo,wxN3ǺP)#ذ1[^?H mA)w6+%0<7ܺq┾ǝĔSD5Vl/#/ {4EK{GPmS(zԊ.jѳO^gU%\3ɺC0f;Jz>R>W & ? Jv]{KU)]֓s> SI"8̆"ɊAG㵏!~BWxl)WFB6e!&?Ÿ0օ~z4u6)u8jG 1D2 PͲ +n['M!ldq^JY]&@6M22WN6Z26o\0+])!\wX9 3J Wa~X2"u~nE1]HR [T}p#׿K I(/9 \؃'҃}_b-S(-JPEe>r u1l0\/͘cMȝ>>wD˘*!@ހ6';p♯\Y{X`Jvtv3̉_/JCk=NYd,lx`y@:=gu-虨{)rxe.qyRW P:S#7"5}ԃe+{ޛuxXd0ڔy\@q};Y 3dH{>]lAh$Fo݀H".1"(g}a8t?OR3%<ǹg%Ǒᔄk1DV^nɺ%[c7.5$> xq,%Z=VwJl-@s$I;^k7@V bDҼ_˰wc?󺊢O\̝_m>vrc\7ؿJNj ќ#,P9la<o* :ѲF$ P3vksГAF9!v:AJ {v߾7Lt-ղ(z\+7v=z\gC!-slo.|8~,A_d ٓ7fAOjjxvpG$L[ӪS9 IUI $B6v*GLC~I̭X%o#H Fhա 0f5;$=n8w#ͱ_| ӄx\O|&o7d-rhqa)xJ&pe2-bUÓ,p<pN]T_e#^:Fo諈 ^W:Z]8]|r3_!FkOm(hoof(o׸5j y?2tw,|wvrwq)$Hh<ˬNDu8Hu e=P PI5%)U`WNJshP}KJd1.@bTk(M$ONt}ۑJ{w/\E6aeڗ{SW~)l'! 8HiH{p=ZXX9{ZQcɥ==wc2VdR΅P(Bh^jm8\oNgcU rjS?7Si \KQ;ҸOd୥URS9zC֊7_^ﱺ!7QP@N4eDcE/e`&TE]+w1} #D9V!ta\1mrMtr؛d<,pG}h\AA}qk'V2dʥVs=[:JNfz4nRZp`)=-!@iEaY[1<.4їuukM_QT*uJ&򷪰}5 1/ӿe2 :i#Y(~AM~-FʶFiKt%0j1>hd"3+DWx|"\k Q p֮ f8:ߺܻ$%i*Z{YPAo?dszlDft:W{c<]dOVZ镡dوKzqU9Nks8xK. p+߶,@7R zD]5zj-+O`8D^Y, ;B*Svq+^nQ˳=z_K_d7zi/f:~0Y:Q9G|q:)7IOr)XUhuљqC7B/˅,nuX*$%x7q?mwcKR|B.2ȼܲL}tqԺ KٗB25$7?6F h5' *|A1DpD'p)!dFֺ 跀Jy7{N]-~?0G{gѽ(J#Q'Jը4WA7O1ti)h7],A4uZU'@lGY<AjV `9i9F9hIxvܹmϑ?r$+#5aEH l =.HnMBNiՕD@cLemw^ ~&$P;>1vo!iEt|v JaڞCÀ8ѥ3őU%ظH[|Bq.%0zZ/(GNwp_he$$yX+Qml@J7(˰v)bĜ,jF/Q:U8DB#ùy >dJln3aG| +3!XFS!9XD/LlBHf@UEGq]$ 7JGPґj_ӈ/WfLf̪9A&{yr68\1( &2eVsQm5:99zcK T0(B&As}Jd_0}YwsYPӊ<@O>o6ZQ x.9Ԯ@26Om;+Ef]hԞ7k#YOf1; vx_%66 g7 V#P{Ac!ѯ5F]ȟCɯ16KtRd.Dli,``2b]kVzc꘾ wB˼1$uDۋ41kx۞|?;Ȫ},2Q(R_D_\D T&>J<dM YZ