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

Contents of /messaging/manakai/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (show annotations) (download)
Sat Feb 14 11:27:01 2004 UTC (20 years, 8 months ago) by wakaba
Branch: MAIN
CVS Tags: before-dis2-200411
Changes since 1.2: +10 -1 lines
File MIME type: text/plain
*** empty log message ***

1 #!/usr/bin/perl
2 use strict;
3 use ExtUtils::MakeMaker;
4 WriteMakefile (
5 NAME => 'manakai',
6 DISTNAME => 'manakai',
7 VERSION_FROM => 'lib/Message/Entity.pm',
8 PREREQ_PM => {
9 'Carp' => 0,
10 'Char::Class::XML' => 0,
11 'Time::Local' => 0,
12 'Error' => 0,
13 # 'Test' => 0,
14 # 'Test::Simple' => 0,
15 # Exporter, Config
16 # Getopt::Long, Socket, Encode
17 # Jcode, Win32::Registry
18 },
19 dist => {COMPRESS => 'gzip', SUFFIX => '.gz'},
20 AUTHOR => q(Wakaba <w@suika.fam.cx>),
21 );

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24