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:34:38 UTC

svn commit: r1537764 [1/5] - in /perl/modperl/branches/httpd24threading: ./ 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/apache...

Author: stevehay
Date: Thu Oct 31 23:34:26 2013
New Revision: 1537764

URL: http://svn.apache.org/r1537764
Log:
Merged revision(s) 671910-671912 from perl/modperl/branches/threading:
add emacs local vars to Perl files. This is done by adding
a "-*- mode: ..." line either as the second line after shebang (#!...)
or as the first line.

This way the __DATA__ section is untouched.

........
add emacs local vars to Perl files in t/.../*.t. This is done by adding
a "-*- mode: ..." line either as the second line after shebang (#!...)
or as the first line.

This way the __DATA__ section is untouched.


........

Modified:
    perl/modperl/branches/httpd24threading/   (props changed)
    perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRun.pm
    perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRunPrefork.pm
    perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/Registry.pm
    perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryBB.pm
    perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm
    perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryLoader.pm
    perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryPrefork.pm
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/206.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/304.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/404.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/basic.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/bin_resp_start_0.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/cgi.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/closure.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/content_type.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env_val.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/exit.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/flush.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/local-conf.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/missing_headers.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/not_executable.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/nph-foo.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_decl.pm
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_extload.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_nondecl.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/prefork.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/r_inherited.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect-cookie.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/require.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_n_status_change.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_plus_body.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/special_blocks.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/status_change.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/syntax_error.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/use_error.pl
    perl/modperl/branches/httpd24threading/ModPerl-Registry/t/conf/modperl_extra_startup.pl
    perl/modperl/branches/httpd24threading/build/config.pl
    perl/modperl/branches/httpd24threading/build/source_scan.pl
    perl/modperl/branches/httpd24threading/build/xs_generate.pl
    perl/modperl/branches/httpd24threading/lib/APR/XSLoader.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/Build.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/ParseSource.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections/Dump.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/Resource.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/SourceTables.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/Status.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/XSLoader.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/compat.pm
    perl/modperl/branches/httpd24threading/lib/Apache2/porting.pm
    perl/modperl/branches/httpd24threading/lib/Bundle/Apache2.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/BuildMM.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/BuildOptions.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/CScan.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/Code.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/Config.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/FunctionMap.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/MM.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/Manifest.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/ParseSource.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/StructureMap.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/TestReport.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/TestRun.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/TypeMap.pm
    perl/modperl/branches/httpd24threading/lib/ModPerl/WrapXS.pm
    perl/modperl/branches/httpd24threading/lib/mod_perl2.pm
    perl/modperl/branches/httpd24threading/t/apache/add_config.t
    perl/modperl/branches/httpd24threading/t/apache/cgihandler.t
    perl/modperl/branches/httpd24threading/t/apache/constants.t
    perl/modperl/branches/httpd24threading/t/apache/content_length_header.t
    perl/modperl/branches/httpd24threading/t/apache/discard_rbody.t
    perl/modperl/branches/httpd24threading/t/apache/post.t
    perl/modperl/branches/httpd24threading/t/apache/read.t
    perl/modperl/branches/httpd24threading/t/apache/read2.t
    perl/modperl/branches/httpd24threading/t/apache/scanhdrs.t
    perl/modperl/branches/httpd24threading/t/apache/scanhdrs2.t
    perl/modperl/branches/httpd24threading/t/apache/send_cgi_header.t
    perl/modperl/branches/httpd24threading/t/api/access2.t
    perl/modperl/branches/httpd24threading/t/api/add_config.t
    perl/modperl/branches/httpd24threading/t/api/content_encoding.t
    perl/modperl/branches/httpd24threading/t/api/custom_response.t
    perl/modperl/branches/httpd24threading/t/api/err_headers_out.t
    perl/modperl/branches/httpd24threading/t/api/in_out_filters.t
    perl/modperl/branches/httpd24threading/t/api/internal_redirect.t
    perl/modperl/branches/httpd24threading/t/api/internal_redirect_handler.t
    perl/modperl/branches/httpd24threading/t/api/lookup_misc.t
    perl/modperl/branches/httpd24threading/t/api/lookup_uri.t
    perl/modperl/branches/httpd24threading/t/api/request_rec.t
    perl/modperl/branches/httpd24threading/t/api/rflush.t
    perl/modperl/branches/httpd24threading/t/api/sendfile.t
    perl/modperl/branches/httpd24threading/t/api/slurp_filename.t
    perl/modperl/branches/httpd24threading/t/api/status.t
    perl/modperl/branches/httpd24threading/t/apr-ext/base64.t
    perl/modperl/branches/httpd24threading/t/apr-ext/brigade.t
    perl/modperl/branches/httpd24threading/t/apr-ext/bucket.t
    perl/modperl/branches/httpd24threading/t/apr-ext/date.t
    perl/modperl/branches/httpd24threading/t/apr-ext/error.t
    perl/modperl/branches/httpd24threading/t/apr-ext/finfo.t
    perl/modperl/branches/httpd24threading/t/apr-ext/os.t
    perl/modperl/branches/httpd24threading/t/apr-ext/perlio.t
    perl/modperl/branches/httpd24threading/t/apr-ext/pool.t
    perl/modperl/branches/httpd24threading/t/apr-ext/status.t
    perl/modperl/branches/httpd24threading/t/apr-ext/string.t
    perl/modperl/branches/httpd24threading/t/apr-ext/table.t
    perl/modperl/branches/httpd24threading/t/apr-ext/threadmutex.t
    perl/modperl/branches/httpd24threading/t/apr-ext/threadrwlock.t
    perl/modperl/branches/httpd24threading/t/apr-ext/uri.t
    perl/modperl/branches/httpd24threading/t/apr-ext/util.t
    perl/modperl/branches/httpd24threading/t/apr-ext/uuid.t
    perl/modperl/branches/httpd24threading/t/apr/constants.t
    perl/modperl/branches/httpd24threading/t/apr/pool_lifetime.t
    perl/modperl/branches/httpd24threading/t/compat/conn_authen.t
    perl/modperl/branches/httpd24threading/t/compat/request_body.t
    perl/modperl/branches/httpd24threading/t/compat/send_fd.t
    perl/modperl/branches/httpd24threading/t/conf/modperl_extra.pl
    perl/modperl/branches/httpd24threading/t/conf/post_config_startup.pl
    perl/modperl/branches/httpd24threading/t/directive/perl.t
    perl/modperl/branches/httpd24threading/t/directive/perlcleanuphandler.t
    perl/modperl/branches/httpd24threading/t/directive/perlloadmodule2.t
    perl/modperl/branches/httpd24threading/t/directive/perlloadmodule3.t
    perl/modperl/branches/httpd24threading/t/directive/perlloadmodule4.t
    perl/modperl/branches/httpd24threading/t/directive/perlloadmodule5.t
    perl/modperl/branches/httpd24threading/t/directive/perlloadmodule6.t
    perl/modperl/branches/httpd24threading/t/directive/perlmodule.t
    perl/modperl/branches/httpd24threading/t/directive/perlrequire.t
    perl/modperl/branches/httpd24threading/t/directive/setupenv.t
    perl/modperl/branches/httpd24threading/t/error/runtime.t
    perl/modperl/branches/httpd24threading/t/error/syntax.t
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/both_str_con_add.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/both_str_native_remove.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/both_str_req_add.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/both_str_req_mix.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/both_str_req_proxy.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_autoload.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_bbs_body.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_bbs_consume.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_bbs_inject_header.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_bbs_msg.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_bbs_underrun.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_error.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_init_basic.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_str_bin_data.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_str_consume.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_str_declined.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_str_declined_read.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_str_lc.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_str_msg.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/in_str_sandwich.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_bbs_basic.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_bbs_ctx.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_bbs_filebucket.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_init_basic.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_api.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_buffer.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_ctx.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_declined.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_eval.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_lc.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_remove.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_req_eos.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_req_mix.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_reverse.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_subreq_default.pm
    perl/modperl/branches/httpd24threading/t/filter/TestFilter/out_str_subreq_modperl.pm
    perl/modperl/branches/httpd24threading/t/filter/both_str_con_add.t
    perl/modperl/branches/httpd24threading/t/filter/both_str_native_remove.t
    perl/modperl/branches/httpd24threading/t/filter/both_str_req_add.t
    perl/modperl/branches/httpd24threading/t/filter/both_str_req_mix.t
    perl/modperl/branches/httpd24threading/t/filter/both_str_req_proxy.t
    perl/modperl/branches/httpd24threading/t/filter/in_autoload.t
    perl/modperl/branches/httpd24threading/t/filter/in_bbs_body.t
    perl/modperl/branches/httpd24threading/t/filter/in_bbs_consume.t
    perl/modperl/branches/httpd24threading/t/filter/in_bbs_inject_header.t
    perl/modperl/branches/httpd24threading/t/filter/in_bbs_msg.t
    perl/modperl/branches/httpd24threading/t/filter/in_bbs_underrun.t
    perl/modperl/branches/httpd24threading/t/filter/in_error.t
    perl/modperl/branches/httpd24threading/t/filter/in_init_basic.t
    perl/modperl/branches/httpd24threading/t/filter/in_str_bin_data.t
    perl/modperl/branches/httpd24threading/t/filter/in_str_consume.t
    perl/modperl/branches/httpd24threading/t/filter/in_str_declined.t
    perl/modperl/branches/httpd24threading/t/filter/in_str_declined_read.t
    perl/modperl/branches/httpd24threading/t/filter/in_str_lc.t
    perl/modperl/branches/httpd24threading/t/filter/in_str_msg.t
    perl/modperl/branches/httpd24threading/t/filter/in_str_sandwich.t
    perl/modperl/branches/httpd24threading/t/filter/out_apache.t
    perl/modperl/branches/httpd24threading/t/filter/out_bbs_ctx.t
    perl/modperl/branches/httpd24threading/t/filter/out_bbs_filebucket.t
    perl/modperl/branches/httpd24threading/t/filter/out_init_basic.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_buffer.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_ctx.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_declined.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_lc.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_remove.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_req_eos.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_req_mix.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_reverse.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_subreq_default.t
    perl/modperl/branches/httpd24threading/t/filter/out_str_subreq_modperl.t
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/access.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/authen_basic.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/authen_digest.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/authz.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/cleanup.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/cleanup2.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/error.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/fixup.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/headerparser.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/hookrun.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/init.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/inlined_handlers.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/push_handlers.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/push_handlers_anon.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/push_handlers_blessed.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/push_handlers_same_phase.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/set_handlers.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/stacked_handlers.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/stacked_handlers2.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/startup.pm
    perl/modperl/branches/httpd24threading/t/hooks/TestHooks/trans.pm
    perl/modperl/branches/httpd24threading/t/hooks/access.t
    perl/modperl/branches/httpd24threading/t/hooks/authen_basic.t
    perl/modperl/branches/httpd24threading/t/hooks/authen_digest.t
    perl/modperl/branches/httpd24threading/t/hooks/authz.t
    perl/modperl/branches/httpd24threading/t/hooks/cleanup.t
    perl/modperl/branches/httpd24threading/t/hooks/cleanup2.t
    perl/modperl/branches/httpd24threading/t/hooks/error.t
    perl/modperl/branches/httpd24threading/t/hooks/hookrun.t
    perl/modperl/branches/httpd24threading/t/hooks/init.t
    perl/modperl/branches/httpd24threading/t/hooks/inlined_handlers.t
    perl/modperl/branches/httpd24threading/t/hooks/push_handlers.t
    perl/modperl/branches/httpd24threading/t/hooks/push_handlers_anon.t
    perl/modperl/branches/httpd24threading/t/hooks/stacked_handlers.t
    perl/modperl/branches/httpd24threading/t/hooks/stacked_handlers2.t
    perl/modperl/branches/httpd24threading/t/hooks/startup.t
    perl/modperl/branches/httpd24threading/t/hooks/trans.t
    perl/modperl/branches/httpd24threading/t/htdocs/api/slurp.pl
    perl/modperl/branches/httpd24threading/t/htdocs/includes-registry/cgipm.pl
    perl/modperl/branches/httpd24threading/t/htdocs/includes-registry/test.pl
    perl/modperl/branches/httpd24threading/t/htdocs/modperl/setupenv2/config_require.pl
    perl/modperl/branches/httpd24threading/t/htdocs/modperl/setupenv2/module.pm
    perl/modperl/branches/httpd24threading/t/htdocs/modperl/setupenv2/post_config_require.pl
    perl/modperl/branches/httpd24threading/t/htdocs/modperl/setupenv2/require.pl
    perl/modperl/branches/httpd24threading/t/htdocs/vhost/post_config.pl
    perl/modperl/branches/httpd24threading/t/htdocs/vhost/startup.pl
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/base64.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/brigade.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/bucket.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/date.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/error.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/finfo.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/os.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/pool.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/status.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/string.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/table.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/threadmutex.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/threadrwlock.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/uri.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/util.pm
    perl/modperl/branches/httpd24threading/t/lib/TestAPRlib/uuid.pm
    perl/modperl/branches/httpd24threading/t/lib/TestCommon/FilterDebug.pm
    perl/modperl/branches/httpd24threading/t/lib/TestCommon/Handlers.pm
    perl/modperl/branches/httpd24threading/t/lib/TestCommon/LogDiff.pm
    perl/modperl/branches/httpd24threading/t/lib/TestCommon/MemoryLeak.pm
    perl/modperl/branches/httpd24threading/t/lib/TestCommon/SameInterp.pm
    perl/modperl/branches/httpd24threading/t/lib/TestCommon/TiePerlSection.pm
    perl/modperl/branches/httpd24threading/t/lib/TestCommon/Utils.pm
    perl/modperl/branches/httpd24threading/t/lib/TestExit/FromPerlModule.pm
    perl/modperl/branches/httpd24threading/t/modperl/cookie.t
    perl/modperl/branches/httpd24threading/t/modperl/cookie2.t
    perl/modperl/branches/httpd24threading/t/modperl/exit.t
    perl/modperl/branches/httpd24threading/t/modperl/getc.t
    perl/modperl/branches/httpd24threading/t/modperl/local_env.t
    perl/modperl/branches/httpd24threading/t/modperl/merge.t
    perl/modperl/branches/httpd24threading/t/modperl/merge2.t
    perl/modperl/branches/httpd24threading/t/modperl/merge3.t
    perl/modperl/branches/httpd24threading/t/modperl/perl_options.t
    perl/modperl/branches/httpd24threading/t/modperl/perl_options2.t
    perl/modperl/branches/httpd24threading/t/modperl/pnotes.t
    perl/modperl/branches/httpd24threading/t/modperl/pnotes2.t
    perl/modperl/branches/httpd24threading/t/modperl/post_utf8.t
    perl/modperl/branches/httpd24threading/t/modperl/print_utf8.t
    perl/modperl/branches/httpd24threading/t/modperl/print_utf8_2.t
    perl/modperl/branches/httpd24threading/t/modperl/readline.t
    perl/modperl/branches/httpd24threading/t/modperl/request_rec_perlio_api.t
    perl/modperl/branches/httpd24threading/t/modperl/setupenv.t
    perl/modperl/branches/httpd24threading/t/modperl/setupenv2.t
    perl/modperl/branches/httpd24threading/t/modperl/status.t
    perl/modperl/branches/httpd24threading/t/modules/apache_resource.t
    perl/modperl/branches/httpd24threading/t/modules/apache_status.t
    perl/modperl/branches/httpd24threading/t/modules/cgi.t
    perl/modperl/branches/httpd24threading/t/modules/cgi2.t
    perl/modperl/branches/httpd24threading/t/modules/cgipost.t
    perl/modperl/branches/httpd24threading/t/modules/cgipost2.t
    perl/modperl/branches/httpd24threading/t/modules/cgiupload.t
    perl/modperl/branches/httpd24threading/t/modules/cgiupload2.t
    perl/modperl/branches/httpd24threading/t/modules/include.t
    perl/modperl/branches/httpd24threading/t/modules/include2.t
    perl/modperl/branches/httpd24threading/t/modules/include_subreq.t
    perl/modperl/branches/httpd24threading/t/modules/proxy.t
    perl/modperl/branches/httpd24threading/t/perl/hash_attack.t
    perl/modperl/branches/httpd24threading/t/perl/ithreads.t
    perl/modperl/branches/httpd24threading/t/perl/ithreads2.t
    perl/modperl/branches/httpd24threading/t/perl/ithreads3.t
    perl/modperl/branches/httpd24threading/t/preconnection/TestPreConnection/note.pm
    perl/modperl/branches/httpd24threading/t/preconnection/note.t
    perl/modperl/branches/httpd24threading/t/protocol/TestProtocol/echo_bbs.pm
    perl/modperl/branches/httpd24threading/t/protocol/TestProtocol/echo_bbs2.pm
    perl/modperl/branches/httpd24threading/t/protocol/TestProtocol/echo_block.pm
    perl/modperl/branches/httpd24threading/t/protocol/TestProtocol/echo_filter.pm
    perl/modperl/branches/httpd24threading/t/protocol/TestProtocol/echo_nonblock.pm
    perl/modperl/branches/httpd24threading/t/protocol/TestProtocol/echo_timeout.pm
    perl/modperl/branches/httpd24threading/t/protocol/TestProtocol/eliza.pm
    perl/modperl/branches/httpd24threading/t/protocol/TestProtocol/pseudo_http.pm
    perl/modperl/branches/httpd24threading/t/protocol/echo_bbs.t
    perl/modperl/branches/httpd24threading/t/protocol/echo_bbs2.t
    perl/modperl/branches/httpd24threading/t/protocol/echo_block.t
    perl/modperl/branches/httpd24threading/t/protocol/echo_filter.t
    perl/modperl/branches/httpd24threading/t/protocol/echo_nonblock.t
    perl/modperl/branches/httpd24threading/t/protocol/echo_timeout.t
    perl/modperl/branches/httpd24threading/t/protocol/eliza.t
    perl/modperl/branches/httpd24threading/t/protocol/pseudo_http.t
    perl/modperl/branches/httpd24threading/t/response/TestAPI/access.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/access2.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/add_config.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/aplog.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/command.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/conn_rec.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/conn_util.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/content_encoding.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/custom_response.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/err_headers_out.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/in_out_filters.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/internal_redirect.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/internal_redirect_handler.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/lookup_misc.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/lookup_uri.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/lookup_uri2.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/module.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/process.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/query.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/request_rec.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/request_subclass.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/request_util.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/response.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/rflush.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/sendfile.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/server_const.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/server_rec.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/server_util.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/show.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/slurp_filename.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/status.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/sub_request.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPI/uri.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/base64.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/brigade.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/bucket.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/date.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/finfo.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/flatten.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/ipsubnet.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/os.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/perlio.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/pool.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/pool_lifetime.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/sockaddr.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/socket.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/status.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/string.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/table.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/threadmutex.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/threadrwlock.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/uri.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/util.pm
    perl/modperl/branches/httpd24threading/t/response/TestAPR/uuid.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/cgihandler.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/conftree.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/content_length_header.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/daemon.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/discard_rbody.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/post.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/read.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/read2.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/scanhdrs.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/scanhdrs2.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/send_cgi_header.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/subprocess.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/util.pm
    perl/modperl/branches/httpd24threading/t/response/TestApache/write.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/apache.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/apache_file.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/apache_module.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/apache_table.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/apache_uri.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/apache_util.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/conn_authen.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/conn_rec.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/request.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/request_body.pm
    perl/modperl/branches/httpd24threading/t/response/TestCompat/send_fd.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/cmdparms.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/env.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlcleanuphandler.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perldo.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlloadmodule.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlloadmodule2.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlloadmodule3.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlloadmodule4.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlloadmodule5.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlloadmodule6.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlloadmodule7.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlmodule.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/perlrequire.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/pod.pm
    perl/modperl/branches/httpd24threading/t/response/TestDirective/setupenv.pm
    perl/modperl/branches/httpd24threading/t/response/TestError/api.pm
    perl/modperl/branches/httpd24threading/t/response/TestError/runtime.pm
    perl/modperl/branches/httpd24threading/t/response/TestError/syntax.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/cookie.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/cookie2.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/current_callback.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/dir_config.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/endav.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/env.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/exit.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/getc.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/interpreter.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/io_nested_with_closed_stds.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/io_with_closed_stds.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/local_env.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/merge.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/method.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/methodname.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/methodobj.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/perl.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/perl_options.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/perl_options2.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/pnotes.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/pnotes2.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/post_utf8.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/print.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/print_utf8.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/print_utf8_2.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/printf.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/readline.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/request_rec_perlio_api.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/request_rec_tie_api.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/setauth.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/setupenv.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/setupenv2.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/status.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/subenv.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/taint.pm
    perl/modperl/branches/httpd24threading/t/response/TestModperl/util.pm
    perl/modperl/branches/httpd24threading/t/response/TestModules/cgi.pm
    perl/modperl/branches/httpd24threading/t/response/TestModules/cgi2.pm
    perl/modperl/branches/httpd24threading/t/response/TestModules/cgipost.pm
    perl/modperl/branches/httpd24threading/t/response/TestModules/cgipost2.pm
    perl/modperl/branches/httpd24threading/t/response/TestModules/cgiupload.pm
    perl/modperl/branches/httpd24threading/t/response/TestModules/cgiupload2.pm
    perl/modperl/branches/httpd24threading/t/response/TestModules/include_subreq.pm
    perl/modperl/branches/httpd24threading/t/response/TestModules/proxy.pm
    perl/modperl/branches/httpd24threading/t/response/TestPerl/api.pm
    perl/modperl/branches/httpd24threading/t/response/TestPerl/hash_attack.pm
    perl/modperl/branches/httpd24threading/t/response/TestPerl/ithreads.pm
    perl/modperl/branches/httpd24threading/t/response/TestPerl/ithreads3.pm
    perl/modperl/branches/httpd24threading/t/response/TestPerl/ithreads_args.pm
    perl/modperl/branches/httpd24threading/t/response/TestPerl/ithreads_eval.pm
    perl/modperl/branches/httpd24threading/t/response/TestPerl/signals.pm
    perl/modperl/branches/httpd24threading/t/response/TestUser/rewrite.pm
    perl/modperl/branches/httpd24threading/t/response/TestVhost/config.pm
    perl/modperl/branches/httpd24threading/t/response/TestVhost/log.pm
    perl/modperl/branches/httpd24threading/t/user/rewrite.t
    perl/modperl/branches/httpd24threading/t/vhost/config.t
    perl/modperl/branches/httpd24threading/t/vhost/log.t
    perl/modperl/branches/httpd24threading/util/apr_arg_check.pl
    perl/modperl/branches/httpd24threading/util/apr_pool_check.pl
    perl/modperl/branches/httpd24threading/util/cvsize.pl
    perl/modperl/branches/httpd24threading/util/getdiff.pl
    perl/modperl/branches/httpd24threading/util/methodlookup_check.pl
    perl/modperl/branches/httpd24threading/util/perl_bloat.pl
    perl/modperl/branches/httpd24threading/util/sizeof.pl
    perl/modperl/branches/httpd24threading/util/source_stats.pl
    perl/modperl/branches/httpd24threading/util/xs_check.pl
    perl/modperl/branches/httpd24threading/xs/APR/APR/APR.pm
    perl/modperl/branches/httpd24threading/xs/APR/Const/Const.pm
    perl/modperl/branches/httpd24threading/xs/APR/PerlIO/PerlIO.pm
    perl/modperl/branches/httpd24threading/xs/Apache2/Const/Const.pm
    perl/modperl/branches/httpd24threading/xs/ModPerl/Const/Const.pm
    perl/modperl/branches/httpd24threading/xs/tables/current/APR/FunctionTable.pm
    perl/modperl/branches/httpd24threading/xs/tables/current/Apache2/ConstantsTable.pm
    perl/modperl/branches/httpd24threading/xs/tables/current/Apache2/FunctionTable.pm
    perl/modperl/branches/httpd24threading/xs/tables/current/Apache2/StructureTable.pm
    perl/modperl/branches/httpd24threading/xs/tables/current/ModPerl/FunctionTable.pm

Propchange: perl/modperl/branches/httpd24threading/
------------------------------------------------------------------------------
  Merged /perl/modperl/branches/threading:r671910-671912

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRun.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRun.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRun.pm (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRun.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRunPrefork.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRunPrefork.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRunPrefork.pm (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/PerlRunPrefork.pm Thu Oct 31 23:34:26 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 -*-
 package ModPerl::PerlRunPrefork;
 
 use strict;

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/Registry.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/Registry.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/Registry.pm (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/Registry.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryBB.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryBB.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryBB.pm (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryBB.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryLoader.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryLoader.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryLoader.pm (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryLoader.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryPrefork.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryPrefork.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryPrefork.pm (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/lib/ModPerl/RegistryPrefork.pm Thu Oct 31 23:34:26 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 -*-
 package ModPerl::RegistryPrefork;
 
 use strict;

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/206.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/206.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/206.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/206.pl Thu Oct 31 23:34:26 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 -*-
        print <<_OUT_;
 Status: 206 Partial Content
 Content-Type: text/html; charset=UTF-8

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/304.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/304.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/304.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/304.pl Thu Oct 31 23:34:26 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-bin/404.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/404.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/404.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/404.pl Thu Oct 31 23:34:26 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;
 

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/basic.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/basic.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/basic.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/basic.pl Thu Oct 31 23:34:26 2013
@@ -1,4 +1,5 @@
 #!perl -w
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 # test all the basic functionality
 

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/bin_resp_start_0.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/bin_resp_start_0.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/bin_resp_start_0.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/bin_resp_start_0.pl Thu Oct 31 23:34:26 2013
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -w
+# 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-bin/cgi.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/cgi.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/cgi.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/cgi.pl Thu Oct 31 23:34:26 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 CGI qw/:standard :html3/;
 
 print header(-type=>'text/html');

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/closure.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/closure.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/closure.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/closure.pl Thu Oct 31 23:34:26 2013
@@ -1,4 +1,5 @@
 #!perl -w
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 BEGIN {
     use Apache::TestUtil qw/t_server_log_warn_is_expected/;

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/content_type.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/content_type.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/content_type.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/content_type.pl Thu Oct 31 23:34:26 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 -*-
 my $r = shift;
 $r->content_type('text/plain');
 $r->print('ok');

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env.pl Thu Oct 31 23:34:26 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 -*-
 # test env vars
 
 print "Content-type: text/plain\n\n";

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env_val.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env_val.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env_val.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/env_val.pl Thu Oct 31 23:34:26 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 -*-
 # test env vars
 
 print "Content-type: text/plain\n\n";

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/exit.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/exit.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/exit.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/exit.pl Thu Oct 31 23:34:26 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 -*-
 # XXX: exit should work by stopping the script, but not quitting the
 # interpreter, though it's not trivial to make an automated test since
 # what you really want to check whether the process didn't quit after

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/flush.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/flush.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/flush.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/flush.pl Thu Oct 31 23:34:26 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-bin/ithreads_io_n_tie.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/ithreads_io_n_tie.pl Thu Oct 31 23:34:26 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-bin/local-conf.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/local-conf.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/local-conf.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/local-conf.pl Thu Oct 31 23:34:26 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 -*-
 $test_require = 'it works';
 
 1;

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/missing_headers.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/missing_headers.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/missing_headers.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/missing_headers.pl Thu Oct 31 23:34:26 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 -*-
 BEGIN {
     use Apache::TestUtil;
     t_server_log_error_is_expected();

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/not_executable.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/not_executable.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/not_executable.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/not_executable.pl Thu Oct 31 23:34:26 2013
@@ -1,4 +1,5 @@
 #!perl -w
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 # this test should return forbidden, since it should be not-executable
 

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/nph-foo.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/nph-foo.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/nph-foo.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/nph-foo.pl Thu Oct 31 23:34:26 2013
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -w
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 my $r = shift;
 

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_decl.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_decl.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_decl.pm (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_decl.pm Thu Oct 31 23:34:26 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 -*-
 package perlrun_decl;
 
 use warnings;

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_extload.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_extload.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_extload.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_extload.pl Thu Oct 31 23:34:26 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 warnings;
 use strict;
 

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_nondecl.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_nondecl.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_nondecl.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/perlrun_nondecl.pl Thu Oct 31 23:34:26 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 -*-
 # we use this file to test how the files w/o package declaration,
 # required from perlrun, work
 

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/prefork.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/prefork.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/prefork.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/prefork.pl Thu Oct 31 23:34:26 2013
@@ -1,4 +1,5 @@
 #!perl -w
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 # test that prefork runs from the directory the script lives in
 

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/r_inherited.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/r_inherited.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/r_inherited.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/r_inherited.pl Thu Oct 31 23:34:26 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;
 

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect-cookie.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect-cookie.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect-cookie.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect-cookie.pl Thu Oct 31 23:34:26 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 -*-
 # test env vars
 
 use Apache2::URI ();

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/redirect.pl Thu Oct 31 23:34:26 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 -*-
 # test env vars
 
 use Apache2::URI ();

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/require.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/require.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/require.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/require.pl Thu Oct 31 23:34:26 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 -*-
 # test the require
 
 use Apache::Test ();

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error.pl Thu Oct 31 23:34:26 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 -*-
 BEGIN {
     use Apache::TestUtil;
     t_server_log_error_is_expected();

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_n_status_change.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_n_status_change.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_n_status_change.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_n_status_change.pl Thu Oct 31 23:34:26 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 -*-
 BEGIN {
     use Apache::TestUtil;
     t_server_log_error_is_expected();

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_plus_body.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_plus_body.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_plus_body.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/runtime_error_plus_body.pl Thu Oct 31 23:34:26 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 -*-
 BEGIN {
     use Apache::TestUtil;
     t_server_log_error_is_expected();

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/special_blocks.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/special_blocks.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/special_blocks.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/special_blocks.pl Thu Oct 31 23:34:26 2013
@@ -1,4 +1,5 @@
 #!perl -w
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 # test BEGIN/END blocks
 

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/status_change.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/status_change.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/status_change.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/status_change.pl Thu Oct 31 23:34:26 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 Apache2::Const -compile => qw(NOT_FOUND);
 
 my $r = shift;

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/syntax_error.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/syntax_error.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/syntax_error.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/syntax_error.pl Thu Oct 31 23:34:26 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 -*-
 BEGIN {
     use Apache::TestUtil;
     t_server_log_error_is_expected();

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/use_error.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/use_error.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/use_error.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/cgi-bin/use_error.pl Thu Oct 31 23:34:26 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 -*-
 BEGIN {
     use Apache::TestUtil;
     t_server_log_error_is_expected();

Modified: perl/modperl/branches/httpd24threading/ModPerl-Registry/t/conf/modperl_extra_startup.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/ModPerl-Registry/t/conf/modperl_extra_startup.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/ModPerl-Registry/t/conf/modperl_extra_startup.pl (original)
+++ perl/modperl/branches/httpd24threading/ModPerl-Registry/t/conf/modperl_extra_startup.pl Thu Oct 31 23:34:26 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/build/config.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/build/config.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/build/config.pl (original)
+++ perl/modperl/branches/httpd24threading/build/config.pl Thu Oct 31 23:34:26 2013
@@ -1,4 +1,5 @@
 #!/usr/bin/perl -w
+# please insert nothing before this line: -*- mode: cperl; cperl-indent-level: 4; cperl-continued-statement-offset: 4; indent-tabs-mode: nil -*-
 
 use strict;
 use FindBin qw($Bin);

Modified: perl/modperl/branches/httpd24threading/build/source_scan.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/build/source_scan.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/build/source_scan.pl (original)
+++ perl/modperl/branches/httpd24threading/build/source_scan.pl Thu Oct 31 23:34:26 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 -*-
 #requires C::Scan 0.75+
 
 use lib qw(lib Apache-Test/lib);

Modified: perl/modperl/branches/httpd24threading/build/xs_generate.pl
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/build/xs_generate.pl?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/build/xs_generate.pl (original)
+++ perl/modperl/branches/httpd24threading/build/xs_generate.pl Thu Oct 31 23:34:26 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 lib qw(lib Apache-Test/lib);
 
 use Apache::TestConfig (); # needed to resolve circular use dependency

Modified: perl/modperl/branches/httpd24threading/lib/APR/XSLoader.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/APR/XSLoader.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/APR/XSLoader.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/APR/XSLoader.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/Build.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/Build.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/Build.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/Build.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/ParseSource.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/ParseSource.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/ParseSource.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/ParseSource.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections/Dump.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections/Dump.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections/Dump.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/PerlSections/Dump.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/Resource.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/Resource.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/Resource.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/Resource.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/SourceTables.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/SourceTables.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/SourceTables.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/SourceTables.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/Status.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/Status.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/Status.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/Status.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/XSLoader.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/XSLoader.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/XSLoader.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/XSLoader.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/compat.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/compat.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/compat.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/compat.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Apache2/porting.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Apache2/porting.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Apache2/porting.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Apache2/porting.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/Bundle/Apache2.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/Bundle/Apache2.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/Bundle/Apache2.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/Bundle/Apache2.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/BuildMM.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/BuildMM.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/BuildMM.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/BuildMM.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/BuildOptions.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/BuildOptions.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/BuildOptions.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/BuildOptions.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/CScan.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/CScan.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/CScan.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/CScan.pm Thu Oct 31 23:34:26 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 -*-
 package ModPerl::CScan;
 
 require Exporter;

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/Code.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/Code.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/Code.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/Code.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/Config.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/Config.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/Config.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/Config.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/FunctionMap.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/FunctionMap.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/FunctionMap.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/FunctionMap.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/MM.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/MM.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/MM.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/MM.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/Manifest.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/Manifest.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/Manifest.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/Manifest.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/ParseSource.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/ParseSource.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/ParseSource.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/ParseSource.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/StructureMap.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/StructureMap.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/StructureMap.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/StructureMap.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: perl/modperl/branches/httpd24threading/lib/ModPerl/TestReport.pm
URL: http://svn.apache.org/viewvc/perl/modperl/branches/httpd24threading/lib/ModPerl/TestReport.pm?rev=1537764&r1=1537763&r2=1537764&view=diff
==============================================================================
--- perl/modperl/branches/httpd24threading/lib/ModPerl/TestReport.pm (original)
+++ perl/modperl/branches/httpd24threading/lib/ModPerl/TestReport.pm Thu Oct 31 23:34:26 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 -*-
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.