Version 0.02
[blog.pm-common-perl-mods.git] / Common-Validator / Makefile.PL
blobbeb546cacd830efb3a2318e718effddcfffea6f8
1 use inc::Module::Install;
3 name 'Common-Validator';
5 all_from 'lib/Common/Validator.pm';
7 requires(
8     #'Rose::DB::Object' => '',
12 auto_install;
14 WriteAll;