projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c058d7
)
GD in die dependancies aufgenommen
author
Sven Schöling
<s.schoeling@linet-services.de>
Mon, 10 Sep 2012 12:12:03 +0000
(14:12 +0200)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Wed, 17 Oct 2012 13:55:38 +0000
(15:55 +0200)
SL/InstallationCheck.pm
patch
|
blob
|
history
diff --git
a/SL/InstallationCheck.pm
b/SL/InstallationCheck.pm
index
d29578b
..
19b13c5
100644
(file)
--- a/
SL/InstallationCheck.pm
+++ b/
SL/InstallationCheck.pm
@@
-49,6
+49,7
@@
BEGIN {
{ name => "Moose::Role", url => "http://search.cpan.org/~doy/", debian => 'libmoose-role-perl' },
{ name => "Perl::Tags", url => "http://search.cpan.org/~osfameron/", debian => 'libperl-tags-perl' },
{ name => "Test::Deep", url => "http://search.cpan.org/~rjbs/", debian => 'libtest-deep-perl' },
+ { name => "GD", version => '2.00', url => "http://search.cpan.org/~lds/", debian => 'libgd-perl' },
);
$_->{fullname} = join ' ', grep $_, @$_{qw(name version)}