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
New MojoX module.
[blog.pm-common-perl-mods.git]
/
Common-Validator
/
Makefile.PL
blob
beb546cacd830efb3a2318e718effddcfffea6f8
1
use inc::Module::Install;
2
3
name 'Common-Validator';
4
5
all_from 'lib/Common/Validator.pm';
6
7
requires(
8
#'Rose::DB::Object' => '',
9
10
);
11
12
auto_install;
13
14
WriteAll;