version bump, changelog update
[catagits/Catalyst-Plugin-FormValidator-Simple.git] / Makefile.PL
1 use ExtUtils::MakeMaker;
2 # See lib/ExtUtils/MakeMaker.pm for details of how to influence
3 # the contents of the Makefile that is written.
4 WriteMakefile(
5     NAME              => 'Catalyst::Plugin::FormValidator::Simple',
6     VERSION_FROM      => 'lib/Catalyst/Plugin/FormValidator/Simple.pm', # finds $VERSION
7     PREREQ_PM         => {
8         Catalyst => 5.30,
9         FormValidator::Simple => 0.28,
10         Catalyst::Plugin::FormValidator => 0,
11     }, # e.g., Module::Name => 1.1
12 );