]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/commitdiff
Bump Mouse dependency
authorVincent Pit <vince@profvince.com>
Tue, 5 Oct 2010 22:54:57 +0000 (00:54 +0200)
committerVincent Pit <vince@profvince.com>
Tue, 5 Oct 2010 22:55:04 +0000 (00:55 +0200)
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.

Makefile.PL
lib/LaTeX/TikZ.pm

index 9f26165f6d0aefec176842594bb078e0ac5be130..705e233f2714de73787b60c4288ebc9d0a71fa8b 100644 (file)
@@ -17,7 +17,7 @@ my %PREREQ_PM = (
  'List::Util'    => 0,
  'Math::Complex' => 0,
  'Math::Trig'    => 0,
  '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,
  'Scalar::Util'  => 0,
  'Scope::Guard'  => 0,
  'Sub::Name'     => 0,
index a95bf881119f30c70aa8186ef378aa8a792527bb..644e0fbe0e6e4f7288962501017f61e983396b64 100644 (file)
@@ -358,7 +358,7 @@ sub import {
 
 =head1 DEPENDENCIES
 
 
 =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>.
 
 
 L<Sub::Name>.