ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro/Makefile.PL
Revision: 1.1
Committed: Sat Jul 14 22:14:21 2001 UTC (22 years, 11 months ago) by root
Content type: text/plain
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.1 use ExtUtils::MakeMaker;
2    
3     use 5.006;
4    
5     WriteMakefile(
6     NAME => "Coro::State",
7     VERSION_FROM => "State.pm",
8     );
9