projects
/
imager-graph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
172d076
)
we require perl 5.6.
author
Tony Cook
<tony@develop-help.com>
Sat, 20 Jul 2013 05:59:28 +0000
(15:59 +1000)
committer
Tony Cook
<tony@develop-help.com>
Sat, 20 Jul 2013 05:59:28 +0000
(15:59 +1000)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 6792a24da69f3c6b33ec7913da1e72201e7528a9..5036f6751458e4245adc796c16a29c477d45419f 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,13
+1,13
@@
#!perl -w
use strict;
-require 5.00
5
;
+require 5.00
6
;
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 graph
s';
+ $opts{ABSTRACT} = 'Draws good looking
chart
s';
}
if ($MM_ver >= 6.31) {
$opts{LICENSE} = 'perl';