On Fri, Jul 02, 2004 at 09:51:32AM -0700, David Wheeler wrote:
> Oh, quite right. My fault. This patch fixes the docs:
>
> --- TestMB.pm.~1.2.~ Fri Jun 25 18:55:53 2004
> +++ TestMB.pm Fri Jul 2 09:49:40 2004
> @@ -180,7 +180,7 @@
>my $build_pkg = eval { require Apache::TestMB }
>? '
On Jul 5, 2004, at 9:01 AM, William McKee wrote:
Actually I'd prefer the following format:
my $build = $build_pkg->new (...);
$build->create_build_script;
The reason is that this shows how to work with a build object. This is
necessary if you want to use methods such as generate_script.
Yeah, I
On Jul 5, 2004, at 11:09 AM, David Wheeler wrote:
Can't locate object method "generate_script" via package
"Apache::TestMB" at Build.PL line 62.
Oh, sorry, it's generate_test_script().
And I have no idea why it is, since it's generate_script in the other
A::T modules, and I documented it that way
On Mon, Jul 05, 2004 at 11:09:47AM -0700, David Wheeler wrote:
> >When I try running generate_smoke, I get the following output:
Now I'm doing it! That should have been generate_script.
> Oh, sorry, it's generate_test_script().
OK, that worked. Why is it named differently from the format used b
On Jul 5, 2004, at 11:53 AM, William McKee wrote:
OK, that worked. Why is it named differently from the format used by
Apache::TestMM? Nevermind, I see your follow-up message. That works for
me!
Probably do to some overly-aggressive find and replace or something.
Sorry about that!
David