Discussion:
[Mason-devel] Poet: missing dependency Dist::Zilla::Plugin::PodWeaverIfPod
Pedro Melo
2012-04-23 15:33:23 UTC
Permalink
Hey,

where can I find the PodWeaverIfPod dzil plugin?

Poet CPAN version fails to install with errors in PSGIHandler.t. I'm
trying to track them down, but I need this dzil plugin to create a
proper Makefile.pl and friends.

Thanks in advance,
--
Pedro Melo
@pedromelo
http://www.simplicidade.org/
http://about.me/melo
xmpp:***@simplicidade.org
mailto:***@simplicidade.org
Jonathan Swartz
2012-04-23 20:40:45 UTC
Permalink
It's on my desktop, haha. I need to release that. "perl Makefile.PL" should just work in the release though. I assume you're doing this from source?

Jon
Post by Pedro Melo
Hey,
where can I find the PodWeaverIfPod dzil plugin?
Poet CPAN version fails to install with errors in PSGIHandler.t. I'm
trying to track them down, but I need this dzil plugin to create a
proper Makefile.pl and friends.
Thanks in advance,
--
Pedro Melo
@pedromelo
http://www.simplicidade.org/
http://about.me/melo
------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Mason-devel mailing list
https://lists.sourceforge.net/lists/listinfo/mason-devel
Pedro Melo
2012-04-24 09:05:57 UTC
Permalink
Hi,
Post by Jonathan Swartz
It's on my desktop, haha. I need to release that.
At least push it to github, I can get it from there.
Post by Jonathan Swartz
"perl Makefile.PL" should just work in the release though.
It does not. And not only for me:

http://www.cpantesters.org/distro/P/Poet.html
Post by Jonathan Swartz
I assume you're doing this from source?
I trying the released version (0.01, just saw you have a 0.02 haven't
tried that one), but failed, so I got the source to try and fix those
but I bumped into that dependency.

I'll use prove -l for now (and not dzil test) and try to see why the
tests are failing on my laptop.

Bye,
--
Pedro Melo
@pedromelo
http://www.simplicidade.org/
http://about.me/melo
xmpp:***@simplicidade.org
mailto:***@simplicidade.org
Jonathan Swartz
2012-04-24 12:24:05 UTC
Permalink
Post by Pedro Melo
Hi,
Post by Jonathan Swartz
It's on my desktop, haha. I need to release that.
At least push it to github, I can get it from there.
Will do.
Post by Pedro Melo
Post by Jonathan Swartz
"perl Makefile.PL" should just work in the release though.
http://www.cpantesters.org/distro/P/Poet.html
JSON::XS dependency was missing, that was the source of the cpantester failure as far as I can tell, I've fixed that in 0.02.

Jon
Pedro Melo
2012-04-24 14:26:33 UTC
Permalink
Hi,
Post by Jonathan Swartz
Post by Pedro Melo
Post by Jonathan Swartz
"perl Makefile.PL" should just work in the release though.
http://www.cpantesters.org/distro/P/Poet.html
JSON::XS dependency was missing, that was the source of the cpantester failure as far as I can tell, I've fixed that in 0.02.
You have a bunch of failures on 0.02 too, but they are pretty strange.
Some of them are on 5.12.1 and complain about parent, which is ore
since 5.10.1... Others complain that cannot load
Module::Signatures::Simple which is installed...

I've sent you a pull-request to tweak hashbang line on get.pl

https://github.com/jonswar/perl-poet/pull/1

Bye,
--
Pedro Melo
@pedromelo
http://www.simplicidade.org/
http://about.me/melo
xmpp:***@simplicidade.org
mailto:***@simplicidade.org
Jonathan Swartz
2012-04-26 13:46:33 UTC
Permalink
Post by Pedro Melo
You have a bunch of failures on 0.02 too, but they are pretty strange.
Some of them are on 5.12.1 and complain about parent, which is ore
since 5.10.1... Others complain that cannot load
Module::Signatures::Simple which is installed...
I've sent you a pull-request to tweak hashbang line on get.pl
https://github.com/jonswar/perl-poet/pull/1
Ok, a lof of these failures are in the get.pl test and I get the feeling it's because get.pl was using the stock perl, rather than whatever perl was being tested wth. I've applied your patch and will deploy with 0.03, with any luck that will clean up a bunch of the failures.

Jon

Jonathan Swartz
2012-04-26 12:01:35 UTC
Permalink
Post by Pedro Melo
Hi,
Post by Jonathan Swartz
It's on my desktop, haha. I need to release that.
At least push it to github, I can get it from there.
https://github.com/jonswar/perl-dzil-podweaverifpod and now entering CPAN.

Jon
Loading...