stas 2004/03/16 16:05:18
Modified: perl-framework/Apache-Test/lib/Apache TestConfigC.pm
Log:
fix broken code
Revision Changes Path
1.30 +1 -0
httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigC.pm
Index: TestConfigC.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestConfigC.pm,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -u -r1.29 -r1.30
--- TestConfigC.pm 16 Mar 2004 14:53:52 -0000 1.29
+++ TestConfigC.pm 17 Mar 2004 00:05:18 -0000 1.30
@@ -192,6 +192,7 @@
sub cmodules_write_makefile_aix {
my($self, $mod) = @_;
+ my $dversion = $self->server->dversion;
my $name = $mod->{name};
my $makefile = catfile $mod->{dir}, 'Makefile';
my $apxsflags = '';