Re: Prerequistie for Marpa::HTML

2010-03-25 Thread Jeffrey
I created ticket 55909 in queue 'Module-Build' for this issue. I am agnostic on whether this is a documentation bug or a misimplementation. I eventually put the requirement in both 'requires' and 'build_requires', but that's just because I want to get my module tested. It does look like, going f

Re: Prerequistie for Marpa::HTML

2010-03-22 Thread Eric Wilhelm
# from Jeffrey # on Saturday 20 March 2010 20:32: >An obstacle for me was that Module::Build's actual behavior seems to >contradict the documentation in Module::Build::API, which says of >'build_requires' that > >"Modules listed in this section are necessary to build and install the >given module,

Re: Prerequistie for Marpa::HTML

2010-03-22 Thread Aristotle Pagaltzis
* Jeffrey [2010-03-22 00:50]: > @Aristotle: Your two one-syllable answers were very useful. I realised afterwards that the mail reads somewhat gruff rather than (as intended) amused. Sorry. > An obstacle for me was that Module::Build's actual behavior > seems to contradict the documentation in M

Re: Prerequistie for Marpa::HTML

2010-03-22 Thread sawyer x
Hi On Sun, Mar 21, 2010 at 5:32 AM, Jeffrey wrote: > As far as I can tell > the actual behavior of Module::Build would be more in accord with the > following: > > "Modules listed in this section are necessary to build and install the > given module. If a listed module is necessary for regular us

Re: Prerequistie for Marpa::HTML

2010-03-21 Thread Jeffrey
@Aristotle: Your two one-syllable answers were very useful. The bug you spotted in your longer answer was from a previous release. But armed with the knowledge that the voice of experience indicated that the problem almost certainly lay in my packaging, I went back and added the Marpa module to *

Re: Prerequistie for Marpa::HTML

2010-03-18 Thread Aristotle Pagaltzis
* Jeffrey [2010-03-18 13:00]: > 1.) Is this to be expected when a new module (first > non-developer release) is a prerequisite? No. > 2.) Is my set-up still at fault? META.yml, which is created by > Module::build has a "Marpa: 0.100" line, which I hoped would > suffice. Neither your Makefile.P

Prerequistie for Marpa::HTML

2010-03-18 Thread Jeffrey
I've got a new module out on CPAN (Marpa::HTML). It requires another new module of mine (Marpa). I'm getting a lot of "NA" or "UNKNOWN" cpantesters results for Marpa::HTML because of the absense of the Marpa module at the required version level. Please note I'm talking about the lastest revs her