The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.1300_01

  • Change: 160d760a9fcae1d5220c30c8aba259dc2fd6390b Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2012-07-16 02:36:32 +0000
    • Major refactor which uses Email::Sender instead of Email::Stuff
    • Email::Stuff is built on Email::Send which is deprecated in favor of Email::Sender. This is a major refactor which basically re-implements the entire module on top of Email::Sender. This is a breaking change. I tried my best to keep the interface the same (email { ... }), but the configuration has changed drastically.
  • Change: e1d6fe5171e3d6f2c10ddbc9c6f6960c1572cfb8 Author: Naveed Massjouni <naveedm9@gmail.com> Date : 2012-07-15 13:39:03 +0000
    • Merge pull request #8 from racke/pr/typos
    • Fix usage of return value in "Handle Email Failures" code recipe.
  • Change: c4b66a07a1b5256bc5d1c82c53d2a706b62121d5 Author: Stefan Hornburg (Racke) <racke@linuxia.de> Date : 2012-07-15 11:59:53 +0000
    • Fix usage of return value in "Handle Email Failures" code recipe.
  • Plus 4 releases after 2011-07-17 00:00:00 +0000.

Documentation

Modules

Simple email sending for Dancer applications