/[net-imap-server]/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (vendor branch)
Thu Mar 6 09:44:19 2003 UTC (21 years ago) by dpavlin
Branch: DbP, MAIN
CVS Tags: v0_01, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
initial import of Net::IMAP::Server 0.01

1 #!perl
2 # $Revision: 1.2 $
3 # $Date: 2003/03/03 14:10:14 $
4
5 use ExtUtils::MakeMaker;
6
7 WriteMakefile(
8 NAME => 'Net::IMAP::Server',
9 VERSION => '0.01',
10 AUTHOR => 'Gregory Williams <greg@evilfunhouse.com>',
11 PREREQ_PM => {
12 'LWP::UserAgent' => 0,
13 'Mail::Message' => 0,
14 'Net::Server::Multiplex' => 0,
15 'Tie::Persistent' => 0,
16 'Time::Local' => 0,
17 'Unicode::IMAPUtf7' => 0,
18 'XML::RSS' => 0,
19 }
20 );
21
22 __END__
23
24 $Log: Makefile.PL,v $
25 Revision 1.2 2003/03/03 14:10:14 greg
26 - added PREREQ_PM to makefile
27 - command tag is now an instance variable
28 - command tag is no longer passed to cmd_* and send_* functions
29 - rid code of unused Switch references
30 - added CVS Revision, Date, and Log tags
31

  ViewVC Help
Powered by ViewVC 1.1.26