]> 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 e7ff0fd37a0a45bbecd9a572b60c05be6b5206d7..1d0572086adacf3e7f80c4f1588f099c339ba6a9 100644 (file)
@@ -28,7 +28,7 @@ has 'content' => (
 sub tag {
  my ($self) = @_;
 
- ref($self) . '%' . $self->content;
+ ref($self) . '/' . $self->content;
 }
 
 sub cover { 1 }
@@ -37,7 +37,7 @@ sub declare { }
 
 sub apply { $_[0]->content }
 
-use LaTeX::TikZ::API raw_mode => sub {
+use LaTeX::TikZ::Interface raw_mod => sub {
  shift;
 
  __PACKAGE__->new(content => $_[0]);