perl-Class-Load-0.20-3.el7> H HtxHFSss ?*}}f/i9AZ Z"`j6`"e-+0 ‘cYz3614356fb296ba679a15c11aa4d4ed12bb3929aff0DIU< ۈFSss ?*}}x6WGT&'+W}51E2 >9#d?#Td  H "(0 T  f  x    %  0 T   0p(89`: G\ H I XY\ ] ^ Pb!d!e!f!l!t! u" v"$w" x" y##PCperl-Class-Load0.203.el7A working (require "Class::Name") and morerequire EXPR only accepts Class/Name.pm style module names, not Class::Name. How frustrating! For that, we provide load_class 'Class::Name'. It's often useful to test whether a module can be loaded, instead of throwing an error when it's not available. For that, we provide try_load_class 'Class::Name'. Finally, sometimes we need to know whether a particular class has been loaded. Asking %INC is an option, but that will miss inner packages and any class for which the filename does not correspond to the package name. For that, we provide is_class_loaded 'Class::Name'.Sgsl7.fnal.govScientific LinuxScientific LinuxGPL+ or ArtisticScientific LinuxDevelopment/Librarieshttp://search.cpan.org/dist/Class-Load/linuxnoarch/tG2N&.A큤AA큤SgP3P3P3SgSgSgP3P383611c803923415bf966b2ba19aa4d5bc09518c0b2e20bf25176f103905cf3dfb27c3c38e891a2727758393c2a7ce5f7794b29e304e3ce9dbd1ce5109aef7ecd5b9c8a4db2bd906c8fd3630c23d7f2bb48ae7b06a9a0bb015c67b40e4f87081262e0b251291391dc7ecd58970ea3ff4a024df361e80ff85421eaba86c758c951233caf3bf2e6b4e59f159c5f3126cd00c8c9f779759a2cfb0b265137185655590459e9c79a7efb9a22bb6d49fe2aba2d328552934a626800e9b7c94012ca143crootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootperl-Class-Load-0.20-3.el7.src.rpmperl(Class::Load)perl(Class::Load::PP)perl-Class-Load@@@ @@ @ @@@@@    perl(:MODULE_COMPAT_5.16.3)perl(Data::OptList)perl(Exporter)perl(Module::Implementation)perl(Module::Runtime)perl(Module::Runtime)perl(Package::Stash)perl(Scalar::Util)perl(Try::Tiny)perl(base)perl(strict)perl(warnings)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.040.0120.143.0.4-14.6.0-14.0-15.2-14.11.1RkP+@P H@PPO@O@OiOЗOЗOz@O?O7O3@O1@O (@NNNFNf @NJ[NMQ0@MLL[@Daniel Mach - 0.20-3Daniel Mach - 0.20-2.1Fedora Release Engineering - 0.20-2Paul Howarth - 0.20-1Paul Howarth - 0.19-7Petr Pisar - 0.19-6Marcela Mašláňová - 0.19-5Petr Pisar - 0.19-4Paul Howarth - 0.19-3Marcela Mašláňová - 0.19-2Paul Howarth - 0.19-1Paul Howarth - 0.18-1Paul Howarth - 0.17-1Paul Howarth - 0.15-1Paul Howarth - 0.14-1Paul Howarth - 0.13-2Paul Howarth - 0.13-1Paul Howarth - 0.12-1Paul Howarth - 0.11-1Paul Howarth - 0.10-1Paul Howarth - 0.08-1Marcela Mašláňová - 0.06-5Fedora Release Engineering - 0.06-4Paul Howarth - 0.06-3Paul Howarth - 0.06-2Paul Howarth - 0.06-1- Mass rebuild 2013-12-27- Rebuild for perl 5.16- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild- Update to 0.20 - Same as the most recent 0.19, but with a new version (CPAN RT#78389)- New upstream re-release of 0.19 by DROLSKY - The load_class() subroutine now returns the class name on success (CPAN RT#76931) - Exceptions and errors from Class::Load no longer contain references to line numbers in Class::Load or Module::Runtime; this applies to exceptions thrown by load_class, load_first_existing_class, and load_optional_class, as well as the error returned by try_load_class - Exceptions are now croaked properly so they appear to come from the calling code, not from an internal subroutine; this makes the exceptions look more like the ones thrown by Perl's require (CPAN RT#68663) - This release by DROLSKY -> update source URL - BR: perl(Scalar::Util) for the module - BR: perl(lib) for the test suite - Drop buildreqs perl(strict) and perl(warnings) - not dual-lived- Perl 5.16 re-rebuild of bootstrapped packages- Conditionalize Pod::Coverage::Moose- Perl 5.16 rebuild- Add commentary regarding conditionalized buildreqs- Conditionalize aspell-en dependency- Update to 0.19 (no functional changes) - This release by DOY -> update source URL - BR: perl(Exporter) - Don't need to remove empty directories from buildroot- Update to 0.18: - Require Package::Stash ≥ 0.14 (CPAN RT#75095)- Update to 0.17: - Require Module::Runtime 0.012, which has a number of useful bug fixes - A bug in Class::Load caused test failures when Module::Runtime 0.012 was used with Perl 5.8.x (CPAN RT#74897)- Update to 0.15: - Small test changes to accomodate latest version of Module::Implementation - BR: at least version 0.04 of perl(Module::Implementation)- Update to 0.14: - Use Module::Implementation to handle loading the XS or PP versions of the code; using this module fixes a few bugs - Under taint mode, setting an implementation in the CLASS_LOAD_IMPLEMENTATION env var caused a taint error - An invalid value in the CLASS_LOAD_IMPLEMENTATION env var is now detected and reported immediately; no attempt is made to load an invalid implementation - BR: perl(Module::Implementation) - BR: perl(base), perl(Carp), perl(strict) and perl(warnings) for completeness - Drop version requirement for perl(Package::Stash), no longer present upstream - Drop explicit runtime dependencies, no longer needed - Don't BR: perl(Class::Load::XS) or perl(Pod::Coverage::Moose) if we're bootstrapping - Don't run the release tests when bootstrapping as the Pod coverage test will fail in the absence of Pod::Coverage::Moose- Fedora 17 mass rebuild- Update to 0.13: - Fix some bugs with our use of Try::Tiny, which could cause warnings on some systems where Class::Load::XS wasn't installed (CPAN RT#72345) - BR: perl(Test::Without::Module)- Update to 0.12: - Require Module::Runtime ≥ 0.011, which fixes problems with Catalyst under Perl 5.8 and 5.10 - Add versioned runtime dependencies for Module::Runtime and Package::Stash- Update to 0.11: - Don't accept package names that start with a digit - Rewrite some of the guts to use Module::Runtime rather than reimplementing its functionality - BR: perl(Module::Runtime) ≥ 0.009 - Drop all support for older distributions as required module Module::Runtime ≥ 0.009 will not be available prior to F-16- Update to 0.10: - Fix is_class_loaded to ignore $ISA (but still look for @ISA) when trying to determine whether a class is loaded - Lots of internals cleanup - BR: perl(Package::Stash) ≥ 0.32 and perl(Try::Tiny) - Update patches to apply cleanly- Update to 0.08: - The previous version was missing a prereq declaration for Data::OptList (CPAN RT#70285) - This release by DROLSKY -> update source URL - Package new documentation: LICENSE and README - Add build requirements for new release tests and run them: - perl(Pod::Coverage::Moose) - perl(Test::CPAN::Changes) - perl(Test::EOL) - perl(Test::NoTabs) - perl(Test::Pod) - perl(Test::Pod::Coverage) - perl(Test::Requires) - perl(Test::Spelling) and aspell-en - Add patch for building with ExtUtils::MakeMaker < 6.30 - Add patch for building with Test::More < 0.88 - Add patch for building without Test::Requires - Add patch for fixing spell checker word list - Don't try to run the POD Coverage test if we don't have Pod::Coverage::Moose- Perl mass rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild- Drop explicit dependency on core module perl(Exporter) (#656408)- Sanitize spec for Fedora submission- Initial RPM version 0.200.200.20-3.el7perl-Class-Load-0.20ChangesLICENSEREADMEClass::Load.3pm.gzClassLoadLoad.pmPP.pm/usr/share/doc//usr/share/doc/perl-Class-Load-0.20//usr/share/man/man3//usr/share/perl5/vendor_perl//usr/share/perl5/vendor_perl/Class//usr/share/perl5/vendor_perl/Class/Load/-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=athlon -fasynchronous-unwind-tablescpioxz2noarch-redhat-linux-gnudirectoryASCII textPascal source, ASCII texttroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression)Perl5 module source text PRRRRRR R R PRRRRR R ?p7zXZ !#,>] b2u jӫ`(f`?矵;Q+tʺŻ% 5zv+uUOwz ,HԳ/Qu?V/ j}X_S4)irekʩ_0պŋ`z_QޓO_Q#N[VtVoֿPK5ĤIJl]TKK .};wtĭ>@Hy!╌LJ|`T8hڿ Ti Ya 4:-;(ďbD)0l,TĊĹnvTȏs} K RpFiͷ[ܸ3pu"=m+0 rŹ¡1ФD_#·U'Z@&Y_:R3޷* qq2dr&\;'A{LDsv-YAKNB6/{\O3@9#F\DLk &b@ZAA*0 =hoAufw]pOO?eMJh(˿Ȉ+2e3Ioi a1 eP4%!ZPc(@ (!M0 N(Ym5_^>Tnjfty97(ʰ6Fg> u<~̶.DY kI|LűBKF@{~M t9$}PnċG!J3?w.W0)/]SJsm,i%ӢC ^~66#F ӨkgV7/J"#䮈 u.d2]iuC?0w=Yҍn5ᓗ!g[noӏ,[F1Il%Yt̜ҊI:<tIx;v:d:8 }ScgMtU#y|eht};˝Kgc ^i,{5 ٷA@`9%忔mj<eBg X'mt1+\-1&T2dꀘn4Y@JĕV lzl188od&;>1Sqq_MM/*qbmC$|j[Ce;L \A9Kw?T820FYEjMc;+-*gosF轫 l#N /]3zu+jZC9$9UgƁ e!^:0.D®垉Q6B;W1ciypa ztUw޸ 9U/m^fm0`^ 뷘CH EAPQUlL3)PHHCUvwsk R=n?u*k,X;idg_g(F vw p?osvdl`mLVs%G-:'=7_Kpjұ",@x )9c8+j;iwpTD_Z˶, M HN:5{Bɱ ⷼc"Tv)WǡdI׳o Gj-Fְ$Sӣtow2"T gDfv:Ԁnoin{YqGh]ʖ0bk|FvѢLj1>k?xim։הjY)| M_<2]H\ f&]𽌮w-6r2WG"Hb{]\L%mV&@MX?wK\Ҧ.NGvߡj|yU/?bx^hf\pK9Wx<{W*Z*EcQH߳jݞ#Ɋ-޹V6@ѓ~Ȫ*b=G/LĶ.S aЕ^8i5റ f?өp!=]CkAdgr,(SF_x OO+_僎'@%%xFh"n"ZAx +b}|C_90fJN:/.'t"?c wlѢb:};.U: bJ󢍊;_T-]iz2|^pp"v#5Vl'i#/ xĴ#i3,sl#:c_]EwB! q̺\bx@bTD >bB'dw|2Y49 |m^fXC S)d!t_ zDRKYk~&h ȝuI(*7f$9Jw;sFJRYf`.[-AKB5UOJwMܠeN㮝 {pפю.S2#UYWh|5ܻ$gJ} )sEgW{nɔ$u_֥l$%rwOp91*$i*;+Pix{ QOoC)+QN)?J5r] 'NTBPجj%ޝ pM|9 +%8Hw4Yͼj[twLVgj=8GTe?"\ B⥷&tpK|%JL4 jHYpG 1@?ݔ|ovɇ:ֻۙ~!^LDIKg0JG-{# "HmröAtZυ B^XK̎I#mCzxao*`GrPh%/l{߈ cDXl)!(q;11 ||,H=sc>~E uڪj/˂"Ǻ4ZL MaƱ,̪l$)(arqImG 4{W q_X@CP&WP0d zQuL闒m)Jz|g Ed^:eDĚGnOG\\uR݇fK" /uidܥ~= dyA&Shk?ўob`vg65VC2l PsZbD%~:HFt/F:Cs Дz#$ ݴJS lZLfM4N@3l>'Pj7 4N0PP9SPYY_fїqYJoe;YY9W(H/qr$,Ǫkb.eW(8chc?Yy٨ Kjqj-D;n oWDP}V!t~kN ë⪇c{k <2j<t-KvUnؐVlݭLrkȚ D^R Ɨs_Xm2 ԭsǛcE>GjEWG9D{އ{J%'̯FDLvhM //~YP5CiRz{% Eo eTn*mNa\?v*GAdw\g'7k%UOj[PF?Qagy(Q䣿M?5(Ydnclǐ+usFgj4fIA>TuZL- Q ˕l h*d86RCTd`r'jna"U#_}cYGFx˦1`fZЍ]o1^zFF}ܱwW}u Zs凒qrΧ}S;9E3~jT*Ngyfr?8rJ>g4گIUMg*;_{?֝gX,qM4~{9lD ok7qlF('Aߙ֓hݷ&4n{#Y Q\8zʰA*F?DGYFB Gcg' A]buGP}^!6]Ka7-i_IRg}BsV3m&_5m;X^Q@kj>* 1:td@h Kf.|?²pNd][;B+_:oMfJ.I6f1>iUY 5_I[rV&B6tZV%a7>?NS+>FGdV>tQے*?G )G,,3KPY_ ;7#Z_[#L#rYI!_+@ws bJq8Ef5mkm C&+5P<ޔ#FFyMF7@xW11cY~ fLdh k01f۞q.ՂdR }ZOc%AK1^Ă$o%֪ʶCJnއW\Dd-حR.^WvVEFr#e Hbv Mhpr;8Tt2yJFиwNFzQ?i f1 Nb*r 1cꑾܛͳD|c&C=E$H:j~y{ 4Yv mgk5G}ܨ'z6Ҟ*4<d!s\b ֟I#Z&v n 6o[+3}_/+$ix,;A>G/}~˝U #.o Vٝ7HE8aįq*7mS4xk J_7dyŽ2fdX8'՛M$MpFdvV,fsK}+:uۺ·VTO/y  ͶUeÔjw #̅<Cp}t'vRd9-cWg61 45eʫA!웨[B#œ:6/{u!*$iST1mTsOwC\,,d\D4熔%]69yRUL!OލiNeU\zRBۣkڥ)(^iaU3qO;-_)rGmtXT B-4GBI񜭵kO\ hbT}-K$w=Z5`tLu&/R RmIΘ[4@OfKYd)$VN pfs,M*^؛9'@2PNACrGҐ64 XD v: E.z ۭAj6\oyyْb21>Q'B_'}mZ,7=59$@ҕW+ŏ=?^qc qH@a` zMU%$A?aK>ݪ {@?}zw/廮hr&ϣ5D }ּwkCdec>j5l)bWJB0[9K4͢+i6Uk[lzbƐ3"QH.R-Y%?/Z;-`Sx| mW4\.؞POPdM0YJ%:&ZUEӼB "?9w)dדUnSȞzBw$b A d?*L[o-͝G._ xBTv*N~$H7d$`+1mP͍&^lbmRj:R9քl顅dO\TkbgFBWHS4Ѯ4(1bL|aUԏ69F}Lj|U>}\(2A%xd Rea5]2r=5جE'{@[ԖwY1hRsDklP /{Ü]eq!{J d܃*dDΫVmwo S4ymM1*vBڨw\}5KXjiJfw6d]sXYu RvqVUZ`5I8]HNJ0tUꨋ7;{Y}g's4߈&7њP:uOt / ňy "c.zJIgqʱLK!g ɆP(>ƬNhT 9scH> u]h㝯'R`1V3 і0U3;KChԠ*dX6*: %xaǘ'ܸFas;b a~8|^ͧz~24}RT$N^OW}`I>vLyjTͪX PDtO 1D^8yvbgrT'/eM3" ξ;=sxb04]'+`ٝ@;xEmMkQ%(,7d cfeefgQ-OfIʚb"p q6,U3FG\?4@B-!{y~Q"0q&.n@\A4}]#}o#~ o Ol#NxóVSh|$hC#Gh |ˣCI.+;Ll=QQO~MD㐸p[B#00;W9%nPlb:v4%m!dQqkra9:B̬>1G]o7{ 5v\D4A]9fz9fbϝ(ͤnW$Jo㚤>|m1kR þM {O?cv#ƫWN-$'{Cs0K\q`!+ͻ*#oXD#tj% 'fɉv*9PlVR$; P\64|>4I<8ی; ¡xe#̱cdw{au ٬<ëj⸇VNz /^Ŀ/$O 0h#},"pQnI;U ɼs}yMY8ٍ,:X["ز9jrkXXmKpgVcݦ-i!]^>S[Op} i*wOD]ʼn:uj֦?ӉiP N- "n"' Z%Vs=̐$Lp'o/e 0zsvmpcЬoZc2KP /"vbq㖏ؙMJfCs"b[@VI/7$C+֣htYxrf²Ķo] V3Xn!t4&+XA߾޼jasANKBD.XnSr+v9!~a[d=ўp_~3ykuiBKgEdζJNJZviꃵ`^a[ 馥B!ُzv,6{WF}X$QmB$pp'2a #EhgFֵS(*6mfQ^KQK!#ځTr|x Woٖ|ƹb{7.@OUEctB?EQ+)Wm(2=fM9eS5bCl DkY;wDIMlJx7k4*&dT;ৼGˬ7.n6."kv-gSgEr3/$MQ3ږ^ٳ~gNjM Bb@6u'ݰi $X^U.V'& =Ag~P9M V|hKe..˕"8 fZ[\ih{9;N'^> CvFRV\V`0[u,(~6!GY@=RJ: 8$EP}"s0=."z% (Pd ʾLjt .9=^.}l'(\'>cPʫcv" eh̦ZoB%O4L âeIs}ӵAi9AaE}I6dW'4ēC-&+ZGh զ=e"dc؈"2B"sۻt`HY?aڜ| 6'"^3tI \mt1y8wAe䲤{Xxj*oKLߣBOҟO<&XvRάL} ~K3]_&(Ce_Gz423"xYW/8&HhQXT7KOR֬'+}v^=eO7 M[CE8GZXYVaΙ?MgwN%ӆF5^d`RUwrjQn}XR3d/ֳea*ۡ'bhEpHz~hX~icLgM2GB13hr@5i[yڈmz$􄀉P}6 X&PMм=8vrzw=+9+f:{Z)Y{klycW=g-T~I;^}vK{8KщYN f|>ԃTݤR&/WEݥF[4-YQ+InOaݩՔ&_ $n }̓Ҳt'$'4 fAZ;<Ϲl:DBDU(f@k]z&B"2;|W#_F Kԗݤ7O~S1ЩN3XP"F>}a,0\s~l茆;mɷոg0i>V^*2 p@l^ƣT:.1vdQ]Xt%ñsFM\. &'7c^k>*(+L!/:"s_āANC\EOgfM4r~λ AE0jzC9VU`獏GחЀVLԃ/.(~׀b\pۿnBD;gӪ~qMs87@5[\6@E @ݖҒYG~ 3I_8-MF)]O r,,T,/!;~7J;[dF97x?ߋWr鋐Fc楤Fi;nJf|. W7:v5_4 O!iF^tMv9&e&JϳR:=^i1j+W B4$$2!Ouhz_ hP"ܖ3#ݹet% )Iw~0$OiaG6YQ~J YZ