PDLPorters / PDL-Graphics-Prima

A graphing widget using the Prima toolkit
13 stars 6 forks source link

Build.PL should require PDL #19

Closed jberger closed 12 years ago

jberger commented 12 years ago

This is a simple one, but the Build.PL needs to require PDL. Its causing unexpected CPANtesters failures. http://www.cpantesters.org/distro/P/PDL-Graphics-Prima.html#PDL-Graphics-Prima-0.02

run4flat commented 12 years ago

Really? PDL::Graphics::Prima requires PDL::Drawing::Prima, which itself requires PDL. Must I list PDL even though the dependency requires it?

Thanks for noticing, btw. As soon as cpan testers look good, I'll announce it to the list. :-)

David On Feb 27, 2012 5:26 PM, "Joel Berger" < reply@reply.github.com> wrote:

This is a simple one, but the Build.PL needs to require PDL. Its causing unexpected CPANtesters failures. http://www.cpantesters.org/distro/P/PDL-Graphics-Prima.html#PDL-Graphics-Prima-0.02


Reply to this email directly or view it on GitHub: https://github.com/run4flat/PDL-Graphics-Prima/issues/19

jberger commented 12 years ago

And yeah, I saw the CPAN note in the commit to PDL::Graphics::Prima so I thought I would check CPAN and seen if it had posted yet. Congrats!

run4flat commented 12 years ago

PDL::Drawing::Prima is available on CPAN, but is not listed on MetaCPAN: search.cpan.org/~dcmertens/PDL-Drawing-Prima-0.01/lib/PDL/Drawing/Prima.pm.PL

I'll try to add the dependency later today. Thanks!

run4flat commented 12 years ago

Alright, I've uploaded v 0.03, which I hope fixes it. Thanks!

jberger commented 12 years ago

Cool,

Really I am just curious to see how well these Prima-based things test, so I want to clear up the background noise of those that don't have PDL.

On Tue, Feb 28, 2012 at 2:52 PM, run4flat < reply@reply.github.com

wrote:

Alright, I've uploaded v 0.03, which I hope fixes it. Thanks!


Reply to this email directly or view it on GitHub:

https://github.com/run4flat/PDL-Graphics-Prima/issues/19#issuecomment-4225190