we require perl 5.6.
authorTony Cook <tony@develop-help.com>
Sat, 20 Jul 2013 05:59:28 +0000 (15:59 +1000)
committerTony Cook <tony@develop-help.com>
Sat, 20 Jul 2013 05:59:28 +0000 (15:59 +1000)
Makefile.PL

index 6792a24da69f3c6b33ec7913da1e72201e7528a9..5036f6751458e4245adc796c16a29c477d45419f 100644 (file)
@@ -1,13 +1,13 @@
 #!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>';
-  $opts{ABSTRACT} = 'Draws good looking pie graphs';
+  $opts{ABSTRACT} = 'Draws good looking charts';
 }
 if ($MM_ver >= 6.31) {
   $opts{LICENSE} = 'perl';