]> git.vpit.fr Git - perl/modules/LaTeX-TikZ.git/blobdiff - Makefile.PL
Just use Mouse instead of Any::Moose
[perl/modules/LaTeX-TikZ.git] / Makefile.PL
index 1ce09ffc9da58b2c6c1c435c5324a8308a2345cb..a7ef8d338d860f2ecce0881930b07573c0903f3c 100644 (file)
@@ -12,7 +12,6 @@ my $dist = 'LaTeX-TikZ';
 $file = "lib/$file.pm";
 
 my %PREREQ_PM = (
- 'Any::Moose'    => 0,
  'Carp'          => 0,
  'List::Util'    => 0,
  'Math::Complex' => 0,
@@ -50,7 +49,7 @@ WriteMakefile(
  ABSTRACT_FROM    => $file,
  PL_FILES         => {},
  PREREQ_PM        => \%PREREQ_PM,
- MIN_PERL_VERSION => 5.008,
+ MIN_PERL_VERSION => '5.008',
  META_MERGE       => \%META,
  dist             => {
   PREOP    => "pod2text -u $file > \$(DISTVNAME)/README",