Skip Menu |

This queue is for tickets about the NetServer-SMTP CPAN distribution.

Report information
The Basics
Id: 22152
Status: new
Priority: 0/
Queue: NetServer-SMTP

People
Owner: Nobody in particular
Requestors: mpapet [...] yahoo.com
Cc:
AdminCc:

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



Subject: Does Not compile on Win32: Fix shown inline
Can't run leafmail/smtp.pm on activestate's perl. SMTP.pm fails compile. On or about line 332: my $resp = "<<%% It errors out. I changed the lines following to: my $resp = "<<%% NetServer::SMTP $NetServer::SMTP::VERSION Known Commands: HELO MAIL RCPT DATA RSET NOOP QUIT HELP DUMP TURN %%"; I don't remember what it looked like before, but it works now.