root/perl/SWISH-Prog-KinoSearch/trunk/Makefile.PL

Revision 2061, 0.6 kB (checked in by karpet, 7 months ago)

initial import

Line 
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6     NAME                => 'SWISH::Prog::KinoSearch',
7     AUTHOR              => 'Peter Karman <karman at cpan dot org>',
8     VERSION_FROM        => 'lib/SWISH/Prog/KinoSearch.pm',
9     ABSTRACT_FROM       => 'lib/SWISH/Prog/KinoSearch.pm',
10     PL_FILES            => {},
11     PREREQ_PM => {
12         'Test::More' => 0,
13         'KinoSearch' => 0.20_003
14
15     },
16     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
17     clean               => { FILES => 'SWISH-Prog-KinoSearch-*' },
18 );
Note: See TracBrowser for help on using the browser.