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:10:07 UTC

svn commit: r671910 [2/4] - in /perl/modperl/branches/threading: ModPerl-Registry/lib/ModPerl/ ModPerl-Registry/t/cgi-bin/ ModPerl-Registry/t/conf/ build/ lib/ lib/APR/ lib/Apache2/ lib/Apache2/PerlSections/ lib/Bundle/ lib/ModPerl/ t/conf/ t/filter/Te...

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_bbs_underrun.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_bbs_underrun.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_bbs_underrun.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_bbs_underrun.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_bbs_underrun;
 
 # this test exercises the underrun filter concept. Sometimes filters

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_error.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_error.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_error.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_error.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_error;
 
 # errors in filters should be properly propogated to httpd

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_init_basic.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_init_basic.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_init_basic.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_init_basic.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_init_basic;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_str_bin_data.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_str_bin_data.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_str_bin_data.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_str_bin_data.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_str_bin_data;
 
 # test that $r->print and $f->print handle binary data correctly

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_str_consume.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_str_consume.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_str_consume.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_str_consume.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_str_consume;
 
 # this test verifies that streaming filters framework handles

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_str_declined.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_str_declined.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_str_declined.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_str_declined.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_str_declined;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_str_declined_read.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_str_declined_read.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_str_declined_read.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_str_declined_read.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_str_declined_read;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_str_lc.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_str_lc.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_str_lc.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_str_lc.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_str_lc;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_str_msg.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_str_msg.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_str_msg.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_str_msg.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_str_msg;
 
 # test:

Modified: perl/modperl/branches/threading/t/filter/TestFilter/in_str_sandwich.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/in_str_sandwich.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/in_str_sandwich.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/in_str_sandwich.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::in_str_sandwich;
 
 # this test verifies whether the filter can pre-insert data (using

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_basic.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_basic.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_basic.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_basic.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_bbs_basic;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_ctx.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_ctx.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_ctx.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_ctx.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_bbs_ctx;
 
 # this is the same test as TestFilter::context_stream, but uses the

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_filebucket.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_filebucket.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_filebucket.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_bbs_filebucket.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_bbs_filebucket;
 
 # testing how the filter handles file buckets

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_init_basic.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_init_basic.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_init_basic.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_init_basic.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_init_basic;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_api.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_api.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_api.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_api.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_api;
 
 # Test Apache2::FilterRec and Apache2::Filter accessors

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_buffer.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_buffer.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_buffer.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_buffer.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_buffer;
 
 # in this test we want to buffer the data, modify the length of the

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_ctx.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_ctx.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_ctx.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_ctx.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_ctx;
 
 # this is the same test as TestFilter::context, but uses the streaming

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_declined.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_declined.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_declined.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_declined.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_declined;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_eval.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_eval.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_eval.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_eval.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_eval;
 
 # at some point there was a problem when eval {} in a non-filter

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_lc.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_lc.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_lc.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_lc.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_lc;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_remove.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_remove.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_remove.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_remove.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_remove;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_req_eos.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_req_eos.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_req_eos.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_req_eos.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_req_eos;
 
 # here we test how EOS is passed from one streaming filter to another,

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_req_mix.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_req_mix.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_req_mix.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_req_mix.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_req_mix;
 
 # in this test we verify that we can preserve the mixed order of

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_reverse.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_reverse.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_reverse.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_reverse.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_reverse;
 
 # this filter tests how the data can be set-aside between filter

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_subreq_default.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_subreq_default.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_subreq_default.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_subreq_default.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_subreq_default;
 
 use strict;

Modified: perl/modperl/branches/threading/t/filter/TestFilter/out_str_subreq_modperl.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/filter/TestFilter/out_str_subreq_modperl.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/filter/TestFilter/out_str_subreq_modperl.pm (original)
+++ perl/modperl/branches/threading/t/filter/TestFilter/out_str_subreq_modperl.pm Thu Jun 26 07:09:47 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 -*-
 package TestFilter::out_str_subreq_modperl;
 
 use strict;

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/access.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/access.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/access.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/access.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::access;
 
 # demonstrates the phases execution (sometimes users claim that

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/authen_basic.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/authen_basic.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/authen_basic.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/authen_basic.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::authen_basic;
 
 use strict;

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/authen_digest.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/authen_digest.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/authen_digest.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/authen_digest.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::authen_digest;
 
 use strict;

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/authz.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/authz.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/authz.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/authz.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::authz;
 
 use strict;

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/cleanup.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/cleanup.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/cleanup.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/cleanup.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::cleanup;
 
 # test various ways to assign cleanup handlers

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/cleanup2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/cleanup2.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/cleanup2.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/cleanup2.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::cleanup2;
 
 # test the cleanup handler removing a temp file

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/error.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/error.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/error.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/error.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::error;
 
 use strict;

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/fixup.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/fixup.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/fixup.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/fixup.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::fixup;
 
 use strict;

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/headerparser.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/headerparser.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/headerparser.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/headerparser.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::headerparser;
 
 use strict;

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/hookrun.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/hookrun.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/hookrun.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/hookrun.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::hookrun;
 
 # this test runs all Apache phases from within the very first http

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/init.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/init.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/init.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/init.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::init;
 
 use strict;

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/inlined_handlers.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/inlined_handlers.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/inlined_handlers.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/inlined_handlers.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::inlined_handlers;
 
 # this test exercises httpd.conf inlined one-liner handlers, like:

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::push_handlers;
 
 # test various ways to push handlers

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_anon.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_anon.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_anon.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_anon.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::push_handlers_anon;
 
 # in addition to other anon sub handler tests in push_handlers*, here

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_blessed.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_blessed.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_blessed.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_blessed.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::push_handlers_blessed;
 
 # test that we

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_same_phase.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_same_phase.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_same_phase.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/push_handlers_same_phase.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::push_handlers_same_phase;
 
 # test that we

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/set_handlers.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/set_handlers.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/set_handlers.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/set_handlers.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::set_handlers;
 
 # test various ways to reset/unset handlers list

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/stacked_handlers.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/stacked_handlers.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/stacked_handlers.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/stacked_handlers.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::stacked_handlers;
 
 # this test exercises the execution of the stacked handlers and test

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/stacked_handlers2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/stacked_handlers2.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/stacked_handlers2.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/stacked_handlers2.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::stacked_handlers2;
 
 # this test exercises the execution of the stacked handlers

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/startup.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/startup.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/startup.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/startup.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::startup;
 
 # test PerlPostConfigHandler and PerlOpenLogsHandler phases

Modified: perl/modperl/branches/threading/t/hooks/TestHooks/trans.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/hooks/TestHooks/trans.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/hooks/TestHooks/trans.pm (original)
+++ perl/modperl/branches/threading/t/hooks/TestHooks/trans.pm Thu Jun 26 07:09:47 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 -*-
 package TestHooks::trans;
 
 use strict;

Modified: perl/modperl/branches/threading/t/htdocs/api/slurp.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/htdocs/api/slurp.pl?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/htdocs/api/slurp.pl (original)
+++ perl/modperl/branches/threading/t/htdocs/api/slurp.pl Thu Jun 26 07:09:47 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 -*-
 my $z = <<EOI;
 English: Internet
 Hebrew : \x{05D0}\x{05D9}\x{05E0}\x{05D8}\x{05E8}\x{05E0}\x{05D8}

Modified: perl/modperl/branches/threading/t/htdocs/includes-registry/cgipm.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/htdocs/includes-registry/cgipm.pl?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/htdocs/includes-registry/cgipm.pl (original)
+++ perl/modperl/branches/threading/t/htdocs/includes-registry/cgipm.pl Thu Jun 26 07:09:47 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 Apache2::compat ();
 use CGI ();
 

Modified: perl/modperl/branches/threading/t/htdocs/includes-registry/test.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/htdocs/includes-registry/test.pl?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/htdocs/includes-registry/test.pl (original)
+++ perl/modperl/branches/threading/t/htdocs/includes-registry/test.pl Thu Jun 26 07:09:47 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 -*-
 print "Content-type: text/html\n\n";
 
 print "Hello World<br>\n";

Modified: perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/config_require.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/config_require.pl?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/config_require.pl (original)
+++ perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/config_require.pl Thu Jun 26 07:09:47 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 -*-
 TestModperl::setupenv2::register_mixed();
 TestModperl::setupenv2::register_perl();
 $ENV{EnvChangeMixedTest} = "config_require";

Modified: perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/module.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/module.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/module.pm (original)
+++ perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/module.pm Thu Jun 26 07:09:47 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 -*-
 package htdocs::modperl::setupenv2::module;
 TestModperl::setupenv2::register_mixed();
 TestModperl::setupenv2::register_perl();

Modified: perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/post_config_require.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/post_config_require.pl?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/post_config_require.pl (original)
+++ perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/post_config_require.pl Thu Jun 26 07:09:47 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 -*-
 TestModperl::setupenv2::register_mixed();
 TestModperl::setupenv2::register_perl();
 $ENV{EnvChangeMixedTest} = "post_config_require";

Modified: perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/require.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/require.pl?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/require.pl (original)
+++ perl/modperl/branches/threading/t/htdocs/modperl/setupenv2/require.pl Thu Jun 26 07:09:47 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 -*-
 TestModperl::setupenv2::register_mixed();
 TestModperl::setupenv2::register_perl();
 $ENV{EnvChangeMixedTest} = "require";

Modified: perl/modperl/branches/threading/t/htdocs/vhost/post_config.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/htdocs/vhost/post_config.pl?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/htdocs/vhost/post_config.pl (original)
+++ perl/modperl/branches/threading/t/htdocs/vhost/post_config.pl Thu Jun 26 07:09:47 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/htdocs/vhost/startup.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/htdocs/vhost/startup.pl?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/htdocs/vhost/startup.pl (original)
+++ perl/modperl/branches/threading/t/htdocs/vhost/startup.pl Thu Jun 26 07:09:47 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 warnings;
 use strict;
 

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/base64.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/base64.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/base64.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/base64.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::base64;
 
 # testing APR::Base64 API

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/brigade.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/brigade.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/brigade.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/brigade.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::brigade;
 
 # testing APR::Brigade in this tests.

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/bucket.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/bucket.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/bucket.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/bucket.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::bucket;
 
 # a mix of APR::Bucket and APR::BucketType tests

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/date.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/date.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/date.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/date.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::date;
 
 # testing APR::Date API

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/error.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/error.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/error.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/error.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::error;
 
 # testing APR::Error API

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/finfo.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/finfo.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/finfo.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/finfo.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::finfo;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/os.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/os.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/os.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/os.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::os;
 
 # testing APR::OS API

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/pool.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/pool.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/pool.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/pool.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::pool;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/status.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/status.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/status.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/status.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::status;
 
 # Testing APR::Status

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/string.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/string.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/string.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/string.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::string;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/table.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/table.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/table.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/table.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::table;
 
 # testing APR::Table API

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/threadmutex.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/threadmutex.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/threadmutex.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/threadmutex.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::threadmutex;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/threadrwlock.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/threadrwlock.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/threadrwlock.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/threadrwlock.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::threadrwlock;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/uri.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/uri.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/uri.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/uri.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::uri;
 
 # Testing APR::URI (more tests in TestAPI::uri)

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/util.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/util.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/util.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/util.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::util;
 
 # test APR::Util

Modified: perl/modperl/branches/threading/t/lib/TestAPRlib/uuid.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestAPRlib/uuid.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestAPRlib/uuid.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestAPRlib/uuid.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPRlib::uuid;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestCommon/FilterDebug.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestCommon/FilterDebug.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestCommon/FilterDebug.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestCommon/FilterDebug.pm Thu Jun 26 07:09:47 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 -*-
 package TestCommon::FilterDebug;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestCommon/Handlers.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestCommon/Handlers.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestCommon/Handlers.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestCommon/Handlers.pm Thu Jun 26 07:09:47 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 -*-
 package TestCommon::Handlers;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestCommon/LogDiff.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestCommon/LogDiff.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestCommon/LogDiff.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestCommon/LogDiff.pm Thu Jun 26 07:09:47 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 -*-
 package TestCommon::LogDiff;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestCommon/MemoryLeak.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestCommon/MemoryLeak.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestCommon/MemoryLeak.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestCommon/MemoryLeak.pm Thu Jun 26 07:09:47 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 -*-
 package TestCommon::MemoryLeak;
 
 # handy functions to measure memory leaks. since it measures the total

Modified: perl/modperl/branches/threading/t/lib/TestCommon/SameInterp.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestCommon/SameInterp.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestCommon/SameInterp.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestCommon/SameInterp.pm Thu Jun 26 07:09:47 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 -*-
 package TestCommon::SameInterp;
 
 use Apache::Test;

Modified: perl/modperl/branches/threading/t/lib/TestCommon/TiePerlSection.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestCommon/TiePerlSection.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestCommon/TiePerlSection.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestCommon/TiePerlSection.pm Thu Jun 26 07:09:47 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 -*-
 package TestCommon::TiePerlSection;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestCommon/Utils.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestCommon/Utils.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestCommon/Utils.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestCommon/Utils.pm Thu Jun 26 07:09:47 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 -*-
 package TestCommon::Utils;
 
 use strict;

Modified: perl/modperl/branches/threading/t/lib/TestExit/FromPerlModule.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/lib/TestExit/FromPerlModule.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/lib/TestExit/FromPerlModule.pm (original)
+++ perl/modperl/branches/threading/t/lib/TestExit/FromPerlModule.pm Thu Jun 26 07:09:47 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 -*-
 package TestExit::FromPerlModule;
 
 use strict;

Modified: perl/modperl/branches/threading/t/modperl/request_rec_perlio_api.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/modperl/request_rec_perlio_api.t?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/modperl/request_rec_perlio_api.t (original)
+++ perl/modperl/branches/threading/t/modperl/request_rec_perlio_api.t Thu Jun 26 07:09:47 2008
@@ -16,7 +16,7 @@
 {
     my $content  = join "", 'a'..'j', 'k'..'t';
     my $location = "$uri?STDIN";
-    my $expected = join "", 'a'..'j', "package", 'k'..'t';
+    my $expected = join "", 'a'..'j', "# please", 'k'..'t';
     my $received = POST_BODY_ASSERT $location, content => $content;
     ok t_cmp($received, $expected, "STDIN tests");
 }

Modified: perl/modperl/branches/threading/t/preconnection/TestPreConnection/note.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/preconnection/TestPreConnection/note.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/preconnection/TestPreConnection/note.pm (original)
+++ perl/modperl/branches/threading/t/preconnection/TestPreConnection/note.pm Thu Jun 26 07:09:47 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 -*-
 package TestPreConnection::note;
 
 use strict;

Modified: perl/modperl/branches/threading/t/protocol/TestProtocol/echo_bbs.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/protocol/TestProtocol/echo_bbs.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/protocol/TestProtocol/echo_bbs.pm (original)
+++ perl/modperl/branches/threading/t/protocol/TestProtocol/echo_bbs.pm Thu Jun 26 07:09:47 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 -*-
 package TestProtocol::echo_bbs;
 
 # this test is similar to TestProtocol::echo_filter, but performs the

Modified: perl/modperl/branches/threading/t/protocol/TestProtocol/echo_bbs2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/protocol/TestProtocol/echo_bbs2.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/protocol/TestProtocol/echo_bbs2.pm (original)
+++ perl/modperl/branches/threading/t/protocol/TestProtocol/echo_bbs2.pm Thu Jun 26 07:09:47 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 -*-
 package TestProtocol::echo_bbs2;
 
 # similar to TestProtocol::echo_bbs but here re-using one bucket

Modified: perl/modperl/branches/threading/t/protocol/TestProtocol/echo_block.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/protocol/TestProtocol/echo_block.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/protocol/TestProtocol/echo_block.pm (original)
+++ perl/modperl/branches/threading/t/protocol/TestProtocol/echo_block.pm Thu Jun 26 07:09:47 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 -*-
 package TestProtocol::echo_block;
 
 # this test reads from/writes to the socket doing blocking IO

Modified: perl/modperl/branches/threading/t/protocol/TestProtocol/echo_filter.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/protocol/TestProtocol/echo_filter.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/protocol/TestProtocol/echo_filter.pm (original)
+++ perl/modperl/branches/threading/t/protocol/TestProtocol/echo_filter.pm Thu Jun 26 07:09:47 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 -*-
 package TestProtocol::echo_filter;
 
 # see also TestFilter::both_str_con_add

Modified: perl/modperl/branches/threading/t/protocol/TestProtocol/echo_nonblock.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/protocol/TestProtocol/echo_nonblock.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/protocol/TestProtocol/echo_nonblock.pm (original)
+++ perl/modperl/branches/threading/t/protocol/TestProtocol/echo_nonblock.pm Thu Jun 26 07:09:47 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 -*-
 package TestProtocol::echo_nonblock;
 
 # this test reads from/writes to the socket doing nonblocking IO

Modified: perl/modperl/branches/threading/t/protocol/TestProtocol/echo_timeout.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/protocol/TestProtocol/echo_timeout.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/protocol/TestProtocol/echo_timeout.pm (original)
+++ perl/modperl/branches/threading/t/protocol/TestProtocol/echo_timeout.pm Thu Jun 26 07:09:47 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 -*-
 package TestProtocol::echo_timeout;
 
 # this test reads from/writes to the socket doing nonblocking IO but

Modified: perl/modperl/branches/threading/t/protocol/TestProtocol/eliza.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/protocol/TestProtocol/eliza.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/protocol/TestProtocol/eliza.pm (original)
+++ perl/modperl/branches/threading/t/protocol/TestProtocol/eliza.pm Thu Jun 26 07:09:47 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 -*-
 package TestProtocol::eliza;
 
 use strict;

Modified: perl/modperl/branches/threading/t/protocol/TestProtocol/pseudo_http.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/protocol/TestProtocol/pseudo_http.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/protocol/TestProtocol/pseudo_http.pm (original)
+++ perl/modperl/branches/threading/t/protocol/TestProtocol/pseudo_http.pm Thu Jun 26 07:09:47 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 -*-
 package TestProtocol::pseudo_http;
 
 # this is a more advanced protocol implementation. While using a

Modified: perl/modperl/branches/threading/t/response/TestAPI/access.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/access.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/access.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/access.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::access;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/access2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/access2.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/access2.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/access2.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::access2;
 
 # testing $r->requires

Modified: perl/modperl/branches/threading/t/response/TestAPI/add_config.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/add_config.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/add_config.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/add_config.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::add_config;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/aplog.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/aplog.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/aplog.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/aplog.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::aplog;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/command.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/command.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/command.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/command.pm Thu Jun 26 07:09:47 2008
@@ -1,4 +1,4 @@
-
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 package TestAPI::command;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/conn_rec.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/conn_rec.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/conn_rec.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/conn_rec.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::conn_rec;
 
 # this test module is only for testing fields in the conn_rec listed

Modified: perl/modperl/branches/threading/t/response/TestAPI/conn_util.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/conn_util.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/conn_util.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/conn_util.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::conn_util;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/content_encoding.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/content_encoding.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/content_encoding.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/content_encoding.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::content_encoding;
 
 # tests: $r->content_encoding("gzip");

Modified: perl/modperl/branches/threading/t/response/TestAPI/custom_response.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/custom_response.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/custom_response.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/custom_response.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::custom_response;
 
 # custom_response() doesn't alter the response code, but is used to

Modified: perl/modperl/branches/threading/t/response/TestAPI/err_headers_out.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/err_headers_out.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/err_headers_out.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/err_headers_out.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::err_headers_out;
 
 # tests: $r->err_headers_out

Modified: perl/modperl/branches/threading/t/response/TestAPI/in_out_filters.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/in_out_filters.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/in_out_filters.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/in_out_filters.pm Thu Jun 26 07:09:47 2008
@@ -1,4 +1,4 @@
-
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 package TestAPI::in_out_filters;
 
 # testing: $r->input_filters and $r->output_filters

Modified: perl/modperl/branches/threading/t/response/TestAPI/internal_redirect.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/internal_redirect.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/internal_redirect.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/internal_redirect.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::internal_redirect;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/internal_redirect_handler.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/internal_redirect_handler.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/internal_redirect_handler.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/internal_redirect_handler.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::internal_redirect_handler;
 
 # $r->internal_redirect_handler() is the same as

Modified: perl/modperl/branches/threading/t/response/TestAPI/lookup_misc.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/lookup_misc.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/lookup_misc.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/lookup_misc.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::lookup_misc;
 
 # testing misc lookup_ methods. TestAPI::lookup_uri includes the tests

Modified: perl/modperl/branches/threading/t/response/TestAPI/lookup_uri.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/lookup_uri.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/lookup_uri.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/lookup_uri.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::lookup_uri;
 
 # tests $r->lookup_uri and its work with filters

Modified: perl/modperl/branches/threading/t/response/TestAPI/lookup_uri2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/lookup_uri2.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/lookup_uri2.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/lookup_uri2.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::lookup_uri2;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/module.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/module.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/module.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/module.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::module;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/process.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/process.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/process.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/process.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::process;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/query.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/query.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/query.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/query.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::query;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/request_rec.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/request_rec.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/request_rec.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/request_rec.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::request_rec;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/request_subclass.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/request_subclass.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/request_subclass.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/request_subclass.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::request_subclass;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/request_util.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/request_util.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/request_util.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/request_util.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::request_util;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/response.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/response.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/response.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/response.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::response;
 
 # testing Apache2::Response methods

Modified: perl/modperl/branches/threading/t/response/TestAPI/rflush.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/rflush.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/rflush.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/rflush.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::rflush;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/sendfile.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/sendfile.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/sendfile.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/sendfile.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::sendfile;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/server_const.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/server_const.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/server_const.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/server_const.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::server_const;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/server_rec.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/server_rec.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/server_rec.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/server_rec.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::server_rec;
 
 # this test module is only for testing fields in the server_rec listed

Modified: perl/modperl/branches/threading/t/response/TestAPI/server_util.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/server_util.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/server_util.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/server_util.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::server_util;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/show.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/show.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/show.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/show.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::show;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPI/slurp_filename.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/slurp_filename.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/slurp_filename.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/slurp_filename.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::slurp_filename;
 
 # test slurp_filename()'s taintness options and that it works properly

Modified: perl/modperl/branches/threading/t/response/TestAPI/status.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/status.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/status.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/status.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::status;
 
 # see the client for details

Modified: perl/modperl/branches/threading/t/response/TestAPI/sub_request.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/sub_request.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/sub_request.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/sub_request.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::sub_request;
 
 # basic subrequest tests

Modified: perl/modperl/branches/threading/t/response/TestAPI/uri.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPI/uri.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPI/uri.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPI/uri.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPI::uri;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPR/base64.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPR/base64.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPR/base64.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPR/base64.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPR::base64;
 
 use strict;

Modified: perl/modperl/branches/threading/t/response/TestAPR/brigade.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPR/brigade.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPR/brigade.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPR/brigade.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPR::brigade;
 
 # testing APR::Brigade in this tests.

Modified: perl/modperl/branches/threading/t/response/TestAPR/bucket.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPR/bucket.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPR/bucket.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPR/bucket.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPR::bucket;
 
 # a mix of APR::Brigade, APR::Bucket abd APR::BucketType tests

Modified: perl/modperl/branches/threading/t/response/TestAPR/date.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/threading/t/response/TestAPR/date.pm?rev=671910&r1=671909&r2=671910&view=diff
==============================================================================
--- perl/modperl/branches/threading/t/response/TestAPR/date.pm (original)
+++ perl/modperl/branches/threading/t/response/TestAPR/date.pm Thu Jun 26 07:09:47 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 -*-
 package TestAPR::date;
 
 # testing APR::Date API