From: Rafael Garcia-Suarez Date: Sat, 6 Jun 2009 12:50:16 +0000 (+0200) Subject: Mark all .t and .pm files as non executable X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d9f203a5233af6609a4b98c6d12d865eadc274ea;p=p5sagit%2Fp5-mst-13.2.git Mark all .t and .pm files as non executable --- diff --git a/ext/Attribute-Handlers/demo/Demo.pm b/ext/Attribute-Handlers/demo/Demo.pm old mode 100755 new mode 100644 diff --git a/ext/Attribute-Handlers/demo/Descriptions.pm b/ext/Attribute-Handlers/demo/Descriptions.pm old mode 100755 new mode 100644 diff --git a/ext/Attribute-Handlers/demo/MyClass.pm b/ext/Attribute-Handlers/demo/MyClass.pm old mode 100755 new mode 100644 diff --git a/ext/B/t/b.t b/ext/B/t/b.t old mode 100755 new mode 100644 diff --git a/ext/B/t/debug.t b/ext/B/t/debug.t old mode 100755 new mode 100644 diff --git a/ext/B/t/showlex.t b/ext/B/t/showlex.t old mode 100755 new mode 100644 diff --git a/ext/DB_File/t/db-btree.t b/ext/DB_File/t/db-btree.t old mode 100755 new mode 100644 diff --git a/ext/DB_File/t/db-hash.t b/ext/DB_File/t/db-hash.t old mode 100755 new mode 100644 diff --git a/ext/DB_File/t/db-recno.t b/ext/DB_File/t/db-recno.t old mode 100755 new mode 100644 diff --git a/ext/Data-Dumper/t/dumper.t b/ext/Data-Dumper/t/dumper.t old mode 100755 new mode 100644 diff --git a/ext/Data-Dumper/t/overload.t b/ext/Data-Dumper/t/overload.t old mode 100755 new mode 100644 diff --git a/ext/Data-Dumper/t/pair.t b/ext/Data-Dumper/t/pair.t old mode 100755 new mode 100644 diff --git a/ext/Errno/t/Errno.t b/ext/Errno/t/Errno.t old mode 100755 new mode 100644 diff --git a/ext/File-Glob/t/basic.t b/ext/File-Glob/t/basic.t old mode 100755 new mode 100644 diff --git a/ext/File-Glob/t/case.t b/ext/File-Glob/t/case.t old mode 100755 new mode 100644 diff --git a/ext/File-Glob/t/global.t b/ext/File-Glob/t/global.t old mode 100755 new mode 100644 diff --git a/ext/File-Glob/t/taint.t b/ext/File-Glob/t/taint.t old mode 100755 new mode 100644 diff --git a/ext/GDBM_File/t/gdbm.t b/ext/GDBM_File/t/gdbm.t old mode 100755 new mode 100644 diff --git a/ext/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm b/ext/IO-Compress/lib/IO/Uncompress/Adapter/Identity.pm old mode 100755 new mode 100644 diff --git a/ext/IO-Compress/lib/IO/Uncompress/RawInflate.pm b/ext/IO-Compress/lib/IO/Uncompress/RawInflate.pm old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_const.t b/ext/IO/t/io_const.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_dir.t b/ext/IO/t/io_dir.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_dup.t b/ext/IO/t/io_dup.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_file.t b/ext/IO/t/io_file.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_linenum.t b/ext/IO/t/io_linenum.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_pipe.t b/ext/IO/t/io_pipe.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_poll.t b/ext/IO/t/io_poll.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_sel.t b/ext/IO/t/io_sel.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_sock.t b/ext/IO/t/io_sock.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_taint.t b/ext/IO/t/io_taint.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_tell.t b/ext/IO/t/io_tell.t old mode 100755 new mode 100644 diff --git a/ext/IO/t/io_udp.t b/ext/IO/t/io_udp.t old mode 100755 new mode 100644 diff --git a/ext/IPC-SysV/t/ipcsysv.t b/ext/IPC-SysV/t/ipcsysv.t old mode 100755 new mode 100644 diff --git a/ext/IPC-SysV/t/msg.t b/ext/IPC-SysV/t/msg.t old mode 100755 new mode 100644 diff --git a/ext/IPC-SysV/t/sem.t b/ext/IPC-SysV/t/sem.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/blessed.t b/ext/List-Util/t/blessed.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/dualvar.t b/ext/List-Util/t/dualvar.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/first.t b/ext/List-Util/t/first.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/max.t b/ext/List-Util/t/max.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/maxstr.t b/ext/List-Util/t/maxstr.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/min.t b/ext/List-Util/t/min.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/minstr.t b/ext/List-Util/t/minstr.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/reduce.t b/ext/List-Util/t/reduce.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/refaddr.t b/ext/List-Util/t/refaddr.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/reftype.t b/ext/List-Util/t/reftype.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/shuffle.t b/ext/List-Util/t/shuffle.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/sum.t b/ext/List-Util/t/sum.t old mode 100755 new mode 100644 diff --git a/ext/List-Util/t/weak.t b/ext/List-Util/t/weak.t old mode 100755 new mode 100644 diff --git a/ext/NDBM_File/t/ndbm.t b/ext/NDBM_File/t/ndbm.t old mode 100755 new mode 100644 diff --git a/ext/ODBM_File/t/odbm.t b/ext/ODBM_File/t/odbm.t old mode 100755 new mode 100644 diff --git a/ext/Opcode/t/Opcode.t b/ext/Opcode/t/Opcode.t old mode 100755 new mode 100644 diff --git a/ext/Opcode/t/ops.t b/ext/Opcode/t/ops.t old mode 100755 new mode 100644 diff --git a/ext/Safe/t/safe1.t b/ext/Safe/t/safe1.t old mode 100755 new mode 100644 diff --git a/ext/Safe/t/safe2.t b/ext/Safe/t/safe2.t old mode 100755 new mode 100644 diff --git a/ext/Socket/t/Socket.t b/ext/Socket/t/Socket.t old mode 100755 new mode 100644 diff --git a/ext/Sys-Hostname/t/Hostname.t b/ext/Sys-Hostname/t/Hostname.t old mode 100755 new mode 100644 diff --git a/ext/Sys-Syslog/t/syslog.t b/ext/Sys-Syslog/t/syslog.t old mode 100755 new mode 100644 diff --git a/ext/Test-Harness/t/bailout.t b/ext/Test-Harness/t/bailout.t old mode 100755 new mode 100644 diff --git a/ext/Test-Harness/t/nofork.t b/ext/Test-Harness/t/nofork.t old mode 100755 new mode 100644 diff --git a/ext/Test-Harness/t/parse.t b/ext/Test-Harness/t/parse.t old mode 100755 new mode 100644 diff --git a/ext/Test-Harness/t/streams.t b/ext/Test-Harness/t/streams.t old mode 100755 new mode 100644 diff --git a/ext/Text-Soundex/t/Soundex.t b/ext/Text-Soundex/t/Soundex.t old mode 100755 new mode 100644 diff --git a/ext/threads/t/basic.t b/ext/threads/t/basic.t old mode 100755 new mode 100644 diff --git a/lib/AnyDBM_File.t b/lib/AnyDBM_File.t old mode 100755 new mode 100644 diff --git a/lib/AutoLoader/t/01AutoLoader.t b/lib/AutoLoader/t/01AutoLoader.t old mode 100755 new mode 100644 diff --git a/lib/CGI/t/form.t b/lib/CGI/t/form.t old mode 100755 new mode 100644 diff --git a/lib/CGI/t/function.t b/lib/CGI/t/function.t old mode 100755 new mode 100644 diff --git a/lib/CGI/t/html.t b/lib/CGI/t/html.t old mode 100755 new mode 100644 diff --git a/lib/CGI/t/pretty.t b/lib/CGI/t/pretty.t old mode 100755 new mode 100644 diff --git a/lib/CGI/t/request.t b/lib/CGI/t/request.t old mode 100755 new mode 100644 diff --git a/lib/DirHandle.t b/lib/DirHandle.t old mode 100755 new mode 100644 diff --git a/lib/English.t b/lib/English.t old mode 100755 new mode 100644 diff --git a/lib/ExtUtils/t/can_write_dir.t b/lib/ExtUtils/t/can_write_dir.t old mode 100755 new mode 100644 diff --git a/lib/File/Basename.t b/lib/File/Basename.t old mode 100755 new mode 100644 diff --git a/lib/File/CheckTree.t b/lib/File/CheckTree.t old mode 100755 new mode 100644 diff --git a/lib/File/Copy.t b/lib/File/Copy.t old mode 100755 new mode 100644 diff --git a/lib/File/DosGlob.t b/lib/File/DosGlob.t old mode 100755 new mode 100644 diff --git a/lib/File/Path.t b/lib/File/Path.t old mode 100755 new mode 100644 diff --git a/lib/File/Temp/t/mktemp.t b/lib/File/Temp/t/mktemp.t old mode 100755 new mode 100644 diff --git a/lib/File/Temp/t/posix.t b/lib/File/Temp/t/posix.t old mode 100755 new mode 100644 diff --git a/lib/File/Temp/t/security.t b/lib/File/Temp/t/security.t old mode 100755 new mode 100644 diff --git a/lib/File/Temp/t/tempfile.t b/lib/File/Temp/t/tempfile.t old mode 100755 new mode 100644 diff --git a/lib/FileHandle.t b/lib/FileHandle.t old mode 100755 new mode 100644 diff --git a/lib/FindBin.t b/lib/FindBin.t old mode 100755 new mode 100644 diff --git a/lib/Getopt/Std.t b/lib/Getopt/Std.t old mode 100755 new mode 100644 diff --git a/lib/Math/BigInt/t/bigfltpm.t b/lib/Math/BigInt/t/bigfltpm.t old mode 100755 new mode 100644 diff --git a/lib/Math/BigInt/t/bigintpm.t b/lib/Math/BigInt/t/bigintpm.t old mode 100755 new mode 100644 diff --git a/lib/Math/BigInt/t/sub_mbf.t b/lib/Math/BigInt/t/sub_mbf.t old mode 100755 new mode 100644 diff --git a/lib/Math/BigInt/t/sub_mbi.t b/lib/Math/BigInt/t/sub_mbi.t old mode 100755 new mode 100644 diff --git a/lib/Math/BigRat/t/bigfltrt.t b/lib/Math/BigRat/t/bigfltrt.t old mode 100755 new mode 100644 diff --git a/lib/Math/BigRat/t/bigrat.t b/lib/Math/BigRat/t/bigrat.t old mode 100755 new mode 100644 diff --git a/lib/Math/BigRat/t/bigratpm.t b/lib/Math/BigRat/t/bigratpm.t old mode 100755 new mode 100644 diff --git a/lib/Math/Complex.t b/lib/Math/Complex.t old mode 100755 new mode 100644 diff --git a/lib/Math/Trig.t b/lib/Math/Trig.t old mode 100755 new mode 100644 diff --git a/lib/Memoize/t/array.t b/lib/Memoize/t/array.t old mode 100755 new mode 100644 diff --git a/lib/Memoize/t/correctness.t b/lib/Memoize/t/correctness.t old mode 100755 new mode 100644 diff --git a/lib/Memoize/t/errors.t b/lib/Memoize/t/errors.t old mode 100755 new mode 100644 diff --git a/lib/Memoize/t/normalize.t b/lib/Memoize/t/normalize.t old mode 100755 new mode 100644 diff --git a/lib/Memoize/t/speed.t b/lib/Memoize/t/speed.t old mode 100755 new mode 100644 diff --git a/lib/Memoize/t/tie.t b/lib/Memoize/t/tie.t old mode 100755 new mode 100644 diff --git a/lib/Memoize/t/tie_gdbm.t b/lib/Memoize/t/tie_gdbm.t old mode 100755 new mode 100644 diff --git a/lib/Memoize/t/tiefeatures.t b/lib/Memoize/t/tiefeatures.t old mode 100755 new mode 100644 diff --git a/lib/Memoize/t/unmemoize.t b/lib/Memoize/t/unmemoize.t old mode 100755 new mode 100644 diff --git a/lib/Module/Build/t/compat/exit.t b/lib/Module/Build/t/compat/exit.t old mode 100755 new mode 100644 diff --git a/lib/Pod/t/color.t b/lib/Pod/t/color.t old mode 100755 new mode 100644 diff --git a/lib/Pod/t/termcap.t b/lib/Pod/t/termcap.t old mode 100755 new mode 100644 diff --git a/lib/Pod/t/text-utf8.t b/lib/Pod/t/text-utf8.t old mode 100755 new mode 100644 diff --git a/lib/Search/Dict.t b/lib/Search/Dict.t old mode 100755 new mode 100644 diff --git a/lib/SelectSaver.t b/lib/SelectSaver.t old mode 100755 new mode 100644 diff --git a/lib/SelfLoader/t/01SelfLoader.t b/lib/SelfLoader/t/01SelfLoader.t old mode 100755 new mode 100644 diff --git a/lib/Switch/t/given.t b/lib/Switch/t/given.t old mode 100755 new mode 100644 diff --git a/lib/Switch/t/nested.t b/lib/Switch/t/nested.t old mode 100755 new mode 100644 diff --git a/lib/Switch/t/switch.t b/lib/Switch/t/switch.t old mode 100755 new mode 100644 diff --git a/lib/Symbol.t b/lib/Symbol.t old mode 100755 new mode 100644 diff --git a/lib/Text/Balanced/t/00-load.t b/lib/Text/Balanced/t/00-load.t old mode 100755 new mode 100644 diff --git a/lib/Text/ParseWords.t b/lib/Text/ParseWords.t old mode 100755 new mode 100644 diff --git a/lib/Text/TabsWrap/t/37000.t b/lib/Text/TabsWrap/t/37000.t old mode 100755 new mode 100644 diff --git a/lib/Text/TabsWrap/t/39548.t b/lib/Text/TabsWrap/t/39548.t old mode 100755 new mode 100644 diff --git a/lib/Text/TabsWrap/t/Jochen.t b/lib/Text/TabsWrap/t/Jochen.t old mode 100755 new mode 100644 diff --git a/lib/Text/TabsWrap/t/belg4mit.t b/lib/Text/TabsWrap/t/belg4mit.t old mode 100755 new mode 100644 diff --git a/lib/Text/TabsWrap/t/fill.t b/lib/Text/TabsWrap/t/fill.t old mode 100755 new mode 100644 diff --git a/lib/Text/TabsWrap/t/sep.t b/lib/Text/TabsWrap/t/sep.t old mode 100755 new mode 100644 diff --git a/lib/Text/TabsWrap/t/sep2.t b/lib/Text/TabsWrap/t/sep2.t old mode 100755 new mode 100644 diff --git a/lib/Text/TabsWrap/t/tabs.t b/lib/Text/TabsWrap/t/tabs.t old mode 100755 new mode 100644 diff --git a/lib/Text/TabsWrap/t/wrap.t b/lib/Text/TabsWrap/t/wrap.t old mode 100755 new mode 100644 diff --git a/lib/Tie/Array/push.t b/lib/Tie/Array/push.t old mode 100755 new mode 100644 diff --git a/lib/Tie/Array/std.t b/lib/Tie/Array/std.t old mode 100755 new mode 100644 diff --git a/lib/Tie/Array/stdpush.t b/lib/Tie/Array/stdpush.t old mode 100755 new mode 100644 diff --git a/lib/Tie/Handle/stdhandle.t b/lib/Tie/Handle/stdhandle.t old mode 100755 new mode 100644 diff --git a/lib/Time/Local.t b/lib/Time/Local.t old mode 100755 new mode 100644 diff --git a/lib/bignum/t/bigint.t b/lib/bignum/t/bigint.t old mode 100755 new mode 100644 diff --git a/lib/bignum/t/bignum.t b/lib/bignum/t/bignum.t old mode 100755 new mode 100644 diff --git a/lib/bignum/t/bigrat.t b/lib/bignum/t/bigrat.t old mode 100755 new mode 100644 diff --git a/lib/bignum/t/option_a.t b/lib/bignum/t/option_a.t old mode 100755 new mode 100644 diff --git a/lib/bignum/t/option_l.t b/lib/bignum/t/option_l.t old mode 100755 new mode 100644 diff --git a/lib/bignum/t/option_p.t b/lib/bignum/t/option_p.t old mode 100755 new mode 100644 diff --git a/lib/h2ph.t b/lib/h2ph.t old mode 100755 new mode 100644 diff --git a/lib/perl5db.t b/lib/perl5db.t old mode 100755 new mode 100644 diff --git a/mad/Nomad.pm b/mad/Nomad.pm old mode 100755 new mode 100644 diff --git a/mad/P5re.pm b/mad/P5re.pm old mode 100755 new mode 100644 diff --git a/t/base/cond.t b/t/base/cond.t old mode 100755 new mode 100644 diff --git a/t/base/if.t b/t/base/if.t old mode 100755 new mode 100644 diff --git a/t/base/lex.t b/t/base/lex.t old mode 100755 new mode 100644 diff --git a/t/base/pat.t b/t/base/pat.t old mode 100755 new mode 100644 diff --git a/t/base/rs.t b/t/base/rs.t old mode 100755 new mode 100644 diff --git a/t/base/term.t b/t/base/term.t old mode 100755 new mode 100644 diff --git a/t/cmd/elsif.t b/t/cmd/elsif.t old mode 100755 new mode 100644 diff --git a/t/cmd/for.t b/t/cmd/for.t old mode 100755 new mode 100644 diff --git a/t/cmd/mod.t b/t/cmd/mod.t old mode 100755 new mode 100644 diff --git a/t/cmd/subval.t b/t/cmd/subval.t old mode 100755 new mode 100644 diff --git a/t/cmd/switch.t b/t/cmd/switch.t old mode 100755 new mode 100644 diff --git a/t/cmd/while.t b/t/cmd/while.t old mode 100755 new mode 100644 diff --git a/t/comp/bproto.t b/t/comp/bproto.t old mode 100755 new mode 100644 diff --git a/t/comp/cmdopt.t b/t/comp/cmdopt.t old mode 100755 new mode 100644 diff --git a/t/comp/colon.t b/t/comp/colon.t old mode 100755 new mode 100644 diff --git a/t/comp/decl.t b/t/comp/decl.t old mode 100755 new mode 100644 diff --git a/t/comp/multiline.t b/t/comp/multiline.t old mode 100755 new mode 100644 diff --git a/t/comp/package.t b/t/comp/package.t old mode 100755 new mode 100644 diff --git a/t/comp/proto.t b/t/comp/proto.t old mode 100755 new mode 100644 diff --git a/t/comp/redef.t b/t/comp/redef.t old mode 100755 new mode 100644 diff --git a/t/comp/require.t b/t/comp/require.t old mode 100755 new mode 100644 diff --git a/t/comp/script.t b/t/comp/script.t old mode 100755 new mode 100644 diff --git a/t/comp/term.t b/t/comp/term.t old mode 100755 new mode 100644 diff --git a/t/comp/use.t b/t/comp/use.t old mode 100755 new mode 100644 diff --git a/t/io/argv.t b/t/io/argv.t old mode 100755 new mode 100644 diff --git a/t/io/dup.t b/t/io/dup.t old mode 100755 new mode 100644 diff --git a/t/io/fs.t b/t/io/fs.t old mode 100755 new mode 100644 diff --git a/t/io/inplace.t b/t/io/inplace.t old mode 100755 new mode 100644 diff --git a/t/io/iprefix.t b/t/io/iprefix.t old mode 100755 new mode 100644 diff --git a/t/io/nargv.t b/t/io/nargv.t old mode 100755 new mode 100644 diff --git a/t/io/open.t b/t/io/open.t old mode 100755 new mode 100644 diff --git a/t/io/openpid.t b/t/io/openpid.t old mode 100755 new mode 100644 diff --git a/t/io/pipe.t b/t/io/pipe.t old mode 100755 new mode 100644 diff --git a/t/io/print.t b/t/io/print.t old mode 100755 new mode 100644 diff --git a/t/io/read.t b/t/io/read.t old mode 100755 new mode 100644 diff --git a/t/io/tell.t b/t/io/tell.t old mode 100755 new mode 100644 diff --git a/t/io/utf8.t b/t/io/utf8.t old mode 100755 new mode 100644 diff --git a/t/lib/Filter/Simple/ExportTest.pm b/t/lib/Filter/Simple/ExportTest.pm old mode 100755 new mode 100644 diff --git a/t/lib/Filter/Simple/ImportTest.pm b/t/lib/Filter/Simple/ImportTest.pm old mode 100755 new mode 100644 diff --git a/t/lib/croak.t b/t/lib/croak.t old mode 100755 new mode 100644 diff --git a/t/op/anonsub.t b/t/op/anonsub.t old mode 100755 new mode 100644 diff --git a/t/op/append.t b/t/op/append.t old mode 100755 new mode 100644 diff --git a/t/op/args.t b/t/op/args.t old mode 100755 new mode 100644 diff --git a/t/op/arith.t b/t/op/arith.t old mode 100755 new mode 100644 diff --git a/t/op/array.t b/t/op/array.t old mode 100755 new mode 100644 diff --git a/t/op/assignwarn.t b/t/op/assignwarn.t old mode 100755 new mode 100644 diff --git a/t/op/auto.t b/t/op/auto.t old mode 100755 new mode 100644 diff --git a/t/op/avhv.t b/t/op/avhv.t old mode 100755 new mode 100644 diff --git a/t/op/bop.t b/t/op/bop.t old mode 100755 new mode 100644 diff --git a/t/op/chars.t b/t/op/chars.t old mode 100755 new mode 100644 diff --git a/t/op/chop.t b/t/op/chop.t old mode 100755 new mode 100644 diff --git a/t/op/closure.t b/t/op/closure.t old mode 100755 new mode 100644 diff --git a/t/op/cmp.t b/t/op/cmp.t old mode 100755 new mode 100644 diff --git a/t/op/cond.t b/t/op/cond.t old mode 100755 new mode 100644 diff --git a/t/op/context.t b/t/op/context.t old mode 100755 new mode 100644 diff --git a/t/op/defins.t b/t/op/defins.t old mode 100755 new mode 100644 diff --git a/t/op/delete.t b/t/op/delete.t old mode 100755 new mode 100644 diff --git a/t/op/die.t b/t/op/die.t old mode 100755 new mode 100644 diff --git a/t/op/die_exit.t b/t/op/die_exit.t old mode 100755 new mode 100644 diff --git a/t/op/do.t b/t/op/do.t old mode 100755 new mode 100644 diff --git a/t/op/each.t b/t/op/each.t old mode 100755 new mode 100644 diff --git a/t/op/eval.t b/t/op/eval.t old mode 100755 new mode 100644 diff --git a/t/op/exec.t b/t/op/exec.t old mode 100755 new mode 100644 diff --git a/t/op/exists_sub.t b/t/op/exists_sub.t old mode 100755 new mode 100644 diff --git a/t/op/exp.t b/t/op/exp.t old mode 100755 new mode 100644 diff --git a/t/op/fh.t b/t/op/fh.t old mode 100755 new mode 100644 diff --git a/t/op/filetest.t b/t/op/filetest.t old mode 100755 new mode 100644 diff --git a/t/op/flip.t b/t/op/flip.t old mode 100755 new mode 100644 diff --git a/t/op/fork.t b/t/op/fork.t old mode 100755 new mode 100644 diff --git a/t/op/glob.t b/t/op/glob.t old mode 100755 new mode 100644 diff --git a/t/op/goto.t b/t/op/goto.t old mode 100755 new mode 100644 diff --git a/t/op/goto_xs.t b/t/op/goto_xs.t old mode 100755 new mode 100644 diff --git a/t/op/grent.t b/t/op/grent.t old mode 100755 new mode 100644 diff --git a/t/op/grep.t b/t/op/grep.t old mode 100755 new mode 100644 diff --git a/t/op/groups.t b/t/op/groups.t old mode 100755 new mode 100644 diff --git a/t/op/gv.t b/t/op/gv.t old mode 100755 new mode 100644 diff --git a/t/op/hashwarn.t b/t/op/hashwarn.t old mode 100755 new mode 100644 diff --git a/t/op/inc.t b/t/op/inc.t old mode 100755 new mode 100644 diff --git a/t/op/index.t b/t/op/index.t old mode 100755 new mode 100644 diff --git a/t/op/int.t b/t/op/int.t old mode 100755 new mode 100644 diff --git a/t/op/join.t b/t/op/join.t old mode 100755 new mode 100644 diff --git a/t/op/lex_assign.t b/t/op/lex_assign.t old mode 100755 new mode 100644 diff --git a/t/op/list.t b/t/op/list.t old mode 100755 new mode 100644 diff --git a/t/op/local.t b/t/op/local.t old mode 100755 new mode 100644 diff --git a/t/op/lop.t b/t/op/lop.t old mode 100755 new mode 100644 diff --git a/t/op/magic.t b/t/op/magic.t old mode 100755 new mode 100644 diff --git a/t/op/method.t b/t/op/method.t old mode 100755 new mode 100644 diff --git a/t/op/mkdir.t b/t/op/mkdir.t old mode 100755 new mode 100644 diff --git a/t/op/my.t b/t/op/my.t old mode 100755 new mode 100644 diff --git a/t/op/numconvert.t b/t/op/numconvert.t old mode 100755 new mode 100644 diff --git a/t/op/oct.t b/t/op/oct.t old mode 100755 new mode 100644 diff --git a/t/op/ord.t b/t/op/ord.t old mode 100755 new mode 100644 diff --git a/t/op/override.t b/t/op/override.t old mode 100755 new mode 100644 diff --git a/t/op/pack.t b/t/op/pack.t old mode 100755 new mode 100644 diff --git a/t/op/pat.t b/t/op/pat.t old mode 100755 new mode 100644 diff --git a/t/op/pos.t b/t/op/pos.t old mode 100755 new mode 100644 diff --git a/t/op/push.t b/t/op/push.t old mode 100755 new mode 100644 diff --git a/t/op/pwent.t b/t/op/pwent.t old mode 100755 new mode 100644 diff --git a/t/op/quotemeta.t b/t/op/quotemeta.t old mode 100755 new mode 100644 diff --git a/t/op/rand.t b/t/op/rand.t old mode 100755 new mode 100644 diff --git a/t/op/range.t b/t/op/range.t old mode 100755 new mode 100644 diff --git a/t/op/read.t b/t/op/read.t old mode 100755 new mode 100644 diff --git a/t/op/readdir.t b/t/op/readdir.t old mode 100755 new mode 100644 diff --git a/t/op/recurse.t b/t/op/recurse.t old mode 100755 new mode 100644 diff --git a/t/op/ref.t b/t/op/ref.t old mode 100755 new mode 100644 diff --git a/t/op/regexp.t b/t/op/regexp.t old mode 100755 new mode 100644 diff --git a/t/op/regexp_noamp.t b/t/op/regexp_noamp.t old mode 100755 new mode 100644 diff --git a/t/op/repeat.t b/t/op/repeat.t old mode 100755 new mode 100644 diff --git a/t/op/runlevel.t b/t/op/runlevel.t old mode 100755 new mode 100644 diff --git a/t/op/sleep.t b/t/op/sleep.t old mode 100755 new mode 100644 diff --git a/t/op/sort.t b/t/op/sort.t old mode 100755 new mode 100644 diff --git a/t/op/splice.t b/t/op/splice.t old mode 100755 new mode 100644 diff --git a/t/op/split.t b/t/op/split.t old mode 100755 new mode 100644 diff --git a/t/op/sprintf.t b/t/op/sprintf.t old mode 100755 new mode 100644 diff --git a/t/op/stat.t b/t/op/stat.t old mode 100755 new mode 100644 diff --git a/t/op/study.t b/t/op/study.t old mode 100755 new mode 100644 diff --git a/t/op/sub_lval.t b/t/op/sub_lval.t old mode 100755 new mode 100644 diff --git a/t/op/subst.t b/t/op/subst.t old mode 100755 new mode 100644 diff --git a/t/op/subst_amp.t b/t/op/subst_amp.t old mode 100755 new mode 100644 diff --git a/t/op/subst_wamp.t b/t/op/subst_wamp.t old mode 100755 new mode 100644 diff --git a/t/op/substr.t b/t/op/substr.t old mode 100755 new mode 100644 diff --git a/t/op/sysio.t b/t/op/sysio.t old mode 100755 new mode 100644 diff --git a/t/op/taint.t b/t/op/taint.t old mode 100755 new mode 100644 diff --git a/t/op/tie.t b/t/op/tie.t old mode 100755 new mode 100644 diff --git a/t/op/tiearray.t b/t/op/tiearray.t old mode 100755 new mode 100644 diff --git a/t/op/tiehandle.t b/t/op/tiehandle.t old mode 100755 new mode 100644 diff --git a/t/op/tr.t b/t/op/tr.t old mode 100755 new mode 100644 diff --git a/t/op/undef.t b/t/op/undef.t old mode 100755 new mode 100644 diff --git a/t/op/universal.t b/t/op/universal.t old mode 100755 new mode 100644 diff --git a/t/op/unshift.t b/t/op/unshift.t old mode 100755 new mode 100644 diff --git a/t/op/vec.t b/t/op/vec.t old mode 100755 new mode 100644 diff --git a/t/op/ver.t b/t/op/ver.t old mode 100755 new mode 100644 diff --git a/t/op/wantarray.t b/t/op/wantarray.t old mode 100755 new mode 100644 diff --git a/t/op/write.t b/t/op/write.t old mode 100755 new mode 100644 diff --git a/t/pod/emptycmd.t b/t/pod/emptycmd.t old mode 100755 new mode 100644 diff --git a/t/pod/for.t b/t/pod/for.t old mode 100755 new mode 100644 diff --git a/t/pod/headings.t b/t/pod/headings.t old mode 100755 new mode 100644 diff --git a/t/pod/include.t b/t/pod/include.t old mode 100755 new mode 100644 diff --git a/t/pod/included.t b/t/pod/included.t old mode 100755 new mode 100644 diff --git a/t/pod/lref.t b/t/pod/lref.t old mode 100755 new mode 100644 diff --git a/t/pod/multiline_items.t b/t/pod/multiline_items.t old mode 100755 new mode 100644 diff --git a/t/pod/nested_items.t b/t/pod/nested_items.t old mode 100755 new mode 100644 diff --git a/t/pod/nested_seqs.t b/t/pod/nested_seqs.t old mode 100755 new mode 100644 diff --git a/t/pod/oneline_cmds.t b/t/pod/oneline_cmds.t old mode 100755 new mode 100644 diff --git a/t/pod/pod2usage.t b/t/pod/pod2usage.t old mode 100755 new mode 100644 diff --git a/t/pod/poderrs.t b/t/pod/poderrs.t old mode 100755 new mode 100644 diff --git a/t/pod/podselect.t b/t/pod/podselect.t old mode 100755 new mode 100644 diff --git a/t/pod/special_seqs.t b/t/pod/special_seqs.t old mode 100755 new mode 100644 diff --git a/t/x2p/s2p.t b/t/x2p/s2p.t old mode 100755 new mode 100644