root/lang/perl/Acme-Tiroler/trunk/Makefile.PL @ 12703

Revision 9726, 435 bytes (checked in by hanekomu, 5 years ago)

r6017@nbgr: marcel | 2008-04-18 16:07:35 +0200
lang/perl/Acme-Tiroler: initial commit

Line 
1use inc::Module::Install;
2include 'Module::AutoInstall';
3
4name 'Acme-Tiroler';
5all_from 'lib/Acme/Tiroler.pm';
6perl_version '5.006';
7
8requires 'Filter::Simple';
9
10build_requires 'Test::More' => '0.70';
11
12process_templates(
13    first_year => 2007,
14    rest_from  => "$ENV{HOME}/.mitlib/standard_pod",
15    start_tag  => '{%',
16    end_tag    => '%}',
17);
18
19use_standard_tests(without => 'pod_coverage');
20auto_install;
21auto_include;
22WriteAll;
Note: See TracBrowser for help on using the browser.