perl516-perl-Try-Tiny-0.18-1.el7> H HtxHFSʼn< ?*}}yi7'Ghnwv︱]"$cL_j#10942245f2e060a84bf77cfb14aad0eb54e87356rdMv\W<*FSʼn< ?*}}eq키K]%dF2XҩnT|a?d >9! ?!d # T|  \ ~   u !v (  \  ( 8 9 (:?G8H|IXY\]8^b1defltu0vtw x dy ! Cperl516-perl-Try-Tiny0.181.el7Minimal try/catch with proper localization of $@This module provides bare bones try/catch statements that are designed to minimize common mistakes with eval blocks, and NOTHING else. This is unlike TryCatch, which provides a nice syntax and avoids adding another call stack layer, and supports calling return from the try block to return from the parent subroutine. These extra features come at a cost of a few dependencies, namely Devel::Declare and Scope::Upper that are occasionally problematic, and the additional catch filtering uses Moose type constraints, which may not be desirable either.SERswsvmsrv02.fnal.govhScientific LinuxScientific LinuxMITScientific LinuxDevelopment/Librarieshttp://search.cpan.org/dist/Try-TinylinuxnoarchV  PV?>0DAA큤A큤A큤SERRRRSEPRRRRRRRRRSEQSEQR63968b4d98dad53b2bc5af4a9c281b1e0d5ba1aebad42ab4a83348f694100ed72172265fede0055d0a3e6c35350a2e2eeb2953cb31ffa76e478d7c3d14f421ade5f3968672f651cd76c6d69d75571310b27289411ec6dc7f75fe776896c083c1bd25a951ff351d2e9a772fe0db915b3f6184bdeb528a73e330c0a234d446fb650576f00b832e1361502e7cd3721e4569abb52823f712e7540ff565e2b2f1cea3e0e2e0f5157a9b569b78b1a6ad4df318b9bcc3661463351ec2295460a8597eb9aa8bf5233916d4a9f1e40192acec289d72a130655868a2c338824fa533df79ccf0e7251409712b0ff351673a77af3bf82a5cab5cd8a0635af19351c9c888434ffdcc63ff84fb38a5f7e6bb6780493c6ae417f25e959cd5ba1a00b65607df9d5f55df4059c95553868153d9cb91b58ae3b05cfb88991de1274b70c0ab66c89e4c7bd615501612d7ebf13a24d6183720a7340e61688550bc8d50bebc0120a23299f2545657351710f25c16f5f73129da3d6bb85e67db6f2a118b40901d8cd6fd420d641ddb8296fb39abf9c6ffd038fe50b6842d71d1a628d0c0e00289ed321d3fdf631907380f36cb4b360ff45e600e1c0e60e6894c4d1df5422f6ba61e90497brootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl516-perl-Try-Tiny-0.18-1.el7.src.rpmperl516-perl(Try::Tiny)perl516-perl-Try-Tinyscl-package(perl516)@ @@@@@@    perl516-perlperl516-perl(:MODULE_COMPAT_5.16.3)perl516-perl(Carp)perl516-perl(Exporter)perl516-perl(Sub::Name)perl516-perl(base)perl516-perl(constant)perl516-perl(strict)perl516-perl(warnings)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0:5.0063.0.4-14.6.0-14.0-15.2-14.11.1RReReQB@Qp@QLQ@QQֵ@QP!@P

- 0.18-2Paul Howarth - 0.18-1Paul Howarth - 0.17-1Fedora Release Engineering - 0.16-3Petr Pisar - 0.16-2Paul Howarth - 0.16-1Paul Howarth - 0.15-1Paul Howarth - 0.14-1Paul Howarth - 0.13-1Fedora Release Engineering - 0.12-2Paul Howarth - 0.12-1Jitka Plesnikova - 0.11-7Fedora Release Engineering - 0.11-6Petr Pisar - 0.11-5Paul Howarth - 0.11-4Iain Arnell - 0.11-3Fedora Release Engineering - 0.11-2Iain Arnell - 0.11-1Marcela Mašláňová - 0.09-2Iain Arnell - 0.09-1Fedora Release Engineering - 0.07-2Paul Howarth - 0.07-1Marcela Maslanova - 0.04-2Chris Weyl - 0.04-1Stepan Kasal - 0.02-2Chris Weyl - 0.02-1Chris Weyl - 0.02-0- Rebuilt for SCL - Disable extra tests- Update to 0.18 - Fix tests for pre-Test-More-0.88 (https://github.com/doy/try-tiny/pull/10) - Drop upstreamed patch for building with Test::More < 0.88- Update to 0.17 - Work around Perl RT#119311, which was causing incorrect error messages in some cases during global destruction (https://github.com/doy/try-tiny/pull/9) - Add patch to support building with Test::More < 0.88- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild- Perl 5.18 rebuild- Update to 0.16 - Remove accidental Sub::Name test dependency- Update to 0.15 - Optionally use Sub::Name to name the try/catch/finally blocks, if available - BR:/R: perl(Sub::Name) - Drop obsoletes/provides for old -tests subpackage- Update to 0.14 - Also throw an exception for catch/finally in scalar context (CPAN RT#81070)- Update to 0.13 - Fix tests failing on 5.6.x due to differing DESTROY semantics - Excise superfluous local($@) call - 7% speedup - Fix broken URLs (CPAN RT#55659) - Proper exception on erroneous usage of bare catch/finally (CPAN RT#81070) - Proper exception on erroneous use of multiple catch{} blocks - Clarify exception occuring on unterminated try block (CPAN RT#75712) - Fix the prototypes shown in docs to match code (CPAN RT#79590) - Warn loudly on exceptions in finally() blocks - dzilify - Ship upstream LICENSE and README files - Classify buildreqs by usage - Add buildreqs for extra tests and explicitly run them- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild- Update to 0.12 - Documentation fixes- Add BR/R perl(Exporter)- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Perl 5.16 rebuild- BR: perl(Carp) - Don't need to remove empty directories from buildroot - Don't use macros for commands - Drop redundant %{?perl_default_filter} - Enhance %description - Reinstate EPEL-5 compatibility: - Define buildroot - Clean buildroot in %install and %clean - Use tabs- Drop tests subpackage; move tests to main package documentation- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild- Update to latest upstream version- Perl mass rebuild- Update to latest upstream version - Clean up spec for modern rpmbuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Update to 0.07 - Allow multiple finally blocks - Pass the error, if any, to finally blocks when called - Documentation fixes and clarifications - This release by RJBS -> update source URL- Mass rebuild with perl-5.12.0- Update by Fedora::App::MaintainerTools 0.004 - PERL_INSTALL_ROOT => DESTDIR - Updating to latest GA CPAN version (0.04)- Rebuild against perl 5.10.1- Submission- Initial RPM packaging - Generated with cpan2dist (CPANPLUS::Dist::RPM version 0.0.8) 0.180.18-1.el7perl516-perl-Try-Tiny-0.18ChangesLICENSEREADMEt00-compile.tbasic.tcontext.terroneous_usage.tfinally.tgiven_when.tglobal_destruction_forked.tnamed.twhen.tTry::Tiny.3pm.gzTryTiny.pm/opt/rh/perl516/root/usr/share/doc//opt/rh/perl516/root/usr/share/doc/perl516-perl-Try-Tiny-0.18//opt/rh/perl516/root/usr/share/doc/perl516-perl-Try-Tiny-0.18/t//opt/rh/perl516/root/usr/share/man/man3//opt/rh/perl516/root/usr/share/perl5/vendor_perl//opt/rh/perl516/root/usr/share/perl5/vendor_perl/Try/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=genericcpioxz2noarch-redhat-linux-gnudirectoryASCII textPerl script, ASCII text executabletroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression)Perl5 module source text  PPPPPPPPPPPPPPPPPRRRRRRRP?p7zXZ !#,My] b2u jӫ`(fh_{L4-2;cގ(zKdM"}ko5û>n7#;[Aa_q ~~kZJ瘉4iR\UN0$s+^u-%~-8鞝F8͜sUs\yQ"BWS6D(9H> ?|j*&W̸K +-Chc<&'PO j*٬Kx?Ձ8ـTgmn"s WSʜp7盃՜;49<>Hig*TwLEUnRa7OvP2E/Ulʼn ;yՄe:_ri1x:Wyn6#D~q2Ue +JEFGfGN#2\v>E2.Bv])Pnq+7e1 '!Y n'S_tV|um%'MbjSPrD%_%+GI?nȵ  jdT;ʟ17y75 r#$7+䑥|U:4aCNrE)ET0MpƬgx:e=gOOBĔuN@8խ-ucIy hڞW3Qj0t|4]U}jyAV̸Z " Y)H|qN|qj՗h63 6wəWisCq<Q[*6q0*P GFlCp7ѝ(`"Kdi,DhC폶Oy[EIҰ蕪gV d>>k4= YXd,{Œb7ymM&KMrM((g>b0EC5 95ݜi5 wN.rǘ;s)-I>\5>5l>;9XG. \b=„ݍA݉Ik; 嫅M`3)|C\ Hh?ޱ!ȦNe.ZD#qD#|t ¸a6)/BA U? q:S̶@N_ CH1L| ੫&R0_h↞Ezp9E` *!uwFƖavq; OA7?vKIϨmO K&5ur6_\5;R с' m^NEA.k;< E,4\bJTvX52J VRv_`!x*QmCk%3@CIhaNcƦh1fP¦(U;ŖI0ߵl mz1W`plNb5`|3SRefiZ-Q}cmlknlgǩNMUO ${zί-r>zGAN-h u(C2A>@Uj:y؝a6 Eeng<|W%퉑3? M¡&118_0Bq۟7 ʓj9]T)4Yݟhu&&+) <3F׼7 s8)us?_5Jgo)U-OjR.Nlnbn xJI#$Сx{XDOa_ f/v/놀]; kbcd)N⩅Uvn6)|Hlf*JLERubr)7XPB $2IPHMd 6@ }0% WV":,7{4&f֓GIDX v,d%oJ߻B^CrIP/ cI1iA5`|"fPiG?!7@J.WDWK>fm)%UZ!,!#yJHDCXӀ09נ z|lYuyr| F m9CJ,;w9kipٺ+=Mw?^$ XoO ( 0U) )q5ǒR섫z0"Զa'C,­VE|l.bƕ $cR8q;[:#ܲ`i i펩DE Q6 V-6z;߉8Nd ,p}*stDWcj)6eNY ;jB%Vb!]Զt;sW0 QkznYW69*O 8c ]s܂`aw@ȕ=e U`gr>w;}ѥcٷ;n'^)RpI*@ it]׫c<hpKⲨ bQMtw"/9>|s~ZZ:uz`xP}ap[Hf#;D8n9%Ynv/B;l@k՛q|obS{/ veZ:LJ=kbJ6E-<wA4]`Y!N}-T}R4z8[Sl"Myaͱo[fP?Uyk:ņQhir %sQ6-JJ?Bkl^CIpҺQw= wDЍ܃,^)v].3~4d!4dզjsgXx h!Ҵ^̺CN2jLF)1ѐW2ZA+#bm 3I3М}yk۰*HׇŦAkVB a5EPHıNNK*xUu#^C%$.Y=Fa[3 ':?yUUebw DIU=P?pUl0f{s#-٩W-}->/õ͒. @_UKPL}c(n^ ɶ9a) yUpy w"*j}8օqxHfiP9AW?t;^*Zo1m'`Iѭ`UC|H1>jCLc)2iR8?;\DvcT!c95!$&OV֙RMIrcݠ)=:\W~ᡂ>":.j4LTVCa*>Ⱋ)T.> Pu*I/y~br*a( &T(Z wwV nE :]yYm<_Nv;rOM]]c|GR$J{8é*\IGBP۾%@oȭc^(rO>\R#g#ucV8QB."'GU1ziRbt[/>35n ZXd,+!}'oΥz[pκ; YfB\&ص}+cHų̔ѥ-K;K9X۴7.dkfI&mB &Hr5.`0P=_M:a7T_ z]ΕEYʊ+J Xx@;D 5FZJ#&AY噢m/N4+ yM{PW$W!ATCPuMp ĹYGE d.stil!+MV7>;x{m?0٣#pvV*NLq*᱕&|W/pt՗:O|b֕~G[=R ΄"ҢH?ԳyQыn5|1]< FýbBK6H c3t)`\.[\X20P wDAHc֣HW[Kk {]XMtp~ͫYf5]D$x'i%|W%^eP4+YIm4bΤ'Kwt/.N- KzZ&5F9oWl~OO`^> H- |XV,RC 'Y<8> -f_jz Њ2I}#ݯzγ_=#v g5+1..oOZa/$%u :V}ة={4=?MQ!ZeL%U#VJ 63b)Ei^$:jmIJjbBCiĪ^;f'ȯro(KtC怱~ϖ^ J͡ݕ4ai2n.߬Ѻ:Cz*2`$_M7j`3ր̓+{ Г>`+J֜ #b{~E6⸘>~Q n.'̧Mpc'y P?'^D׻J6uasT>n4'^]:au Ym- iCgjhoiqAMr]} )/ e;F33CI#T6mYx!]Dw"Q%U Jճ'ÅY٭@0e~jK; 04(< }xwZB'p^ ^A=#g ŧKmM+К lJ O26}f-"7o2aED N;ZӜ[-R7eHƍ2񿁝_7/G} gfj64GP~2 ׫--["ZuC |CMt}nk6 4 $rhىעiVja,p_t!󥋒q'H .avNPLko(Pgh^2>o7&\ꗀ)P&wYzlF$~Jlb>Ԓ~N!UҪArZd3c=y ;< ^D86vdKWCKffz`E.y:4$2Q><[4"gcoID(B _y$y8ךW=h%I]ȣX`x%^y糖8}^̶͟2fXkP|M!r$X$/-|cq}\HIwVȁ~j#iZU67۱ZP*)c|]qo]XqhB6 cUff-~i 5А! 6 łl6G;. BUxtY4ŁnWuiFDa']pz+ZU(MVkg`h۰ Q}-w+2n#j=:)WoN A<[ ^ܓ],k\i]N"-CBPB𷨇>qo0Rrנ:ʚYRyq*!0N3fUYE8sًJ5II%xWT l<0-e#EbLi6;60|_ 97k|T__5/6W_0\]s[IK*:lriZ ~J;?(cL舅BDW [Hت#I~x~}[y'Y@@»>Y2޶p- "3x/H:z *×\Cȍ辗'UOHQP=Dk"bɦ֟SW15ueֽ7 FlmD:N%w,Syv{;CɖN/JxAK"augL튰!2w0AA\eJ<@ PP0w]5N]Xx9' ԟ.!g:9 :uKpܫﮓlɧAv1֗ra}WҾ~ w'쭻fOchoCӛU{OAj}Z e]9.xH'WVꖖ&U[jax˴k_1cX1}JpVgH,-;g~,iQ~"Ǖ+q叐ӗrt\ JS%Y|gF+h$KaYж`nyS+;2+8BW*D ,ޚwXۗѩkQiة )==z~K9XZl;k,mL9 XgVn=Vʼnl`1X'r-YW3l*dka@Sna[By`<؞&T |RtGMT(cz伜YGGO}we*D|\:ЖyBCsa=X/.a+ L#yVÓlxa Vm_2S w2Oۇ~)5ծzmY_53_fUi-V@Kk HzaT3kZ磺fr(]O* wI-Ĕ,@v{wJ\I+{7,ٜe5xsP2%w 2Ow2[ hyب 8? VζCAacD"lS|'S|/\Ԏu@ &-~y-W> ygWb`bܘZGjlIۤ>q'e3sB|Sߝsy1liq L,(hönJԷB κ&@jS(Dm|:'`(a=W:UYΫ?zj͂DG̋Y6L^t"t(P$Ms]| Wa00xqTp%czkL) a* ꠦczee/y ?K a$nmD AGsu‚v, FH;ٽcE Ln?_  ,(;Li0#6+ZeT넢y,9صKR˩x-Do~y-'!k ҟ}p{W^9'۸@EaYe"{5@~)a]PKy2u.هP٠GL<K"h\UQiT9_q~fcX^]x.ŒKZI$zp>?!6oOd֩~=3s:7 tH>Gɚ4Vj> Bgv!G ;hS$QT6n̆B*YKXI0ܬ+nx#n*uݛ5giw'P91+") oYKGPjUå_!K(J漚ұ3Xt.Hk J J@Kw"~(b ^;V iݷ k"|U ͸>{:~Xx(L{IN6?#AZHԧFq|j˜xѪ7h߫.`x|$;^]CW4k DJޟ{MlWe*h:Cz~8j|Y]<<sAM|35NTTJ->`u&V,B0}itz_t*k'X`dv!\wOSl'cyGXֹG*)[k$g1PC|`ZMŅ ky Ea |+}dc #,B+;#vA9D)m~#r(c. A9} \C p!'s yᰮ+0Z%Exz Z*-]3BZnY L `6(J}1`)^nսyCߝԬ4 "_xe.:}2ưaqP}wCؕov* _h#3;g8mh~\~;C~?`G.xb#׊I((3+oU4] ]xU#&MXzy_T\A()%@93@wRfS8*t/DZL&2s db!GPPQY~j0tP|q &lZ$/HeDJ.Wod'ZϬ\)}dKl!o@\n7>oM{字0g4^W^OViR iDٯv]ۊFXRf XQ'4zwI= !8H]a[(1) F;,$]g_w'PL_aX@xs+Qs)M]b>!j4\xǺ@#;=gf*_'K@[ |%ZhZv[iWNԉοBA1 %E) KB\ #0IYTS ^ܻg* %II-(>W8J^Q,V:~-<lXȰW~%?4YLҐ9U,}hY:v=VgE >JU7 O&K>!2O 5')KޭfuvXY ]6&|ӊV#֖MKDy &RnӹjPpnkT+X}TJO '&vA=є;ȑ=%WCޘ/RYuT%vlV`m6y+ĤY2j% "Tth|Lǿ" U,[ (GVCVt2f}zLW£nT{E2f,"0m@ x(LdI2Yd@7cLQPEX~osgpE:ΎW<\jMw%c못;qB[*0H3wv0D#mc!ܸ#[YB`Eg-@mOGiV.L%A87F"Va}ᆏ~=b([xC?85dU_믈 xnU/M%迌N" ܺg; 6ԊE\Mp'`e =?4蒾)ilU_:.#-9 &`|} ʷsmNKW ˵9R[]㼛\ׇĦDᘑ%(!X;IHޠer-8 vȞ6Fo]h!FIbf9Sϗ~b&Niʅ3#4i- #{Q^>o@E\!7H2)V"v̤.Ezco;7~ܥgE[5ꤚ3~W 8bSVQ$Ӡ Łp^9XC W՗[~1&%1B1j9IbSMo!f=ϵ((Il]NObCu^܈Ch]V*HŤ&O/вJ-UpU̧=l#,j>LJ) e-\sr^ C/WG V*`Vf!]X:CwO!̈́@ȴ/U9&!q-?p>Zu{Y8ףgV {IM}(XVǙtFC\@UfkH M}v?zX/Us0y 0 ҃CBjV)"6C#oR־5Z>94g$4Yߖ9K$izoLÊYrEnY\6GF|r`b0!ImCBH4E@S;vVՏ3d/='k; t8qAk( ߂Fn#4}BIL t)7(vE8=evE.CpT,!V/>/臋N׊".L`sw`<̇$!F]}$H?Bq!7|_г沭q$cs?SrB5e6L%7 -b55o3+%hZ+"@A_6:.-! w\WVQw=~2) |"D˫ڹ_7DnC"ry[9(-bژ+#J99-ǭ F_5p6&$,*|Eaww a Ċ\%Vo?I[͇FXDfRvB+9Ja+k;"4KٝwӄQwda?Av^mg%mS 3 2sҞ]{G$VV>~VԺj/APHԦdM 1uHq=0&ZϘtrrD 3Ys.U%2 } TW:e+͔|liMW}e}W]XjN!%~.U/R@чt(0ׇ]א j@ފJ9yMPfTDo;=>|ھorcly({gKP',gS3212\wKqԸ/:.AEťkvsE{(sK [pS L̛Zpqu/)~"X~_kGcL>_^p]ZD ݆zlf^` roZt;E>WpBGaxYzAU-4[dd9`L@>,`/uGt_fB{>vnJSJ), iK]~ڽ Υk ^o8JJqLxV,eSPp8ƿEUer{^v)u joUa H~J`Ve){P7$I}W}&W9HHP-Lq6Nup;̞մ|Z ԗpT&#!}ϓݗM6ݩGkU [ `8T9,{`^"<]bƯSP;Q$]x}Z1Ww7 ;eW\Nƨ~  %6R:!ģ[ۡp,J9WE6-4ςFYqH{ D-U?@fJ0k2;Kv'Co+F[6Hp?yNW@%p͉{]IN坪'Cdx&)lm9j5dq95zgpt~AN~`cUMCLY E=z|Ѳ<.@995k5I(aXmڱ5y"_Bk;J}7Ƌdվ&(zgT?DL4w@OuYYtYϥθN[PWg46uNpluyGV#B?](2j X>o!L>7:,|&BtGRj=Q6ЀDG&qV4'{Ԡn5XJȂ(EnTPJ| /9sɷ'c ^8 %TzG9XEDq i鷈&P`BA ƭӵd ob9kc~ 4틨ЎAd&ܞ`ۅt={b'\vxG*U.UNio!3s^=5JyE%PO6WzoG3}P&69H3"Yz[=gd+qfwd*pG2 Š`R8M(6Nq3! hɎ=n ?K Cz|躋> BYyFrԚcy0d 2ϖO>&4޺EU YƜ =@R:.'[(,q=# %=k M^Pм*s*.\$Z1w fl $H^DX8~LIB`;dե[L;;Ŗ wTO8 c-ff=[;Ѻ?Ty]x'7U~4ҙ*=,e`ky#XGФ $ ?#15ԜpwU" MiI0O^TAɠXrw_/wjl*[cZrTH31:֦dD=/cJ7 :. R}wCG8TP˛+LiԚ?vJ4IB㉧(߲)M[ K^gS?.}&T(5喣oM +YP>PwϿ0adhAwSCkʱ;7aACA'Avʦ".oA2d >b u65=DiW/ޗ)]<ƅr<Ʊ4R:kϯ!h{pcHTxc8oXm흿MidqRNUHt0$yRQŝ^Mƽ<eɗKa+&i{7OXbA\F7NNOa5 |_?XwbAq #͖dU{x/% ~<|Eh捉B ]+gD9_!N~@tqڈH_->V(/͒nCdKA=,@k AQ~UZKS;%YA~]'];0IkpgiK '5ʰӓPY9hG\whqwiLWr_p[0YchL\;S ZlQj="etWSd:g%mP|)--#XDsқLGU%aW5]2<8Vl)㹮y`hh CyYE6iIYhԷ'l(`m~3kڟ}m7c䛕8E>V:S:5)j3 gK;T]S9Gcšx/ʫXx+Pm) myoԝ>Ì`qDIIǟ{*㭋/{`VltcZů9k;eHE^7o7Y`rah Ţ/f-+jv BQA枺iA5xk|UH8a N2'M'kZqq{Q=?a?iidNjsw[ƌhHtǼTfpzg""9N6fzU$,wDGFo?[e5`}n.Ҋ"|:Y<Чw?&t*>o ${$q1c 6v$2yGӯzߢx, TP]#v yU4U^M'޿jr4ZSX6GcP4 YZ