- Added EXPERIMENTAL name support for template exceptions.
- Updated IO::Socket::SSL requirement to 1.43 due to bugs in older versions. Note that the version requirement will
keep getting updated until we encounter a version that is not broken most of the time.
- Improved reloading slightly by allowing it to clean up the main namespace.
- Fixed enabling of Perl 5.10 features in Mojo::Base and Mojolicious::Lite. (garu, kraih)
- Fixed render_later to prevent delayed rendering warning.