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
skip tests unless DBD::SQLite installed
[blog.pm-common-perl-mods.git]
/
Form-Processor-Field-URI
/
Makefile.PL
blob
852161bf268bc697c09a94cd66a89d2f678273d3
1
use inc::Module::Install;
2
3
name 'Form-Processor-Field-URI';
4
5
all_from 'lib/Form/Processor/Field/URI.pm';
6
7
requires( 'Data::Validate::URI' => '', 'Form::Processor' => '' );
8
9
auto_install;
10
11
WriteAll;