perl-Package-DeprecationManager-0.17-lp151.2.1 >  A [jy/=„@8̼ B9pڷtFQQ= Jղ*VvTkͧڔ>z-W{?ȩsOyoaj2w3$'՜DNLo3bYXyx`a;.` 2_{TJDr[ 0T=3a-8F`u|-ueMh`x{B9Fv|b4`|fgutwX"_6ec4f7a6eb82e90f1c83e697ff5354672b5a9ae5a672c354a1c33e37df137ad24a4a34f9a978fd23eb856c9fe9b22a8baa472dd50bQ4[jy/=„"pBP4Q;gL ?b%:yRwg@.pAajYzI@0`RZ /ebCxٶI"~6W@식ڌqr`Br>P|}eΕ 7ztMk36HΑ?[m"J̭"k_*wQBϵIo\|hOen~,0m$"Zk1*LT9hU/xaxU 7+fQѲa5jttkf= >p>?d"' 1 c $ ( 0 4 G P ] w            D       )  V     (!8( 9T :% F G HD Ih XtY|\ ] ^Ybcd-e2f5l7uL vpw x yDzHX\bCperl-Package-DeprecationManager0.17lp151.2.1Manage deprecation warnings for your distributionThis module allows you to manage a set of deprecations for one or more modules. When you import 'Package::DeprecationManager', you must provide a set of '-deprecations' as a hash ref. The keys are "feature" names, and the values are the version when that feature was deprecated. In many cases, you can simply use the fully qualified name of a subroutine or method as the feature name. This works for cases where the whole subroutine is deprecated. However, the feature names can be any string. This is useful if you don't want to deprecate an entire subroutine, just a certain usage. You can also provide an optional array reference in the '-ignore' parameter. The values to be ignored can be package names or regular expressions (made with 'qr//'). Use this to ignore packages in your distribution that can appear on the call stack when a deprecated feature is used. As part of the import process, 'Package::DeprecationManager' will export two subroutines into its caller. It provides an 'import()' sub for the caller and a 'deprecated()' sub. The 'import()' sub allows callers of _your_ class to specify an '-api_version' parameter. If this is supplied, then deprecation warnings are only issued for deprecations with API versions earlier than the one specified. You must call the 'deprecated()' sub in each deprecated subroutine. When called, it will issue a warning using 'Carp::cluck()'. The 'deprecated()' sub can be called in several ways. If you do not pass any arguments, it will generate an appropriate warning message. If you pass a single argument, this is used as the warning message. Finally, you can call it with named arguments. Currently, the only allowed names are 'message' and 'feature'. The 'feature' argument should correspond to the feature name passed in the '-deprecations' hash. If you don't explicitly specify a feature, the 'deprecated()' sub uses 'caller()' to identify its caller, using its fully qualified subroutine name. A given deprecation warning is only issued once for a given package. This module tracks this based on both the feature name _and_ the error message itself. This means that if you provide several different error messages for the same feature, all of those errors will appear.[jnlamb51XopenSUSE Leap 15.1openSUSEArtistic-2.0https://bugs.opensuse.orgDevelopment/Libraries/Perlhttp://search.cpan.org/dist/Package-DeprecationManager/linuxnoarch'#PmA$AA큤$[jmWd[jm[jnWdWdWdWd[jm36f9a1daf89afa5c46e166ab7139414867b435d353190a5060e2edfc9dced5659a731335824e15b9f99a7ba1e2a8d58bd21a9f1b151bbbf153e338e36aa891226b35f7bed02917747ba24a731999ac618d98cecc6b15ad63db46e4aba5bb99573542bf8228905b531a09cbbc5a70cf425befcbca4c3f14981f01f467e0cc27b528d85fe8a1a33fa6f5aa9960f0a195fe76ba0c505f60ed1b2a89960fe907204e28652a25d1f7b04fe20acd359a819e3f7843ac9bd5817f05df5d0ff07d35a6d0rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Package-DeprecationManager-0.17-lp151.2.1.src.rpmperl(Package::DeprecationManager)perl-Package-DeprecationManager     perl(:MODULE_COMPAT_5.26.1)perl(List::Util)perl(Package::Stash)perl(Params::Util)perl(Sub::Install)perl(Sub::Name)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.333.0.4-14.6.0-14.0-15.2-14.14.1Wk@V@VG"@U3QIOĺ@NL8LL@LMxcoolo@suse.comcoolo@suse.comcoolo@suse.comcoolo@suse.comlars@linux-schulserver.decoolo@suse.compascal.bleser@opensuse.orgcoolo@novell.comchris@computersalat.dejw@novell.compascal.bleser@opensuse.org- updated to 0.17 see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes 0.17 2016-06-17 - Remove use of namespace::autoclean.- updated to 0.16 see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes 0.16 2016-03-21 - The subs installed into the caller are now named with Sub::Name. This makes these subs appear to be part of the caller, as opposed to an import, which is what we want, since each installed sub is constructed uniquely for a given package.- updated to 0.15 see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes 0.15 2015-11-13 - Made this module co-operate with existing import() subs in packages that use this module, as long as you use this module last.- updated to 0.14 see /usr/share/doc/packages/perl-Package-DeprecationManager/Changes 0.14 2015-04-18 - Use any() from List::Util 1.33+ instead of List::MoreUtils.- remove Package-DeprecationManager-0.10-Build_n_Test.patch as it did not apply to newest version any more - use inline sed instead- updated to 0.13 - Fix dist.ini to not add Test::Spelling as a requirement. (Tomas Doran) - Fix tests to pass with Carp 1.25. Reported by Andreas Koenig. RT#75520- update to 0.11: * allow an empty hash for the -deprecations parameter- switch to perl_requires macro- recreated by cpanspec 1.78 o fixed deps - reworked Build_n_Test patch - noarch pkg- updated to 0.10, as 0.04 was too old for perl-Moose 0.19- initial package (0.04)lamb51 1528392302 0.170.17-lp151.2.1PackageDeprecationManager.pmx86_64-linux-thread-multiperl-Package-DeprecationManagerCONTRIBUTING.mdChangesLICENSEREADME.mdPackage::DeprecationManager.3pm.gz/usr/lib/perl5/vendor_perl/5.26.1//usr/lib/perl5/vendor_perl/5.26.1/Package//usr/share/doc/packages//usr/share/doc/packages/perl-Package-DeprecationManager//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:Leap:15.1/standard/82b0b3ba10a8014cdf256ad344d7cdf8-perl-Package-DeprecationManagercpioxz5noarch-suse-linuxdirectoryPerl5 module source textASCII texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)PR&4BxYkԏÿutf-8e60e5546ec3197de617a9dc68efb211e0362f1f0e0a6e3b37eeba9de863c84dd? 7zXZ !t/34] crt:bLL {vPQMbFqs.*LH^+/r*)ƨK鮌{WH?musoe$aaMh$H@ݱ/^E>k:Ni1c_ذgNSqZۄ &z`6k {WΜB1Nf:c. 3V>C>iVvR9<߆&0ha'Cr7$%\fn13 3?7L7賂7&0Na %f;rbSq=rwO)􄗘JNuG8܇ 'D\ =#R ׎Onmx~# cpޏ\+R[8A(ͯwVi_)//Ĉ<=#4dս}[6 i/ "e0%/NM/D%hsyG'fLYW'a.9۩Y'_ter)'8D.B@0+^Gk8P3N+bcy qJ<s$ZS5lvm`H9WFٖŻx*Ls8֜*Y|L$-/է/6{b^g* ƳmoN[z2x40Є6W$\/rox.~œ np-jnpK8%"ڸ|^ruJDgׂyڲRRDh=n+86>WE(0hPg-G\PcY1um4zZ>B*:jy+A\Kϡ/4޶IJwwެxǸ5#0i1֦wk 4# 3!-mto {!˜0Dn/'R6ñIՋ12BғtN6֪(y(UIl>u3A%?\ゥ(܍J~tog^zko}yĂ| qQI*Xp#X_ Sya\%Rrq*zp$t/ % &0:G]`0Xu3Y{m>5ƷrʷF&5)] =ӗ.Wfb$ɚُDh쐶o|0Vbf<7-_XrFծJ_s $JxǁcnQ~W栎3=`8D9ڔv WP󭴼Z'#\'ZKjw^`ۦюqch~IaoΥnPAx}lv*ysG.7u}oRcA,[_-pk`ne3Ķ$AF$:c|3рz"~@8m}Ź. q0g|lջ=__E壒&n@d3WуE {H)sP2âw;i|>ߣ$QWq/"KQ$^Xrx5HPm5o{@dߗy lW_pp )h6gau~tNN@ޗcZȭ#ͼc,;Mf4 Z+"v*}%ɋ 3Y8ϢB#.M6~SFSJ| @1FUdTbg~wCSr\ɛlhC/8#VZ |3ɤyJ7h 39㿐:UʃY,M{ ݵ"o \ZqM|#?1wʼnk*,jF|K?|BW{ApףzN{J̭MHcșNz 07H%vǟj]y cEG YMUa&D+4'P%#Q31=X; O0?^ĵ$9|sj4BW0cSqY4tVM(8 h9A2/_WύJk86D} ^o;ŏ"69I^h5ֺ,rh_2l>UM`g*|/F6Ŏ 0h@cRbC@6W}KKeB$ի+[U̾8hzm%&{ihj;$1IeAm.5kPڸAah#m&-2\_fO1U0 G V0i4#X4JcnRԗV!a,[/C>8ž@u!=JΘ Ky*ܙeɽze`gg_i$[b{ ]lQl isq VEwP:Li縊a"܈S6+"q5% -w)*f5.lw(*B<+wXF줳w}%\*t h>71A,kD/-_0g/l + V *.pI3@ɕض:/.qxP2iU5(mrR,6Ӫtgz|(h/%f5X@52EiQwV4ɛ^E(ۣ\Ml}Pd0x?EǸ$j!i`( FHe([ẇ0朻T5W>r1HX}rs v JE|(rR )sY1P 熯.iU˖+W<:(%J2w/$Fk~1^+/X&0!FB]]CI li$24D~\A.XWmB;8<]wj|*lYP Jh7,x 6&}{އ0|)0+Q&#b)ilYmB5|]DhĈyۜ?k$F$ $]ja\ZU"yH…QwBpeWbKq'eB@QX!S}#&P +)ii$[7/PdٌWHo~t@Loh5TEmS 5Dj=T` pJصcrn RLA+KkPϻvs-,U ]ˊCcRVc3=Yp6|Wt |ģtΧ5uƒlG Ym60C$2Hd0bhq^ ` W`gd}/J(La)%˨5L.^hvVyQ}`!HTѳZ867oQcqrzPhX|"*)Y&>_ &3 Qњ׳J(#LpVmǔg eE̦Fsb ݫf.֐SҜ);9V#&цD L^" .݉zj/vomjHnA#iC#n)@Y v([q3v YLjXZCk_HP3>Dܦ4ODkS\ vSU]>LN\i99+Pރyȁn:#ݳa+h_Jldl*DwʫK_tAljXڍq߉ ʋ(EX4] wBʗ}ΨWm1ZMqG)ع6s0 Y5`x2q^>Sf1F Z1/51-x"WuPlw|2\dan̶j9&o @퓃hU׆v kbȠǓĞjlqnl`C>!(MŐO]'p6fHkC:@u5#8lT)+ka@7L??| ~t )J^":vK ls!_Y:‹&~QZ /l5?lO:ҹ^z[nTmj8G`oTOœQI/Fhjٽ{mM>gBdb:_KYzd9HP,SwT{^;~濘%sZ'&?(U]?:|7vϳi@ KKuILO<(ob_nAEFr"([y8 VC/~RqykZDxI@5Z>ʯv{Uwu H>!n6kZ$ۋ}WLHl=v~vלּnj:kM6|*]I!ZSu'!KDXآc?Vh_V} d:Ev;]i⾍WF3 ePg5Z^wPSqHҒˈ!4P3q-WTJ^glO^BsjdR[ڬSث31[Cks*bExocE \_q[j:C;R;q$cɩsN&V8wJtF_ zSgڀ,n;@rϞJ"І) J¿6̍|1Dn2WCKy&UHa tE\λ;y`YO7]a_D8WZ `8w@ǰJ2*2\/$!: 0֦ IDT 7 7hPWBSlh,ڙIf~qft~YF[DcGпFSUy.Ikܗ}% y8jeF6.-6]F'ܻ`rhM\ i5/uQ!'wR 8&MEnυg~5xFJgv}0scY@7/g7MEJ<)ƫx!R1+Pױ脟E]|ݠ0]:Bh-7W}r]Ӂ?=xj H~q hS5i;_-?G՟icejlz1b1I}dKf0(Y\~WC}mqaeޤ_1BrIi;~Z0=R[-.WC: X( cV5Z4 6X#5ìXѳYIhi\C0!?bA2Qߢd,P$((fRMz4xI!9~4:SX:,@R`TYbܷ)$)*jaW۶Y(@6Ǹ\Sm-OСm^Uimd$S`‡l;#j~ zƈc2OL11eܒZ: Ll[cmA9L?n}QV(GS; 5ojC@SS10n2˙’\0"USewh %VK-Wk +X]4WhX^ѓŋ(~afvah2~]JJ&i"(@Iu G ChVhiAa++.?HG5$mxк"LވW@|d)~XfI#v|hܹkB(T@SN.WV苘x XԦB@ Js jL+5QVuK'p;BS|RxєEz}u/ dT7z~}U]R4}i3dεX LhW嵱 C evPmJfbcJZU|%D%Zxc.Dz4+}ScaUzJ2nI&Xέs(La"*BR\a[DTv:QQ nX^ #ֆP=`$nPgCgUK<%3B` 0O$DΕxn^b5~$<4aFi)bwedZv1AYQk[G%{BJfVne6j^AKW F/u|Q)Ua [ld2 Fu"жeUEwR'p\UwYS=tFZ@π'{ Mj1kp jq}?&!hp90X&hB86١u%W Ԛ0 3IEUk1Xt1νvϘQIgK1R0錒ґ}!L/dʰ9 !"g]vP g:?˨t>}-cuVwjF%ԡd}/^ j6A!|=D[Q1{g?BH`[|G}!c+2J{rEUv 8y/hMׄoF3|\QJtQGp JSFϨHAE*^uWB ui4[D;ko72SE4{AvuR)`"X&a:b>[` &q%D.NR-L(6>A},+z %VI%yy5-A)N!@Gƹ8U磹i 3({~Sg.S/'ynxˏU 4h>x$2Uȫf$䏲'ؚfal'.H@O1"xdE'ÈݴA$b(`]52 {*ۃU(5Tf&˶ YZ