perl-Quantum-Superpositions-2.03-bp154.1.14 >  A bxމ!M@eee0/jW~!c̩a [qvFVſ=ÕXx`=:>8+ ']˙r8 >a!^ զ- |i;prqXSv0n[)$ d]UJ0d3228a3e6b9bc20e0aec927cc9c90deeb791ee0151160232636a74dd7d6b211c848114eb6cfbc15cb456b16012b0af04816da47cdbxމ!M@eeel()IّǬp,QWys9ppۈ虯~뇓T+zx @}2YXr)kUb&u0ޙRE C}RډN 팸J6+LDˠE. K V]oB )ڢThT7 (pwZX3&ug3o׎@cL1r >@1M-ׄe@7mn CP\(Uyx>p>?d# . M        - H |           (@(8 9 : FCGXHpIXY\]^Kbcd"e'f*l,u@vXwxyz$48>Cperl-Quantum-Superpositions2.03bp154.1.14QM-like superpositions in PerlThe Quantum::Superpositions module adds two new operators to Perl: 'any' and 'all'. Each of these operators takes a list of values (states) and superimposes them into a single scalar value (a superposition), which can then be stored in a standard scalar variable. The 'any' and 'all' operators produce two distinct kinds of superposition. The 'any' operator produces a disjunctive superposition, which may (notionally) be in any one of its states at any time, according to the needs of the algorithm that uses it. In contrast, the 'all' operator creates a conjunctive superposition, which is always in every one of its states simultaneously. Superpositions are scalar values and hence can participate in arithmetic and logical operations just like any other type of scalar. However, when an operation is applied to a superposition, it is applied (notionally) in parallel to each of the states in that superposition. For example, if a superposition of states 1, 2, and 3 is multiplied by 2: $result = any(1,2,3) * 2; the result is a superposition of states 2, 4, and 6. If that result is then compared with the value 4: if ($result == 4) { print "fore!" } then the comparison also returns a superposition: one that is both true and false (since the equality is true for one of the states of '$result' and false for the other two). Of course, a value that is both true and false is of no use in an 'if' statement, so some mechanism is needed to decide which superimposed boolean state should take precedence. This mechanism is provided by the two types of superposition available. A disjunctive superposition is true if any of its states is true, whereas a conjunctive superposition is true only if all of its states are true. Thus the previous example does print "fore!", since the 'if' condition is equivalent to: if (any(2,4,6) == 4)... It suffices that any one of 2, 4, or 6 is equal to 4, so the condition is true and the 'if' block executes. On the other hand, had the control statement been: if (all(2,4,6) == 4)... the condition would fail, since it is not true that all of 2, 4, and 6 are equal to 4. Operations are also possible between two superpositions: if (all(1,2,3)*any(5,6) < 21) { print "no alcohol"; } if (all(1,2,3)*any(5,6) < 18) { print "no entry"; } if (any(1,2,3)*all(5,6) < 18) { print "under-age" } In this example, the string "no alcohol" is printed because the superposition produced by the multiplication is the Cartesian product of the respective states of the two operands: 'all(5,6,10,12,15,18)'. Since all of these resultant states are less that 21, the condition is true. In contrast, the string "no entry" is not printed, because not all the product's states are less than 18. Note that the type of the first operand determines the type of the result of an operation. Hence the third string -- "underage" -- is printed, because multiplying a disjunctive superposition by a conjunctive superposition produces a result that is disjunctive: 'any(5,6,10,12,15,18)'. The condition of the 'if' statement asks whether any of these values is less than 18, which is true.bxނsheep86SUSE Linux Enterprise 15 SP4openSUSEArtistic-1.0https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Quantum-Superpositions/linuxnoarch|A$AA큤$bxނ[Btbxނbxނ[Btbxނa251139344e133b1639f6bc7d051d1e9f36e276cbecb83525a492d92ee1c2e2cc08e4519cf2cf6eac0cf5f1e5b6933fb55acc536ca43a7b1252a9d7c17d7737d217ce16cc29b3e52ebf48057755e87ebbf1a68e376c0e5b8f20414b337b1c6fcrootrootrootrootrootrootrootrootrootrootrootrootperl-Quantum-Superpositions-2.03-bp154.1.14.src.rpmperl(Quantum::Superpositions)perl(Quantum::Superpositions::Conj)perl(Quantum::Superpositions::Conj::True)perl(Quantum::Superpositions::Disj)perl-Quantum-Superpositions    perl(:MODULE_COMPAT_5.26.1)perl(Class::Multimethods)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.3[CN@NHL8LKI@Ch@@:?F?@?coolo@suse.comcoolo@suse.comcoolo@novell.comcoolo@novell.comjengelh@medozas.demls@suse.deadrian@suse.demjancar@suse.czmjancar@suse.czmjancar@suse.cz- updated to 2.03 see /usr/share/doc/packages/perl-Quantum-Superpositions/Changes 2.0.2 Sun Jul 8 15:28:31 CDT 2018 - POD, thanks for Florian Schlichting- use original tar.gz- switch to perl_requires macro- remove /var/adm/perl-modules- enable parallel build- converted neededforbuild to BuildRequires- build as user- require the perl version we build with- update to 2.02- adapt to perl-5.8.1 - use %perl_process_packlistsheep86 16520884502.032.03-bp154.1.14QuantumSuperpositions.pmx86_64-linux-thread-multiperl-Quantum-SuperpositionsChangesQuantum::Superpositions.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Quantum//usr/share/doc/packages//usr/share/doc/packages/perl-Quantum-Superpositions//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-SP4/standard/cb365357d3f2ee62fd1ea7f48c108e78-perl-Quantum-Superpositionscpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PPPPFzKwxqutf-810a4404c85747814a8406b091e27a49fe083979715975399722df774ae5808dd? 7zXZ !t/wG] crt:bLL >sM׵+-ůՐl/6mni & b=82J8|i'N߃'wI^*f nL¤`R #=t@v]%)CqsT+c){&᪍]( /q_(GZ<О^^Ks\qe,o- |x ǩ>Xou8/WdY|F`6e"\< sH} >͍n~ I $D++fW ^3pE$"a^sx:!R0&)w"_\a++eQ"59dū06%GaY%pK/U^8d:+i 04*`뜜@0o'mLVؙ-ox1 +d(OHꁃB luMN.sRtG1HۋOHFa HSQT1NhkCR5)^w 8؆ h8gReR9LKm hUZ&0~J̱/㿱GPXy`:@:Y!v3i*'+n,7W~|NGӳ.>~^̙;I&!v< l_@F^0)sjvjv.|J#zGi3n ![Ap: DOM"LY ҳ}eu;Y^I=U2g̚Mp.7-z_q]Y<Ѕ$' ߏ_g灊K`~'Înt3An_쪲(s1e^0\% 3B~֫(uJ8~tm9䱀1lՔS -"6)|i/#wYQ95ȳng7ALh%0FfoθXIDG-H3,cPFe35fo"j攷 =ʑXYE(};]]}fO[t2h[͐ށ5^TQUvIf=l:"Z{C+C p;s,4qqC~ȱǹ*Ivߣu߿vkYؽ=Y/ ́WY~;vZs Q=';?4 \Y s&(nhsk&CGJ]'L/(FsNfRG,BAƔ,]JS0ͅ_ 0aUq$FqBXc, rb(cj *nb*3MKuIY ^yǔl%#:bU$n{l/ msn@ $!IʕܥROͲrΓ37\=*v}&ǽI!H6caF w F_]sXa 58yͿQ:YRЖn۔Ř|#ed1XpF7@م;ognN9Cd䏊sCCsVc|6@o>4C7VRt6xC2QT=&sV.$ AL~GoCfQ #+F Sy4k"mM ͊gϰ2W9F"ʗhq i{9'ȶ)<%zoi +bJʽWs4o٬K&9_$=*,Ig.- Yg"BkTf`q{P~:cec olp+PjpM#2|V.VM)'i, mKȐ[8:?9yH'@FbFv 詋(=Rb" xGQ9|t;BP1JhwSu~8?Ԙam.]Y:zX3% ; vRS[̿#b5}A!B_)>~ HzK yB Ӕ|d&FMWnah/Tbȇ"a06ܑVz(.4#VB yxŅyQ|֝tz“um{r.ZVA.9m򶬊dA60}N^/`ӖImr_te2mb/x;B]t04JƺKtqqs$CȊ>4p=%VD>0eFJ/-\+ j/ʿ՞.QQ^i\0B }B DSoP@+r:KzM}SBD׋Fԡ6NFoQb*oFn4Mሦ:0 M 0J4@G٩,E)zej[ЀϞ< y^27Pi Ƅ"{BLj{\ԭ}E]!QoWj;f1&iq<^2iu,yIxef=Z /f]t?3LlKu&I58RSS5hut76jycUUČ{i$|4<ڍQoU#LWd &B8ΧfT|3(ui0;+1<*%7BF&A +' .DT>螏̯FN7Yo Dϋfڌ* t͊Hx c/8/7Eߥ[uŔ Ikpl=5>^ZW{fQY~A FkaճyZ|Gc5dB\?rmk} ?! GPTg^.f *XO){RHoc)Au;3&mx] `RmB-PGIKQ7 35$Vt]cN]sTL(DASh,2U2D i72d*Q:7ɾY)^#@!LتE/9&%[q\}s-RR`eWא -nFy(;S ݀p%t]6*g"Gi^i&\۪( ,J jD5Կe:O)(EP5oD Ov/Nr򏌯{z+e@}Prvcӽ q*GzѾ/ʵg,L? xr*qqa:wcj'I"|ICfoK!K5_!%0d!C162@ F\k^i.O_ǰ:m5W`W\w7ʌ@&jQU@ؠgN,'juWa ¾$I d4' 4W5~1| 2Ś,Mie*߶)^4R;nޡs12fvLP#rIK\& `r^ R+VAd^8.wo-|dTQ0(*j54a{A^+G[-fxK{5.%]=0`6mKYNj˩)Z$!i@`jg9z[ޓ޷@YEg XBDb{Ǧӗho J<$0Z%~\5o1[=clƞh }D%w TN'h]L<[2|yῒy嵅~-.޳T_Se{+F1xV 15߹1dj ;?=bңP)NjT,Go[(*B=4ZuGd2N04m_Gl@K*lY4}횆Ki΍vnBR1^tlH}_~:Flq*^5٥nfTwj"M/kLc.)D",$4R !T\sosa͑gwI & @gqi9$ y I齐n"?1)c`d\&Y ?Hֺ!q}/ " ywH*yq.AKEy#WZILc+:wG*Ly.Vٯ2I*}^=  z"::%Lfl~`HD L *`e$ m bqeHF ^ ә;7=++AuYM'[E™Ƶh_P[~1Hš6g " 74 2Xb b#PB2`_SHטzJ, DɁʖ֝70 z+k I9,*Lhޡo-I껦$QeAy{ł"ZV>Elnґ~SZnN~??:PѪؤ.~:.QDb,]-Ҹ,x36f.Wg<UP^M4w7? \l#5?],\>FXP+T JWCMٵ" &*ފfh."B:KVuhbygRJu䂝5)nC`ڡ-6"gp9X~L¼k:O-xnxWdO;ǀ$!1ч"؇Q֡e z:ydU61bo#0iEƢqy+Xbzdk2EsA@K3RW7{ e > -^ޝ!mF70I I|~8Z<@e?zgea R]B }oդ~؏l,z6EGNS/}2)Hf1Z$e<=(݈9 m9%ܚq@IAo~a[iR74U^Ԧɟ>x H\<@M3^(nXQ 1`X~E0h\rsά@\g4pm |nYT1,b$lÁZJԕ3#}~#V kU,0Խ7:k,>X)'0bdu)S,7i1'nJm~JcE}RK51-}8iNuip2(×~0U:3H(F rh˺xכ4*ݪ=-T&>.I;NZ#E4( $0 0T7h>` VE\=M&&Đ !%;)9zAuK׽ܣB)}gPS_A7M*ufIp}dt!jq>kDV;ºt _BM)ߑLr# AX8fM}pֆ [J\6Emu,* !5 ԩX1cYf+-DYMc3JdZEs`PG͛s"HNx탬~a I+Y(4$U2`;? viŢ۾:ˉV r{+0֦s0x"w{.OFi| (% Tc۞0P%3Kpͼu -V*BU?Oy+KOHP3=<7$ʹţW1J߮>,]pk`x%]__%VTvϠ;\E)<&!(\ ZɜC^hB2.(X֖}!|@# XUsq:8n o'r%rE\sW&t~шv>g.Ԙ;cK-¡ʒyK:l$R!Y9aQ6RgQYO]V\9[ P,#sE_1Jma $@7ft0J(+SIUFliuBB¬ NҵrP, =2U?zr.Uƚv 28.]›IG",1K9_gQ&y V蠟O/7 u&P*]4m-nXJցXl_s#<$laOS&-ncIFٟg3[ D9/r"i}DVzT& vR~]9 Y=Mnд-Þ5e^"N ]HoJElc̈4lhnۖ9a0:ƚ>_g\4R ξU 'Hdho(^V߶y60%WWoTϞiNt٤i.E]P_徼0<'8`[^UU_I-^GMzBjoUR$/~fw訊B˜a*q4_Ͻ,@sy3VY"`qFVC /EQ_w0n9NZl s0>Xe,1WSruRUѠΘEZCvv]G4xoq !,zL= <;qqzT wUTɱm|8)(_"ytۆ4W"hj/2—#׀>Nxέ+l|Z-spcLڵl@MB*w=g۟qjS, ٭_E*[*+zg8 Pڞn>U'C)무@@l^++/8U:;jAr^Zoc!̀(T OzYX #+'R{qI u-Ő:!>HB)R`kMEn0 ~[)E0)ZʪCy^l AʷYx;a8FwpI1QrId= ےrvx+M|+e4DlVFaOX':CYU^⺴m2]q_#n7 +M/`oa K@wxJLB5^7֨!:_(vBfЯA@U͙ 8 }*]_BMm8p}L6 A|NzL#?V/utKGt3N ^2-imj4m$0{h*Dp<: {/ZPx .ަx=tZB?@/-A{fMX:36cDRM)kd'E@a0l֯6϶rh jlI -'5CËBޟ^6d;ZwGEz)6S+?/AVbd$QoS`zco-d^4|>8/"[[NRDO7sPp̡Ix9[+h"TRHvG9)g&Npyw'y¸5Ar!83mсy5i/L="P׾bd1֚tA.$榼dzԛyG/_i1NSs1;ͤH,^#:;?!(<,:ˤ0~>cTQIP-CR_%eDu([fnG'lq=K#v5yz὆_WMń:=/+;&.ip-8BLzPg0C!Un5SjgVxXxG\j gJ;:ǿ4itvh2m7ڮ}?DD4`̈́*[↑E+s2Lxf &P^Ϥ&̕:B$s`=źTrIW',((Ka,4e嫚C߱ȸCY*{p6HjuF#cV/fε+-Xj[VK6QKde8lLoXp?jl8>p@H{B{u{ÔӃ9S`j3,-W+K,d(EbXqi"fi 鄠N X7Q`i*{PsEyvG,1!'(LT=VOr%]-%bt(ڳcfC/]j2Dm~V"A(2#Xfb8Q7IT- kj (f##$YKhӮ;~hs`>#`7i2U9AQ:_(lpcDže;$z]\ioyo;M*>j2֋־cg0Ų@3LLU6g<$276Y/<׉?f %Ifr?xoFsͺjyi80Ǯv-yk|-/%"rI< A8?PSp {>qr\#PV<ɽ&%?WWI3değnG8Sx: 5v βe\II)0oG?Wq -q~Nl Q4^n}[& w\6LӾ69htj!&S*F/.I`?˺넽 nPިгy²hƝq׻.4 4)YZQN)F6yhd.{i3>h/CHM(kt(`G4Y)ܳ>nrH\a42B%$3I`IC5Xh-UP:ve>9ҳ! Afhqs& GL$nr @I]ee QZKo䯁K`^TKD^Ƚ(Zk#[_K-Y7֬{81?4 zM~=Ǜ(H4pvU=ƦKHҡ-/8`E!m7}4Zqē߀}>̺X$:s1r8#ʋ2Ǯ)Jl˓i1X6u _50At6ϭ*niǮ*̰ 1+|}~:վKzO^W╢ֿYt=іes cavP(z(]B"w곅qB>!d2Fۚ/"  +/KptLUui !ѤIls #{q9Tϛy!&eecXJ뗆n-Mq#*QUvεF}]}_L//mf<2y8CfkTB  vX97{\Ze|:%eUS鮉4zC^Ms N/D!j\cgjҷao3-2, @ٟ<|M6JO.Dkè[ԙ|fT!1ɏAJqɆߵ#^fQCAqu=xzeT.PoK Ę17/7-Ru;H5WAkr/P>1ϨsZWCoKn9~c}_'YoB54@JZA$b ] wʎ)r$ЎH5W%Ѕ*2tA^#tBOT೟ͯ1M/JacRi~Ͽeck^ۑT <Wռ'6ڦ\PʝYrٯCeals"!MAtmͶ.k#V{ʘD6|[`@}l?0-]ߠ&I4kbSSmvMRfVF!ᘞVsPѥR5q):j 1B?Y7WfM B{|̌Ǫ7N:\LMc_}47L YoAIEI.55ypiE]`\UqaS f[|n1Fs ϕk@jdeGX!QJ`I t 1N̜ޓ.3 o \DړX+r;Һ]xxǀp:4^$iU6眧ʫ4U;`ɻ'& iGQ'0M d7't|?ߕn|àc! yHfԌeۅZ@a*/\d/%>1EvbDa> W@Uq,#c"j=$ ;z9c[}Loh_LZ^:)75(T?oW)@T|,Oq!ܗ^iyїl`Gɗ> L J^-a8_t{b'E.XzDH|6{+.GNO.ד^o.c7|t\pw7.HښN.5?df9~TĢ˘%R x#^[V;/EdoD-=~sO}8M U٬KEJbTɒ#']E 먤k 6R{|\L\Z1pLC,z>rolFH Ӥ_ea׺uxa@A_96g&L'.q Oy5'&`w, -?UJ#Ғ̈́LIK,('fq.&|!?S}1ԛXk.ˢ8߯=Oz)PYȚ1ED}142FAPvK/}Bf:N rt飮[Dtj ]LswLjh $}uRYWv-|9t.f_S{-cqѢS{s`!Y!bzF 'ZBZ*-DĹk?M+%T,?|PEL@ JJ(=N!V _uuɘn-_VYuEH:[[0=v97p_EĿ=M4[/95hc cx^#M!k7Ag:l+69Z˦&k¡\{O0K*Jiit+>!1\qp׹~"-[k9|{')icnUOs< !J fbZ.< ʄǹaT`$㻲y녟;t5#c PȗM48^_lb3$|&eӓkgzji=[ f1 ۲jVjx(gX& xǺdZreInDH/lx-SI*J3ڧ۱4;!C!BUv fM[1ƍ#wYb b["cfZ ~\LҎȵ)mk+ 6NBUCFyQ {0x -}8Y58̛'G*溶bUCc{(pıCmHD1H)z ;S&ޙFfMP _B=~h@4y!`X^r߂eOhyZ8)غHol~F lB gZއ6'<Kg#N>, #LPSh 0c}J}Cn*B1dF)/F|SJV~VתS̸AH\Ϻp;_D*&~9x ^ 9/b6pE]*@cp˶wi*XL'"}A"2i1.t"sӂ# t+",lX!&0|^OX3V1ap, e~ DyTZ wUF @L3dFhkPVgdGy3v58Sb]Mu>#j. ׄG-ȹB&']̘N1oTq܁>.B =w[-WLizvl^Vy.p0vf#[]g.>ʲ[\1*B!Bl͸Ayl!s[vEղx_"nj7{{W@LndlP5 ] D.+a|t¿ K7Ӏ1U]i8kmk\<ݫ>HҔ OᜐlAdYb-M G?csgAa @atcFnm':AP7-Bxvs!3֛p;xhC~t޶zeDaATY-Ymi19l2D(e=F\zy7iܗʇ<]:5Fv[qkp G!omQ(|ܦT9gP܉}VۼBx+DGŒ9ṋ|.u͸OS]J?6 T6I\[y*Y]_X]=qxU׿\ V"; eT޵pb4&885`Ik55- 5ZRxVg 76tn/&k [S1yP5