]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Mod/Raw.pm
Rename L::T::API to ::Interface
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Mod / Raw.pm
index f5a32183e9b0a6200646e63f34df0a9b47d74cff..1d0572086adacf3e7f80c4f1588f099c339ba6a9 100644 (file)
@@ -37,7 +37,7 @@ sub declare { }
 
 sub apply { $_[0]->content }
 
-use LaTeX::TikZ::API raw_mod => sub {
+use LaTeX::TikZ::Interface raw_mod => sub {
  shift;
 
  __PACKAGE__->new(content => $_[0]);