[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.2, Mon Jan 11 19:52:06 2010 UTC (14 years, 5 months ago) by andrew
Branch: MAIN
CVS Tags: Text-Todo-0_1_0
Changes since 1.1: +1 -1 lines

more notes as to our goals in todo.pl
fixup the CVS tag I am using

use strict;
use warnings;
use ExtUtils::MakeMaker;
# $AFresh1: Makefile.PL,v 1.2 2010/01/11 19:52:06 andrew Exp $

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-*' },
);