perl-Text-Soundex-3.05-bp155.2.11 >  A ddpI%z !r]UT_e"#!vv_yZ(Tm,ݖj3zX5ư3Ƹ#7#Q % S!`neV 2Ǫ`GI/Y=߲cN~ ĒW^퐿íz9%[e~]I=_.B`f܎kFo^Dc b6~4hFn4 c!Yc3.ƚݔ2w/'aWciz5󠇌^5 ;3L W=tO<3N]tP[TK,ԣZ qQRU%J$F[)4C\ %2;ąjX59tUDSzf!|.h8dYY%wD*5Sg֨KB,BG~g=S7㖞4`/fHzxmη1Hǒ8f \-A>LzfP /WHkL1ac386f304212e9a089a53a07ff3405eaf50b6f56c96c9da6b9e3a4ea98d3a960c5364cf78d834525cbc95a9428f01b7c0f1c348`ddpI%z %[Ҝk;vT;b?n˛ztmTa-cث ^} t'kICH(/ .m~aGpJn)/aMO^cEyxcRhޟ9}o(XLc<Å`[CIϠn)@f 2\GZHh-ϓܬ1K] `GNN+ʬSDj K%bXN `` s km 7sTDNF`=( /Hה |L4 "(nULwɨ1ʒܭ$p3QPN^fЭnSxh_R RϓP[_:ex!B '}2y4B.]țti0׶**j=[Fu9:J'ت!)\#ܠ3ےzsB ,﷾mv$&"tGbgX1Y4'/dV'>p>,?d $ L ,0MV[ u        L        G  ~     <  3 ( T8 \9 p: FG H I XY \H ]t ^ bcvdeflu v4wP x| yzCperl-Text-Soundex3.05bp155.2.11Implementation of the soundex algorithmSoundex is a phonetic algorithm for indexing names by sound, as pronounced in English. The goal is for names with the same pronunciation to be encoded to the same representation so that they can be matched despite minor differences in spelling. Soundex is the most widely known of all phonetic algorithms and is often used (incorrectly) as a synonym for "phonetic algorithm". Improvements to Soundex are the basis for many modern phonetic algorithms. (Wikipedia, 2007) This module implements the original soundex algorithm developed by Robert Russell and Margaret Odell, patented in 1918 and 1922, as well as a variation called "American Soundex" used for US census data, and current maintained by the National Archives and Records Administration (NARA). The soundex algorithm may be recognized from Donald Knuth's *The Art of Computer Programming*. The algorithm described by Knuth is the NARA algorithm. The value returned for strings which have no soundex encoding is defined using '$Text::Soundex::nocode'. The default value is 'undef', however values such as ''Z000'' are commonly used alternatives. For backward compatibility with older versions of this module the '$Text::Soundex::nocode' is exported into the caller's namespace as '$soundex_nocode'. In scalar context, 'soundex()' returns the soundex code of its first argument. In list context, a list is returned in which each element is the soundex code for the corresponding argument passed to 'soundex()'. For example, the following code assigns @codes the value '('M200', 'S320')': @codes = soundex qw(Mike Stok); To use 'Text::Soundex' to generate codes that can be used to search one of the publically available US Censuses, a variant of the soundex algorithm must be used: use Text::Soundex; $code = soundex_nara($name); An example of where these algorithm differ follows: use Text::Soundex; print soundex("Ashcraft"), "\n"; # prints: A226 print soundex_nara("Ashcraft"), "\n"; # prints: A261ddjobs-arm-11SUSE Linux Enterprise 15 SP5openSUSEHPNDhttps://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Text-Soundex/linuxaarch64 XfGh AA$AAmA큤$ddjddjVB ddjddjddjddjQrVB!VB ddj9889467dde416741d8928e9406a0d336b208a36ed30264e879125821ec463dbee0667c8c99d63b8e777b20d5f6e9d2a7dad5f2aa9274a6b173d3a9c730cf0f313e2ce646c81fb0ebe2db0686bb6af36f8b0840d5d614ecab4bab71811c0bc228cf06229dcb67ac5dd73ad5b867ab6501d8b401aba494a95784cc0f688d4cd83f28cb8f93930c66adef06e3ce147b0af04181f0880adb85aaf7a597b1a0e68fcd06896ba007aa5116503113b43cc967e9337471aa0f76294d52bb8f00c79181a4rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Text-Soundex-3.05-bp155.2.11.src.rpmperl(Text::Soundex)perl-Text-Soundexperl-Text-Soundex(aarch-64)@@@@    ld-linux-aarch64.so.1()(64bit)ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.17)(64bit)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.3VG"@V$@U0M@M@coolo@suse.comcoolo@suse.comcoolo@suse.comjw@novell.comjw@novell.com- updated to 3.05 see /usr/share/doc/packages/perl-Text-Soundex/Changes- set license to HPND- updated to 3.04 see /usr/share/doc/packages/perl-Text-Soundex/Changes 3.04 Thu Feb 7 15:53:09 EST 2013 The module is going to be removed from the core distribution of perl, and will now warn (under warnings) if loaded from its installed-to-core location.- initial pull from CPAN with cpanspec_obs-0.7- initial package 3.03 * created by cpanspec 1.78.04obs-arm-11 1684333674 3.053.05-bp155.2.113.05-bp155.2.11aarch64-linux-thread-multiTextSoundex.pmTextSoundexSoundex.soperl-Text-SoundexChangesLICENSEREADMEText::Soundex.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/Text//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/Text//usr/lib/perl5/vendor_perl/5.26.1/aarch64-linux-thread-multi/auto/Text/Soundex//usr/share/doc/packages//usr/share/doc/packages/perl-Text-Soundex//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/736570b2ba74a8e5330c98f85edd0463-perl-Text-Soundexcpioxz5aarch64-suse-linuxdirectoryPerl5 module source textELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, BuildID[sha1]=5bc9c94742f2484ff60d305a0199c8689d3860a9, strippedASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PRRRR0ϔ~&Tutf-8d3a6885cbe26e86d56590950ac48e185cf08613caaf0051fc2ef9472a6452793? 7zXZ !t/F%] crt:bLL =ſ ?LYO@ oڗb'[0.̘¤Kԕ D(4 8~^Kӵ|l[w0jTIa9k[2BZ)C,g?E"Pw?Wsp`efOe%WFxx՗tK/tr*m} /P:t`Zrd/Tܐ%+lUq˦2l#{tEu/H_6֑Pnrv0Wn#I+{btNO~4zLe?|d%HRE.x6 |3M8({'T7lAbLٞteٲQM r){iԸ2[rp$@o0^vڟ Qcx?i+f"Z"%)MSsh!_ZyOéG~Ѕ#}t?V۹#]ɩ~cEx=,/Z@{4-Az@=oLȊ\)Qר ˉKQH8˕z c4ܰT_vh\qG8au7>48%Hwfմ-L֠hV雫e #) K=.YB_OMunf%cmUܜO=9PY8yֵ,}NFRlY.`m1S!aF0h7fS&Y͈))ҼxJA+i&F\=Zc7<4L("br쮯_Z|SHrwCɜ/׾qX՞TbHbDH`i߸v>to $LP!CJ xfS'd CcD|u_j]. tzMsti$ j#q@6H%JS]3vw@Iá7iGFuB.GP% 6]7eXr.dYE6{NmF]]{i<]Ih1H5r8E{BsKם`ԭ}w-n "mӶýFA;k U m(D,ȮzTM\(d)puY۳|vQ|"QIcMD"XwB@A~fb uqCwY >:/ ~>`U |Ib ߀'w͍t>h> 5р 2@_Z"n:&S3Q5 D=^6#dAg@$wVׁB*cVMSAJ-9_YAH.,kTfG9 *DM!,l]hNS@ݜX6itTDRGRj@Dª{؝ Hvȥϸ2gR_'bsbh"4:?QFtσt 5вҡf [YplKﴜ`!dX/$[".(no7w!+&sZ>,6\闐$( |6h z!LoV4CehlFSr…+u{̿$ɶm#}OTg<@@nGMKîphVɯ~n^kAw'2}DRׯ)`0 {M[6^VMq;9ێ ۿ6E(GPsE[y%}~) BX9;_J"ХqHטpKVI24dNY#22\$lLy |kc wQQ[h{Eut ^+ Wm25 \GN< H^EC2h~7k׷̹ ^&J>n⬅ MAnyr@iWKkxXam$^6$^\{~|j#=!Cc?nc!AnBٔRς}fh>r$˵=޿\|GGv#>}7C~f.Y"7OQ.*u*qB:9xn~<IuN?[nLB=CncHr pj#YnI@07CF(6\s\,3sӆ(INzl$R=t3%q;%P<8| }+ʘvGο B/!g60GvS.s$H,vMz608WҙD-)Bv xjC[&㿜R/Rԑʪc RA3T7r镄ʛxc hm/BoEמ D@1*N(U%J/RpiuN9zq1=duPN6OgJegBK]=ur-J!"ă  t,'SW:>}b>$GŲT IC͆[L2JH}M){fُjpv  i/T,BCJ)NrPYvЬ˦"юgI4UOuK;H)iy@fd2֕ HEp!q?/LĎ;2g`H2qx3_Hilq,aZfo- q€?.@.5-[:eKܤNr1Tq"0~< >mU&PI9ym78)|R.QSpws\ЄՎVh}bYS|F{<+^LE>7 ;K^c݈a+ՙK?MbĮV~Ɲպz/ezϰJoz9깍 t!a@nABZK1 d|Ao@HܶXED3E|%4QF+@]:1T%[ʯF~v]Jb0ǜp_ ǭ1JcL;/!Tzse$\ݔO)x:/kj2tqcxX5n- S~M+͹ip&8>NhRCz0 vYfee{Hs'^kq4~Ta>CQ9·FlAZCjK7FTt,2tgFŒ1A=aiMڭ .s_t9*].7U9wV67P7s*=Qu;RE/)TFIo1X@cl|WvޛQ"PtuM|@A?X'*aǁO~okĕpN Z;I^q K̥yPQq!]ASP>otIG$EZFFvD/Jx@5DyD] s!^Iȥ:&SƇ3FD^ө0 RwҸj`2tvʿ!#bܷ*fOQet#4EM<5])Ꮫ{QŗGqʤJ9¾}!+_G2:SF)$r\wv>6zj<K y^4 %߯'_+ GHUe6ySsFX:QB^{`O)>RX?n!wg'cVC)d%[ G(f 2>U覉!=Zv?ȍ>?(QQ$7/⥂kWѿLP)`3=S?oD#(0OUSp!qsՋ.f%3`#MAJEr$G0em10_`riwj7~ Ka m/ґp|;]T [B=$VrsFBdՀ fX(Ւ@&C7-fQ\ -BAcJk(:_"_=Y2)m5څ)m43DXhITBGY9͢#M_?sxhr_zKNFH˵!fRFTIqcՔ;+厰I$Hf>Z'{0M )5x. 2OJ{=Ay#⽈`ԦB9}p^y6T7꾹@E/NC^:d 25HS)Ptr<@|#8*T9riM"9|8sdG"}+1^ug0v/ti I"]aih֓Šjt -ѝڶ|s[s>7SDhqB2YsإT!!i/иؠK&ްavvD}dHV&Fh,` P=) xbu` x毺JK:rN(?s҉w"cB"9v"Xqys WLS҉G~3̀uz)9GA4Dx-NcxKR;)m'mi$fM}16c''d@=t0yX~UۚhjRbxNFB&*mO{xvhDyMP 6Bgj :;kZEa>֥ns#X7Yw+Df?&h-#B)%I(k[(?a5Ο@6ܖ`c`Oz54b\ Kc nkF=>,Ɛ_*.pGnV0c;puݬb&iƴ!63UC gih"8e Wb9p.Bэ1]> TX3By}3RZRoZU]> .d _bF(Lr͢>>{-xѪt8R5;(o%u&QߊC|/|cЫcU>q}'3v:k&`n8OE`n-b{dr)Nlq?4JS1/ kXnʽYmmo!X$7<$ s󊻐 vW/T*42^LZ(Fd+z,n. 'qO@ K@zjf̲bmo B#<˝BG ]|vWlv3HЩtw N+J뭘* *&%Y#}۩uXfY2HB23B3ʊ`ơQ>kpe{T:0Hdo~kߙS'n_BLkJt4s>cJQ~^ c&(h8?1=>|_fG|3c2A'$gJ^\2}D͒*h+/_| `'FX2dO?J3-QսvSc|([O0 6Yfk [ &]-gP]Aɻv-Fk'V"Mx q%j%.#ysKUVq5ȥNv{E7cZlAiqAc{b>(gy!1һ 0x\?k 42mx?IQlFG2Kv6 .Q]jQ+a`NBw\0 |e?w4Xg)ϴ[Ú1>cc!(l:.u3n?m|KEBO/Bq$>Ö̢gv+?2]G')P%J`CY*VVH5'6gi,嚢{nw{9W^68){iVf~IB0L ;K庪Fe %O{oLdqP0S7 Nm\CP壹r5QNepc=ឺMSV{ٮQhGZA._;l ޿ 3Zk6*Aw{? =(`G#g %4{Su(ѝaؑéW>?yi0ҋ: YX\3NL %n03q c(mYr/T 1Z! jӔA~ՙݐSdQl% Lb}Ov< bMez !A#~jc-GU_O-`ɘՈh蹻%-m Aw_S 3@YDM|qP޿CCˀ0$guaʁ ckt9[@Dtd|\v2:Qf ΅!9'# ʝ[PWO'{O,S%^~5*sv> IkIih.hٜ{X'~(g S0_g}dF*]|Ӂ/ ,AL-`ߛ}$q ,U!K{Œ x~Tmpm*BZwotrs\U!lV]Ov]X-([~F6םAv~81׵&aKQgOu(|]E+'&[(7/aki2'^ESh~^L>m0?%-20&79Tl, ]J*rRpiq8lӉxç(+I)?+ɽL!7g(~bG)b5?(n69;|g+L-κ ߱OVA8Ot'7Z2'6=ԢYzm SVӱ,E* #h-z/Ǚ5f~<Տ!?=gCK^ʰBVM%aMeGBW]{DM]L~&0~.\~,s3')iFGizp.#;x!HVýjٱ9BYY`4\wIHFDSgUh&i3 2ٖƭIu|[ fK %;!os$n_6@rm >hcէazrDĮr&5ug[6V6]w0Ѩ*$a@iHk >Aā| ]uO EU#I,-fLy1uH,4]';]7rqC@4^*bW^+}(dm谿);OV4LJYBl&GܛA(.|=! V{\~boBStNGq/-&4iCA3J2Re.VuiAL^x. ̳VҸ̸t4IrA=B%m BB> ԀNP)RNRc_FvufQBy)~$k_GmЩj̑~Wey8j,v+)co&kM1۾11sKŜBwV(Q4~ndrBB+֕kxv9ѷ(1up߉fUF+])D1h /p%xtrt\-5>jkdoJpMw [ /&RK{ۊ;z( kic[@H{eՈ&R9peJ 7 R0~ѐ ݨVA?"UiKU)<0f"4;[KIǜҲʒ7XXD;; 3 \O ŕ ͦJJitZnJiM^" emɖ?vc4C^κ@b3c_5Uc+, +F!62*k?vs[WqE9(Z@P`oe[}~#Qd ٕc H;pivx^2VG$ 7vG᷎k)sqDŽ#a}>7E`aN9{׃T% AzϭHsd)RkTa^2x ՄKH[B~Dhre!elH(i>doD8|+{tv j-x?pXBXQdH5!BĖ(:8Mӕ N^rr11cy0SfvHU:/(V-#f@7W˶Z7,Ҧ#;, 5/Kţ/E{@( ˢp 8U>Y,c5\>[Br!l'f ֟Ӓ]fu=ݘlVKlPXXV>A ^0/N7 # !KGN4\`@n o4ԟۋ[<N&RĒNJkyog/L_x|\#N13ؐ>cHX}U Dlby- <2XZK3Mf+0B( }@z ,݊y^HI!d Fu;Xm^&16++W^W(lKTL }h _ƟRr\E"~Bx\gzQ60#O53?l*CMϡ6 CYX 1(]βmAwM9''A*mui()ПF9*{Yk,q4;3[]^5xh6]AD>]@9=Jed\<`-KFǵj:R=Aa]9;"c?ͫas>ѯ)t.Mn&4r+5-nyw j3Jx22hdR>8 A+{KZ1X-{~|%ywQF Tf7%V *[p0M> z4!ٌlZ YZ