/[suikacvs]/messaging/manakai/Makefile.PL
Suika

Diff of /messaging/manakai/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by wakaba, Fri Feb 17 15:06:33 2006 UTC revision 1.5 by wakaba, Sun Jul 29 08:04:40 2007 UTC
# Line 3  use strict; Line 3  use strict;
3  use ExtUtils::MakeMaker;  use ExtUtils::MakeMaker;
4  WriteMakefile (  WriteMakefile (
5      NAME         => 'manakai',      NAME         => 'manakai',
6      DISTNAME     => 'manakai',            DISTNAME     => 'manakai',
7      VERSION_FROM => 'lib/Message/Entity.pm',      VERSION => '0.4.0',
8      PREREQ_PM    => {      PREREQ_PM => {
9                       'Carp' => 0,        'Carp' => 0,
10                       'Char::Class::XML' => 0,        'Char::Class::XML' => 0,
11                       'Time::Local' => 0,        'Encode' => 0,
12  #                     'Error' => 0,        'Test' => 0,
13  #                     'Test' => 0,        'Time::Local' => 0,
14  #                     'Test::Simple' => 0,      
15  # Exporter, Config  # Exporter, Config, Test::Simple
16  # Getopt::Long, Socket, Encode  # Getopt::Long, Socket
17  # Jcode, Win32::Registry  # Jcode, Win32::Registry
18                         'IO::String' => 0,      },
                      },  
19      dist         => {COMPRESS => 'gzip', SUFFIX => '.gz'},      dist         => {COMPRESS => 'gzip', SUFFIX => '.gz'},
20      AUTHOR       => q(Wakaba <w@suika.fam.cx>),      AUTHOR       => q(Wakaba <w@suika.fam.cx>),
21  );  );

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24