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: 20619
Status: resolved
Priority: 0/
Queue: Pod-Simple

People
Owner: Nobody in particular
Requestors: john.poole [...] oracle.com
Cc:
AdminCc:

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



Subject: Pod::Simple::HTMLBatch 3.04 fails with _black_with_blue_on_white.css
Simple run on Windows (ActiveState) results in error: vvvvvvvvvvv Can't write-open htm\_black_with_blue_on_white.css: No such file or directory ^^^^^^^^^^^ Attached is a zip archive containing the sample script (5 lines) use strict; use Pod::Simple::HTMLBatch; my $batchconv = Pod::Simple::HTMLBatch->new; $batchconv->batch_convert("./hold", "./htm" ); plus full error output, system information, and testing tree.
Subject: make_pod.zip
Download make_pod.zip
application/zip 1.7k

Message body not shown because it is not plain text.

From: john.poole [...] oracle.com
On Fri Jul 21 17:29:12 2006, jlpoole wrote: Show quoted text
> Simple run on Windows (ActiveState) results in error: > vvvvvvvvvvv > Can't write-open > htm\_black_with_blue_on_white.css: No such file or directory > ^^^^^^^^^^^ > > Attached is a zip archive containing the sample script (5 lines) > > use strict; > use Pod::Simple::HTMLBatch; > > my $batchconv = Pod::Simple::HTMLBatch->new; > $batchconv->batch_convert("./hold", "./htm" ); > >
My ERROR. Please marke this as not a bug and/or close this bug (my testing subdirectory was "html" instead of "htm". Show quoted text
> plus > full error output, system information, and testing tree.
bug closed, as requested by submitter