On Tue Feb 19 21:09:07 2013, LEONT wrote:
Show quoted text> On Wed, Feb 20, 2013 at 2:56 AM, Todd Rinaldo via RT
> <bug-CPAN-Meta-Check@rt.cpan.org> wrote:
> > Sure. I'm parsing MYMETA to assert RPM BuildRequires and Requires
> for these. Because it's a
> > run-time requirement, it doesn't show up and the tests during the
> RPM build fail.
>
> The Meta 2.0 spec clearly states that runtime dependencies should be
> present at build time[1], this sounds like a bug in your rpm toolchain
>
> > Right now I'm
> > customizing the RPM to work around this by injecting additional deps
> in addition to what
> > MYMETA specifies. I usually report the missing deps when I find
> them. If you need more details,
> > I'll need a few days. It's been a while since I fixed this
> originally.
>
> I'm not depending on Parse::CPAN::Meta directly, but I do use
> CPAN::Meta 2.120920 which requires Parse::CPAN::Meta 1.4403.
If what you're saying is true, then my toolchain should indeed be handling this. I'll investigate
this further and get back to you in a week. Maybe I'm reporting the dep issue to the wrong
module...