ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/dinfo/Makefile.PL
Revision: 1.3
Committed: Fri Aug 29 04:15:01 2003 UTC (20 years, 9 months ago) by root
Content type: text/plain
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +1 -1 lines
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 root 1.2 NAME => "dinfo",
7 root 1.1 VERSION_FROM => "dinfo.pm",
8 root 1.3 XS => { "dinfo.xs" => "dinfo.c" },
9 root 1.1 );
10