File: Makefile.PL

package info (click to toggle)
libcatalyst-plugin-formvalidator-perl 0.02-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 64 kB
  • ctags: 7
  • sloc: makefile: 44; perl: 21
file content (11 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
use ExtUtils::MakeMaker;

WriteMakefile(
    NAME      => 'Catalyst::Plugin::FormValidator',
    AUTHOR    => 'Sebastian Riedel (sri@oook.de)',
    PREREQ_PM => {
        Catalyst            => '2.99',
        Data::FormValidator => 0
    },
    VERSION_FROM => 'FormValidator.pm'
);