repo.or.cz
/
blog.pm-common-perl-mods.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
.gitignore
[blog.pm-common-perl-mods.git]
/
Common-Image-Util
/
Makefile.PL
blob
34d13be3c87b2e8436b91b83eea9ea3bd8cc354c
1
use inc::Module::Install;
2
3
name 'Common-Image-Uitl';
4
5
all_from 'lib/Common/Image/Util.pm';
6
7
requires( 'Imager' => '' );
8
9
auto_install;
10
11
WriteAll;