Skip Menu |

This queue is for tickets about the TipJar-MTA CPAN distribution.

Report information
The Basics
Id: 59928
Status: resolved
Priority: 0/
Queue: TipJar-MTA

People
Owner: Nobody in particular
Requestors: whatever [...] davidnicol.com
Cc:
AdminCc:

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



MTA expects $/ to be "\n" and if that global variable is set to anything else before running TipJar::MTA::once you will get very odd results, so be aware of that. if your program sets $/, you should do { local $/ = chr(10); TipJar::MTA::once } or the equivalent.