root/lang/perl/Acme-PSON/trunk/Makefile.PL
| Revision 13002, 296 bytes (checked in by tomyhero, 7 months ago) |
|---|
| Line | |
|---|---|
| 1 | use strict; |
| 2 | use warnings; |
| 3 | use inc::Module::Install; |
| 4 | |
| 5 | name 'Acme-PSON'; |
| 6 | author 'Tomohiro Teranishi <tomohiro.teranishi@gmail.com>'; |
| 7 | all_from 'lib/Acme/PSON.pm'; |
| 8 | requires 'Test::More' => 0; |
| 9 | requires 'Readonly' => 0; |
| 10 | requires 'Exporter::Lite' => 0; |
| 11 | license 'perl'; |
| 12 | auto_install; |
| 13 | WriteAll; |
Note: See TracBrowser
for help on using the browser.
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)