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
Preparing for CPAN.
[blog.pm-common-perl-mods.git]
/
Rose-DBx-Object-Metadata-Column-Photo
/
Makefile.PL
blob
906d7cdf6ed63c664a3cd360d40a0c7eade8d1ce
1
use inc::Module::Install;
2
3
name 'Rose-DBx-Object-Metadata-Column-Photo';
4
5
all_from 'lib/Rose/DBx/Object/Metadata/Column/Photo.pm';
6
perl_version '5.006';
7
8
requires(
9
'Imager' => '',
10
'Data::UUID' => '',
11
'Rose::DB::Object' => '',
12
);
13
14
auto_install;
15
16
WriteAll;