perl-Pod-Usage-1.69-1.25 >  A [S7p9|tArWM;@݋xmQD˨YBвrTW`Y^ĿS8V6f`={M\@тo6Jx)8%7IŽ7ͮgPap, Uk`#v5h=Qaژoz77J.9O&Y3Vɺ zK9B6D8J ,n; ޯJ3w}t@Dɣ14LJ%Nކf@6EߞV~o4d71ce1aeb468d965dfe446f0c603ec0a860a3c60980dbaf1bec47b01769e531a243de50934a61104b5656e1ebda86c7c5855b63w[S7p9|qT;e~i2ukUQ?9\}( YˀQ=)_UvLU?"1XzږMpx: ܥZ1ih%Fa"H2@j +k'%ߞEYd'?L֟jsi9%6&jV ;QOŁU i$P4IF9,ONk26c4X Π E1quo>p>?d  QDHPTm  0  B  T  x     0 ]   (89:XFG H I XY\( ]L ^bc3deflu vw x y z(8<BCperl-Pod-Usage1.691.25Print a Usage Message From Embedded Pod Documentation*pod2usage* will print a usage message for the invoking script (using its embedded pod documentation) and then exit the script with the desired exit status. The usage message printed may have any one of three levels of "verboseness": If the verbose level is 0, then only a synopsis is printed. If the verbose level is 1, then the synopsis is printed along with a description (if present) of the command line options and arguments. If the verbose level is 2, then the entire manual page is printed.[S1sheep22SUSE Linux Enterprise 15SUSE LLC GPL-1.0+ or Artistic-1.0https://www.suse.com/Development/Libraries/Perlhttp://search.cpan.org/dist/Pod-Usage/linuxnoarchlt/ {mA$AA큤$$[S.[S/WCci[S/[S1WCmV^0[S.[S.6b03a993c7f1c964cbf9de6e92a8b1ed3a854c14e24f4bc701ea24937d8013a9d4bb2aa672e3febd4fb215a2d7ddf87709500132cb44617502530d300707d515a1108f33530334b8ff445d5433282e731b633768e3e2185e2ebf6460f8617a929749fa558f77da879af68768d5e4068e21d4d4a1ac6d3ef6a7328c9a662ef645ebadbd89855d14e068535483a5d674b92ba18df3aaa388c85f0f13531a4089d3c9f58a48f04d35882c48bedbbcae5cd51c4a734826f022b1fbf4cb5a9f4892f6rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Pod-Usage-1.69-1.25.src.rpmperl(Pod::Usage)perl-Pod-Usage@     /usr/bin/perlperl(:MODULE_COMPAT_5.26.1)perl(Pod::Text)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)43.0.4-14.6.0-14.0-15.2-14.14.1WM|WBU.RTwQ2Q>@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comlars@linux-schulserver.delars@linux-schulserver.de- updated to 1.69 see /usr/share/doc/packages/perl-Pod-Usage/CHANGES 1.69 (marekr) - CPAN#111313: Makefile creation issue with Pod-Usage-1.68 thanks to H M Brand for the suggestion on how to create a more portable tar.gz distribution file - CPAN#109830: Tests fail bundle some old Pod::Parser modules in the test so that there is no more dependency. This has to refactored one day to entirely get rid of that- updated to 1.68 see /usr/share/doc/packages/perl-Pod-Usage/CHANGES 1.68 (marekr) - CPAN#102529: License declaration mismatch unified the license for Pod-Usage to "as Perl itself", and corrected authors - CPAN#109830: Tests fail added prerequisite for Pod::Text 4.00 to avoid running tests with outdated Pod::Text - CPAN#110443: [PATCH] fix -perldoc option in pod2usage() method added missing '-' - CPAN#110446: [feature request] -perldocopt for supplying perldoc options added this option; split of string on whitespace is not optimal, but should do the job- updated to 1.67 see /usr/share/doc/packages/perl-Pod-Usage/CHANGES 1.67 (marekr) - added options -perlcmd and -perldoc to allow for non-standard installations of perl and the perldoc script. Thanks to Markus Jansen for the patch 1.66 (marekr) - CPAN#102116: pod2usage() -sections omits section with subsection specified added more precise documentation about the -section syntax and semantics - CPAN#102117: pod2usage() changes formatting added documentation to describe what formatting changes pod2usage applies - CPAN#102101: New tests fail when in core changed the way the tests find their dependencies. Thanks to BINGOS for the patch, applied in slightly modified way 1.65 (marekr) - CPAN#81059: [RT #115534]: Pod::Usage Failes to Select -sections with Negation fixed a specific corner case for section selection - CPAN#101538: Pod::Usage doesn't handle E correctly introduced a utf8 option; this may actually not solve the problem, but it is the best we can do for the moment - CPAN#101581: pod2usage() -sections omits marked-up text from =head lines make sure that marked-up text is not skipped- updated to 1.64 - CPAN#93170: Abstract in pod doesn't follow convention fixed the NAME section - CPAN#86932: documentation does not work with use strict rewritten parts of the DESCRIPTION section - CPAN#86776: "pod2usage -verbose 2 FILE" is broken when perldoc is missing verified that pod2usage acts decently if perldoc is missing note: a Perl installation without perldoc is like a haunted house without ghosts 1.63 (marekr) - CPAN#85477: Module version not updated in last release ...fixed - CPAN#85478: typo fixes ...corrected 1.62 (marekr) Patches provided by rjbs - many thanks! - These commits update Pod::Usage to only use Pod::Simple, so that any reliance on Pod::Parser is removed, making it easier to remove Pod::Parser from core. - [PATCH 1/4] update Makefile: strict, INSTALLDIR, 5.6 - [PATCH 2/4] we will start to require perl 5.6 from here on out - [PATCH 3/4] always use Pod::Text as default base class - [PATCH 4/4] eliminate the branch in which Pod::Parser would be used This commit is intended entirely to free Pod::Usage from any reliance on Pod::Parser. * Usage.pm now defaults to using Pod::Text, rather than checking $] to pick. * $Pod::Select::MAX_HEADING_LEVEL is replaced with a local var * &Pod::Select::_compile_section_spec is copied into this module This isn't the most elegant fix, but it's a bit of a ball of mud. The code is written to let you alter @ISA at runtime to something that is derived either from Pod::Parser or Pod::Simple. This should probably be more explicitly limited to Pod::Simple in future releases.- fix build on old distributions by renaming the binaries for now- initial package 1.61sheep22 1527272241 1.691.69-1.25pod2usage-1_69PodUsage.pmx86_64-linux-thread-multiperl-Pod-UsageCHANGESREADMEpod2usage-1_69.1.gzPod::Usage-1_69.3pm.gz/usr/bin//usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Pod//usr/share/doc/packages//usr/share/doc/packages/perl-Pod-Usage//usr/share/man/man1//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.suse.de/SUSE:SLE-15:GA/standard/de22dd8b29c851da9cec0f1987825d0e-perl-Pod-Usagecpioxz5noarch-suse-linuxPerl script text executabledirectoryPerl5 module source textASCII texttroff or preprocessor input, UTF-8 Unicode text (gzip compressed data, max compression, from Unix)troff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)RP0֎,l&w*-4^=Č<Й@唪jؒv{ 0Opgat*&1խOk"]a{=jW` @_[>W4kɡ1Ey nb{3!eE?Ơ̖3ym\!6uxuȡ&dcuPXJ(ߊ蔘MőW8 jE.O8.51dWW=PtlNoX[ta*c[s)Y?/squUaXӑe Ƽ^@DqI_\}ei  lr4ࣧa<,,80L+~o5/uWu ( = K )(=(+41tM߫~w,ٰu LjAEUn#TYL:ăWe?.VaN%B ~r5 鞡v1/2{XNO:ii{# $i 촴Р<\`wz*b!' Θ 9S1fOM3 E %e^i\hp~i*Y{ß}pl "Qn*&foVz"u8@-ƠPHB6h5J{ > Áe])CuBZiNj4L^77k{z&$Kz6s;pyn<]kmʔD솜ASB[2z, 㷺¢Qq7*r ǯuNoW)1`7OwވC&N \RT,8 ^8Ï0F# (,R 5l$ݔPWP#ȳlJDN.,q`#9an=sGpA/{Qet@L"[dGFzK E8V#vncxMǽ0+#?dˣw,| ?sWW 8C4Ni/xݐL6VQ Pkp;HCos$<T> !&e=KKB+XԶTS[ 45kby@8xWcZ :F;m^%uܟ{X`jHW E*Z9l| dsg{m(hmND.'{n W9Kb!^GB)3m#V1\ަU=PIc e3˓wH`-. L5=iEok9zY:FoB93Lt&rd1'Y"yyդg֌r#τ:PzSL'ȁRV Hw~sgG*zP\2L˘jOZ8zj~)Y[,rh3V)ݜ-jhg<<1ueUVZAAB C\jl"fLTVix8|A`8,<9<Ϡf+!z+-+?&ߏ hJb+orN !C7 u _A'$>`nIkgnלje<\pܠœc_o;U5EwJ(|ve)«ś!*:}d=jCmB3/O>|>xEzoyrߕ u8?#CC.y``dTmGk( G$seD ӏ}58@SQ:>JC\~!<)c*>^]hY%ʙ`%j[҇thc@ʿW0/RKo7 oz .|Op)S FC;&lT3l&jʤH_L-&? c|8bX.>՜ZMTaLx֦u,M*kpsl#揗:5#V?3O,' ubɈk%d'A;ϡE m=s7lj nn<RƼMFH+y:#%ݝߤ Saߐ}™.#IGRCq[c} (XtfW4CpG/Yͭ4k[JRH?)Gڌ%^_? v[p -Uh8l1p{ly7Il{|.𿄂8 ~b$W2Lrɰ;)`}^BQ+3}MFLI^Zjx_vCUg9qn>Ibg :&壢sMt>2 };ʓu46Ʌ5;Smǿcz)ǗoږOլC9@BA,I}ݯ:Cu?dQy1\&gOB~RootfBLLu<5Ţ /mmZͦfm*(A^[rKT0){5:47a wo&&|Yn4D,yϓlBX @\D!u5I7"ᅳi/rhП2sNDf>cnAhw#np:SA%S%bD\>6X`Ik2PP/GPrqgNXHjbm#G1{#]̄(?ts B}M@0zD(ȶpCw:z|xWıQ@Z' %$ \A!+ѡ3$Rbh>ՕmKQXg:?s&.ݛ3׆t!92?;1_g^1mk#WVXh`ڄm+XwK`բVTźS][xF'LuTn?7!Gt"fU~ YwmVȜg =hҋdq;zQ R-nj| !hqk&S@[׶|ۃˡ:#]ǤZ~!ޣ↞0)|Uzwb>}̋!4(rƋE.!8Ov_.Ӥn_ɍZ(z/3ǣkpMaj:pbI:J8o*~UvVJDX x9?lYΜoԗA?a=Kas{Q/uagbMq뎫%K ""Q-Oqn!&@^p Wo ' p:L#!˅P-}Vv;Rfs#ժ}IPbǧ lW-j[z=OOE`4 O&= ,>i<ߺ3A G:;M]B7s6|ϋJaq2hj(|  ]E8L_"<={D~uZހթl7!q>RxDk{hEx۾ӞDAP'.V?^\ |"͒ؿ$b1"ҎA[ :/32 3{ODǘ?:>$e7m[AH x8ӔUʣdJNΗ\Ynʙ_xĻjA:D}y&݃n>]tUvm%fID KAg8qBcKNS)q[:=%0c +)+־*K[+}UP2.ofU+"ίK)rIgS *lj|Ak)^;GEUK?ںt2ZZOO3=3`_f/{ͼ0N$;!F<w׺;P?pFrh[FbͲ4XKOΞQ}JuиLIT"VA9LZƌ&s9$d{,8EEy_s>=<&iU~i}txNmWVҚtg)闅(fdB3)bbnrC4cQs,>c:r >Ls aS^o">vc|!s]qpԘt{/n*ߵv.ZHk\Yi!+{U S:ye['w;{:LgqJV /RD6zOL*grɊftْÂtUm_pOH )$~+ W!>٦f,Q:Fe$ӓ^́PB+#5KS mX{3"ɘزR%>WkL*7cсqp(T+BDpU-Ǘh(`)<\iiZ1,+)yEfQAO-A4Qn@k<WK h߲EgFi!f/VNݡV\ѨP)ڻk¼/ ~=?gM JdŗܓG]'[—:}yE_&* y*|4l25*2SpGC;!q:|*ػH] [y/``ӺBLV])mGہwaEXv x׶bwd\xJdK(tOQmTLYG5f'#[h=)-څfW~̜  _DSII fmfN&,t#:YgIj/*Μ22&6\ 2 VØ*y$CABFذn'>xKwdsVQLq` S#"SXlv UslN@Wtߩ۸L 7-\҄SEtQ)E"xm5ɵ2 $74=NG/dW\|CuF qc%ZR`H[1@/w,їX{Bùx)վ=  5`zZ%p .5t(E?}̠/(m0DbO3’= Q 7-{b9-֧QYsOwD/w5~OϷodB#=>.xgp(ʌ~cNX]9ן:S\'$f'б +>+^NN*pZҤ!1QSkT޽]&|X|rhU9Fo1Pn[hFf)kC,G i5QXVq7Zj0+1*!(cm-ui-H4+@x0[ƶ`sءǸ"<8'[sƖqrdd @?"(w:EoOAL@ԃg3Y3g" HOq%G2@w/$XpqIUչ-7M`m:^4 ei4Msb)g VfB%vyc=Cl1e7 6U)_8_bԒL@FX'p羡 #%PY=,*W#|t.W|U؍-X \#剩g4LM#,T˔sLo[@Eu9ɝ^CϢ4~\rpAPO9ɻ>^ g; Ob?EzT`bߵiRT1P]xx~Y1.z0k~s-0&Qki>ވ:KfhM{nR-}=s{BTݫ=7=`|D!9zF]&Jnw~yĂ qtz 啘JhL0PձKbףHeAFKd!> -3.Nl띃MqM?6f;P?~8 3r}yd~)YIk |chƖ꣙g](SvڨU=0491=jxֶCUQ)CyXGUΘ]qp_ UNU)nlo@ )1Ԕ8Tǥ'*JR(w5MWWF߿#.tMCտ[f<J%Vլ# @ !4;,H5Rcm!"p07A,Lŗ _`B[v|Os,g>9sVR*XcÞ䧝 mqRCy=f;GuAepQ!.E-ZuDشɹƮpF hJx)ʂ`ngEORK ,$r 4 UE?P\S0]cFPe5yDsfyJ>I⤔wq 8{=_ġl|<3*\~SmYjВ}g:֗:mo) \EE0/.I_p*8BH8w\bu³1ǃ>In6$uX 5͞7V*#o v&M*ЉE6vwZ&jaNG#ܿs̉eFhFLdzlʔ,szW,l7Kًj'5Eذ"UcD$P6ɒU_y;|8;Sٯ:)Z2A8>~AAJ))Rl_Whg5J6qjUkmP):L\'X TZ~xގ|=^Wچ5:6 Rhڈ2wEt_w蒟{6ԯm^%%Gʇޢ cNӗ.;FH%S;6O |9}ߖGUzْ$iDg,ޣI`<^Gz Q/L)cҐ,{ G[H-pz]:FC١v%` pM N"` IͲmI{6g<]<~904=0@/h  I/pIiT5\Lޭ"u?󁎜Gl/*41hl|̀ 8Um(Wl (W)ti0_) v!@PD"/xԏ4Z@u's*m~DtGu}ӀIovV]`YrZDQK4d"@3旙i6r ; YB1C D|VnxEK0LVZQ(ع;7=1/xX9'y}P:K郩kT+X"DdbOUm9^ 5:y,/t3P, j=+oh`l`̒w/R.1lI Fd3P3@_*VGI%RU?? ճ/\2h?k8iЯDqpb\?Q$daD81svNHMJ[zHv{%݀| [ ^u1Ka8kJnaZ' Ei^+sKD:RǓ+N@ t*=h0BoiX JgM#W&Psn0Ts< ?L X)@ r˯? >[Ҏћ;`6~¯: 9-u8t4$uu.i-ptv%AoM1`N{" m/aCl&]YI#E\>:^jC:kUy_W.FeM/C\*Q?ZZ:a5gԠ:0Fs1'nsB6kK c|qt,]8%4vY׏.?kcR U^*ͥu&_L2B8=pܸu~. 9l4N ӷ& |NhAj|";Qەc|EӸ^WSxM '3r䯄,gqx)N>H3ܣAָYyvUI,k6ܼL.1nS'GZvEkh$֯Vr;VB\Q]-poGa*9Hy.!yZn&aHQ}?E|[%5?z,2{ЈmMR1ie| i(4jFY𺣴d*nnuiQlf. rLI(=]:B ӧCD&) ZR'^)e,:AGT3SؑJ}IZK62P -/l{ުs@k %}jVH ocGF*cz!6̘D΋m{,^)ڍ7Ќ 5nQ| 2.ft^z異u6k41qJԅ8τOa[vvZu ɑ{s[L6tjݖz\kfqܱ2^%g+}d- &Nv-?Wy;ɸ VoSOljy<ۦ%˺k%x|dVhH4@,YAȡ2 gqh  UeW; WE-zs±0-ֹOQljM(&{{HFKfu2w ^/@V45 kx}-f+<*EfZ t8sHvx, `Z?H {a;bUyI^m󭉝tɐ{rh9C@n~iR}kx6=V!h5gDKYuZ.Zw'.'XE^ZFzALS%RM ey$_(nm8Rj TLU;*w=$ԴĠ"Y]`9UEv nvϾ(|Pdv~)P,K8mL\8lq[B|.aP˵FDn䝮mZ+ʋXMXf%v+]^H$Iag?+dC=x?5[G Vg=֍n_"5S7` >H|MϗSp Vġ&!)ƪ[Ȯ' BdXuLk˳;FW9DoV^/]FFQpɁR5:i,]05nv$l:&B毌U9;ʉ O5A cJ)Σo; ^l:"Taa;QɈ|ki!Rw}$* Ne{rQӵ_iN_um}$0冶TZIrúF uxN&Z:K!1X Gy{gtƂ1B-0V 1ҋ06NΥw'=2ehQ4sSCs 5hD'!i3m87BՄjwDNOaPES^";XgVVE"JMo_bzJH@(7I50`)}XOk#<ʁ>U;$x6 9 m @(ne3WٌD9_yj$ T?=AY*{q B$A6p TqtNi>F8,Wk*=J5,ƻ :85 I(sH6F7\b 2K0gC,AmfᩊĮpUz}S\S8p00!aI pE!qW3jorZvTIȍCM3ZutSFZ7ֲLHX6C>Q /؂D?4j>_p!-GAǘI)sl~{o7Obw;ʩO)-n2v$je5~Kwz VFkuJF̖xd aMfºN4 $XLQRfkbJVNrÉDԙ!1~h+'+ˤnJ+~X sJX;zHKYu3\pIUFZre[ɢ.ݿqq(irVD xR;Vg?5e`紌f_R0 ϳ@2:ġU`} ONln@QH@Åul. X eM؍'}AzPpo&3ς{J$3M"BGyP<RE*"&/ <^]@d$.9lؖ;7s~O~IaI ]3u|cɑpG-*wB7umZ4~բ#IH50JOA; ֶE؜H~p3ӑ:/79 ({q{!Jzn(YmqVQŒ6<9Ѻ %hm3BgA.!y!،2ߧهsB!iZ5c#3IGLrKD~Ihb݁yD1'jB^8GF)C A:!Cq'^ 2iÿĈ2cM tibI2y"~*lSpϨZ&>eID J,?CGwa½1r`['Hv1#c+x*+(icW*̌e$v]mS-賢&"3V/i}{`& ѽNJ\^+P G8d0AJm\:=xWY4)>-.yrW']z;t;P%cَO3WLj:Fw6OGwJ&oChwm, ^ؘ]:O "{a-}D;Bɴ!xIUCIVo :ĠO720 Iʰ1acw͜+r,P L6&噅KŒ栻JԉL:Ŋc+6eY.n,/{.hXlf?⻭<>4-KS=xĩzop8K—gKj=v Ѯ[HY+&%ô:yޖloxtH10!Κ]7|%G̃Z1ȂVlQȃ:XM\8*iZ`G9WX>D@xz^ H1-9sC{wkCj* װBBhtqs-7hy 4$O01bk1*πSrQ5N2Kc;+tӭj%ML6w yaKW3F&wrhb JjG_nG_66B]Xܠʞu1injx"Cǻ`mێ`21%YM9X9E]2ַY*$)UL>{ v/[%dѐ5sap]͇:K,E128?gYÞ&}ؒp9WMlPcTcog SΙa1GK9DVEc:nFd`tygL\d&5 :^ӓKR-} Bx In]i0]˨>bx, "whO옖{JW4t"$'n  I3GuH˰Ɍ x A$Zu3yk'} w2NQq Vu[vdƴ?*iz)aB4 .NX%v E:^yc6ϖSʺ8Қl 92Wdr*, |6lGcEզ=O7Mg?A gnil|CKI Gv5IA'zU \v"6\W}{ 4Ӻ95c.ͦa߰ٸI4 K>??ΞȞK`Y/ԅ]zHn EES0HJjs ‡}nDi핈 fD3_9uLeNlU:G']c-['Ee`mϡZJ_*b |Z“"XJ#@r⪾-!gz6.X1<./g{+6ZV|1B)P\٪H\դNyko}&SsK_y^[ZE&H(,:7X mʗQ! 1WoH09{0r7!?p|~wT p36j0ZI-@%*{:jNHBr!1vy f##ޛJWX~v,w=}:lGDs2_'o!-$Q 泂`8 NEw]@GW̊GmۓwDG+r -s>٣gn 6SkM luQSLs !9#[sAE1dKG, `i7Z=Ǒ f%amaJNk9N Gq޾6'0f;OjIT&\~t/kz R!'B+6n!%X[c_jHUX}g1wZG!DH5޵嘟N<}QCA.t,Ee/r4+ٹ|jS XtQK)=czgs67hM 76X; #pWruח&9ȃI2MήT p\[s!F+M*L[1>jhy9-I>&m٧p|I,SL4R%Wr>"VTmj *5 QٮQ_as++Cb g4@*CQV )?M`ylv''.}iԕI!j:h>?hZre1jpZ?.!7Ez-2$ u.ؠ)ɢ4YFQ& ^g흶XNKW"6cnoXޛFVpy;ͬFȷl|]}U{TFr˓}1V? TUWS|<C'j-aشLj|K٘[E{Q ?*(ku|[:}Yޟcf^CZz7BE|,MmO\"KN߶0U m'[9~ nMYy9;Qz̀z0_\NkKsZ!3=cp_gɥ蕡0,~ikiԟiU=,}d;-ri W7g`V+S^PcIG{2ϛz]2:Wl@d!gIq}!G"9 NVf$E3~Ұuo~Y%\u] a홈Jj% ]̘oL~n'Կ<= yi=B_וh {Tۗ! ױhlMQ(idu[|SS֪;Mq̭ ЙOœPvuG˕_`k| eXpO"IKcd#I v;:Kɗ$nbm(2?=㳩RB_vZDha]/W$\@5U!!NDq\ޛ(Y*W Ew"[N>hCj~>e,Hݟ@rH-0+gWw\tW/A`A?Z7l;r,;!?B/ȁP:Y鯜, nnq~g(y :ʏ DL1wh61ОHۑbCߣ;y%휹m3p"hz!362WW+Iuvp4'}m uT3H?}4^ , h F8ո l$jRbERшh]TďF2dxk<:QiȜMt_>њ,1Gf;ʄL^KU`9j`]ԁ(-`F |)dW,O6T-= RۈTcFy ٧bI^颍z+ԁ8 ꙛ49 I6H%qY^L*qU O']7Nu * a͹ $AĶ\(TF-yKySX5)fɉTGwf;9oxT ޱ{{$qffW7oV,Q~7Y漼Ƞ{9)Qxm-E9CBOʐ>luCXmbM YZ