Skip Menu |

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

Report information
The Basics
Id: 48747
Status: rejected
Priority: 0/
Queue: Net-SMTP-SSL

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

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



Subject: makefile should require auth related modules
the makefile should require these as deps, because it calls Net::SMTP::auth which requires them MIME::Base64 Authen::SASL
Using ->auth isn't needed unless … well, unless you use ->auth. It's an optional feature. -- rjbs
On 2015-06-20 21:50:36, RJBS wrote: Show quoted text
> Using ->auth isn't needed unless … well, unless you use ->auth. It's > an optional feature.
What about using optional_features in META.yml?