[BACK]Return to Makefile.PL CVS log [TXT][DIR] Up to [local] / todotxt / Text-Todo-REST-API

File: [local] / todotxt / Text-Todo-REST-API / Makefile.PL (download)

Revision 1.1, Sat Jan 16 16:01:07 2010 UTC (14 years, 3 months ago) by andrew
Branch point for: MAIN

Initial revision

use strict;
use warnings;
use ExtUtils::MakeMaker;
# $RedRiver$

WriteMakefile(
    NAME                => 'Text::Todo::REST::API',
    AUTHOR              => 'Andrew Fresh <andrew@cpan.org>',
    VERSION_FROM        => 'lib/Text/Todo/REST/API.pm',
    ABSTRACT_FROM       => 'lib/Text/Todo/REST/API.pm',
    PL_FILES            => {},
    PREREQ_PM => {
        'Test::More' => 0,
        'version'    => 0,
    },
    dist                => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
    clean               => { FILES => 'Text-Todo-REST-API-*' },
);