root/lang/perl/Acme-PSON/trunk/Makefile.PL

Revision 13002, 296 bytes (checked in by tomyhero, 7 months ago)

lang/perl/Acme-PSON : Exporter:Lite

Line 
1use strict;
2use warnings;
3use inc::Module::Install;
4
5name 'Acme-PSON';
6author 'Tomohiro Teranishi <tomohiro.teranishi@gmail.com>';
7all_from 'lib/Acme/PSON.pm';
8requires 'Test::More'     => 0;
9requires 'Readonly'       => 0;
10requires 'Exporter::Lite' => 0;
11license 'perl';
12auto_install;
13WriteAll;
Note: See TracBrowser for help on using the browser.