Subject: | Bad permissions in 0.095 tarball |
All directories in WWW-Ebay-0.095.tar.gz don't have the "r" permission bit. This means that building the distribution on most (all?) Unix-like systems won't work.
This is how the tar listing looks on my system (freebsd 8.0):
$ tar tfvz WWW-Ebay-0.095.tar.gz
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/
-rw-r--r-- 0 1000 513 66 Sep 7 2008 WWW-Ebay-0.095/LICENSE
---------- 0 1000 513 688 Aug 21 03:12 WWW-Ebay-0.095/MANIFEST
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/lib/
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/lib/WWW/
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/lib/WWW/Search/
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/lib/WWW/Search/Ebay/
-rw-r--r-- 0 1000 513 5535 Aug 21 03:27 WWW-Ebay-0.095/lib/WWW/Search/Ebay/Completed.pm
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/lib/WWW/Search/Ebay/Completed/
-rw-r--r-- 0 1000 513 2946 Jan 22 2009 WWW-Ebay-0.095/lib/WWW/Search/Ebay/Completed/Category.pm
-rw-r--r-- 0 1000 513 1033 Aug 21 00:35 WWW-Ebay-0.095/lib/WWW/Ebay.pm
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/lib/WWW/Ebay/
-rwx------ 0 1000 513 7398 Aug 20 23:40 WWW-Ebay-0.095/lib/WWW/Ebay/Customer.pm
-rwx------ 0 1000 513 316 Aug 20 23:40 WWW-Ebay-0.095/lib/WWW/Ebay/Search.pm
-rwx------ 0 1000 513 3582 Aug 20 23:40 WWW-Ebay-0.095/lib/WWW/Ebay/Listing.pm
-rwx------ 0 1000 513 6571 Aug 20 23:40 WWW-Ebay-0.095/lib/WWW/Ebay/Status.pm
-rw-r--r-- 0 1000 513 38661 Aug 21 03:52 WWW-Ebay-0.095/lib/WWW/Ebay/Session.pm
-rw-r--r-- 0 1000 513 2994 Aug 21 03:52 WWW-Ebay-0.095/Changes
-rw-r--r-- 0 1000 513 2052 Aug 21 03:28 WWW-Ebay-0.095/MYMETA.json
-rw-r--r-- 0 1000 513 2629 Aug 21 03:27 WWW-Ebay-0.095/Makefile.PL
---------- 0 1000 513 1149 Aug 21 03:28 WWW-Ebay-0.095/MYMETA.yml
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/inc/
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/inc/Module/
---------- 0 1000 513 12851 Aug 21 03:28 WWW-Ebay-0.095/inc/Module/Install.pm
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/inc/Module/Install/
---------- 0 1000 513 1210 Aug 21 03:28 WWW-Ebay-0.095/inc/Module/Install/Base.pm
---------- 0 1000 513 1341 Aug 21 03:28 WWW-Ebay-0.095/inc/Module/Install/WriteAll.pm
---------- 0 1000 513 1859 Aug 21 03:28 WWW-Ebay-0.095/inc/Module/Install/Win32.pm
---------- 0 1000 513 2548 Aug 21 03:28 WWW-Ebay-0.095/inc/Module/Install/Fetch.pm
---------- 0 1000 513 12481 Aug 21 03:28 WWW-Ebay-0.095/inc/Module/Install/Makefile.pm
---------- 0 1000 513 3337 Aug 21 03:28 WWW-Ebay-0.095/inc/Module/Install/Can.pm
---------- 0 1000 513 18833 Aug 21 03:28 WWW-Ebay-0.095/inc/Module/Install/Metadata.pm
d--x------ 0 1000 513 0 Aug 21 06:30 WWW-Ebay-0.095/t/
-rw-r--r-- 0 1000 513 1599 Aug 20 23:40 WWW-Ebay-0.095/t/customer.t
-rw-r--r-- 0 1000 513 3033 Aug 21 03:28 WWW-Ebay-0.095/t/completed_category.t
-rw-r--r-- 0 1000 513 3891 Aug 21 03:13 WWW-Ebay-0.095/t/completed.t
-rw-r--r-- 0 1000 513 1727 Aug 20 23:40 WWW-Ebay-0.095/t/listing.t
-rw-r--r-- 0 1000 513 4422 Aug 21 03:40 WWW-Ebay-0.095/t/session.t
-rwx------ 0 1000 513 3703 Aug 20 23:40 WWW-Ebay-0.095/t/status.t
-rw-r--r-- 0 1000 513 321 Aug 20 23:40 WWW-Ebay-0.095/t/pod-coverage.t
-rw-r--r-- 0 1000 513 189 Aug 20 23:40 WWW-Ebay-0.095/t/pod.t
-rw-r--r-- 0 1000 513 2024 Aug 20 23:40 WWW-Ebay-0.095/t/watchlist.t
---------- 0 1000 513 1134 Aug 21 03:28 WWW-Ebay-0.095/META.yml
-rwx------ 0 1000 513 368 Aug 20 23:40 WWW-Ebay-0.095/README
Probably best to create the distribution using "make dist", as this target should take care of everything?
Regards,
Slaven