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 st...@apache.org on 2013/11/01 00:40:02 UTC

svn commit: r1537766 - in /perl/modperl/branches/httpd24threading: ./ ModPerl-Registry/t/

Author: stevehay
Date: Thu Oct 31 23:40:01 2013
New Revision: 1537766

URL: http://svn.apache.org/r1537766
Log:
Merged revision(s) 671924 from perl/modperl/branches/threading:
add emacs mode line (-*-) to ModPerl-Registry/t/*
........

Modified:
    perl/modperl/branches/httpd24threading/   (props changed)
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/206.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/304.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/404.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/500.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/bad_scripts.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/basic.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/bin_resp.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/closure.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/dirindex.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/fatalstobrowser.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/flush.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/ithreads.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/nph.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/perlrun_extload.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/prefork.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/redirect.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/regex.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/rewrite_env.t
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/special_blocks.t

Propchange: perl/modperl/branches/httpd24threading/
------------------------------------------------------------------------------
  Merged /perl/modperl/branches/threading:r671924

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/206.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/206.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/206.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/206.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/304.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/304.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/304.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/304.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/404.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/404.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/404.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/404.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/500.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/500.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/500.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/500.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/bad_scripts.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/bad_scripts.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/bad_scripts.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/bad_scripts.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/basic.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/basic.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/basic.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/basic.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/bin_resp.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/bin_resp.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/bin_resp.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/bin_resp.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/cgi.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/closure.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/closure.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/closure.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/closure.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/dirindex.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/dirindex.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/dirindex.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/dirindex.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/fatalstobrowser.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/fatalstobrowser.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/fatalstobrowser.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/fatalstobrowser.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/flush.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/flush.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/flush.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/flush.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/ithreads.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/ithreads.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/ithreads.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/ithreads.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/nph.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/nph.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/nph.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/nph.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/perlrun_extload.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/perlrun_extload.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/perlrun_extload.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/perlrun_extload.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/prefork.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/prefork.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/prefork.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/prefork.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/redirect.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/redirect.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/redirect.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/redirect.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/regex.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/regex.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/regex.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/regex.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/rewrite_env.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/rewrite_env.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/rewrite_env.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/rewrite_env.t Thu Oct 31 23:40:01 2013
@@ -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/httpd24threading/ModPerl-Registry/t/special_blocks.t
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/special_blocks.t?rev=1537766&r1=1537765&r2=1537766&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/special_blocks.t (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/special_blocks.t Thu Oct 31 23:40:01 2013
@@ -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';