X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLaTeX-TikZ.git;a=blobdiff_plain;f=t%2F30-functor.t;h=cda1ab1b164a63c188198324afea7eecbe2d5a5b;hp=86221e9e6bfd9d71a480e5c6d90141ee1faf3d86;hb=594156dad44851e8a31499dfb83b9c6f089abdd4;hpb=09672e9c20f667050359f33e3ac4ac9c923a3132 diff --git a/t/30-functor.t b/t/30-functor.t index 86221e9..cda1ab1 100644 --- a/t/30-functor.t +++ b/t/30-functor.t @@ -90,7 +90,7 @@ RES my $strip = eval { Tikz->functor( - 'LaTeX::TikZ::Mod' => sub { return }, + '+LaTeX::TikZ::Mod' => sub { return }, ); }; is $@, '', 'creating a stripper doesn\'t croak';