in reply to Net::SMTP::TLS attachments

Hello, I have the updated Net::SMTP working with version 3.10 ... :) I have the results of the connection. It looks like I am sending out the STARTTLS and wanted to get your opinion that I did connect using TLS ?? Here is the debug:
Net::SMTP>>> Net::SMTP(3.10)
Net::SMTP>>> Net::Cmd(3.10)
Net::SMTP>>> Exporter(5.58)
Net::SMTP>>> IO::Socket::INET(1.31)
Net::SMTP>>> IO::Socket(1.31)
Net::SMTP>>> IO::Handle(1.28)
Net::SMTP=GLOB(0x83f812c)<<< 220 rs-ord-mtsp-mta02-in2.int.smtp.com ESMTP (SMTP.com v6)
Net::SMTP=GLOB(0x83f812c)>>> EHLO oh01lx03.workflowone.net
Net::SMTP=GLOB(0x83f812c)<<< 250-rs-ord-mtsp-mta02-in2 says EHLO to 198.187.174.15:46786
Net::SMTP=GLOB(0x83f812c)<<< 250-AUTH=CRAM-MD5 LOGIN PLAIN
Net::SMTP=GLOB(0x83f812c)<<< 250-AUTH CRAM-MD5 LOGIN PLAIN
Net::SMTP=GLOB(0x83f812c)<<< 250-STARTTLS
Net::SMTP=GLOB(0x83f812c)<<< 250-8BITMIME
Net::SMTP=GLOB(0x83f812c)<<< 250-ENHANCEDSTATUSCODES
Net::SMTP=GLOB(0x83f812c)<<< 250 PIPELINING
Net::SMTP=GLOB(0x83f812c)>>> STARTTLS
Net::SMTP=GLOB(0x83f812c)<<< 220 2.0.0 continue
Net::SMTP::_SSL=GLOB(0x83f812c)>>> EHLO oh01lx03.workflowone.net
Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-rs-ord-mtsp-mta02-in2 says EHLO to 198.187.174.15:46786
Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-ENHANCEDSTATUSCODES
Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-PIPELINING
Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-8BITMIME
Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250-AUTH=CRAM-MD5 LOGIN PLAIN
Net::SMTP::_SSL=GLOB(0x83f812c)<<< 250 AUTH CRAM-MD5 LOGIN PLAIN
Net::SMTP::_SSL=GLOB(0x83f812c)>>> AUTH CRAM-MD5
Net::SMTP::_SSL=GLOB(0x83f812c)<<< 334 PDIwMDI0NjMzLjE1MDIyMjE0NTlAcnMtb3JkLW10c3AtbXRhMDItaW4yPg==
Net::SMTP::_SSL=GLOB(0x83f812c)<<< (decoded) <20024633.1502221459@rs-ord-mtsp-mta02-in2>
Net::SMTP::_SSL=GLOB(0x83f812c)>>> (decoded) SencoBrands 79ea0fef2dad01e3eafd5ad71103f681
Net::SMTP::_SSL=GLOB(0x83f812c)>>> U2VuY29CcmFuZHMgNzllYTBmZWYyZGFkMDFlM2VhZmQ1YWQ3MTEwM2Y2ODE=
Net::SMTP::_SSL=GLOB(0x83f812c)<<< 235 2.0.0 Authed. Go on.
thanks again for your help with all this.