ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Games-Go-SGF-Grove/Makefile.PL
(Generate patch)

Comparing Games-Go-SGF-Grove/Makefile.PL (file contents):
Revision 1.1 by elmex, Mon Jul 7 11:01:13 2008 UTC vs.
Revision 1.2 by root, Sun Jul 20 19:21:28 2008 UTC

2use warnings; 2use warnings;
3use ExtUtils::MakeMaker; 3use ExtUtils::MakeMaker;
4 4
5WriteMakefile( 5WriteMakefile(
6 NAME => 'Games::Go::SGF::Grove', 6 NAME => 'Games::Go::SGF::Grove',
7 AUTHOR => 'Robin Redeker <elmex@ta-sa.org>',
8 VERSION_FROM => 'lib/Games/Go/SGF/Grove.pm', 7 VERSION_FROM => 'Grove.pm',
9 ABSTRACT_FROM => 'lib/Games/Go/SGF/Grove.pm', 8 ABSTRACT_FROM => 'Grove.pm',
10 PL_FILES => {}, 9 PL_FILES => {},
11 PREREQ_PM => { 10 PREREQ_PM => {
12 'Test::More' => 0, 11 'Test::More' => 0,
13 }, 12 },
14 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', 13 dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz',
15 PREOP => 'pod2text lib/Games/Go/SGF/Grove.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;', 14 PREOP => 'pod2text lib/Games/Go/SGF/Grove.pm | tee README >$(DISTVNAME)/README; chmod -R u=rwX,go=rX . ;',
16 }, 15 },
17
18 clean => { FILES => 'Games-Go-SGF-Grove-*' }, 16 clean => { FILES => 'Games-Go-SGF-Grove-*' },
19); 17);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines