]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Mod/Width.pm
Rename L::T::API to ::Interface
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Mod / Width.pm
index bc6ad7021bf7c780c5e15be2d5cbdfa2e1435718..345b3575d41ef3ce4f69d2123b9aa9996e0fb200 100644 (file)
@@ -35,7 +35,7 @@ sub declare { }
 
 sub apply { sprintf 'line width=%0.1fpt', $_[1]->thickness($_[0]->width) }
 
-use LaTeX::TikZ::API width => sub {
+use LaTeX::TikZ::Interface width => sub {
  shift;
 
  __PACKAGE__->new(width => $_[0]);