ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/dinfo/Makefile.PL
Revision: 1.2
Committed: Wed Aug 27 03:27:58 2003 UTC (20 years, 8 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.1: +2 -1 lines
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 linkext => { LINKTYPE => '' },
9 );
10