On Jun 23, 2004, at 10:02 AM, Stas Bekman wrote:
Now committed with a few minor tweaks, please test it since I don't know how to test it. Thanks David.
Here's a quick documentation patch, essentially, for the unimplemented cmodules actions:
--- lib/Apache/TestMB.pm.~1.1.~ Wed Jun 23 09:51:15 2004
+++ lib/Apache/TestMB.pm Wed Jun 23 17:26:10 2004
@@ -82,8 +82,9 @@
# XXX TBD.
my $start_dir = $self->cwd;
chdir $self->localize_file_path('c-modules');
- # XXX How do we get the right make?
- $self->do_system('make', $action);
+ # XXX How do we get Build.PL to be generated instead of Makefile?
+ # Subclass Apache::TestConfigC, perhaps?
+ $self->do_system('Build.PL', $action);
chdir $start_dir;
}
Regards,
David
