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
Version 0.02
[blog.pm-common-perl-mods.git]
/
Common-Form-Processor-Model-RDBO
/
Makefile.PL
blob
c5ec87c2a45d452ae04e840d6d4a7d1727b06d1d
1
use inc::Module::Install;
2
3
name 'Common-Form-Processor-Model-RDBO';
4
5
all_from 'lib/Common/Form/Processor/Model/RDBO.pm';
6
7
requires( 'Form::Processor' => '' );
8
9
auto_install;
10
11
WriteAll;