Version 0.72 introduced a bug which prevented "where" clauses to be called
for parametrized type constraints. The bug was fixed in 0.78, but we may as
well depend on the latest of this time.
'List::Util' => 0,
'Math::Complex' => 0,
'Math::Trig' => 0,
- 'Mouse' => '0.63', # register_type_constraint
+ 'Mouse' => '0.80', # register_type_constraint + type constraint bug
'Scalar::Util' => 0,
'Scope::Guard' => 0,
'Sub::Name' => 0,
=head1 DEPENDENCIES
-L<Any::Moose> with L<Mouse> 0.63 or greater.
+L<Any::Moose> with L<Mouse> 0.80 or greater.
L<Sub::Name>.