All common helpers in one place.
[blog.pm-common-perl-mods.git] / Form-Processor-Field-Tags / Makefile.PL
blob847ba75671b94dff49d076b009209a73d765d414
1 use inc::Module::Install;
3 name 'Form-Processor-Field-Tags';
5 all_from 'lib/Form/Processor/Field/Tags.pm';
7 requires( 'Form::Processor' => '' );
9 auto_install;
11 WriteAll;