Skip Menu |

This queue is for tickets about the Smolder CPAN distribution.

Report information
The Basics
Id: 49992
Status: open
Priority: 0/
Queue: Smolder

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

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



Subject: wish: diagnostic should be improved: "File 'out.tgz' is not of the correct type!"
I used "prove --archive" and tried to upload it to Smolder with smolder_smoke_signal. I got back this diagnostic: File 'out.tgz' is not of the correct type! I wish the diagnostic were improved to tell me what the correct type is. Mark
On Thu Sep 24 16:52:44 2009, MARKSTOS wrote: Show quoted text
> I used "prove --archive" and tried to upload it to Smolder with > smolder_smoke_signal. I got back this diagnostic: > > File 'out.tgz' is not of the correct type! > > I wish the diagnostic were improved to tell me what the correct type is.
I looked into this further. I think this line in smolder_smoke_signal should be improved: unless ($file =~ /\.tar(\.gz)?$/) { Specifically, it should accept ".tgz" as a valid extension. (But the diagnostics should still be improved.)