Skip Menu |

This queue is for tickets about the YAML-Tiny CPAN distribution.

Report information
The Basics
Id: 89281
Status: resolved
Priority: 0/
Queue: YAML-Tiny

People
Owner: ether [...] cpan.org
Requestors: jkeenan [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.57



Subject: Why do we have mixed file permissions in YAML-Tiny's test suite?
Some of the file under t/ are 0644; some are 0755. (See attachment.) Is there any rationale for this? Should we make them consistent? Thank you very much. Jim Keenan
Subject: mixed_permissions_under_t.txt
-rw-r--r-- 1 jimk jimk 306 Sep 28 08:59 t/01_compile.t -rw-r--r-- 1 jimk jimk 3700 Sep 28 08:59 t/02_basic.t -rwxr-xr-x 1 jimk jimk 11162 Sep 28 08:59 t/03_regression.t -rw-r--r-- 1 jimk jimk 3292 Sep 28 08:59 t/04_scalar.t -rw-r--r-- 1 jimk jimk 467 Sep 28 08:59 t/05_export.t -rwxr-xr-x 1 jimk jimk 10780 Sep 28 08:59 t/11_meta_yml.t -rwxr-xr-x 1 jimk jimk 2665 Sep 28 08:59 t/12_plagger.t -rwxr-xr-x 1 jimk jimk 5117 Sep 28 08:59 t/13_perl_smith.t -rwxr-xr-x 1 jimk jimk 1482 Sep 28 08:59 t/14_yaml_org.t -rwxr-xr-x 1 jimk jimk 1358 Sep 28 08:59 t/15_multibyte.t -rw-r--r-- 1 jimk jimk 384 Sep 28 08:59 t/16_nullrefs.t -rw-r--r-- 1 jimk jimk 1102 Sep 28 08:59 t/17_toolbar.t -rw-r--r-- 1 jimk jimk 1294 Sep 28 08:59 t/18_tap.t -rw-r--r-- 1 jimk jimk 1065 Sep 28 08:59 t/19_errors.t -rw-r--r-- 1 jimk jimk 852 Sep 28 08:59 t/20_subclass.t -rwxr-xr-x 1 jimk jimk 890 Sep 28 08:59 t/21_bom.t -rw-r--r-- 1 jimk jimk 2342 Sep 28 08:59 t/22_comments.t -rwxr-xr-x 1 jimk jimk 198 Sep 28 08:59 t/data/HTML-WebDAO.yml -rw-r--r-- 1 jimk jimk 1797 Sep 28 08:59 t/data/Spreadsheet-Read.yml -rwxr-xr-x 1 jimk jimk 463 Sep 28 08:59 t/data/Template-Provider-Unicode-Japanese.yml -rwxr-xr-x 1 jimk jimk 466 Sep 28 08:59 t/data/multibyte.yml -rw-r--r-- 1 jimk jimk 10 Sep 28 08:59 t/data/one.yml -rwxr-xr-x 1 jimk jimk 588 Sep 28 08:59 t/data/sample.yml -rw-r--r-- 1 jimk jimk 297 Sep 28 08:59 t/data/toolbar.yml -rw-r--r-- 1 jimk jimk 20 Sep 28 08:59 t/data/two.yml -rw-r--r-- 1 jimk jimk 22 Sep 28 08:59 t/data/utf_16_le_bom.yml -rwxr-xr-x 1 jimk jimk 3124 Sep 28 08:59 t/data/vanilla.yml -rwxr-xr-x 1 jimk jimk 11218 Sep 28 08:59 t/lib/Test.pm
Subject: Re: [rt.cpan.org #89281] Why do we have mixed file permissions in YAML-Tiny's test suite?
Date: Sun, 6 Oct 2013 09:06:37 -0700
To: James E Keenan via RT <bug-YAML-Tiny [...] rt.cpan.org>
From: Karen Etheridge <ether [...] cpan.org>
On Sun, Oct 06, 2013 at 11:48:27AM -0400, James E Keenan via RT wrote: Show quoted text
> Some of the file under t/ are 0644; some are 0755. (See attachment.) Is there any rationale for this? Should we make them consistent?
No (good) reason remains; it used to be fashionable to run tests directly as executables, and I did remove some unneeded shebangs from a lot of tests recently so this is probably a leftover of that. I'll fix right now.