RT for rt.cpan.org
Skip Menu
|
Bug #48747 for Net-SMTP-SSL: makefile should require auth related modules
Active bugs
Resolved bugs
Rejected bugs
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)
History
Show all quoted text
Sat Aug 15 19:55:39 2009
jgoulah [...] cpan.org - Ticket created
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
Sat Jun 20 21:50:36 2015
rjbs [...] cpan.org - Correspondence added
Using ->auth isn't needed unless … well, unless you use ->auth. It's an optional feature. -- rjbs
Sat Jun 20 21:50:36 2015
The RT System itself - Status changed from 'new' to 'open'
Sat Jun 20 21:50:42 2015
rjbs [...] cpan.org - Status changed from 'open' to 'rejected'
Sun Jun 21 02:33:02 2015
SREZIC [...] cpan.org - Correspondence added
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?