You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by to...@apache.org on 2008/06/26 16:29:26 UTC

svn commit: r671912 [1/2] - in /perl/modperl/branches/threading/t: apache/ api/ apr-ext/ apr/ compat/ directive/ error/ filter/ hooks/ modperl/ modules/ perl/ preconnection/ protocol/ user/ vhost/

Author: torsten
Date: Thu Jun 26 07:29:18 2008
New Revision: 671912

URL: http://svn.apache.org/viewvc?rev=671912&view=rev
Log:
add emacs local vars to Perl files in t/.../*.t. This is done by adding
a "-*- mode: ..." line either as the second line after shebang (#!...)
or as the first line.

This way the __DATA__ section is untouched.


Modified:
    perl/modperl/branches/threading/t/apache/add_config.t
    perl/modperl/branches/threading/t/apache/cgihandler.t
    perl/modperl/branches/threading/t/apache/constants.t
    perl/modperl/branches/threading/t/apache/content_length_header.t
    perl/modperl/branches/threading/t/apache/discard_rbody.t
    perl/modperl/branches/threading/t/apache/post.t
    perl/modperl/branches/threading/t/apache/read.t
    perl/modperl/branches/threading/t/apache/read2.t
    perl/modperl/branches/threading/t/apache/scanhdrs.t
    perl/modperl/branches/threading/t/apache/scanhdrs2.t
    perl/modperl/branches/threading/t/apache/send_cgi_header.t
    perl/modperl/branches/threading/t/api/access2.t
    perl/modperl/branches/threading/t/api/add_config.t
    perl/modperl/branches/threading/t/api/content_encoding.t
    perl/modperl/branches/threading/t/api/custom_response.t
    perl/modperl/branches/threading/t/api/err_headers_out.t
    perl/modperl/branches/threading/t/api/in_out_filters.t
    perl/modperl/branches/threading/t/api/internal_redirect.t
    perl/modperl/branches/threading/t/api/internal_redirect_handler.t
    perl/modperl/branches/threading/t/api/lookup_misc.t
    perl/modperl/branches/threading/t/api/lookup_uri.t
    perl/modperl/branches/threading/t/api/request_rec.t
    perl/modperl/branches/threading/t/api/rflush.t
    perl/modperl/branches/threading/t/api/sendfile.t
    perl/modperl/branches/threading/t/api/slurp_filename.t
    perl/modperl/branches/threading/t/api/status.t
    perl/modperl/branches/threading/t/apr-ext/base64.t
    perl/modperl/branches/threading/t/apr-ext/brigade.t
    perl/modperl/branches/threading/t/apr-ext/bucket.t
    perl/modperl/branches/threading/t/apr-ext/date.t
    perl/modperl/branches/threading/t/apr-ext/error.t
    perl/modperl/branches/threading/t/apr-ext/finfo.t
    perl/modperl/branches/threading/t/apr-ext/os.t
    perl/modperl/branches/threading/t/apr-ext/perlio.t
    perl/modperl/branches/threading/t/apr-ext/pool.t
    perl/modperl/branches/threading/t/apr-ext/status.t
    perl/modperl/branches/threading/t/apr-ext/string.t
    perl/modperl/branches/threading/t/apr-ext/table.t
    perl/modperl/branches/threading/t/apr-ext/threadmutex.t
    perl/modperl/branches/threading/t/apr-ext/threadrwlock.t
    perl/modperl/branches/threading/t/apr-ext/uri.t
    perl/modperl/branches/threading/t/apr-ext/util.t
    perl/modperl/branches/threading/t/apr-ext/uuid.t
    perl/modperl/branches/threading/t/apr/constants.t
    perl/modperl/branches/threading/t/apr/pool_lifetime.t
    perl/modperl/branches/threading/t/compat/conn_authen.t
    perl/modperl/branches/threading/t/compat/request_body.t
    perl/modperl/branches/threading/t/compat/send_fd.t
    perl/modperl/branches/threading/t/directive/perl.t
    perl/modperl/branches/threading/t/directive/perlcleanuphandler.t
    perl/modperl/branches/threading/t/directive/perlloadmodule2.t
    perl/modperl/branches/threading/t/directive/perlloadmodule3.t
    perl/modperl/branches/threading/t/directive/perlloadmodule4.t
    perl/modperl/branches/threading/t/directive/perlloadmodule5.t
    perl/modperl/branches/threading/t/directive/perlloadmodule6.t
    perl/modperl/branches/threading/t/directive/perlmodule.t
    perl/modperl/branches/threading/t/directive/perlrequire.t
    perl/modperl/branches/threading/t/directive/setupenv.t
    perl/modperl/branches/threading/t/error/runtime.t
    perl/modperl/branches/threading/t/error/syntax.t
    perl/modperl/branches/threading/t/filter/both_str_con_add.t
    perl/modperl/branches/threading/t/filter/both_str_native_remove.t
    perl/modperl/branches/threading/t/filter/both_str_req_add.t
    perl/modperl/branches/threading/t/filter/both_str_req_mix.t
    perl/modperl/branches/threading/t/filter/both_str_req_proxy.t
    perl/modperl/branches/threading/t/filter/in_autoload.t
    perl/modperl/branches/threading/t/filter/in_bbs_body.t
    perl/modperl/branches/threading/t/filter/in_bbs_consume.t
    perl/modperl/branches/threading/t/filter/in_bbs_inject_header.t
    perl/modperl/branches/threading/t/filter/in_bbs_msg.t
    perl/modperl/branches/threading/t/filter/in_bbs_underrun.t
    perl/modperl/branches/threading/t/filter/in_error.t
    perl/modperl/branches/threading/t/filter/in_init_basic.t
    perl/modperl/branches/threading/t/filter/in_str_bin_data.t
    perl/modperl/branches/threading/t/filter/in_str_consume.t
    perl/modperl/branches/threading/t/filter/in_str_declined.t
    perl/modperl/branches/threading/t/filter/in_str_declined_read.t
    perl/modperl/branches/threading/t/filter/in_str_lc.t
    perl/modperl/branches/threading/t/filter/in_str_msg.t
    perl/modperl/branches/threading/t/filter/in_str_sandwich.t
    perl/modperl/branches/threading/t/filter/out_apache.t
    perl/modperl/branches/threading/t/filter/out_bbs_ctx.t
    perl/modperl/branches/threading/t/filter/out_bbs_filebucket.t
    perl/modperl/branches/threading/t/filter/out_init_basic.t
    perl/modperl/branches/threading/t/filter/out_str_buffer.t
    perl/modperl/branches/threading/t/filter/out_str_ctx.t
    perl/modperl/branches/threading/t/filter/out_str_declined.t
    perl/modperl/branches/threading/t/filter/out_str_lc.t
    perl/modperl/branches/threading/t/filter/out_str_remove.t
    perl/modperl/branches/threading/t/filter/out_str_req_eos.t
    perl/modperl/branches/threading/t/filter/out_str_req_mix.t
    perl/modperl/branches/threading/t/filter/out_str_reverse.t
    perl/modperl/branches/threading/t/filter/out_str_subreq_default.t
    perl/modperl/branches/threading/t/filter/out_str_subreq_modperl.t
    perl/modperl/branches/threading/t/hooks/access.t
    perl/modperl/branches/threading/t/hooks/authen_basic.t
    perl/modperl/branches/threading/t/hooks/authen_digest.t
    perl/modperl/branches/threading/t/hooks/authz.t
    perl/modperl/branches/threading/t/hooks/cleanup.t
    perl/modperl/branches/threading/t/hooks/cleanup2.t
    perl/modperl/branches/threading/t/hooks/error.t
    perl/modperl/branches/threading/t/hooks/hookrun.t
    perl/modperl/branches/threading/t/hooks/init.t
    perl/modperl/branches/threading/t/hooks/inlined_handlers.t
    perl/modperl/branches/threading/t/hooks/push_handlers.t
    perl/modperl/branches/threading/t/hooks/push_handlers_anon.t
    perl/modperl/branches/threading/t/hooks/stacked_handlers.t
    perl/modperl/branches/threading/t/hooks/stacked_handlers2.t
    perl/modperl/branches/threading/t/hooks/startup.t
    perl/modperl/branches/threading/t/hooks/trans.t
    perl/modperl/branches/threading/t/modperl/cookie.t
    perl/modperl/branches/threading/t/modperl/cookie2.t
    perl/modperl/branches/threading/t/modperl/exit.t
    perl/modperl/branches/threading/t/modperl/getc.t
    perl/modperl/branches/threading/t/modperl/local_env.t
    perl/modperl/branches/threading/t/modperl/merge.t
    perl/modperl/branches/threading/t/modperl/merge2.t
    perl/modperl/branches/threading/t/modperl/merge3.t
    perl/modperl/branches/threading/t/modperl/perl_options.t
    perl/modperl/branches/threading/t/modperl/perl_options2.t
    perl/modperl/branches/threading/t/modperl/pnotes.t
    perl/modperl/branches/threading/t/modperl/pnotes2.t
    perl/modperl/branches/threading/t/modperl/post_utf8.t
    perl/modperl/branches/threading/t/modperl/print_utf8.t
    perl/modperl/branches/threading/t/modperl/print_utf8_2.t
    perl/modperl/branches/threading/t/modperl/readline.t
    perl/modperl/branches/threading/t/modperl/request_rec_perlio_api.t
    perl/modperl/branches/threading/t/modperl/sameinterp.t
    perl/modperl/branches/threading/t/modperl/setupenv.t
    perl/modperl/branches/threading/t/modperl/setupenv2.t
    perl/modperl/branches/threading/t/modperl/status.t
    perl/modperl/branches/threading/t/modules/apache_resource.t
    perl/modperl/branches/threading/t/modules/apache_status.t
    perl/modperl/branches/threading/t/modules/cgi.t
    perl/modperl/branches/threading/t/modules/cgi2.t
    perl/modperl/branches/threading/t/modules/cgipost.t
    perl/modperl/branches/threading/t/modules/cgipost2.t
    perl/modperl/branches/threading/t/modules/cgiupload.t
    perl/modperl/branches/threading/t/modules/cgiupload2.t
    perl/modperl/branches/threading/t/modules/include.t
    perl/modperl/branches/threading/t/modules/include2.t
    perl/modperl/branches/threading/t/modules/include_subreq.t
    perl/modperl/branches/threading/t/modules/proxy.t
    perl/modperl/branches/threading/t/modules/reload.t
    perl/modperl/branches/threading/t/perl/hash_attack.t
    perl/modperl/branches/threading/t/perl/ithreads.t
    perl/modperl/branches/threading/t/perl/ithreads2.t
    perl/modperl/branches/threading/t/perl/ithreads3.t
    perl/modperl/branches/threading/t/preconnection/note.t
    perl/modperl/branches/threading/t/protocol/echo_bbs.t
    perl/modperl/branches/threading/t/protocol/echo_bbs2.t
    perl/modperl/branches/threading/t/protocol/echo_block.t
    perl/modperl/branches/threading/t/protocol/echo_filter.t
    perl/modperl/branches/threading/t/protocol/echo_nonblock.t
    perl/modperl/branches/threading/t/protocol/echo_timeout.t
    perl/modperl/branches/threading/t/protocol/eliza.t
    perl/modperl/branches/threading/t/protocol/pseudo_http.t
    perl/modperl/branches/threading/t/user/rewrite.t
    perl/modperl/branches/threading/t/vhost/config.t
    perl/modperl/branches/threading/t/vhost/log.t

Modified: perl/modperl/branches/threading/t/apache/add_config.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/add_config.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/add_config.t (original)
+++ perl/modperl/branches/threading/t/apache/add_config.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 # the handler is configured in modperl_extra.pl via
 # Apache2::ServerUtil->server->add_config
 use Apache::TestRequest 'GET_BODY_ASSERT';

Modified: perl/modperl/branches/threading/t/apache/cgihandler.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/cgihandler.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/cgihandler.t (original)
+++ perl/modperl/branches/threading/t/apache/cgihandler.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/apache/constants.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/constants.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/constants.t (original)
+++ perl/modperl/branches/threading/t/apache/constants.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use ExtUtils::testlib;
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apache/content_length_header.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/content_length_header.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/content_length_header.t (original)
+++ perl/modperl/branches/threading/t/apache/content_length_header.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/apache/discard_rbody.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/discard_rbody.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/discard_rbody.t (original)
+++ perl/modperl/branches/threading/t/apache/discard_rbody.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/apache/post.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/post.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/post.t (original)
+++ perl/modperl/branches/threading/t/apache/post.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/apache/read.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/read.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/read.t (original)
+++ perl/modperl/branches/threading/t/apache/read.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/apache/read2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/read2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/read2.t (original)
+++ perl/modperl/branches/threading/t/apache/read2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use Apache::TestRequest 'POST_BODY_ASSERT';
 print POST_BODY_ASSERT "/TestApache__read2",
     content => "foobar";

Modified: perl/modperl/branches/threading/t/apache/scanhdrs.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/scanhdrs.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/scanhdrs.t (original)
+++ perl/modperl/branches/threading/t/apache/scanhdrs.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/apache/scanhdrs2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/scanhdrs2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/scanhdrs2.t (original)
+++ perl/modperl/branches/threading/t/apache/scanhdrs2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/apache/send_cgi_header.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apache/send_cgi_header.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apache/send_cgi_header.t (original)
+++ perl/modperl/branches/threading/t/apache/send_cgi_header.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/access2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/access2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/access2.t (original)
+++ perl/modperl/branches/threading/t/api/access2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/add_config.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/add_config.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/add_config.t (original)
+++ perl/modperl/branches/threading/t/api/add_config.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/content_encoding.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/content_encoding.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/content_encoding.t (original)
+++ perl/modperl/branches/threading/t/api/content_encoding.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/custom_response.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/custom_response.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/custom_response.t (original)
+++ perl/modperl/branches/threading/t/api/custom_response.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/err_headers_out.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/err_headers_out.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/err_headers_out.t (original)
+++ perl/modperl/branches/threading/t/api/err_headers_out.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/in_out_filters.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/in_out_filters.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/in_out_filters.t (original)
+++ perl/modperl/branches/threading/t/api/in_out_filters.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/internal_redirect.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/internal_redirect.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/internal_redirect.t (original)
+++ perl/modperl/branches/threading/t/api/internal_redirect.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/internal_redirect_handler.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/internal_redirect_handler.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/internal_redirect_handler.t (original)
+++ perl/modperl/branches/threading/t/api/internal_redirect_handler.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/lookup_misc.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/lookup_misc.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/lookup_misc.t (original)
+++ perl/modperl/branches/threading/t/api/lookup_misc.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/lookup_uri.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/lookup_uri.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/lookup_uri.t (original)
+++ perl/modperl/branches/threading/t/api/lookup_uri.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/request_rec.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/request_rec.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/request_rec.t (original)
+++ perl/modperl/branches/threading/t/api/request_rec.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/rflush.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/rflush.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/rflush.t (original)
+++ perl/modperl/branches/threading/t/api/rflush.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/sendfile.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/sendfile.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/sendfile.t (original)
+++ perl/modperl/branches/threading/t/api/sendfile.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/api/slurp_filename.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/slurp_filename.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/slurp_filename.t (original)
+++ perl/modperl/branches/threading/t/api/slurp_filename.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use Apache::TestRequest 'GET_BODY_ASSERT';
 
 # we want r->filename to be "/slurp/slurp.pl", even though the

Modified: perl/modperl/branches/threading/t/api/status.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/api/status.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/api/status.t (original)
+++ perl/modperl/branches/threading/t/api/status.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/apr-ext/base64.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/base64.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/base64.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/base64.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/brigade.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/brigade.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/brigade.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/brigade.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/bucket.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/bucket.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/bucket.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/bucket.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/date.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/date.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/date.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/date.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/error.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/error.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/error.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/error.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/finfo.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/finfo.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/finfo.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/finfo.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/os.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/os.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/os.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/os.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/perlio.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/perlio.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/perlio.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/perlio.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/pool.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/pool.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/pool.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/pool.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/status.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/status.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/status.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/status.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/string.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/string.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/string.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/string.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/table.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/table.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/table.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/table.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/threadmutex.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/threadmutex.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/threadmutex.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/threadmutex.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/threadrwlock.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/threadrwlock.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/threadrwlock.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/threadrwlock.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/uri.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/uri.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/uri.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/uri.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/util.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/util.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/util.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/util.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr-ext/uuid.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr-ext/uuid.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr-ext/uuid.t (original)
+++ perl/modperl/branches/threading/t/apr-ext/uuid.t Thu Jun 26 07:29:18 2008
@@ -1,4 +1,5 @@
 #!perl -T
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr/constants.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr/constants.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr/constants.t (original)
+++ perl/modperl/branches/threading/t/apr/constants.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use ExtUtils::testlib;
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/apr/pool_lifetime.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/apr/pool_lifetime.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/apr/pool_lifetime.t (original)
+++ perl/modperl/branches/threading/t/apr/pool_lifetime.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/compat/conn_authen.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/compat/conn_authen.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/compat/conn_authen.t (original)
+++ perl/modperl/branches/threading/t/compat/conn_authen.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/compat/request_body.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/compat/request_body.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/compat/request_body.t (original)
+++ perl/modperl/branches/threading/t/compat/request_body.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/compat/send_fd.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/compat/send_fd.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/compat/send_fd.t (original)
+++ perl/modperl/branches/threading/t/compat/send_fd.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/directive/perl.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perl.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perl.t (original)
+++ perl/modperl/branches/threading/t/directive/perl.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/directive/perlcleanuphandler.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perlcleanuphandler.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perlcleanuphandler.t (original)
+++ perl/modperl/branches/threading/t/directive/perlcleanuphandler.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/directive/perlloadmodule2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perlloadmodule2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perlloadmodule2.t (original)
+++ perl/modperl/branches/threading/t/directive/perlloadmodule2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/directive/perlloadmodule3.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perlloadmodule3.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perlloadmodule3.t (original)
+++ perl/modperl/branches/threading/t/directive/perlloadmodule3.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/directive/perlloadmodule4.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perlloadmodule4.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perlloadmodule4.t (original)
+++ perl/modperl/branches/threading/t/directive/perlloadmodule4.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/directive/perlloadmodule5.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perlloadmodule5.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perlloadmodule5.t (original)
+++ perl/modperl/branches/threading/t/directive/perlloadmodule5.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/directive/perlloadmodule6.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perlloadmodule6.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perlloadmodule6.t (original)
+++ perl/modperl/branches/threading/t/directive/perlloadmodule6.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/directive/perlmodule.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perlmodule.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perlmodule.t (original)
+++ perl/modperl/branches/threading/t/directive/perlmodule.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 # this test tests PerlRequire configuration directive
 ########################################################################
 

Modified: perl/modperl/branches/threading/t/directive/perlrequire.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/perlrequire.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/perlrequire.t (original)
+++ perl/modperl/branches/threading/t/directive/perlrequire.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 # this test tests PerlRequire configuration directive
 ########################################################################
 

Modified: perl/modperl/branches/threading/t/directive/setupenv.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/directive/setupenv.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/directive/setupenv.t (original)
+++ perl/modperl/branches/threading/t/directive/setupenv.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/error/runtime.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/error/runtime.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/error/runtime.t (original)
+++ perl/modperl/branches/threading/t/error/runtime.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/error/syntax.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/error/syntax.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/error/syntax.t (original)
+++ perl/modperl/branches/threading/t/error/syntax.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/both_str_con_add.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/both_str_con_add.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/both_str_con_add.t (original)
+++ perl/modperl/branches/threading/t/filter/both_str_con_add.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/both_str_native_remove.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/both_str_native_remove.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/both_str_native_remove.t (original)
+++ perl/modperl/branches/threading/t/filter/both_str_native_remove.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/both_str_req_add.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/both_str_req_add.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/both_str_req_add.t (original)
+++ perl/modperl/branches/threading/t/filter/both_str_req_add.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/both_str_req_mix.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/both_str_req_mix.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/both_str_req_mix.t (original)
+++ perl/modperl/branches/threading/t/filter/both_str_req_mix.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/both_str_req_proxy.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/both_str_req_proxy.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/both_str_req_proxy.t (original)
+++ perl/modperl/branches/threading/t/filter/both_str_req_proxy.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_autoload.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_autoload.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_autoload.t (original)
+++ perl/modperl/branches/threading/t/filter/in_autoload.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_bbs_body.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_bbs_body.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_bbs_body.t (original)
+++ perl/modperl/branches/threading/t/filter/in_bbs_body.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_bbs_consume.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_bbs_consume.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_bbs_consume.t (original)
+++ perl/modperl/branches/threading/t/filter/in_bbs_consume.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_bbs_inject_header.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_bbs_inject_header.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_bbs_inject_header.t (original)
+++ perl/modperl/branches/threading/t/filter/in_bbs_inject_header.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_bbs_msg.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_bbs_msg.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_bbs_msg.t (original)
+++ perl/modperl/branches/threading/t/filter/in_bbs_msg.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use Apache::Test ();
 use Apache::TestUtil;
 

Modified: perl/modperl/branches/threading/t/filter/in_bbs_underrun.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_bbs_underrun.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_bbs_underrun.t (original)
+++ perl/modperl/branches/threading/t/filter/in_bbs_underrun.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_error.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_error.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_error.t (original)
+++ perl/modperl/branches/threading/t/filter/in_error.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_init_basic.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_init_basic.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_init_basic.t (original)
+++ perl/modperl/branches/threading/t/filter/in_init_basic.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_str_bin_data.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_str_bin_data.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_str_bin_data.t (original)
+++ perl/modperl/branches/threading/t/filter/in_str_bin_data.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_str_consume.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_str_consume.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_str_consume.t (original)
+++ perl/modperl/branches/threading/t/filter/in_str_consume.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_str_declined.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_str_declined.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_str_declined.t (original)
+++ perl/modperl/branches/threading/t/filter/in_str_declined.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_str_declined_read.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_str_declined_read.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_str_declined_read.t (original)
+++ perl/modperl/branches/threading/t/filter/in_str_declined_read.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_str_lc.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_str_lc.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_str_lc.t (original)
+++ perl/modperl/branches/threading/t/filter/in_str_lc.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/in_str_msg.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_str_msg.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_str_msg.t (original)
+++ perl/modperl/branches/threading/t/filter/in_str_msg.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use Apache::Test ();
 use Apache::TestUtil;
 

Modified: perl/modperl/branches/threading/t/filter/in_str_sandwich.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/in_str_sandwich.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/in_str_sandwich.t (original)
+++ perl/modperl/branches/threading/t/filter/in_str_sandwich.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_apache.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_apache.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_apache.t (original)
+++ perl/modperl/branches/threading/t/filter/out_apache.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 # test the situation where a native apache response filter is
 # configured outside the <Location> block with PerlSet*Filter
 # directive. In this case we need to make sure that mod_perl doesn't

Modified: perl/modperl/branches/threading/t/filter/out_bbs_ctx.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_bbs_ctx.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_bbs_ctx.t (original)
+++ perl/modperl/branches/threading/t/filter/out_bbs_ctx.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_bbs_filebucket.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_bbs_filebucket.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_bbs_filebucket.t (original)
+++ perl/modperl/branches/threading/t/filter/out_bbs_filebucket.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_init_basic.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_init_basic.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_init_basic.t (original)
+++ perl/modperl/branches/threading/t/filter/out_init_basic.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_buffer.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_buffer.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_buffer.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_buffer.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_ctx.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_ctx.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_ctx.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_ctx.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_declined.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_declined.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_declined.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_declined.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_lc.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_lc.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_lc.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_lc.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_remove.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_remove.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_remove.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_remove.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_req_eos.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_req_eos.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_req_eos.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_req_eos.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_req_mix.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_req_mix.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_req_mix.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_req_mix.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_reverse.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_reverse.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_reverse.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_reverse.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_subreq_default.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_subreq_default.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_subreq_default.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_subreq_default.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/filter/out_str_subreq_modperl.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/out_str_subreq_modperl.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/out_str_subreq_modperl.t (original)
+++ perl/modperl/branches/threading/t/filter/out_str_subreq_modperl.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/access.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/access.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/access.t (original)
+++ perl/modperl/branches/threading/t/hooks/access.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/authen_basic.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/authen_basic.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/authen_basic.t (original)
+++ perl/modperl/branches/threading/t/hooks/authen_basic.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/authen_digest.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/authen_digest.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/authen_digest.t (original)
+++ perl/modperl/branches/threading/t/hooks/authen_digest.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/authz.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/authz.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/authz.t (original)
+++ perl/modperl/branches/threading/t/hooks/authz.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/cleanup.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/cleanup.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/cleanup.t (original)
+++ perl/modperl/branches/threading/t/hooks/cleanup.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/cleanup2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/cleanup2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/cleanup2.t (original)
+++ perl/modperl/branches/threading/t/hooks/cleanup2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/error.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/error.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/error.t (original)
+++ perl/modperl/branches/threading/t/hooks/error.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/hookrun.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/hookrun.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/hookrun.t (original)
+++ perl/modperl/branches/threading/t/hooks/hookrun.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/init.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/init.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/init.t (original)
+++ perl/modperl/branches/threading/t/hooks/init.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/inlined_handlers.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/inlined_handlers.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/inlined_handlers.t (original)
+++ perl/modperl/branches/threading/t/hooks/inlined_handlers.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/push_handlers.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/push_handlers.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/push_handlers.t (original)
+++ perl/modperl/branches/threading/t/hooks/push_handlers.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/push_handlers_anon.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/push_handlers_anon.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/push_handlers_anon.t (original)
+++ perl/modperl/branches/threading/t/hooks/push_handlers_anon.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 # the handler is configured in modperl_extra.pl via
 # Apache2::ServerUtil->server->add_config
 

Modified: perl/modperl/branches/threading/t/hooks/stacked_handlers.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/stacked_handlers.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/stacked_handlers.t (original)
+++ perl/modperl/branches/threading/t/hooks/stacked_handlers.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/stacked_handlers2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/stacked_handlers2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/stacked_handlers2.t (original)
+++ perl/modperl/branches/threading/t/hooks/stacked_handlers2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/hooks/startup.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/startup.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/startup.t (original)
+++ perl/modperl/branches/threading/t/hooks/startup.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use warnings FATAL => 'all';

Modified: perl/modperl/branches/threading/t/hooks/trans.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/trans.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/trans.t (original)
+++ perl/modperl/branches/threading/t/hooks/trans.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/cookie.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/cookie.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/cookie.t (original)
+++ perl/modperl/branches/threading/t/modperl/cookie.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/cookie2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/cookie2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/cookie2.t (original)
+++ perl/modperl/branches/threading/t/modperl/cookie2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/exit.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/exit.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/exit.t (original)
+++ perl/modperl/branches/threading/t/modperl/exit.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/getc.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/getc.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/getc.t (original)
+++ perl/modperl/branches/threading/t/modperl/getc.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/local_env.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/local_env.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/local_env.t (original)
+++ perl/modperl/branches/threading/t/modperl/local_env.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/merge.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/merge.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/merge.t (original)
+++ perl/modperl/branches/threading/t/modperl/merge.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/merge2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/merge2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/merge2.t (original)
+++ perl/modperl/branches/threading/t/modperl/merge2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/merge3.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/merge3.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/merge3.t (original)
+++ perl/modperl/branches/threading/t/modperl/merge3.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/perl_options.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/perl_options.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/perl_options.t (original)
+++ perl/modperl/branches/threading/t/modperl/perl_options.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/perl_options2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/perl_options2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/perl_options2.t (original)
+++ perl/modperl/branches/threading/t/modperl/perl_options2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/pnotes.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/pnotes.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/pnotes.t (original)
+++ perl/modperl/branches/threading/t/modperl/pnotes.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/pnotes2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/pnotes2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/pnotes2.t (original)
+++ perl/modperl/branches/threading/t/modperl/pnotes2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/post_utf8.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/post_utf8.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/post_utf8.t (original)
+++ perl/modperl/branches/threading/t/modperl/post_utf8.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/print_utf8.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/print_utf8.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/print_utf8.t (original)
+++ perl/modperl/branches/threading/t/modperl/print_utf8.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';
 

Modified: perl/modperl/branches/threading/t/modperl/print_utf8_2.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/print_utf8_2.t?rev=671912&r1=671911&r2=671912&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/print_utf8_2.t (original)
+++ perl/modperl/branches/threading/t/modperl/print_utf8_2.t Thu Jun 26 07:29:18 2008
@@ -1,3 +1,4 @@
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 use strict;
 use warnings FATAL => 'all';