/[pub]/suikawiki/script/Makefile.PL
Suika

Contents of /suikawiki/script/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sun Feb 1 12:40:51 2004 UTC (20 years, 3 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +12 -4 lines
File MIME type: text/plain
Updated

1 #!/usr/bin/perl
2 use strict;
3 use ExtUtils::MakeMaker;
4 WriteMakefile (
5 NAME => 'SuikaWiki',
6 DISTNAME => 'suikawiki3',
7 VERSION_FROM => 'lib/suikawiki.pl',
8 PREREQ_PM => {
9 ## Modules part of manakai distribution available at
10 ## <http://suika.fam.cx/gate/cvs/messaging/manakai/>
11 'Message::Markup::XML::Node' => 0,
12 'Message::Util::Formatter::Boolean' => 0,
13 'Message::Util::Formatter::Node' => 0,
14 'Message::Util::Formatter::Text' => 0,
15 'Message::Util::Error' => 0,
16 ## Standard Modules, so you maybe have them...
17 'Carp' => 0,
18 'CGI::Carp' => 0,
19 'Digest::MD5' => 0,
20 'FindBin' => 0,
21 'Test' => 0,
22 ## Non-standard modules
23 'Jcode' => 0, ## Available at <http://openlab.jp/Jcode/>
24 },
25 dist => {COMPRESS => 'gzip', SUFFIX => '.gz'},
26 AUTHOR => q(Wakaba <w@suika.fam.cx>),
27 );

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24