Revision history for Email-Simple-Markdown 0.7.3 2022-10-17 [STATISTICS] - code churn: 13 files changed, 162 insertions(+), 10 deletions(-) 0.7.2 2017-03-10 [BUG FIXES] - Need List::Util >= 1.29 [STATISTICS] - code churn: 2 files changed, 10 insertions(+), 3 deletions(-) 0.7.1 2017-02-26 [BUG FIXES] - tests were complaining if Email::Stuffer isn't present. (GH#7) [STATISTICS] - code churn: 2 files changed, 13 insertions(+), 5 deletions(-) 0.7.0 2017-02-26 [ENHANCEMENTS] - addition of Email::Simple::Mardown::Stuffer for Email::Stuffer interaction. [STATISTICS] - code churn: 6 files changed, 177 insertions(+), 57 deletions(-) 0.6.0 2017-02-24 [ENHANCEMENTS] - use Module::Runtime instead of raw evals. - The engine can now be any class implementing a 'markdown' method. - Email::Simple::Markdown Moo'fied. [STATISTICS] - code churn: 7 files changed, 219 insertions(+), 211 deletions(-) 0.5.3 2014-11-21 [BUG FIXES] - Wrong use of 'or' with return. (Roy Tate) [STATISTICS] - code churn: 6 files changed, 76 insertions(+), 17 deletions(-) 0.5.2 2013-09-25 [BUG FIXES] - Dist::Zilla::Plugin::Test::Compile was causing test to potentially hang on Windows. (reported by Karen Etheridge) [STATISTICS] - code churn: 4 files changed, 61 insertions(+), 14 deletions(-) 0.5.1 2013-09-18 [BUG FIXES] - Small fix for charset failing in constructor. (GH#5, gavincarr) [STATISTICS] - code churn: 4 files changed, 53 insertions(+), 14 deletions(-) 0.5.0 2012-07-10 [ENHANCEMENTS] - charset can be specified for email content. (patch by Alessandro Ranellucci, issue#4) [STATISTICS] - code churn: 4 files changed, 50 insertions(+), 10 deletions(-) 0.4.0 2012-05-28 [BUG FIXES] -