ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/dinfo/Makefile.PL
Revision: 1.1
Committed: Tue Aug 26 23:52:51 2003 UTC (20 years, 10 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 => "dinfo",
7     VERSION_FROM => "dinfo.pm",
8     );
9