X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FMod%2FFormatted.pm;h=c1352dd0e06772265295bc0ce0df103ecf052996;hb=3661d7849ae4636b74000e33e068493d90ed8337;hp=e9b67a9f06c0117701cc9f70fd0d471bbca67430;hpb=0f9d7c1a2d11bc7001fe450cb2086e67c13a39e9;p=perl%2Fmodules%2FLaTeX-TikZ.git diff --git a/lib/LaTeX/TikZ/Mod/Formatted.pm b/lib/LaTeX/TikZ/Mod/Formatted.pm index e9b67a9..c1352dd 100644 --- a/lib/LaTeX/TikZ/Mod/Formatted.pm +++ b/lib/LaTeX/TikZ/Mod/Formatted.pm @@ -9,14 +9,14 @@ LaTeX::TikZ::Mod::Formatted - Intermediate object between a modifier object and =head1 VERSION -Version 0.01 +Version 0.02 =cut -our $VERSION = '0.01'; +our $VERSION = '0.02'; -use Any::Moose; -use Any::Moose 'Util::TypeConstraints'; +use Mouse; +use Mouse::Util::TypeConstraints qw; =head1 ATTRIBUTES @@ -26,7 +26,7 @@ use Any::Moose 'Util::TypeConstraints'; has 'type' => ( is => 'ro', - isa => enum([ qw/clip layer raw/ ]), + isa => enum([ qw ]), required => 1, );