Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Pod-Simple CPAN distribution.

Report information
The Basics
Id: 40450
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: RENEEB [...] cpan.org
Cc:
AdminCc:

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



Subject: "Filename too long"
Just to have the ticket in the right queue: --- The file name "_white_with_navy_blue_on_black.css" is 34 characters in length. All the world isn't Linux. My OS (Stratus VOS) limits the maximum length of a file name to 32 characters. As a result, we can't deal with this test case and the test script aborts when it encounters it. Please rename the file to something that fits in 32 characters. The error we get is: lib/Pod/Simple/t/heads.....................................ok lib/Pod/Simple/t/htmlbatch_01..............................Can't write-open ../lib/Pod/Simple/t/delme-9af87-out/_white_with_navy_bl +ue_on_black.css: File name too long. at ../lib/Pod/Simple/t/htmlbatch_01.t line 63 FAILED--expected 8 tests, saw 2 lib/Pod/Simple/t/html-para.................................ok --- The original ticket can be found at http://rt.perl.org/rt3/Public/Bug/Display.html?id=38646
On Tue Oct 28 08:41:09 2008, RENEEB wrote: Show quoted text
> The file name "_white_with_navy_blue_on_black.css" is 34 characters in > length. > All the world isn't Linux. My OS (Stratus VOS) limits the maximum > length > of a file name to 32 characters. As a result, we can't deal with this > test case and the test script aborts when it encounters it.
I just updated HTMLBatch to use the 8.3 file name convention used everywhere else. Probably don't apply to the .html files that are generated, but at least the CSS files should now be well- behaved. —Theory