convert to Module::Install
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
a29d6a45 3 - converted to Module::Install
4
50.23 2010-01-30
6 - removed Email::Send::Test from t/lib/* views
1ff51b93 7
80.22 2010-01-28
9 - small fixes, version bumpage etc
10
110.21_01 2010-01-27
12 - dev release to test recent fixes
13
140.21 2010-01-27
15 - provided a sane MANIFEST.SKIP for dzil
16
cbfdc762 170.20 2010-01-26
18 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
19
38a2ba64 200.19 2010-01-18
21 - fixed optional dependencies
22 - added META stuff back in
23
e6826f98 240.18 2010-01-17
25 - Fixed version dependencies for failing regressions
26 - added Email::Send::Test as a dependency
27
3845256a 280.17 2010-01-14
29 - fixed MANIFEST
30
310.16 2010-01-12
32 - Fixed a Makefile.PL issue
33
4d4ba7ae 340.15 2010-01-12
35 - Fixed teeny version issue with Email::Sender::Simple
36
f2166d91 370.14 2010-01-09
b13ccbbc 38 - Ported over to using Email::Sender::Simple, and Moose
39 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
40 it die.
41
b7b30250 420.13 2009-02-22 14:06:00
43 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
44
e512f6ca 450.12 2009-01-22 06:52:00
46 - Fixing tests for new versions of MIME::Creator
47 - Better structure of the code so that ::Template can also handle
48 plain text views
49 - Added onto troubleshooting
50
510.11 2008-07-04 09:14:00
52 - Fixing a bug where content-type was ignored so multipart/alternative
53 failed. RT #32215
54
4a44bcd3 550.10 2007-11-22 23:00:00
ea115f9b 56 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 57 and POD improvements
06afcdbc 58
8b10ee55 590.06
60 - Fixing some slight issues with configuration not being handled
61 appropriately (thanks dwc and mst)
620.05
63 - Better support for configuration
64 - Adding Mason tests
65
607b7389 660.04
67 - Fixing MANIFEST, distribution
68
690.03
70 - Improved handling of configuration, thanks to mst.
71
720.02
73 - Allow configuration from application or ConfigLoader
74 - Minor POD updates
75
760.01 2007-06-03
77 - Initial release