stas 2003/07/08 00:29:48
Modified: perl-framework/Apache-Test/lib/Apache TestRequest.pm
Log:
UPLOAD is now auto-exported, like the rest
Submitted by: David Wheeler <[EMAIL PROTECTED]>
Reviewed by: stas
Revision Changes Path
1.80 +1 -1
httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm
Index: TestRequest.pm
===================================================================
RCS file:
/home/cvs/httpd-test/perl-framework/Apache-Test/lib/Apache/TestRequest.pm,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- TestRequest.pm 8 Jul 2003 07:28:27 -0000 1.79
+++ TestRequest.pm 8 Jul 2003 07:29:48 -0000 1.80
@@ -478,7 +478,7 @@
push @EXPORT, map { join '_', $method, $_ } keys %shortcuts;
}
-push @EXPORT, qw(UPLOAD_BODY UPLOAD_BODY_ASSERT);
+push @EXPORT, qw(UPLOAD UPLOAD_BODY UPLOAD_BODY_ASSERT);
sub to_string {
my $obj = shift;