root/lang/perl/CatalystX-Controller-AllowDisable/trunk/Makefile.PL @ 1855

Revision 1855, 0.6 kB (checked in by tomyhero, 5 years ago)

lang/perl/CatalystX-Controller-AllowDisable?: テストを追加しました。

Line 
1use strict;
2use warnings;
3use ExtUtils::MakeMaker;
4
5WriteMakefile(
6    NAME                => 'CatalystX::Controller::AllowDisable',
7    AUTHOR              => 'Tomohiro teranishi <tomohiro.teranishi@gmail.com>',
8    VERSION_FROM        => 'lib/CatalystX/Controller/AllowDisable.pm',
9    ABSTRACT_FROM       => 'lib/CatalystX/Controller/AllowDisable.pm',
10    PL_FILES            => {},
11    PREREQ_PM => {
12        'Test::More' => 0,
13        'Catalyst::Runtime' => 5.70,
14    },
15    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
16    clean               => { FILES => 'CatalystX-Controller-AllowDisable-*' },
17);
Note: See TracBrowser for help on using the browser.