ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Event/Makefile.PL
Revision: 1.4
Committed: Sat Mar 22 18:50:32 2003 UTC (21 years, 2 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.3: +0 -19 lines
Log Message:
*** empty log message ***

File Contents

# Content
1 use ExtUtils::MakeMaker;
2 use Event::MakeMaker;
3
4 use 5.005;
5
6 use Config;
7
8 $|=1;
9
10 WriteMakefile(Event::MakeMaker::event_args(
11 NAME => "Coro::Event",
12 VERSION_FROM => "Event.pm",
13 DEFINE => $DEFINE,
14 DIR => [],
15 ));
16
17
18