Dancer2-Plugin-Email

 view release on metacpan or  search on metacpan

CHANGES  view on Meta::CPAN

-------------------------------------------

  Change: d9d6967275df0573314fff766652c3679d0dafbb
  Author: Peter Mottram <peter@sysnix.com>
  Date : 2016-11-23 17:37:34 +0000

    change Net::SMTP::SSL dep to Net::SSL

    The new dep is on a version soon after 1.28 which is the point where
    Net::SMTP::SSL was deprecated. This also means we switch out
    Net::SSLeay in favour of IO::Socket::SSL. The version of
    IO::Socket::SSL chosen is what was recent when Net::SMTP 1.30 was
    released since the Changes file says we need 'a recent
    IO::Socket::SSL for SSL support'. 

-------------------------------------------
version 0.0201 at 2016-11-22 17:04:30 +0000
-------------------------------------------

  Change: dd72053c46cdce30a31bd947a752835c45d7daff
  Author: Peter Mottram <peter@sysnix.com>
  Date : 2016-11-22 18:04:30 +0000

    v0.0201 

META.json  view on Meta::CPAN

      },
      "runtime" : {
         "requires" : {
            "Authen::SASL" : "2.16",
            "Dancer2" : "0.200000",
            "Dancer2::Core::Types" : "0",
            "Dancer2::Plugin" : "0",
            "Email::Date::Format" : "0",
            "Email::Sender::Simple" : "0",
            "File::Type" : "0",
            "IO::Socket::SSL" : "2.000",
            "MIME::Base64" : "3.14",
            "MIME::Entity" : "0",
            "Module::Runtime" : "0",
            "Net::SMTP" : "1.30",
            "perl" : "5.006",
            "strict" : "0",
            "warnings" : "0"
         }
      },
      "test" : {

META.yml  view on Meta::CPAN

  version: '1.4'
name: Dancer2-Plugin-Email
requires:
  Authen::SASL: '2.16'
  Dancer2: '0.200000'
  Dancer2::Core::Types: '0'
  Dancer2::Plugin: '0'
  Email::Date::Format: '0'
  Email::Sender::Simple: '0'
  File::Type: '0'
  IO::Socket::SSL: '2.000'
  MIME::Base64: '3.14'
  MIME::Entity: '0'
  Module::Runtime: '0'
  Net::SMTP: '1.30'
  perl: '5.006'
  strict: '0'
  warnings: '0'
resources:
  bugtracker: http://github.com/ironcamel/Dancer2-Plugin-Email/issues
  repository: git://github.com/ironcamel/Dancer2-Plugin-Email.git

Makefile.PL  view on Meta::CPAN

  "MIN_PERL_VERSION" => "5.006",
  "NAME" => "Dancer2::Plugin::Email",
  "PREREQ_PM" => {
    "Authen::SASL" => "2.16",
    "Dancer2" => "0.200000",
    "Dancer2::Core::Types" => 0,
    "Dancer2::Plugin" => 0,
    "Email::Date::Format" => 0,
    "Email::Sender::Simple" => 0,
    "File::Type" => 0,
    "IO::Socket::SSL" => "2.000",
    "MIME::Base64" => "3.14",
    "MIME::Entity" => 0,
    "Module::Runtime" => 0,
    "Net::SMTP" => "1.30",
    "strict" => 0,
    "warnings" => 0
  },
  "TEST_REQUIRES" => {
    "Dancer2" => "0.200000",
    "File::Spec" => 0,

Makefile.PL  view on Meta::CPAN

  "Authen::SASL" => "2.16",
  "Dancer2" => "0.200000",
  "Dancer2::Core::Types" => 0,
  "Dancer2::Plugin" => 0,
  "Email::Date::Format" => 0,
  "Email::Sender::Simple" => 0,
  "File::Spec" => 0,
  "File::Type" => 0,
  "HTTP::Request::Common" => 0,
  "IO::Handle" => 0,
  "IO::Socket::SSL" => "2.000",
  "IPC::Open3" => 0,
  "MIME::Base64" => "3.14",
  "MIME::Entity" => 0,
  "Module::Runtime" => 0,
  "Net::SMTP" => "1.30",
  "Plack" => "1.0029",
  "Plack::Test" => 0,
  "Scalar::Util" => 0,
  "Test::More" => 0,
  "blib" => "1.01",

dist.ini  view on Meta::CPAN

repository.web    = http://github.com/ironcamel/Dancer2-Plugin-Email
repository.type   = git

[OurPkgVersion]

[PodWeaver]

[Prereqs]
Authen::SASL   = 2.16
Dancer2        = 0.200000
IO::Socket::SSL = 2.000
Net::SMTP      = 1.30
MIME::Base64   = 3.14

[Prereqs / TestRequires ]
HTTP::Request::Common = 0
Plack                 = 1.0029
Plack::Test           = 0

[ReadmeAnyFromPod]



( run in 0.562 second using v1.01-cache-2.11-cpan-4d50c553e7e )