perl-experimental-0.019-bp153.1.14 >  A `B`!M@eee\a2>r[(wR'ayNc|sMZ8( VЦBltG>U6]Fy⹥<@*?Ԃ|  N%j 7NEu˹Jww&/;eFT]g)EK0T 䋸mVA}C XXW]#'**l/iOa2|d*8 _x QJ4GŸYc(=Ħ 3Un358e5e6be26ced1349c0c299351f8e44c75e9c84062f0825e7291e716cde965792c9d65b8eb637d8e57fa06b4219f16e7fc21fc1L`B`!M@eee~8l=~mi(KV=uӤʒ?FȲK44:T4-kBǕ/2Pabi[0#F__#~ k)މ3e[4)59` K H@"KKK[sA7dgw _U,`A6QmQ屑b1Y#8 $2T.6JjͷfsYo DU Aї9 {FoQ|>p>T?Dd % E         4 ^ d l            < d      ( 8 9 : FGH$IDXLYT\l]^bcddefluvwxyz@Cperl-experimental0.019bp153.1.14Experimental features made easyThis pragma provides an easy and convenient way to enable or disable experimental features. Every version of perl has some number of features present but considered "experimental." For much of the life of Perl 5, this was only a designation found in the documentation. Starting in Perl v5.10.0, and more aggressively in v5.18.0, experimental features were placed behind pragmata used to enable the feature and disable associated warnings. The 'experimental' pragma exists to combine the required incantations into a single interface stable across releases of perl. For every experimental feature, this should enable the feature and silence warnings for the enclosing lexical scope: use experimental 'feature-name'; To disable the feature and, if applicable, re-enable any warnings, use: no experimental 'feature-name'; The supported features, documented further below, are: * * 'array_base' - allow the use of '$[' to change the starting index of '@array'. This is supported on all versions of perl. * * 'autoderef' - allow push, each, keys, and other built-ins on references. This was added in perl 5.14.0 and removed in perl 5.23.1. * * 'bitwise' - allow the new stringwise bit operators This was added in perl 5.22.0. * * 'const_attr' - allow the :const attribute on subs This was added in perl 5.22.0. * * 'lexical_topic' - allow the use of lexical '$_' via 'my $_'. This was added in perl 5.10.0 and removed in perl 5.23.4. * * 'lexical_subs' - allow the use of lexical subroutines. This was added in 5.18.0. * * 'postderef' - allow the use of postfix dereferencing expressions, including in interpolating strings This was added in perl 5.20.0. * * 're_strict' - enables strict mode in regular expressions This was added in perl 5.22.0. * * 'refaliasing' - allow aliasing via '\$x = \$y' This was added in perl 5.22.0. * * 'regex_sets' - allow extended bracketed character classes in regexps This was added in perl 5.18.0. * * 'signatures' - allow subroutine signatures (for named arguments) This was added in perl 5.20.0. * * 'smartmatch' - allow the use of '~~' This was added in perl 5.10.0, but it should be noted there are significant incompatibilities between 5.10.0 and 5.10.1. * * 'switch' - allow the use of '~~', given, and when This was added in perl 5.10.0. * * 'win32_perlio' - allows the use of the :win32 IO layer. This was added on perl 5.22.0.`BQlamb62waSUSE Linux Enterprise 15 SP3openSUSEArtistic-1.0 or GPL-1.0+https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/experimental/linuxnoarchQ?sG $AA큤A큤$Z$7`BQ`BQZ$7Z$7`BQZ$7`BQ5d734bd9ef95dbd869dbdb6286a34bcd43bee8851e413d5e14263e01d5e34889cf593c91c5b9608da13eb5c8bde6ee5236b7c1e14cd01621bbb4bb7a52b76817d912481e9af13297e858a585835ec395c97e25358b05e9b7ca3e386393e9dfa401395002b7372909819d91c49e80ff93acdd9c2495255cd51399490aacfd59421d225881120440c887e806da5858977b1838055189f5cacef62d190e0a815595rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-experimental-0.019-bp153.1.14.src.rpmperl(experimental)perl-experimental    perl(:MODULE_COMPAT_5.26.1)perl(version)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)3.0.4-14.6.0-14.0-15.2-14.14.1Z*~Z ,@VO@VUTN3TN3T;T)ISj@coolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.comncutler@suse.com- updated to 0.019 see /usr/share/doc/packages/perl-experimental/Changes 0.019 2017-12-03 18:40:19+01:00 Europe/Amsterdam - Rerelease without NYTProf files 0.018 2017-11-29 12:39:58+01:00 Europe/Amsterdam - Make test pass when warnings are enabled - Make experimental installable on 5.8- updated to 0.017 see /usr/share/doc/packages/perl-experimental/Changes 0.017 2017-11-14 16:23:53+01:00 Europe/Amsterdam Remove auto_deref for 5.24+- updated to 0.016 see /usr/share/doc/packages/perl-experimental/Changes 0.016 2015-10-10 12:46:48+02:00 Europe/Amsterdam Fix deprecation check- updated to 0.015 see /usr/share/doc/packages/perl-experimental/Changes 0.015 2015-10-03 14:21:18+02:00 Europe/Amsterdam Make lexical_topic a deprecated feature- updated to 0.014 see /usr/share/doc/packages/perl-experimental/Changes 0.014 2015-09-12 00:29:37+02:00 Europe/Amsterdam Add bitwise to list of known features- updated to 0.013Upstream changes - 0.013 Rename lvalue_refs to refaliasingUpstream changes - 0.012 Added lvalue references featureUpstream changes - 0.011 Clarified which order to apply pragmas [Grant McLean] - 0.010 Add returning 1's to evals in tests - 0.009 Hardcode features for perl < 5.15.7- initial package 0.008 * created by cpanspec 1.78.08 - checked license - took over maintainershiplamb62 16149983530.0190.019-bp153.1.14experimental.pmx86_64-linux-thread-multiperl-experimentalChangesREADMEperl-experimentalLICENSEexperimental.3pmc.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/share/doc/packages//usr/share/doc/packages/perl-experimental//usr/share/licenses//usr/share/licenses/perl-experimental//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-protectionobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP3/standard/87041a64218784f0229d28f43835524a-perl-experimentalcpioxz5noarch-suse-linuxPerl5 module source textdirectoryASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PxBˣ !lutf-80243276232a1cb0c1ccb7502f8b480bbab2b5c125aece25e0fa4871983671ab9? 7zXZ !t/|/{] crv:w]Sy͕e80]=P3^VCKj %3Pxs% 쟠#N2|z[^hJ7Rt[K$~*azS\`&jY\W&kܘGe籵,s@DˡbѨέậnVJb֞}.% @Qcc ' E /碝(.Gou}-uʿS4N틀Z^>aP}? vgT65qt ͣQ#f@Fs 5P¼=-okk..f}IS1H" ϊZ9y>4*і$cMiqenOAXA +G^HJ;fa97edixBM,HEF]RgĴ8ds˞*,uA­q}>||t (w|0KK/WE@?5d1^?=g&4G~("W9e;+jn f,CNY6+)rWaBDǕS^͈Ԁ>=LK5ɡ|r'ɘ23g9u3ͺW gv=wlNǙ$-m?ȱpʕbu3XvYc*uY>.jHg6IkL2.I/Ř: TzSg0gG*Ma<  ֙{\lsJkZ9%,u!z0Ӣ[$M%`aEL(oO LaKv )?vt'A$ژXu{`U`? 12Mc\#dBXA7 hC_!a08z :{_1Lf]8l mi_kuQ6gŁv퉑,"MsDmcE8Jl>S]l_Ux?V\.LAAU{ZU\S^DG0DTGmYG$߶J Mn$X`&f0umJPV.__w8g=0B];cՆy|Y{5#mzI mܗrClG ڎtY9m `)l6j|S9{ZvXeniQ6K>~-8q$f~B2 T9AK𺶻!? 4QE:A %5-GvKy= _kXޘᖇzl 0ѷb?4:ǖ*LHk,J8f/o ~ߎVD4vKJb;cȴh]^z핉d}QP9rļr[X= =_ ?z.ꈀi;`YЪ"|5T@8`c, Č؅acjHdqiF^vГ $+3kH0o3Ÿ{&>4`ō\ Ww-) cPF/Y^`s{Q'dDrYANJX!+uNdm If ՘q G;{22uvIS]*a b+8/E1cDGn=KgQdI!!J;Ep_E+Zв0& VA˓D (4WC)qpjJ꯱ U3R8m(5/g/4X_N $,ZU3Q!,~ wA]ĠDlTrÖG%ueSnxBt,o2M[ %\/h?}e].#<-_J)qcir`h@auUZXᦲ&M bOQ;B^=D㩽8z(YͶ &5sRqC/&y9 Leċ>/G75 f}G.KhVs4yo gډ&}5<qET8Eo\BG5n%Rཿg^TF9=%]$!V~+(a1gĨ~aU#4*VI;jI?1dzpKwD2I"foF75U]4:'%'>І,?5`@W KH-޵#W!3:.D M3X8Py0Zct {k+u_AN@_Ci(D}A]h#EvPY'{]5%Y'=| k)-AX'E9c\"`]fK< 0et_}\݊ܜ. @ZJ.&cnF$yvZTj=3 k %.f ,x`k .T5+4fJPIkPC VJ%ڲqOl_Q~Ugdɐ)~Mu_Zmu-\3?N[(d: l$mc#?\,)Fb.m#b؟]A\@vi|z!= % "3:]pZyZf265,q1l|PgnclѴDE$J)+I Nx26q9f+Pa@AO{i˫\v}Cj}3&lÅ;He$,Lu6u^.P),Pu y$ݬ [cI~ ?~_Eqhm+?!XV ^z]H8əH&L>}gC-K!bZNpwL[  2 s5IsؽN<v_EgeEÍas I "m,6Zv:=y_ X4k:o/q<Qϫ!ٜZ~t7W߮~dr62Eo*5kXVZ2kuRk0b+,$e ZJ! -yQ frvK|rnQq,J܅C&=87q$,G|WmdztÊu>M/~?:rOMj- /\NKdc^ %4/$Tb:-ܢ;\, bB SbR:P/y8֪H*1@#;2N;/h$,ߩYMGCV32rutEE> `H`2x&@@bb詛LsC Zvqא:?Wm8yϰe6nOw驱pRNԎWY-*:S IhVנɗ0W#(șxFi4jGbVړ1h\ݙ|A9|6'p-Rvj Yv3^Ik@&+z Zr0V0r;{t rVUXvݎZ1\m$c>bh'$kriAja,n#=cKMr}b¯WA}.[Ւ6+VmȸyoCi-BÌwn | TIS{OBpVo[1Ήy90/XL39e8W=#;TU~FG~zw Wf3! ;wvMĢz+&p&2.*W߄X8 zJ.{j_zk\97kN=FQJBJRzՇ(AW캗)j1Ssnut8E$>xwv Fv "Bڸԟ+ VM,κ`,2>XѸ9}[wonԝk"k>׬ x= @OV @;a~rf:R>|bY(s豸o\ugw"TxKWݿi9(дȁce/.ȡ#:? u'$p7e/oظ2pIÄy(sm_V"rg}Y&~#?#1P.Kt{w?A +xiju9QrK3;WSPr.Eϥ^nQZE,ZDkה.yr+3l5mܸ#] Z 85~Ըf*L[Kb % X&mqȘТ! Bmo2y}L7^:HYHSbj2 4wDqyfZ퉑DXW="3 c'E@'΄S[ vb_!bgn={])ڋZ;-Pۗ~[:ޚR.RosO7Z%y%Oi@$~-M< J狮|H?ѻ?V;q܋5@4|]JL/;f0c6;]32>D&GŹ;G:'%S<+Zd N}7 ^+ٹv;Էifյv Ix7FoZGg@#@8a^Z *|Ы|Bm/!Ūj)KhЖ( FKDh{~j=n//UN)q:;Ik K2΁&{u &$}@SMR$zjʌN$Jћ (IIu &$mo$b||D :.!HI {&fL] ^dy`%FWJzqyi_V' CT$J y-x텟yx"LicXg e S1OVu1W `-C<6D @'v}*iBA 3;ªC]3R&:.o(;oܬwkq06mZQ1i"%U<9f'!PYk4B! HX7='RyW0SU0s&j_ :O60[rÇCx0,/={Y8}'c5q!%+l23If(߰mHVX,ҎEoƗ?5Uj奆OfJhvSRWNsqE/JaYՏ7ΜLڜ\& ~\evzk74U"J!DZa wԚ^&R%n?/\ VcI!xQ9YrB酿(,viT;@.^יz f!Hߍl$sX`/`(I}cc #I,tzBN@ߏgsU gQV8 +)l`S|| 6&nY)4z( &lh Rs@¹ t;;FJL쌎(Mg-H1˟L5z./=1h\T0sS*|?Z`E ;C2$)SK~'/T$.|i3lKP;nBGvCӄj<5Eʊ k]c|Nd|w6Gƺdin8hQ)eA0I [ߑ,Bp1;Ll5+6rλ+6L w  Wj~\ɈЫQB vU ZClc#B-=w=xh"u(ICOrV}ZD)K?tf㻎űly,$"X IF?9UHmI>8czXhJ,k~Gd^:"hsSi;<Eۘ2Іs H1I+|7=yТlvӁź:!+NPF(kԿ_\Ri rfiJe/,~A[A !ez̡j4֡G/E {4ڥ@ Gz 0EzU|R4Q:=6BM_01N ȡ{hy+C>gďrZ-OJ e)6/]Qzji\,:F#7C3hT#nj]-wOz2XBo Z>[ CUllɜugHKk@ɺ@+ٝ2ezf=@> +5Þ(Y[ 18Ӥ<&(6mΑ>?MVŏ4dP]vmT3+hc!ۆi n_-'w .lyG=ʬE$CJe*g)IOvW/*2˟:/"vS@]ɘ#"u:V`oSz.)5ICFI+ʩ/DJsp`fL1ߨ\Ĉ y:0SR_$X~bOKa"ũO "ل" 52m'ǎiHAvYW9<'vПά]؜4YH=%r $(J &4chtĤPy֝245>DMҨSg=}u6&K@΋&y\?SY[Q_IJ1N4[ Wqx|ZYGeOf%D2\?YR5gޭfq/lDAdNEؗ"]9@d@*θo3f_?y5 bim\YBi8?& FϘ%>w(1k):/;Og>v84dŪhmX,eCK&5*]Em_=:h˦O52.ou-YaHϾF9"KYXX"sPg~ IpWkce j9f{Pg$E>ّۣ&+bSԒ͒=\ƭ_+ʘ{*ًo ~Qspc.1%.Ni˙(:ŕqž1U'̣OJ"h@8+Q7i^6r͘Ʃ(x@/ؤJd1@m շ}?%l>F A%.5!9H.FuKJ3E- ۾j+N(y(cM!&D3!$ttK Ê?پF[i_y.do) ?$--S sY0}{f&/v2Gҋ;[7G>0Bo {4x}Ǵ/(TP&Gx޴~5C>ojx5!SƑs|֞_hw Rm"fp5'D_ 00hݳRǞ%:Ex{u3.B~ (xʝHnG$ib巧S(fRQPR&'4)+Ќ6>['d[Q)`bλbaT= (*O(ñۯDJ_6 2fY@(Pǝ->*uJ5$ ɍf0vur-^-9#~NTOU^I}ɴbSI ҧBva@n_],V~ i[Ҋ늜ǜm/hW/=g 0\SH/0gq;PU.5]Tpُ 9A/*ĕL0ko 5Oe%9(!*úZf uga3[Hf܋d y]8 ˦VdA[i (~dK23{:Qx|&#;37#!vb .Vղ=Ҥʄ>_d|MzGJ0߆_9Ϟ:Q5Gɧ]v2_?%)=G+Ut_U͏-JLBP,T#|pIl*P%"+Li"ތ׋pK!'s<<ٿ};0̐HmsVPA$sZ+8-b3Wq4,Y|[wwߚWX4"7ߩ VÀg8gVakF&SuX?WrPH/;5f ي&g_#lNwK84`I6c|BQv &NeX䕓NGhd=̆|IÀt3g~:sq9td I%/jU*7xmCumxciWѫ!Dfr )6:KD#v (ZK|3=/\e."?P"$0雛{5?e?q, glVh@fiP ZBWC"QUn[ڳd6Ɍyt#?py5M5^CH 6k½Bk.,wfiOg{]2R |dηF.@G~Q DyF/=UU !ЫϦMfq)ET+ ;6:GDJ6k,V+d h<"nj@Ɛq-лٝlc8"G1Aȹn&z9bo*Z4II )Y=ֹSUiփ 4 `י T 7rCK فqI!e{`ĢFfPmߩ~&(5"Ћ?%6mAZͿ" 6U𐶄mՂck׶>9|vnoPtJu oqar&+#e:,+vOC8 :@A(dKVaJqp'./*hcܵoCP|J?ЛsW៛:u,7 ִj &T lAu -=\4+2*+R𫇻kckfZ%f XpY &tEi`Ovmu0Gr(mX*\ dt k75TpZIRQ*kEU5EQ2+b}AFc1 d8YMXmQ=Ixf9k  `_E{ZD534 dzLM~\U2K~OWnOWҟGK 2dؿTnXCHyMapԤEbZ7e!cPprm\`ۿo?b@pc~ u&'+t>ĚlB:Li_Ok YZ