Skip Menu |

This queue is for tickets about the Snapback2 CPAN distribution.

Report information
The Basics
Id: 5032
Status: resolved
Priority: 0/
Queue: Snapback2

People
Owner: mikeh [...] perusion.net
Requestors: jlick [...] drivel.com
Cc:
AdminCc:

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



Subject: incorrectly formatted warn command used
In snapback2 in the send_mail subroutine, the following error message format is used: warn("Unable to send mail using %s\nTo: %s\nSubject: %s\n\n%s", $using, $opt->{to}, $opt->{subject}, $body, ); Unfortunately, the warn() routine does not interpret the %s, so the error message reported will be scrambled.
Fixed in 0.6