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, 8 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

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