ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-IRC3/Makefile.PL
(Generate patch)

Comparing Net-IRC3/Makefile.PL (file contents):
Revision 1.2 by elmex, Sun Jul 16 11:50:58 2006 UTC vs.
Revision 1.3 by elmex, Sun Feb 25 10:58:59 2007 UTC

3use ExtUtils::MakeMaker; 3use ExtUtils::MakeMaker;
4 4
5WriteMakefile( 5WriteMakefile(
6 NAME => 'Net::IRC3', 6 NAME => 'Net::IRC3',
7 AUTHOR => 'Robin Redeker <elmex@ta-sa.org>', 7 AUTHOR => 'Robin Redeker <elmex@ta-sa.org>',
8 LICENSE => 'perl',
8 VERSION_FROM => 'lib/Net/IRC3.pm', 9 VERSION_FROM => 'lib/Net/IRC3.pm',
9 ABSTRACT_FROM => 'lib/Net/IRC3.pm', 10 ABSTRACT_FROM => 'lib/Net/IRC3.pm',
10 PL_FILES => {}, 11 PL_FILES => {},
11 PREREQ_PM => { 12 PREREQ_PM => {
12 'Test::More' => 0, 13 'Test::More' => 0,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines