Hi all,

Sorry about that false start. Lemme try this again! As I was saying,
David, thanks for adding support for Module::Build. I'm trying to
replace one of my existing projects using the Apache::TestMB module. It
works fine unless I try to do something with the return value from the
examples:

  my $build = $build_pkg->new(
    module_name => 'My::Module',
    dist_version => '0.1.0',
  )->create_build_script;

I was getting 1 back in $build. In preparing this email, I realized that
the results of new() are immediately calling create_build_script() which
is returning 1.

Now, that I have that issue figured out, I'm trying to use the build
object to generate a SMOKE script. The TEST script seems to be
automatically built. The generate_script() method that I was using with
A::TestMM is not available. Is there another way I should be generating
this script?


William

-- 
Knowmad Services Inc.
http://www.knowmad.com

Reply via email to