perl-Exporter-Tiny-1.000000-1.fc26$>k~IBz ^>:? d % otx #,   X     p  j   <  d  . ( U8 `9 :G(HIX Y\<]^1 bdefltuvlwxxy Cperl-Exporter-Tiny1.0000001.fc26An exporter with the features of Sub::Exporter but only core dependenciesExporter::Tiny supports many of Sub::Exporter's external-facing features including renaming imported functions with the -as, -prefix and -suffix options; explicit destinations with the into option; and alternative installers with the installer option. But it's written in only about 40% as many lines of code and with zero non-core dependencies. Its internal-facing interface is closer to Exporter.pm, with configuration done through the @EXPORT, @EXPORT_OK and %EXPORT_TAGS package variables. Exporter::Tiny performs most of its internal duties (including resolution of tag names to sub names, resolution of sub names to coderefs, and installation of coderefs into the target package) as method calls, which means they can be overridden to provide interesting behavior.Y#I buildvm-aarch64-20.arm.fedoraproject.orgDFedora ProjectFedora ProjectGPL+ or ArtisticFedora ProjectUnspecifiedhttp://search.cpan.org/dist/Exporter-Tiny/linuxnoarchi 0GGQ f  . mA큤AA큤A큤A큤A큤A큤Y#I Y"5Y"5Y"5Y#I Y#I Y"5Y#I Y"6Y"5Y#I Y#I Y#I Y#I Y#I Y#I Y#I Y"5Y#I Y"5Y#I Y"5Y"5Y"5Y"5d22d463ab1af20c7afc0de13d2faec701cbb18c6101b29c0fbbb27e9325fbf7c30be3f68c5cedbd98f25df31cfc69c4ab414e2f3091e6e17c4759bf6cf157407a0bc53c6732c9b73bbdb7dd6b8206e4431523c1eafcd5d7dcab1568e00c16ea7bbe194f6f9a9832847d82b7cb8b5d5f16c4af255bcef0d25f90992ff268462eaacd730a4206e0de721d9236b5c5e5ddb80f9b0e5fd7851282ec34fe7cb14aa4d3c195c81fc1c846a8e4af420c36fdc08b3861d7dbe01e251f41a270b4f7b6beff6ca286e4135bb28880891be7a252c93c519143ab49d126854f8e962011979feae499a8c7c0d9f41e2dc42b8d7cb71a99ed6e3901462b592a03106ae099451bec930592064bf4bba09fe29d4b321eff68fbe1e47f6fc82275cc2429d4384153cdaaa2c57250ccacb9f6e1e66da6a279a08d69ce34cd070470c7db9daa8668205ed0391b9be0b6e2948b0e8058c3e609181c1a5448772fc74a6eb57722890b180e2763d7fdaec132a7af9aecd86206a4d20f5bc5909ff19516ef4d1c4f5203b9b399208fe65795a7e5ab678eea6c92081a5f7602e37697446f14d66045597560ae30bad6a18cbdd7e510cc000a5190263a0b982f232076888957c733398c7eaf6ae36df3e0e8944908eb59e2db8bb30699305224de7759249cc0855f0fdabfef00a9b32c8435ca6813624e01b1477b7f991baa1f4ac9cc404aa68de9c43aaa2d7b30bb287d84da14a188de33cffbb886aeefc006338bdea42c9692b851d496b4102201691ea56dd237b75984d680ac5d6c1152d09c761ef6376a2a3df84c18109rootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Exporter-Tiny-1.000000-1.fc26.src.rpmperl(Exporter::Shiny)perl(Exporter::Tiny)perl-Exporter-Tiny@ @@@    perl(:MODULE_COMPAT_5.24.1)perl(:VERSION)perl(Carp)perl(Exporter::Tiny)perl(strict)perl(warnings)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)5.6.13.0.4-14.6.0-14.0-15.2-14.13.0.1Y"XX*W8dV=@UUrTT6xTwS@SS>S&S!Paul Howarth - 1.000000-1Fedora Release Engineering - 0.044-2Paul Howarth - 0.044-1Jitka Plesnikova - 0.042-6Fedora Release Engineering - 0.042-5Fedora Release Engineering - 0.042-4Jitka Plesnikova - 0.042-3Paul Howarth - 0.042-2Paul Howarth - 0.042-1Paul Howarth - 0.040-1Jitka Plesnikova - 0.038-3Fedora Release Engineering - 0.038-2Paul Howarth - 0.038-1Paul Howarth - 0.036-2Paul Howarth - 0.036-1- Update to 1.000000 - Repackage as 1.000000 - All shipped files are now GPL+ or Artistic - Drop EL-5 support - Drop BuildRoot: and Group: tags - Drop explicit buildroot cleaning in %install section - Drop explicit %clean section- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Update to 0.044 - Support { -as => CODE } to programmatically rename functions - Restructure documentation - Simplify find command using -delete- Perl 5.24 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild- Perl 5.22 rebuild- Correct license tagging (#1199491)- Update to 0.042 - Add an 'unimport' feature - Option validation needs to happen after expanding tags - Housekeeping on %TRACKED- Update to 0.040 - Document warning and error messages produced by Exporter::Tiny - Exporter::Tiny would previously cause B.pm to be loaded into memory any time it exported anything: it no longer does - No longer die when redefining locally defined subs - Warn when redefining any subs - Use %license where possible- Perl 5.20 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild- Update to 0.038 - Added: Support Exporter.pm's import negation syntax qw( !foo ) - Added: Support Exporter.pm's regexp import syntax qw( /foo/ ) - Fix minor error in documentation of generators - Improved handling of hashrefs of options passed to tags, and hashrefs of options found within %EXPORT_TAGS arrayrefs - Only attempt to merge hashes if we're sure they're both really hashes!- Sanitize for Fedora submission- Initial RPM version 1.0000001.0000001.000000-1.fc26 perl-Exporter-TinyCREDITSChangesREADMEexamplesExampleExporter.pmperl-Exporter-TinyCOPYRIGHTLICENSEExporter::Shiny.3pm.gzExporter::Tiny.3pm.gzExporter::Tiny::Manual::Etc.3pm.gzExporter::Tiny::Manual::Exporting.3pm.gzExporter::Tiny::Manual::Importing.3pm.gzExporter::Tiny::Manual::QuickStart.3pm.gzExporterShiny.pmTinyTiny.pmManualEtc.podExporting.podImporting.podQuickStart.pod/usr/share/doc//usr/share/doc/perl-Exporter-Tiny//usr/share/doc/perl-Exporter-Tiny/examples//usr/share/doc/perl-Exporter-Tiny/examples/Example//usr/share/licenses//usr/share/licenses/perl-Exporter-Tiny//usr/share/man/man3//usr/share/perl5/vendor_perl//usr/share/perl5/vendor_perl/Exporter//usr/share/perl5/vendor_perl/Exporter/Tiny//usr/share/perl5/vendor_perl/Exporter/Tiny/Manual/-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1drpmxz2noarch-redhat-linux-gnudirectoryASCII textPerl5 module source texttroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)Perl POD document, ASCII textPRRRRPRRRutf-8?`7zXZ !#,UHZ]"k%IqA|Òݾ %4/_5>H8P} Zj޵V3 Ҵ^3@|F?^}{zwlYauO Ͷ3kraZFSl~~UYsGf Y?VGeb[R"L~qC: w8Ue~FȌК|ao3 u*>e\Yj ޣ;gxb0kz. EjknZ&,wΑuI ) ~<<̢c!Ӓt-?0쒢>%VO`Y$`opy]R 1绡ˈep J]{'Nן9aQg fb`V7w|!ǭڡ; JN ]5QlN`IBCGqzO4 (LUİkj%Jߞ+VQ Xl*_%IZD&Th*(ԲҲ; = &4tjEs`fʂI"qsfFmB$p136 X +.Ԙf[m4=ex +7Yɟ?p4K2~<[& @tߚB9iO}=gUc^"Ncm.#Y <)Q\DژTMʵtݸ&83@FV_O%1IJ+JC+.#P6_F};B5}t&98Si ֮v'Uxr-=ҁ?^kI> ߧZ ѹۈ:ɉKw- 96]S?%k;&%l% E!MBw ~RT$1һL4+VgGLJ)#;Q?[_Fc:-q6gaL݁#׳ eUGc% !_F'OvDRQTI+3u}'^T`o6@2t$D/|فc@'?gk|Xe tݮ5/s2in]BPfՑ>s" h@g#7d wIQ%L”54C!pHJ:TU_F9mgBSM"'t:l| S8mBu즆}1IݞgLp ~ }[4anh CX] euX4ɔtÐPЇrUqy}Vv-6*)60hwݥ7"qh'Q0)?YMfJ`( hF **= a %dB[(Fƛ'́KU#3+ ^LK @֙ç(Omkj"Ejja[y >+):K oڲv!p_lD&,SM Z*x$Qs)#F`Ӊ˪#ny'+zAQΚVNQhRً"eǣi )^}O@~ϊM8gRA9c"{܊Sn6׫z{\WLSIqc{̨2 _Y*,YbOȯyOֻ(9 =拌g @ 8`r 9'z3OB /I3se&,0 hp V=x3 RϻS2Le$16-ə g4KSͳ[c>Mo!(cy{(29 Ygnn@R .?$.+uRX?Lv3Fwv>h@~s0\#[:ϒ_xN *?(k0\9oa9?[Fnߥuh7W҃w"UЪvYک; xBeb6wT1` |3q;WD$$ p ^g lܢ 5^ۢW ʫ 02'âzDX.Cza =6?K`9M.QE*6GY?@_0ͅp9Yv5^-C0fSwYL:xb r{&W9a- 9ݚK="7{#hEkL%UйLTsAoΥ.u"2'4C2U7+ΔB0Eyn^"EMNH ܵހw61ӭDZ~6yvrb9y})aDņ*acK\HEw_C`w0=+Yџm(% 0"[=LYE/_Q>SVʀaf?j'/Cуjuk.E[6\|EP-Tg*Ig3eղ0Xs `+[OXQM/kih0If/P't0Tyͱqd38#A~]:^sg9> dQ tWb?֧o9-x&cULC6;MyWT-jU6=4`$:&7Y 08?3Ťu_ QFj?\1ype"ԋ@O]De0WpsΣq $i9&,psM_u`sc㷚`6'y& CLIN-| M7h$r lƼSN2 02 Vc9.U0s@j Q lCf)Lшl-M6|P`[o@7'w|6;Yi3@> y*Vl(@tօbTc-_@3/F@Ϳ?b#Jr]^£W+iz[]c-s[^!Mׄ%c-|6tVOVGc X̞t wcDMUJ/O! ;pB$#[)%Q[nM%ؐe`5M䢡NOk+E453DrK6d®{[OdRhV}FE>eKp-GN'ЛVA27\n\w$-U>s*x w7첄N#N~DO2Y9ÏItV-Y6oyccqZ(Mu5Xy,f%zlᗥ2#G;\k3ޤ=V72-<IlY8?Ł3A# dC./7?_T2fg k ^TK1x3("oS)W&j( #HOTi;g ٨*q?Veyd+ěe9TJ+ BRq؅ύ߼-q[uԤQ(NW )lVn13j9BcRIA\T2&Xu:O k}[ާAiIpW 1"뷶^Fbsi\j}HT^`!Gtw`k $!!_Ԙ"\b WZ%› fT^_ _պښui٫w[AW~+ $ 9P7.i3*Qj@MՄT>jf,,EGIE`l'm\ ^Mn4EX39 *oy2}DU1|u!T"ROr' [Ii9`p.ʸR@PhQc.s:Koih?#e-VŸl'vbfP'YHmݘ\81r`u.!\Jހ l68@G N_4&VPc>/khpVR)n"V2<}vdۓ`gM]%r[ȾL]"-@t~q@`^*:a|{[d=TjozM} 8 L:gl{ly4DWXzA#̨w|Iiv H9E|~V bI+.Aw陁_1BqE2Xc[E-wXRvtwȾ)l =\=;\ }jC12Olxx1jNlT'qA64: 5nT!1G3Ѧ~ h⌦B#n:[԰ҏ/ceʹ]wX Fkje+!tEǐ{ g}H)Oj-~cN4#)r=DlYG|{v$S\T+EzSh ԡcnt"zF,**+FYpJ*&%Tl2 [}F3z3/SBdXI*J&(h%?%JRÅ*s[P,0M%j .WωO|GŘ ̸"K )O+`F)iOo j -+6DQCV .v LJXʖu(0:$Ia?}^/pBlCJ'49Pr3Z%t5v( hr[wd?/qzOT S9gK1+4ա]f0eT2Z] l!\37@I"rH]tq`̮twqb~䗵!lmW|}\es7_vc7lb[47D粉V2\x{ E >•mpSn# 7yT 2Z@“E uf0̰s}&l2gP%.o)=~ET!Iy nkq%{{u?lg^ͽ^(s~8a !\SLJtoҥT>Jċvpә]{>%|)ˀ AѳYY1و@{%Fc18'X6bʃwh^;x[٤rBDa"j+#atӻ7 CF蕰S;`USVqPƊܼ;gŠNyCl> ,we%o(:5&Nu0Ƽ$}=Ol;=KqyQKի)>l#0]j6A7}WOyQ 0l\fbi6RNC0DP }5XNՠ~@Ҹ~_Ə Hrvް62Yz ޑ=o/d8h3n&ٌ QLFhMh]Kx6~=vU=94ُSkPAvvWXooXd(=sYQtBзՃB)w8-r/̡ⰷTY#XRREx#H(κtGr)NѰ.qĮfؔA7ȋH`<"6b-vIYG5:HDUD ǐEXXL1V|׺ʝLq^7$e(5|tlc niN<_ڲ$:GVhNgpou*X D!u\=S=\.P(_݉.nb@4HN]:opX|&V~hȫLL6cwuL Po Z3v!mx* TD`gY=4xk ^gS/*eەn5f,ɹIsVOeF}׆kCҨ:b1mxa ʱgl>p}]n9QG>(|ݕ5x NG TR⦳aK+`_8 L} Xˆ9R ' a]bBq2˃.o"R"pݰy71Y/`S1j]QH@xnj٣8QG$j"3a1x4bؐNϋ_!e4J1 F@t*gK ڻ"SY ms+Pn/!;̌VY6g \_Dpxb\}!KƁ nnj=8=$._E+-5|SymbtߞI0J~E;`.뱉6BPnrФm,pRe+N/\KO|cw}e~SjpLJϳzS`ͨrOAUHzd/|k,XOCNQp*'nLɦǼ !ASҶTU,KO&B,ւֈ.;`b@GVyGkLPwr(82[+I'"Y^<I&լ2~oDg3P{:VwgV@I|޳`Qm#o]eSmyV[{ɰ$-ZR p/.)^󔣉L) :]8sc]YQ\ةcձ;}=в`zeZډ'*~vi@ۯOiGDfL(:LVҋ`eRTvJRf|=}h@w2*vp6'ˇr2R^+ۨ< hy#V<Zl &|ϋʴ͜8s1+!fƕzb\SY[ÊE;Ջ e6f¢zcs2C;CTdC^Xht@ o8yŇ(iG>r3քO:? m05|DȈ|Kr ~ӟqR-v9f 5q hgl(3(u$`PO fePTMpW@?3u݀NN&`$tJ8^@1VxMJp=e~'p`7g&]O;LFvbBL5u /ƙcn1m)k]"nFYK+uɶ՟<6`דr6?y"A'W rÀ$mx`SGn5y[|yBoV֊PUJi?ݵ pF ]Z([ 3Y!0jQ' Y| YĬP}b"Np`VG@6TAZ-$6ɦpXj7G\-GG% xh]1tA(ꗾm=(>t,zݏ씷cj::?L'@wCЭ m#ǣx'b\?'UxrL8,3iz_eh+BZN7d  qOc4A1!#yeg61x owlS@56on/[(%{^KriM(NB %*.r`6m9寭YcV}g`,a&^ fQϴ P%9^k<P3S:>LSm;Gh]~)\RȨN`K,+u9̍6SZ_ExW;Yo`{蘑d[O&ZgeLP`=o> eL wc$BvsG8ج=4AcqFZt$&ZhN䁸 Oqf|wi{(de))o ƾWK銬]~yYOVRY|t:+R+Coq9{mHJ$'tXk8t`~#o"2|EC_xIFrʄ: 4`Z,2PG/6A؅h#†nPE_̎}ZFL ӱ ̎/6Qɒml1kB"Tर@bF6GR臥z@f"J@_]MYRy}8>Q'\(Kf~G;"hX: ,?_D6Z3 Mg:ES[0n?"3FA臏691hǹOQ rɱ Q-  \G:ҏ=h3"!⽛tDva_z^ k.FgFFxpt4 \OK'C;#kD8gܪ8{00aei4ȳJ"-Lz8JHB{}'mC`F=@#ȟ#-5D#$r-YWqy<[D7 fB f> ;LBF*8,یlKA5qcޔ)ЛgFəǓ7}V1iXg;h v]d~OS1ʼTzKX)u^>R o#Ԭ@kH 4f&OV iaۤl,<&X†YZ̚/t޵R@+S `/ك> >:**%"l`A0mCz5ʾoCɕ[OUUa˶j؏ΏɫVs,PjWrd>Cz0=chMcjlOQKSDksy=h،݌#{}0\_Ppi/9W[ Xj?f. [N͎k+kd [{Wu+:^9yylݕ __\N=D掴d?wAŠ8k!IMv,ΗpnN[ MQf&? 9LӾ閰zj)~VIC|'%{`ZJi]+V"<~z҅INEtW̋Wr[hz*$lv},!~128:p3,']Z8ŨAiyk^ η,YdV $@x+?ڕ>7⩉MU>KA9#/kޣHhŸ%@NMdhS~64B9yHH{:E듪{Qtlă !BKN83.Q(5ݗQ6J,hX>3P&X_z˷ 9w~(r帰<rZAMf9˗[\m*YzR-H/Vo7r~A<^z2{ |]8BkW F=8Z?KW[}0f\Dpa#UQcѨ{l9AHD=?Y].L2`PD ƾFiG%[X9 ,'Pk(O4%?xI4vM>v6︱M{O138E$_B8foXᒎp+6ҢC\ɴe$")QHLHM/#,?ǃ5+L(gQ?нl!8ד&vimGDl,^ ܸqn$7jL`̔5y@.|$.j}os KSƏWAi2 JW@̷jwi{%͘BA#tFB}@/y7RV/րYV =%*Ob†ӵg<>ei9}<#b<@y#{'sF~،➑Qԛ< ]У@v+i.KӸpzhPqTA:bcS6)}QVsB R? J/Uw.N6ӃG"q2Ngnl`vL\a#RMZ2#'Ilaz׺[Ԟlq2ii{sqj8=kRW53xy?p-(UO F^z1SrhXGMq׼~dm W-E_ga BJMճIO[㥶ӍofQEQ:Mgп~bj Db/[dң nO|6Ye nSigE}'LQ\6!c$-RT2P\")Rˀ>G̬;Z%TQt\Db0PZaC_TPKP+(`? i z)_E}1P*-\㘪l]z=d(5gh3Q 寠=+l+kdjAlZ<6e oKZZRJ l1!u^#50xj>A@pb+864GU4!{ M։d ]j[ M /ꭽInԄ݇0lO"*}-%_u!{oQ@dɞ fnփ:Iх RQ 9KMT]zyFpk5K$\(CKK \4|3lfũ9nEh⻯Fdt^@wʊWw:9Sjϯe(c\+-q&! v@1)cōQ'K&D͏~Էo&dAfmrƘǸ0nz| X9Û{^j(L5o4RMt9lj.!zbOcz#qVX=\:&>v &Y=\&kL(0inG^<kq%#[KO7Eqj\r1