Codebase list libnet-smtp-tls-butmaintained-perl / HEAD META.json
HEAD

Tree @HEAD (Download .tar.gz)

META.json @HEADraw · history · blame

{
   "abstract" : "An SMTP client supporting TLS and AUTH (DEPRECATED, use Net::SMTPS instead)",
   "author" : [
      "Alexander Christian Westholm <awestholm at verizon dawt net>",
      "Fayland Lam <fayland@gmail.com>"
   ],
   "dynamic_config" : 0,
   "generated_by" : "Dist::Zilla version 4.300033, CPAN::Meta::Converter version 2.120921",
   "license" : [
      "perl_5"
   ],
   "meta-spec" : {
      "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
      "version" : "2"
   },
   "name" : "Net-SMTP-TLS-ButMaintained",
   "prereqs" : {
      "configure" : {
         "requires" : {
            "ExtUtils::MakeMaker" : "6.30"
         }
      },
      "develop" : {
         "requires" : {
            "Pod::Coverage::TrustPod" : "0",
            "Test::Pod" : "1.41",
            "Test::Pod::Coverage" : "1.08"
         }
      },
      "runtime" : {
         "requires" : {
            "Digest::HMAC_MD5" : "0",
            "IO::Socket::INET" : "0",
            "IO::Socket::SSL" : "1.76",
            "MIME::Base64" : "0",
            "Net::Cmd" : "0",
            "Net::SSLeay" : "0"
         }
      }
   },
   "release_status" : "stable",
   "resources" : {
      "repository" : {
         "type" : "git",
         "url" : "git://github.com/fayland/Net-SMTP-TLS.git",
         "web" : "https://github.com/fayland/Net-SMTP-TLS"
      }
   },
   "version" : "0.24",
   "x_contributors" : [
      "Alexander Christian Westholm <awestholm@verizon.net>",
      "Matt Simerson <matt@tnpi.net>",
      "Nick S. Knutov <nick@knutov.com>",
      "fayland <fayland@gmail.com>"
   ]
}