| Revision 3227,
501 bytes
checked in by iwaim, 15 years ago
(diff) |
|
fix typo in Makefile.PL
|
| Line | |
|---|
| 1 | use strict; |
|---|
| 2 | use inc::Module::Install; |
|---|
| 3 | |
|---|
| 4 | name 'vine-spec-skeleton'; |
|---|
| 5 | version_from 'lib/VineLinux/VSS.pm'; |
|---|
| 6 | license 'perl'; |
|---|
| 7 | author 'IWAI, Masaharu <iwai@alib.jp>'; |
|---|
| 8 | all_from 'lib/VineLinux/VSS.pm'; |
|---|
| 9 | |
|---|
| 10 | requires 'HTML::Template' => '0'; |
|---|
| 11 | requires 'Getopt::Long' => '0'; |
|---|
| 12 | requires 'File::Spec' => '0'; |
|---|
| 13 | requires 'YAML' => '0'; |
|---|
| 14 | requires 'Email::Valid::Loose' => '0'; |
|---|
| 15 | |
|---|
| 16 | tests 't/*.t'; |
|---|
| 17 | |
|---|
| 18 | test_requires 'Test::More'; |
|---|
| 19 | auto_set_repository; |
|---|
| 20 | auto_include; |
|---|
| 21 | |
|---|
| 22 | install_script 'bin/vine-spec-skeleton'; |
|---|
| 23 | |
|---|
| 24 | WriteAll; |
|---|
Note: See
TracBrowser
for help on using the repository browser.