]> git.imager.perl.org - imager-graph.git/blobdiff - Makefile.PL
0.11 release
[imager-graph.git] / Makefile.PL
index 6792a24da69f3c6b33ec7913da1e72201e7528a9..5036f6751458e4245adc796c16a29c477d45419f 100644 (file)
@@ -1,13 +1,13 @@
 #!perl -w
 use strict;
 #!perl -w
 use strict;
-require 5.005;
+require 5.006;
 use ExtUtils::MakeMaker;
 my %opts;
 # eval to prevent warnings about versions with _ in them
 my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
 if ($MM_ver > 6.06) {
   $opts{AUTHOR} = 'Tony Cook <tony@develop-help.com>';
 use ExtUtils::MakeMaker;
 my %opts;
 # eval to prevent warnings about versions with _ in them
 my $MM_ver = eval $ExtUtils::MakeMaker::VERSION;
 if ($MM_ver > 6.06) {
   $opts{AUTHOR} = 'Tony Cook <tony@develop-help.com>';
-  $opts{ABSTRACT} = 'Draws good looking pie graphs';
+  $opts{ABSTRACT} = 'Draws good looking charts';
 }
 if ($MM_ver >= 6.31) {
   $opts{LICENSE} = 'perl';
 }
 if ($MM_ver >= 6.31) {
   $opts{LICENSE} = 'perl';