root/lang/perl/Catalyst-Plugin-FillInForm-ForceUTF8/trunk/Makefile.PL @ 2462

Revision 2462, 0.6 kB (checked in by hidek, 5 years ago)

lang/perl/Catalyst-Plugin-FillInForm?-ForceUTF8: initial import

Line 
1use ExtUtils::MakeMaker;
2
3# See lib/ExtUtils/MakeMaker.pm for details of how to influence
4# the contents of the Makefile that is written.
5WriteMakefile(
6    NAME => 'Catalyst::Plugin::FillInForm::ForceUTF8',
7    VERSION_FROM => 'lib/Catalyst/Plugin/FillInForm/ForceUTF8.pm',    # finds $VERSION
8    AUTHOR    => 'Hideo Kimura (hide@hide-k.net)',
9    ABSTRACT  => 'Module abstract (<= 44 characters) goes here',
10    PREREQ_PM => {
11        'Test::Simple'                => 0.44,
12        'Catalyst'                    => 0,
13        'HTML::FillInForm::ForceUTF8' => 0
14    },
15);
Note: See TracBrowser for help on using the browser.