From: Vincent Pit Date: Tue, 5 Oct 2010 22:54:57 +0000 (+0200) Subject: Bump Mouse dependency X-Git-Tag: rt87282~31 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=commitdiff_plain;h=eeb35f041d7872200bf1a649f482610e8d30cf81 Bump Mouse dependency 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. --- diff --git a/Makefile.PL b/Makefile.PL index 9f26165..705e233 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -17,7 +17,7 @@ my %PREREQ_PM = ( '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, diff --git a/lib/LaTeX/TikZ.pm b/lib/LaTeX/TikZ.pm index a95bf88..644e0fb 100644 --- a/lib/LaTeX/TikZ.pm +++ b/lib/LaTeX/TikZ.pm @@ -358,7 +358,7 @@ sub import { =head1 DEPENDENCIES -L with L 0.63 or greater. +L with L 0.80 or greater. L.