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

Revision 13693, 239 bytes (checked in by tokuhirom, 7 months ago)

use modern Exporter style

Line 
1use strict;
2use warnings;
3use inc::Module::Install;
4use 5.008001;
5
6name            'Acme-Kensiro';
7all_from        'lib/Acme/Kensiro.pm';
8
9requires 'Exporter' => 5.62;
10
11recursive_author_tests('xt');
12use_test_base;
13auto_install;
14WriteAll;
15
Note: See TracBrowser for help on using the browser.