X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FMeta%2FTypeConstraint%2FAutocoerce.pm;h=0804c7f9efef0c20a870e82f7deab1d7ecc42cfb;hp=f335cb95f108fd787c4a82a5efba913713f43bdf;hb=fa8770100f9f7243f5a8ada2a39ad254f1e0e9b4;hpb=e82708f9111395800d13087a846bbec8a76cfcca diff --git a/lib/LaTeX/TikZ/Meta/TypeConstraint/Autocoerce.pm b/lib/LaTeX/TikZ/Meta/TypeConstraint/Autocoerce.pm index f335cb9..0804c7f 100644 --- a/lib/LaTeX/TikZ/Meta/TypeConstraint/Autocoerce.pm +++ b/lib/LaTeX/TikZ/Meta/TypeConstraint/Autocoerce.pm @@ -76,7 +76,7 @@ our $VERSION = '0.02'; =head1 DESCRIPTION -This type constraint metaclass tries to autoload a specific module when a type coercion is attempted, which is supposed to contain the actual coercion code. +When a type coercion is attempted, this type constraint metaclass tries to autoload a specific module which is supposed to contain the actual coercion code. This allows you to declare types that can be replaced (through coercion) at the end user's discretion. It works with both L and L by using L.