Move valid order types and status into Ikano.pm
[Net-Ikano.git] / Makefile.PL
1 use strict;
2 use warnings;
3 use ExtUtils::MakeMaker;
4
5 WriteMakefile(
6     NAME                => 'Net::Ikano',
7     AUTHOR              => 'Erik Levinson <levinse@freeside.biz>',
8     VERSION_FROM        => 'lib/Net/Ikano.pm',
9     ABSTRACT_FROM       => 'lib/Net/Ikano.pm',
10     PL_FILES            => {},
11     PREREQ_PM => {
12         'Test::More' => 0,
13     },
14     dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
15     clean               => { FILES => 'Net-Ikano-*' },
16 );