X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=lib%2FLaTeX%2FTikZ%2FSet%2FSequence.pm;h=446721e015b35ce2198a0f10ac7b15be88f05b7d;hp=afdc313813eaf7fea53e563d86db6b898a02f75c;hb=65b895926935d98e3bd34b82a6e8b4e4e6b2f09c;hpb=93cd22e1b7e23ed939e79ec70c4baa5c3ecc158a diff --git a/lib/LaTeX/TikZ/Set/Sequence.pm b/lib/LaTeX/TikZ/Set/Sequence.pm index afdc313..446721e 100644 --- a/lib/LaTeX/TikZ/Set/Sequence.pm +++ b/lib/LaTeX/TikZ/Set/Sequence.pm @@ -24,7 +24,7 @@ use LaTeX::TikZ::Functor; use Any::Moose; use Any::Moose 'Util::TypeConstraints' - => [ qw/subtype as where find_type_constraint/ ]; + => [ qw ]; =head1 RELATIONSHIPS @@ -32,10 +32,10 @@ This class consumes the L and L rol =cut -with qw( +with qw< LaTeX::TikZ::Set LaTeX::TikZ::Set::Mutable -); +>; subtype 'LaTeX::TikZ::Set::Sequence::Elements' => as 'Object'