theory 2004/07/09 11:37:58
Modified: perl-framework/Apache-Test/lib/Apache TestMB.pm
Log:
Documentation fix.
Revision Changes Path
1.4 +2 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestMB.pm
Index: TestMB.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestMB.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- TestMB.pm 6 Jul 2004 07:56:12 -0000 1.3
+++ TestMB.pm 9 Jul 2004 18:37:58 -0000 1.4
@@ -182,7 +182,8 @@
my $build = $build_pkg->new(
module_name => 'My::Module',
- )->create_build_script;
+ );
+ $build->create_build_script;
This is identical to how C<Module::Build> is used. Not all target
systems may have C<Apache::Test> (and therefore C<Apache::TestMB>