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

0.30.1    2014-08-19 00:02:19
          - Bumped Type:Tiny version RT#98113
          - Removed version from POD
          - Removed strictures::defanged unnecessary
            warnings::bits is going undefined. Something in the test suite
            since first occurance was on 02pod.t
          - Corrected inline package definition in type tests
          - More breakage 494fe6de-2168-11e4-b0d1-f6bc4915a708
          - Added fury badge
          - Updated build_requires dependencies
          - Split out boilerplate from test scripts
          - Moved s::d calls til after min perl ver tests
          - Added strictures::defanged to tests because
            160dd1a2-1ebe-11e4-ae61-5739e0bfc7aa

0.28.1    2014-08-07 16:37:55
          - Added another constructor method signature
          - Added Coverall instructions to tavis.yml
          - Added Travis and Coverall badges to POD

0.27.1    2014-07-16 15:51:37
          - Fixed frame skipping sub in stack tracing role
            Something in the way Moo constructs attributes if different
            between most systems and some BSD smokers. The
            Unexpected::TraitFor::TracingStacks::_build_trace frame is
            reported as __ANON__
          - Removed dependency on strictures

0.26.1    2014-07-16 08:07:00
          - Skipping Type::Tiny 0.44. Doesn't install with Moo 1.005
          - Tests set ENV variable when stack trace broken. More debug op
          - Removed filtered frames

0.25.1    2014-07-16 06:26:37
          - Stack trace broken on some bsd smokers

0.24.1    2014-07-15 22:09:12
          - Releasing
          - Added catch_class to ::Functions
          - Replaced namespace::sweep with namespace::autoclean
          - CPAN Testing failure 20ba3f5a-f94d-11e3-82c2-bc3ea1235623
            Seifer Cross unknown host. Undefined install paths

0.23.1    2014-05-28 11:24:47
          - Added new construction signature, <error>, <hash_ref>
          - Added stringification test
          - Moved location of namespace::clean calls. Yuck
          - Made LoadableClass TC output require_module error
          - Removed Ident: lines

0.22.1    2014-01-24 20:30:06
          - Removed VERSION from all but main module
          - Updated git pre commit hook
          - Method add_exception now only adds one exception at a time

0.21.1    2014-01-15 17:13:43
          - Added ::Functions::has_exception. Exception descriptor DSL
          - Renamed ::EC::has_exception to add_exception

0.20.1    2014-01-01 01:20:15
          - Defined the Unspecified exception class
          - Added default error message to ::ExceptionClasses
          - Updated Build.PL. Remove prereqs below min_perl_ver

0.19.1    2013-12-06 12:33:21
          - CPAN Testing failure 073a6592-5dc5-11e3-8778-8bb49a6ffe4e
            Sebastian Woetzel openbsd.my.domain. We require version.pm 0.88
            Smoker says 0.99002 installed runs tests using 0.82. This is a
            candidate for the Admin interface when it arrives
          - Using DZ::P::AbstractFromPOD
          - Using DZ::P::LicenseFromModule
          - Added prototypes to ::Functions

0.18.1    2013-11-30 15:52:42
          - ::F::import test exception_class for is_exception

0.17.1    2013-11-30 15:09:48
          - Added ::Functions::is_class_loaded

0.16.1    2013-11-27 12:15:44
          - Replaced Class::Load with Module::Runtime
          - Dropped DZ::P::MarkdownInRoot from dist.ini

0.15.1    2013-11-21 16:59:45
          - Added exception class function export
          - Renamed placeholder state mutator to quote_bind_values
          - Added placeholder quoting in inflate_message

0.14.1    2013-10-19 18:31:27
          - Updated git hooks
          - Type::Tiny exception class renamed RT#89410

0.13.1    2013-09-27 13:27:37
          - Replaced Exporter::TypeTiny with Exporter::Tiny

0.12.1    2013-09-03 11:58:21
          - ::TF::EC requires subclasses to call has_exception

0.11.4    2013-09-03 11:50:34
          - Added ::TraitFor::ExceptionClasses

0.10.1    2013-08-26 22:34:17
          - Terminate if MB version too low

0.9.1     2013-08-25 14:01:22
          - Updated Build.PL template. Tests MB version
          - Improved Devel::Cover scores

0.8.2     2013-08-24 00:56:57
          - Bumped version to fix mad meta data

0.7.6     2013-08-16 22:45:20
          - Raised min Perl ver to 5.10.1. Using //
          - Lowered min Perl ver to 5.8
          - Readded dependencies
          - Switched to Dist::Zilla