]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - lib/LaTeX/TikZ/Set/Path.pm
Switch to qw<>
[perl/modules/LaTeX-TikZ.git] / lib / LaTeX / TikZ / Set / Path.pm
index d9a9799bd9efde2c2dc7d283c9dc8566b2ed92f9..a19d8c0ff436c879911fa2f70a236d63f92be8f0 100644 (file)
@@ -9,11 +9,11 @@ LaTeX::TikZ::Set::Path - A set object representing a path.
 
 =head1 VERSION
 
-Version 0.01
+Version 0.02
 
 =cut
 
-our $VERSION = '0.01';
+our $VERSION = '0.02';
 
 use LaTeX::TikZ::Interface;
 use LaTeX::TikZ::Functor;
@@ -28,10 +28,10 @@ This class consumes the L<LaTeX::TikZ::Set::Op> and L<LaTeX::TikZ::Set::Mutable>
 
 =cut
 
-with qw(
+with qw<
  LaTeX::TikZ::Set::Op
  LaTeX::TikZ::Set::Mutable
-);
+>;
 
 =head1 ATTRIBUTES