joes 2003/06/17 04:33:43
Modified: glue/perl/t/apreq big_input.t cookie.t inherit.t request.t Log: Remove the shebang line from the test scripts to prevent users from shooting themselves in the foot. Revision Changes Path 1.3 +0 -1 httpd-apreq-2/glue/perl/t/apreq/big_input.t Index: big_input.t =================================================================== RCS file: /home/cvs/httpd-apreq-2/glue/perl/t/apreq/big_input.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- big_input.t 13 Jun 2003 09:46:52 -0000 1.2 +++ big_input.t 17 Jun 2003 11:33:43 -0000 1.3 @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings FATAL => 'all'; 1.3 +0 -1 httpd-apreq-2/glue/perl/t/apreq/cookie.t Index: cookie.t =================================================================== RCS file: /home/cvs/httpd-apreq-2/glue/perl/t/apreq/cookie.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- cookie.t 13 Jun 2003 09:46:52 -0000 1.2 +++ cookie.t 17 Jun 2003 11:33:43 -0000 1.3 @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings FATAL => 'all'; 1.5 +0 -1 httpd-apreq-2/glue/perl/t/apreq/inherit.t Index: inherit.t =================================================================== RCS file: /home/cvs/httpd-apreq-2/glue/perl/t/apreq/inherit.t,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- inherit.t 17 Jun 2003 11:23:08 -0000 1.4 +++ inherit.t 17 Jun 2003 11:33:43 -0000 1.5 @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings FATAL => 'all'; 1.3 +0 -1 httpd-apreq-2/glue/perl/t/apreq/request.t Index: request.t =================================================================== RCS file: /home/cvs/httpd-apreq-2/glue/perl/t/apreq/request.t,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- request.t 13 Jun 2003 09:46:52 -0000 1.2 +++ request.t 17 Jun 2003 11:33:43 -0000 1.3 @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings FATAL => 'all';
