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

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

Revision 1.1, Thu Jul 9 18:21:34 2009 UTC (14 years, 11 months ago) by andrew
Branch: MAIN

Initial revision

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

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