ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/dinfo/Makefile.PL
Revision: 1.1
Committed: Tue Aug 26 23:52:51 2003 UTC (20 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
Log Message:
*** empty log message ***

File Contents

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