theory 2004/10/05 13:08:22
Modified: perl-framework/Apache-Test/lib/Apache TestMB.pm
Log:
Fixed typo. Thanks Gozer.
Revision Changes Path
1.9 +1 -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.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- TestMB.pm 5 Oct 2004 19:45:08 -0000 1.8
+++ TestMB.pm 5 Oct 2004 20:08:22 -0000 1.9
@@ -90,7 +90,7 @@
}
sub ACTION_test {
- my $self = shift
+ my $self = shift;
$self->depends_on('code');
$self->depends_on('run_tests');
$self->depends_on('test_clean');