|
Revision 9008, 355 bytes
(checked in by tomyhero, 5 years ago)
|
|
lang/perl/Catalyst-Controller-AllowDisable?: add spelling.t
|
| Rev | Line | |
|---|
| [1720] | 1 | use strict; |
|---|
| 2 | use warnings; |
|---|
| [8973] | 3 | use inc::Module::Install; |
|---|
| [1720] | 4 | |
|---|
| [8973] | 5 | name 'Catalyst-Controller-AllowDisable'; |
|---|
| 6 | author 'Tomohiro Teranishi <tomohiro.teranishi@gmail.com>'; |
|---|
| 7 | all_from 'lib/Catalyst/Controller/AllowDisable.pm'; |
|---|
| 8 | requires 'Test::More' => 0; |
|---|
| 9 | requires 'Catalyst::Runtime' => 5.70; |
|---|
| [9008] | 10 | requires 'Test::Spelling' => 0; |
|---|
| [8973] | 11 | license 'perl'; |
|---|
| 12 | auto_install; |
|---|
| 13 | WriteAll; |
|---|
| 14 | |
|---|