rh-perl530-perl-Test-Specio-0.44-4.el7>  HLk|^Q NNqU/CQ&V;yz ;kL65et@\4:-LlE@ UL$#ϱf͏Gr9 dd2\So5vG(JnۚFܧY#DҲhK9(?(d# ) A (4 : @ L  (4(R8\%9%: %G&H& I&,X&0Y&<\&P]&\^&b'd'e'f'l't'u'v'w(lx(xy((Crh-perl530-perl-Test-Specio0.444.el7Test helpers for SpecioThis package provides some helper functions and variables for testing Specio types.^Bc1be.rdu2.centos.orgCentOSCentOSArtistic 2.0CBS Unspecifiedhttps://metacpan.org/release/Speciolinuxnoarch JA큤^1^2]TQce515f72a5d0c9e65caf204b9d8839f624f899c40f33a15fd112db2d17e8a779dabf84bfe29efb14a2e3f420a92ed16e3d423aed4efd88af6c78f9874b4d77derootrootrootrootrootrootrh-perl530-perl-Specio-0.44-4.el7.src.rpmrh-perl530-perl(Test::Specio)rh-perl530-perl-Test-Specioscl-package(rh-perl530)@@@@@@@@@@ @@@@@    rh-perl530-perl(Exporter)rh-perl530-perl(IO::File)rh-perl530-perl(Scalar::Util)rh-perl530-perl(Specio::Library::Builtins)rh-perl530-perl(Specio::Library::Numeric)rh-perl530-perl(Specio::Library::Perl)rh-perl530-perl(Specio::Library::String)rh-perl530-perl(Sub::Quote)rh-perl530-perl(Test::Fatal)rh-perl530-perl(Test::More)rh-perl530-perl(Try::Tiny)rh-perl530-perl(overload)rh-perl530-perl(strict)rh-perl530-perl(warnings)rh-perl530-perl-Speciorh-perl530-runtimerpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)0.960.44-4.el73.0.4-14.6.0-14.0-15.2-14.11.3^K^K^!@]UI@]:@\@\@\U@[դ[H@[8@[6@Z}@ZNYaY@YyYWY7Y5GY@X@XXX*X@Xx@X lXXkWWH@WW W^@Wv[@Wv[@Petr Pisar - 0.44-4Petr Pisar - 0.44-3Jitka Plesnikova - 0.44-2Paul Howarth - 0.44-1Fedora Release Engineering - 0.43-5Jitka Plesnikova - 0.43-4Jitka Plesnikova - 0.43-3Fedora Release Engineering - 0.43-2Paul Howarth - 0.43-1Fedora Release Engineering - 0.42-5Jitka Plesnikova - 0.42-4Jitka Plesnikova - 0.42-3Fedora Release Engineering - 0.42-2Paul Howarth - 0.42-1Paul Howarth - 0.40-1Paul Howarth - 0.39-1Fedora Release Engineering - 0.38-2Paul Howarth - 0.38-1Jitka Plesnikova - 0.37-3Jitka Plesnikova - 0.37-2Paul Howarth - 0.37-1Paul Howarth - 0.36-1Paul Howarth - 0.35-1Fedora Release Engineering - 0.34-2Paul Howarth - 0.34-1Paul Howarth - 0.33-1Paul Howarth - 0.32-1Paul Howarth - 0.31-1Petr Pisar - 0.30-2Paul Howarth - 0.30-1Paul Howarth - 0.29-1Paul Howarth - 0.28-1Paul Howarth - 0.27-1Paul Howarth - 0.26-1Paul Howarth - 0.25-1Paul Howarth - 0.24-2Paul Howarth - 0.24-1- SCLize perl-Test-Specio subpackage name- Correct a perl-Specio license to "Artistic 2.0 and (GPL+ or Artistic)"- SCL- Update to 0.44 - Replaced the use of B with XString if it is installed; the latter is much smaller and provides the one subroutine from B we cared about (based on GH#15) - Use %{make_build} and %{make_install}- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild- Perl 5.30 re-rebuild of bootstrapped packages- Perl 5.30 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild- Update to 0.43 - Optimized compile-time operations to make Specio itself quicker to load; Specio's load time is a non-trivial part of the load time of DateTime (and presumably other things that use it) - Based on https://github.com/houseabsolute/DateTime.pm/issues/85 - Package new CODE_OF_CONDUCT.md file- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild- Perl 5.28 re-rebuild of bootstrapped packages- Perl 5.28 rebuild- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild- Update to 0.42 - Fixed checks for whether a class is loaded in light of upcoming optimization in Perl 5.28 (GH#12) - The Perl library claimed it provided types named LaxVersionStr and StrictVersionStr but they were really named LaxVersion and StrictVersion; the names have now been fixed to match the documentation, so they are LaxVersionStr and StrictVersionStr- Update to 0.40 - Fixed more bugs with {any,object}_{can,does,isa}_type - When passed a glob (not a globref) they would die in their type check - On Perl 5.16 or earlier, passing a number to an any_* type would also die - Fixed subification overloading: if Sub::Quote was loaded, this would be used, but any environment variables needed for the closure would not be included, which broke enums, among other things- Update to 0.39 - Many bug fixes and improvements to the types created by {any,object}_{can,does,isa}_type; in some cases, an invalid value could cause an exception in type check itself, and in other cases, a value that failed a type check would cause an exception when generating a message describing the failure - The messages describing a failure for all of these types have been improved - You can now create anonymous *_does and *_isa types using the exports from Specio::Declare- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild- Update to 0.38 - Simplify checks for overloading to not call overload::Overloaded(); just checking the return value of overload::Method() is sufficient- Perl 5.26 re-rebuild of bootstrapped packages- Perl 5.26 rebuild- Update to 0.37 - Possible fix for very weird failures seen under threaded Perls with some modules that use Specio- Update to 0.36 - Inlined coercions would attempt to coerce for every type that matched the value given, instead of stopping after the first type (GH#11) - Inlined coercions did not include the inline environment variables needed by the type from which the coercion was being performed (GH#8) - When you use the same type repeatedly as coderef (for example, as a constraint with Moo), it will only generate its subified form once, rather than regenerating it each time it is de-referenced - Added an API to Specio::Subs to allow you to combine type libraries and helper subs in one package for exporting; see the Specio::Exporter docs for more detail- Update to 0.35 - Added Specio::Subs, a module that allows you to turn one or more library's types into subroutines like is_Int() and to_Int() - Added an inline_coercion method to Specio constraints- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild- Update to 0.34 - Packages with Specio::Exporter can now specify additional arbitrary subs to exporter; see the Specio::Exporter docs for details - Importing the same library twice in a given package would throw an exception; the second attempt to import is now ignored- Update to 0.33 - Fixed a mistake in the SYNOPSIS for Specio::Declare; the example for the *_isa_type helpers was not correct - Removed the alpha warning from the docs; this is being used by enough of my modules on CPAN that I don't plan on doing any big breaking changes without a deprecation first- Update to 0.32 - Fixed a bug in the inlining for types create by any_can_type() and object_can_type(); this inlining mostly worked by accident because of some List::Util XS magic, but this broke under the debugger (GH#6, https://github.com/houseabsolute/DateTime.pm/issues/49)- Update to 0.31 - The stack trace contained by Specio::Exception objects no longer includes stack frames for the Specio::Exception package - Made the inline_environment() and description() methods public on type and coercion objects- Break build cycle: perl-Moose → perl-DateTime → perl-Specio- Update to 0.30 - Fix a bug with the Sub::Quoted sub returned by $type->coercion_sub; if a type had more than one coercion, the generated sub could end up coercing the value to undef some of the time and, depending on hash key ordering, this could end up being a heisenbug that only occurred some of the time- Update to 0.29 - Document Specio::PartialDump because you may want to use it as part of the failure message generation code for a type- Update to 0.28 - Added a Test::Specio module to provide helpers for testing Specio libraries - Fixed another bug with a subtype of special types and inlining - Introduce sub-package perl-Test-Specio to avoid dependencies on Test::Fatal and Test::More in main package- Update to 0.27 - Cloning a type with coercions defined on it would cause an exception - Creating a subtype of a special type created by *_isa_type, *_can_type, or *_does_type, or enum would die when trying to inline type constraint - Removed the never-documented Any type - Added documentation for each type in Specio::Library::Builtins- Update to 0.26 - Require Role::Tiny 1.003003, which should fix some test failures- Update to 0.25 - Calling {any,object}_{isa,does}_type repeatedly in a package with the same class or role name would die; these subs are now special-cased to simply return an existing type for the given name when they receive a single argument (the name of the class or role)- Sanitize for Fedora submission- Initial RPM version0.440.44-4.el7Test::Specio.3pm.gzTestSpecio.pm/opt/rh/rh-perl530/root/usr/share/man/man3//opt/rh/rh-perl530/root/usr/share/perl5/vendor_perl//opt/rh/rh-perl530/root/usr/share/perl5/vendor_perl/Test/-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-gnutroff or preprocessor input, ASCII text (gzip compressed data, from Unix, max compression)directoryPerl5 module source textPRPRPRRRRRRRRRR R R R R PR?p7zXZ !#,S!] b2u Q{Kٹ)`\[C|!鰀H~ieN`OA  @TϏȌy@l{y%@]`i|[yMµ:GS" xۄt4S+Np-ɨ?%TKо )_M3iO ]8f7uHex^L'ڈCҮ#dsrm=c3 6φ g(?K01R |.6#} @/rS8\͟5S"nV cv!@zA=(Gѯ;+Gg^a~S@WSmVPWgVbg`]Q&M5*hW;o=?\#r>ti,ʵ(4&0?Lf^v5QkP2OT~D^cٷ#zE 4t#ٛ,VTȯy_(Ӷ+Ki3cS*A)<Ҋ:~' jւ ]Źs|8D>S7'&`u9{Q@L]u\7AFnU%H⟍w QÌڞC#9 7^<, (Y,`YD~+ن}Md/efW#~ AיZϑ;U?N35с0:7_'~xׁ4-:`*# Ύ!J]ۍ ]Vvb `D8GDC4-@'(eMaWi&-%7ت C12$ٱs5Z~lF]F/J]l1m2x7GaOMT!V:v0S*x[Bb}Nx=+ s]/(=.%kQ^&|l6l7@GR \Ԓ~Z gdڌ)yGxѦzQ ؛A#ݣI:1] : 2b"'l!7bl©ޡ#сÎeu~湃')rbP.?^>V>[Fw!'swRq?5~z@4Xu&OS.flR&y梨 t^(Qxf-˂ˎ P WN yМ9,;C@Gy=e3á|(X Aw\Tp~Bu/8)*u]p[C׽gz6ߞ<$4l R}cXȲXƁmg(nfQv8^͓wQHE}*D9Ii.o-G6s+ tiLP?)> _՟+C"NnRiDַvG/ܶ{\ĴS.0}<G!ԖSI'ܟݱ5X$8iR9DϾ5\/8E ԤɈק1 - L|-VB+/)"w \Ar=o2fóKg7"LJhDȱM7[cR"͹sZ* ?eX; `"6 1K%oYR}8dM1od|%yN&vvIY@8ap v`N]`bWВ01 QENX/<ӌai!OuB6LrjJ5Ϩ/܎uT ['7^~̳mBR@kJ…'2`XP[vu~wļX`\8CAiqVmfFG¹p>u"0gYξɨԑ`[B! mMt6qmUJٍ[˫Jl-2P9g6 -udPgD)Ȅ2%,ys8TV.~5<Qw*dF^:Iu?c[d6jO)܎/!&!?Չ$zԅ8nqxt[`ӭχN_D_!ӟ!aOH1pQ%sK\UQ%"uL))JV;Wqd9s7X(@GETv=@ !}_#4p? QͽPë86 RҒ,#K\߿ / `@^@>&3-˗><Ȑ ߬MٻWܒBg$1i]7٤q{eOema#⬰nl8*M]u[.##Dlyf f;"-r ,bRVn6ڍ)+UN/ jQda)ODao3:xRGROp{3-ƨaR "# 00-Hɲ շC 3I=i>@BOGcE$'ygznYC͵K^v\P,nC^Z\gZvOKKfqo,~A>03,5n]9ߗeBFb(4_{Xmr4q7@WRMVm8MogD>UQ#\J9~-ȏ Y5l>P%PB[P?-khnHF9Wbڶ1z;:oaB xzZ'E*D:Wt?X@r=s0e4_dD]vӹ!nX hzf&iRwv-dÀ4wj[ͩ Uy5<ϟ`o@]mKn3P3AJH04;yBV2cECo Vw[{(U.0̠*MpHϸ #]N1Шw)H {5 6  0%_boy͐#q>56*WcyCAms?Օ'}ű3{k8^qx(ݥ>W/hx 01.N GML3TBP<e6tCPZDّf)o # zmE*T ~Ⱥɬ !x0n KT"|yw ⍘Nu3 G,wwє=vX ښHï0n gTW*Hd7]% AJ[6}<z j=֊ѩ/~^-h7HM#2DWam<.J//XC|a|orԌvQ?3$F ]a \s(uֽ[ϖ8/ECYfUkvR?6j3j˷/7~%8C|Ʌy6T;4syr>FҶN]+u!uC$|X% c]0H' ]/}l=jvHD :6 yXӔ)вk(Uuv OuW/p\&B`H ʄN(b}ڕ7)gRf d8=*J6h!$""j.0*hm(¤s3#PTpAzmaXXTcŵif۫zvc2vAApg^ɭlg1xŌSvJO 2&4rϺ&d mePU3ϲ#{qS"|i*5M~8!vtN mdd2,2?2^ ryR[i3f%91 Takim'\rez&|=l@[L1Sej,tl+NrIN@mJVb]jJ=(\)croUCx&!oNb X14j4[I9]aM{d!U"o/ +{e :sƕ?Ӟai&X){,tA+~ X$N4ʾ^yAmC!Sd)/C *jǕ(Ij^ lඏ:eGf G D(3/i L$9^f>A5veC[,at} _z߫]#C,:^f>xb1ep[)#ȹiM7.\?)K),I}l lb/зKbZޫخ8ؿTsx4 5a*@1CiG[Ya=.a(]hº;6+zI4q": ITX+z \DH(ľslád׼i$B7< B ":+-޹qPlD>k~#XQ';4 G LjI |䛮r׹BpڥqRC箫krρO4ĩ;aװ| v P]m9y.}wDMRA-(9=eʑvHroT{Y~7SU;S?/_QVւ7ц7_{=Wwbd$pf`erYURs0(ΔiUH[csC$XN2!pbGU;$nߎq&d]njST+P%v[Fzu܃N8mWpDeH4%)Vnw*s{H9W7>'*,1aN_J@4vtlyKFh[҂kZ12)’GY#⡐lV+5҈N>~7r5pKJH'faywns 5A KW& AS@dȟjVrb̡K: [[l9xKO餭ƔD=4LSI+k $aJ} Ys4;D d)[WV}t>كyxhgH7ӡe7oQDq))O$3B|:[jːiJ(vX 1wJig+r/[?A{L -Cș as{Dh ̭82ӖRa6Hmx`therly&߸"`J փk*/ LГs 5/2'SO;L)5)oUTم55 =a|}0]Zw6ָfbkz<883@{,=ʹ i+ |m4-)'Sw L%b(*v>kZ̪eiIex78 ]ID )gjV{D.2 %)R,VGYH@j-c=!A SʃvWp/3ph*s2nX<_y#K[L>\?)zC8ZOw W;"]^7ڍ+:0m_FQ(W-J¹ʪ^mq9ֹpEbF f Z-K5K9`j)4f)e<9~~*4%G2CZi(}r (vyq3!$OẊ.#Ə47f'&IH;$c[%>E‡dwCښt.U׆=״)o[E X'$^m Q~L@;{h&m\8nG}Ys3Q]*mP@FmU jvrvdlMZ8;s>VeTu``s5~rt-d-HF GϵD ^x$Q2bip7_(h '@no`I%9έB,*lsKyojEj;2e_6)dLƹʴlrlo/]E]TRFeknPf&)N'W|5X%v[/#8>R7z+(٩XN!_Gx3Tc_ ű<*%|^c 7JZ brkr^Bu 1G:g!Ǟ؏vfq7arՇГQmKhJKe)\t=>_eRVu쪉 갪,I#߬0)ɤDW!WJIJpy$F=B׼_iBiTP0ohQ+6+5+e]\7*tC |..@ u s H)hKVJC5l/сT܄c0tWoulG3P,au qL*Z ႉ\!43]<ś)/Bv,&2Nmʉ/!X\{M7ca, @L1d33)*fP3tϹZ-rA x:gNm#{PHR Tfw[/ӌonp}i{drk(- 'eٖjl_t?Ja՞=G Q]R\1Cl;Нl2p`+ww}U+[p^R$ϊ%@v/ ɿm!#j %(8x8X1HlK4wM_k\:[I4-5'!YϱHΣRhVӡ4~ڥmg Wkjލ9˙t"gCo_m60߷Lc{iOs*)~he~7:(xyk_*Ƹ}$S4♞G @R<{ePP\ _vUmg"d"C be(B"ɣ[1Npu'si(Wx1Cˣvi Kt3gs"^ᐂ+ŽEBeE3\ Zf{oLL|mS(9};ٵ\|οa+aG@A<=J80a]T^<%8<8פo4zvq$F0 ~&8OD YZ